CfnLocalGatewayRouteMixinProps

class aws_cdk.mixins_preview.aws_ec2.mixins.CfnLocalGatewayRouteMixinProps(*, destination_cidr_block=None, local_gateway_route_table_id=None, local_gateway_virtual_interface_group_id=None, network_interface_id=None)

Bases: object

Properties for CfnLocalGatewayRoutePropsMixin.

Parameters:
  • destination_cidr_block (Optional[str]) – The CIDR block used for destination matches.

  • local_gateway_route_table_id (Optional[str]) – The ID of the local gateway route table.

  • local_gateway_virtual_interface_group_id (Optional[str]) – The ID of the virtual interface group.

  • network_interface_id (Optional[str]) – The ID of the network interface.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_ec2 import mixins as ec2_mixins

cfn_local_gateway_route_mixin_props = ec2_mixins.CfnLocalGatewayRouteMixinProps(
    destination_cidr_block="destinationCidrBlock",
    local_gateway_route_table_id="localGatewayRouteTableId",
    local_gateway_virtual_interface_group_id="localGatewayVirtualInterfaceGroupId",
    network_interface_id="networkInterfaceId"
)

Attributes

destination_cidr_block

The CIDR block used for destination matches.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-destinationcidrblock

local_gateway_route_table_id

The ID of the local gateway route table.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayroutetableid

local_gateway_virtual_interface_group_id

The ID of the virtual interface group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid

network_interface_id

The ID of the network interface.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-networkinterfaceid