ssm-quicksetup:GetConfiguration is a Read access-level action in the ssm-quicksetup service. Grants permission to get Quick Setup configuration
ARNs that ssm-quicksetup:GetConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ssm-quicksetup:GetConfiguration.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows ssm-quicksetup:GetConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSsmquicksetupGetConfiguration",
"Effect": "Allow",
"Action": "ssm-quicksetup:GetConfiguration",
"Resource": "*"
}
]
}