Class CfnIpPoolRouteTableAssociationMixinProps
Properties for CfnIpPoolRouteTableAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIpPoolRouteTableAssociationMixinProps : ICfnIpPoolRouteTableAssociationMixinProps
Syntax (vb)
Public Class CfnIpPoolRouteTableAssociationMixinProps Implements ICfnIpPoolRouteTableAssociationMixinProps
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.CfnPropertyMixins.AWS.EC2;
var cfnIpPoolRouteTableAssociationMixinProps = new CfnIpPoolRouteTableAssociationMixinProps {
PublicIpv4Pool = "publicIpv4Pool",
RouteTableId = "routeTableId"
};
Synopsis
Constructors
| CfnIpPoolRouteTableAssociationMixinProps() | Properties for CfnIpPoolRouteTableAssociationPropsMixin. |
Properties
| PublicIpv4Pool | The ID of a public IPv4 address pool. |
| RouteTableId | The ID of a route table. |
Constructors
CfnIpPoolRouteTableAssociationMixinProps()
Properties for CfnIpPoolRouteTableAssociationPropsMixin.
public CfnIpPoolRouteTableAssociationMixinProps()
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.CfnPropertyMixins.AWS.EC2;
var cfnIpPoolRouteTableAssociationMixinProps = new CfnIpPoolRouteTableAssociationMixinProps {
PublicIpv4Pool = "publicIpv4Pool",
RouteTableId = "routeTableId"
};
Properties
PublicIpv4Pool
The ID of a public IPv4 address pool.
public string? PublicIpv4Pool { get; set; }
Property Value
Remarks
RouteTableId
The ID of a route table.
public string? RouteTableId { get; set; }