Show / Hide Table of Contents

Class CfnIpPoolRouteTableAssociationMixinProps

Properties for CfnIpPoolRouteTableAssociationPropsMixin.

Inheritance
object
CfnIpPoolRouteTableAssociationMixinProps
Implements
ICfnIpPoolRouteTableAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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.

public string? RouteTableId { get; set; }
Property Value

string

Remarks

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

Implements

ICfnIpPoolRouteTableAssociationMixinProps
Back to top Generated by DocFX