globalaccelerator:AdvertiseByoipCidr is a Write access-level action in the globalaccelerator service. Grants permission to advertises an IPv4 address range that is provisioned for use with your accelerator through bring your own IP addresses (BYOIP)
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows globalaccelerator:AdvertiseByoipCidr. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGlobalacceleratorAdvertiseByoipCidr",
"Effect": "Allow",
"Action": "globalaccelerator:AdvertiseByoipCidr",
"Resource": "*"
}
]
}