AWS cli documentation change
Summary
Added documentation for 'AssociationDispatchAssumeRole' field in association versions listing
Security assessment
Documents IAM role configuration option for versioned associations, enhancing security control capabilities. No evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/ssm/list-association-versions.md b/cli/latest/reference/ssm/list-association-versions.md index da70feb38..e3d3c9050 100644 --- a//cli/latest/reference/ssm/list-association-versions.md +++ b//cli/latest/reference/ssm/list-association-versions.md @@ -15 +15 @@ - * [AWS CLI 2.33.25 Command Reference](../../index.html) » + * [AWS CLI 2.33.27 Command Reference](../../index.html) » @@ -879,0 +880,12 @@ AssociationVersions -> (list) +>> +>> AssociationDispatchAssumeRole -> (string) +>> +>>> A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. If not specified, [service-linked role for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html) will be used by default. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `512` +>>> * pattern: `arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+` +>>> + @@ -895 +907 @@ NextToken -> (string) - * [AWS CLI 2.33.25 Command Reference](../../index.html) » + * [AWS CLI 2.33.27 Command Reference](../../index.html) »