globalaccelerator:DeprovisionByoipCidr

Write

globalaccelerator:DeprovisionByoipCidr is a Write access-level action in the globalaccelerator service. Grants permission to releases the specified address range that you 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:DeprovisionByoipCidr. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGlobalacceleratorDeprovisionByoipCidr",
      "Effect": "Allow",
      "Action": "globalaccelerator:DeprovisionByoipCidr",
      "Resource": "*"
    }
  ]
}

Related actions in globalaccelerator

View all globalaccelerator actions →