Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationRequest
 
 
- Defined in:
 - gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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.
 - 
  
    
      #gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the virtual private gateway or transit gateway.
 - 
  
    
      #virtual_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the virtual private 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
This parameter is required when you create an association to a transit gateway.
For information about how to set the prefixes, see Allowed Prefixes in the Direct Connect User Guide.
      1124 1125 1126 1127 1128 1129 1130 1131  | 
    
      # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1124 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end  | 
  
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
      1124 1125 1126 1127 1128 1129 1130 1131  | 
    
      # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1124 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway_id ⇒ String
The ID of the virtual private gateway or transit gateway.
      1124 1125 1126 1127 1128 1129 1130 1131  | 
    
      # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1124 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end  | 
  
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
      1124 1125 1126 1127 1128 1129 1130 1131  | 
    
      # File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1124 class CreateDirectConnectGatewayAssociationRequest < Struct.new( :direct_connect_gateway_id, :gateway_id, :add_allowed_prefixes_to_direct_connect_gateway, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end  |