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

Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationProposalRequest

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

Overview

Note:

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

{
  direct_connect_gateway_id: "DirectConnectGatewayId", # required
  direct_connect_gateway_owner_account: "OwnerAccount", # required
  gateway_id: "GatewayIdToAssociate", # required
  add_allowed_prefixes_to_direct_connect_gateway: [
    {
      cidr: "CIDR",
    },
  ],
  remove_allowed_prefixes_to_direct_connect_gateway: [
    {
      cidr: "CIDR",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

Returns:

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)

    The ID of the Direct Connect gateway.

#direct_connect_gateway_owner_accountString

The ID of the AWS account that owns the Direct Connect gateway.

Returns:

  • (String)

    The ID of the AWS account that owns the Direct Connect gateway.

#gateway_idString

The ID of the virtual private gateway or transit gateway.

Returns:

  • (String)

    The ID of the virtual private gateway or transit gateway.

#remove_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

Returns: