AWS::EC2::NetworkInsightsAnalysis TransitGatewayRouteTableRoute - 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 TransitGatewayRouteTableRoute

Describes a route in a transit gateway route table.

Syntax

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

JSON

{ "AttachmentId" : String, "DestinationCidr" : String, "PrefixListId" : String, "ResourceId" : String, "ResourceType" : String, "RouteOrigin" : String, "State" : String }

YAML

AttachmentId: String DestinationCidr: String PrefixListId: String ResourceId: String ResourceType: String RouteOrigin: String State: String

Properties

AttachmentId

The ID of the route attachment.

Required: No

Type: String

Update requires: No interruption

DestinationCidr

The CIDR block used for destination matches.

Required: No

Type: String

Update requires: No interruption

PrefixListId

The ID of the prefix list.

Required: No

Type: String

Update requires: No interruption

ResourceId

The ID of the resource for the route attachment.

Required: No

Type: String

Update requires: No interruption

ResourceType

The resource type for the route attachment.

Required: No

Type: String

Update requires: No interruption

RouteOrigin

The route origin. The following are the possible values:

  • static

  • propagated

Required: No

Type: String

Update requires: No interruption

State

The state of the route.

Required: No

Type: String

Update requires: No interruption