groundstation:GetMissionProfile is a Read access-level action in the groundstation service. Grants permission to retrieve a mission profile
ARNs that groundstation:GetMissionProfile can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:GetMissionProfile.
Filters access by the tags associated with the resource
Filters access by the ID of a mission profile
A minimal policy that allows groundstation:GetMissionProfile. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationGetMissionProfile",
"Effect": "Allow",
"Action": "groundstation:GetMissionProfile",
"Resource": "*"
}
]
}