Show / Hide Table of Contents

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

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

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-publicipv4pool

RouteTableId

The ID of a route table.

string RouteTableId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-routetableid

Back to top Generated by DocFX