AWS::EC2::NetworkInsightsAnalysis TransitGatewayRouteTableRoute - AWS CloudFormation

AWS::EC2::NetworkInsightsAnalysis TransitGatewayRouteTableRoute

Describes a route in a transit gateway route table.

Syntax

To declare this entity in your AWS 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