You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlobalAccelerator::Types::CidrAuthorizationContext

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CidrAuthorizationContext as input to an Aws::Client method, you can use a vanilla Hash:

{
  message: "GenericString", # required
  signature: "GenericString", # required
}

Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP).

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The plain-text authorization message for the prefix and account.

Returns:

  • (String)

    The plain-text authorization message for the prefix and account.

#signatureString

The signed authorization message for the prefix and account.

Returns:

  • (String)

    The signed authorization message for the prefix and account.