Get Connect Peer Result
data class GetConnectPeerResult(val arn: String, val bgpAsn: 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.
Properties
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