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
- Struct
- Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationProposalRequest
- Defined in:
- (unknown)
Overview
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
-
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#direct_connect_gateway_owner_account ⇒ String
The ID of the AWS account that owns the Direct Connect gateway.
-
#gateway_id ⇒ String
The ID of the virtual private gateway or transit gateway.
-
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Instance Attribute Details
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
#direct_connect_gateway_owner_account ⇒ String
The ID of the AWS account that owns the Direct Connect gateway.
#gateway_id ⇒ String
The ID of the virtual private gateway or transit gateway.
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.