vpc-lattice:CreateAccessLogSubscription is a Write access-level action in the vpc-lattice service. Grants permission to create an access log subscription
ARNs that vpc-lattice:CreateAccessLogSubscription can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants vpc-lattice:CreateAccessLogSubscription.
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 auth type specified in the request
Filters access by the name of a resource-creating API action
To use vpc-lattice:CreateAccessLogSubscription you may also need to grant:
A minimal policy that allows vpc-lattice:CreateAccessLogSubscription. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowVpclatticeCreateAccessLogSubscription",
"Effect": "Allow",
"Action": "vpc-lattice:CreateAccessLogSubscription",
"Resource": "*"
}
]
}