Get Connect Peer Result
data class GetConnectPeerResult(val arn: String, val bgpAsn: String, val bgpPeerAddress: String, val bgpTransitGatewayAddresses: List<String>, val filters: List<GetConnectPeerFilter>? = null, val id: String, val insideCidrBlocks: List<String>, val peerAddress: String, val tags: Map<String, String>, val transitGatewayAddress: String, val transitGatewayAttachmentId: String, val transitGatewayConnectPeerId: String)
A collection of values returned by getConnectPeer.
Constructors
Link copied to clipboard
constructor(arn: String, bgpAsn: String, bgpPeerAddress: String, bgpTransitGatewayAddresses: List<String>, filters: List<GetConnectPeerFilter>? = null, id: String, insideCidrBlocks: List<String>, peerAddress: String, tags: Map<String, String>, transitGatewayAddress: String, transitGatewayAttachmentId: String, transitGatewayConnectPeerId: String)
Properties
Link copied to clipboard
The IP address assigned to customer device, which is used as BGP IP address.
Link copied to clipboard
The IP addresses assigned to Transit Gateway, which are used as BGP IP addresses.
Link copied to clipboard
Link copied to clipboard
CIDR blocks that will be used for addressing within the tunnel.
Link copied to clipboard
IP addressed assigned to customer device, which is used as tunnel endpoint
Link copied to clipboard
The IP address assigned to Transit Gateway, which is used as tunnel endpoint.
Link copied to clipboard
The Transit Gateway Connect
Link copied to clipboard