Interface ICfnIpPoolRouteTableAssociationProps
Properties for defining a CfnIpPoolRouteTableAssociation
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIpPoolRouteTableAssociationProps
Syntax (vb)
Public Interface ICfnIpPoolRouteTableAssociationProps
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.AWS.EC2;
var cfnIpPoolRouteTableAssociationProps = new CfnIpPoolRouteTableAssociationProps {
PublicIpv4Pool = "publicIpv4Pool",
RouteTableId = "routeTableId"
};
Synopsis
Properties
PublicIpv4Pool | The ID of a public IPv4 address pool. |
RouteTableId | The ID of a route table. |
Properties
PublicIpv4Pool
The ID of a public IPv4 address pool.
string PublicIpv4Pool { get; }
Property Value
Remarks
RouteTableId
The ID of a route table.
string RouteTableId { get; }