NetworkInsightsAnalysisAnalysisRouteTableRoute

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationCidr: String? = null

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
val gatewayId: String? = null

The ID of the gateway, such as an internet gateway or virtual private gateway.

Link copied to clipboard
val instanceId: String? = null

The ID of the instance, such as a NAT instance.

Link copied to clipboard
val natGatewayId: String? = null

The ID of a NAT gateway.

Link copied to clipboard

The ID of a network interface.

Link copied to clipboard
val origin: String? = null

Describes how the route was created. The following are the possible values:

Link copied to clipboard
val state: String? = null

The state. The following are the possible values:

Link copied to clipboard

The ID of a transit gateway.

Link copied to clipboard

The ID of a VPC peering connection.