pub struct RouteProperties {Show 13 fields
pub carrier_gateway_id: Option<Value<String>>,
pub destination_cidr_block: Option<Value<String>>,
pub destination_ipv6_cidr_block: Option<Value<String>>,
pub egress_only_internet_gateway_id: Option<Value<String>>,
pub gateway_id: Option<Value<String>>,
pub instance_id: Option<Value<String>>,
pub local_gateway_id: Option<Value<String>>,
pub nat_gateway_id: Option<Value<String>>,
pub network_interface_id: Option<Value<String>>,
pub route_table_id: Value<String>,
pub transit_gateway_id: Option<Value<String>>,
pub vpc_endpoint_id: Option<Value<String>>,
pub vpc_peering_connection_id: Option<Value<String>>,
}Expand description
Properties for the Route resource.
Fields§
§carrier_gateway_id: Option<Value<String>>Property CarrierGatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
destination_cidr_block: Option<Value<String>>Property DestinationCidrBlock.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
destination_ipv6_cidr_block: Option<Value<String>>Property DestinationIpv6CidrBlock.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
egress_only_internet_gateway_id: Option<Value<String>>Property EgressOnlyInternetGatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
gateway_id: Option<Value<String>>Property GatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
instance_id: Option<Value<String>>Property InstanceId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
local_gateway_id: Option<Value<String>>Property LocalGatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
nat_gateway_id: Option<Value<String>>Property NatGatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
network_interface_id: Option<Value<String>>Property NetworkInterfaceId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
route_table_id: Value<String>Property RouteTableId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
transit_gateway_id: Option<Value<String>>Property TransitGatewayId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
vpc_endpoint_id: Option<Value<String>>Property VpcEndpointId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
vpc_peering_connection_id: Option<Value<String>>Property VpcPeeringConnectionId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.