vpc-lattice:GetServiceNetworkResourceAssociation is a Read access-level action in the vpc-lattice service. Grants permission to get information about an association between a service network and resource configuration
ARNs that vpc-lattice:GetServiceNetworkResourceAssociation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants vpc-lattice:GetServiceNetworkResourceAssociation.
Filters access by the presence of tag key-value pairs in the request
Filters access by tag key-value pairs attached to the resource
Filters access by the presence of tag keys in the request
Filters access by the name of a resource-creating API action
Filters access by the ARN of a resource configuration
Filters access by the ARN of a service network
A minimal policy that allows vpc-lattice:GetServiceNetworkResourceAssociation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowVpclatticeGetServiceNetworkResourceAssociation",
"Effect": "Allow",
"Action": "vpc-lattice:GetServiceNetworkResourceAssociation",
"Resource": "*"
}
]
}