AWSNetowrkTransitGatewayOptions
No description
type AWSNetowrkTransitGatewayOptions {
amazonSideAsn: Int64!
associationDefaultRouteTableId: String!
autoAcceptSharedAttachments: AWSNetowrkTransitGatewayStatusType!
defaultRouteTableAssociation: AWSNetowrkTransitGatewayStatusType!
defaultRouteTablePropagation: AWSNetowrkTransitGatewayStatusType!
dnsSupport: AWSNetowrkTransitGatewayStatusType!
multicastSupport: AWSNetowrkTransitGatewayStatusType!
propagationDefaultRouteTableId: String!
transitGatewayCidrBlocks: [String!]!
vpnEcmpSupport: AWSNetowrkTransitGatewayStatusType!
}
Fields
AWSNetowrkTransitGatewayOptions.amazonSideAsn ● Int64! non-null scalar
A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range for 16-bit ASNs: 64512 to 65534 The range for 32-bit ASNs: 4200000000 to 4294967294
AWSNetowrkTransitGatewayOptions.associationDefaultRouteTableId ● String! non-null scalar
The ID of the default association route table
AWSNetowrkTransitGatewayOptions.autoAcceptSharedAttachments ● AWSNetowrkTransitGatewayStatusType! non-null enum
Indicates whether attachment requests are automatically accepted
AWSNetowrkTransitGatewayOptions.defaultRouteTableAssociation ● AWSNetowrkTransitGatewayStatusType! non-null enum
Indicates whether resource attachments are automatically associated with the default association route table
AWSNetowrkTransitGatewayOptions.defaultRouteTablePropagation ● AWSNetowrkTransitGatewayStatusType! non-null enum
Indicates whether resource attachments automatically propagate routes to the default propagation route table
AWSNetowrkTransitGatewayOptions.dnsSupport ● AWSNetowrkTransitGatewayStatusType! non-null enum
The DNS support options
AWSNetowrkTransitGatewayOptions.multicastSupport ● AWSNetowrkTransitGatewayStatusType! non-null enum
Indicates whether multicast is enabled on the transit gateway
AWSNetowrkTransitGatewayOptions.propagationDefaultRouteTableId ● String! non-null scalar
The ID of the default propagation route table
AWSNetowrkTransitGatewayOptions.transitGatewayCidrBlocks ● [String!]! non-null scalar
The transit gateway CIDR blocks
AWSNetowrkTransitGatewayOptions.vpnEcmpSupport ● AWSNetowrkTransitGatewayStatusType! non-null enum
Indicates whether Equal Cost Multipath Protocol support is enabled
Member of
AWSNetowrkTransitGateway object