ssm-sap:GetComponent is a Read access-level action in the ssm-sap service. Grants permission to access information about a component registered with SSM for SAP by providing the application ID and component ID
ARNs that ssm-sap:GetComponent can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ssm-sap:GetComponent.
Filters access by the tags associated with the resource
A minimal policy that allows ssm-sap:GetComponent. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSsmsapGetComponent",
"Effect": "Allow",
"Action": "ssm-sap:GetComponent",
"Resource": "*"
}
]
}