launchwizard:GetDeploymentPatternVersion is a Read access-level action in the launchwizard service. Grants permission to get a version of a deployment pattern
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows launchwizard:GetDeploymentPatternVersion. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLaunchwizardGetDeploymentPatternVersion",
"Effect": "Allow",
"Action": "launchwizard:GetDeploymentPatternVersion",
"Resource": "*"
}
]
}