Interface ICfnVPNGatewayRoutePropagationMixinProps
Properties for CfnVPNGatewayRoutePropagationPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnVPNGatewayRoutePropagationMixinProps
Syntax (vb)
Public Interface ICfnVPNGatewayRoutePropagationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;
var cfnVPNGatewayRoutePropagationMixinProps = new CfnVPNGatewayRoutePropagationMixinProps {
RouteTableIds = new [] { "routeTableIds" },
VpnGatewayId = "vpnGatewayId"
};
Synopsis
Properties
| RouteTableIds | The ID of the route table. |
| VpnGatewayId | The ID of the virtual private gateway that is attached to a VPC. |
Properties
RouteTableIds
The ID of the route table.
string[]? RouteTableIds { get; }
Property Value
string[]
Remarks
The routing table must be associated with the same VPC that the virtual private gateway is attached to.
VpnGatewayId
The ID of the virtual private gateway that is attached to a VPC.
string? VpnGatewayId { get; }
Property Value
Remarks
The virtual private gateway must be attached to the same VPC that the routing tables are associated with.