Class: Aws::GlobalAccelerator::Types::ProvisionByoipCidrRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ProvisionByoipCidrRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The public IPv4 address range, in CIDR notation.
-
#cidr_authorization_context ⇒ Types::CidrAuthorizationContext
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
Instance Attribute Details
#cidr ⇒ String
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you’ve brought to this Amazon Web Services Region or another Region.
For more information, see [Bring your own IP addresses (BYOIP)] in the Global Accelerator Developer Guide.
[1]: docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html
3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3055 class ProvisionByoipCidrRequest < Struct.new( :cidr, :cidr_authorization_context) SENSITIVE = [] include Aws::Structure end |
#cidr_authorization_context ⇒ Types::CidrAuthorizationContext
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3055 class ProvisionByoipCidrRequest < Struct.new( :cidr, :cidr_authorization_context) SENSITIVE = [] include Aws::Structure end |