Class: Aws::GlobalAccelerator::Types::ProvisionByoipCidrRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

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.

Returns:

  • (String)


3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3055

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_authorization_contextTypes::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 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3055

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context)
  SENSITIVE = []
  include Aws::Structure
end