globalaccelerator:AdvertiseByoipCidr

Write

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)

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in globalaccelerator

View all globalaccelerator actions →