Network Insights Analysis Analysis Route Table Route
data class NetworkInsightsAnalysisAnalysisRouteTableRoute(val destinationCidr: String? = null, val destinationPrefixListId: String? = null, val egressOnlyInternetGatewayId: String? = null, val gatewayId: String? = null, val instanceId: String? = null, val natGatewayId: String? = null, val networkInterfaceId: String? = null, val origin: String? = null, val state: String? = null, val transitGatewayId: String? = null, val vpcPeeringConnectionId: String? = null)
Constructors
Link copied to clipboard
constructor(destinationCidr: String? = null, destinationPrefixListId: String? = null, egressOnlyInternetGatewayId: String? = null, gatewayId: String? = null, instanceId: String? = null, natGatewayId: String? = null, networkInterfaceId: String? = null, origin: String? = null, state: String? = null, transitGatewayId: String? = null, vpcPeeringConnectionId: String? = null)
Properties
Link copied to clipboard
The destination IPv4 address, in CIDR notation.
Link copied to clipboard
The prefix of the AWS service .
Link copied to clipboard
The ID of an egress-only internet gateway.
Link copied to clipboard
The ID of the instance, such as a NAT instance.
Link copied to clipboard
The ID of a NAT gateway.
Link copied to clipboard
The ID of a network interface.
Link copied to clipboard
The ID of a transit gateway.
Link copied to clipboard
The ID of a VPC peering connection.