AWS::EC2::NetworkInsightsAnalysis AnalysisRouteTableRoute - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EC2::NetworkInsightsAnalysis AnalysisRouteTableRoute

Describes a route table route.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "destinationCidr" : String, "destinationPrefixListId" : String, "egressOnlyInternetGatewayId" : String, "gatewayId" : String, "instanceId" : String, "NatGatewayId" : String, "NetworkInterfaceId" : String, "Origin" : String, "State" : String, "TransitGatewayId" : String, "VpcPeeringConnectionId" : String }

Properties

destinationCidr

The destination IPv4 address, in CIDR notation.

Required: No

Type: String

Update requires: No interruption

destinationPrefixListId

The prefix of the Amazon service.

Required: No

Type: String

Update requires: No interruption

egressOnlyInternetGatewayId

The ID of an egress-only internet gateway.

Required: No

Type: String

Update requires: No interruption

gatewayId

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

Required: No

Type: String

Update requires: No interruption

instanceId

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

Required: No

Type: String

Update requires: No interruption

NatGatewayId

The ID of a NAT gateway.

Required: No

Type: String

Update requires: No interruption

NetworkInterfaceId

The ID of a network interface.

Required: No

Type: String

Update requires: No interruption

Origin

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

  • CreateRouteTable - The route was automatically created when the route table was created.

  • CreateRoute - The route was manually added to the route table.

  • EnableVgwRoutePropagation - The route was propagated by route propagation.

Required: No

Type: String

Update requires: No interruption

State

The state. The following are the possible values:

  • active

  • blackhole

Required: No

Type: String

Update requires: No interruption

TransitGatewayId

The ID of a transit gateway.

Required: No

Type: String

Update requires: No interruption

VpcPeeringConnectionId

The ID of a VPC peering connection.

Required: No

Type: String

Update requires: No interruption