globalaccelerator:DeleteCustomRoutingEndpointGroup is a Write access-level action in the globalaccelerator service. Grants permission to delete an endpoint group from a listener for a custom routing accelerator
ARNs that globalaccelerator:DeleteCustomRoutingEndpointGroup can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants globalaccelerator:DeleteCustomRoutingEndpointGroup.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows globalaccelerator:DeleteCustomRoutingEndpointGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGlobalacceleratorDeleteCustomRoutingEndpointGroup",
"Effect": "Allow",
"Action": "globalaccelerator:DeleteCustomRoutingEndpointGroup",
"Resource": "*"
}
]
}