Show / Hide Table of Contents

Interface IPublicSubnetAttributes

Inherited Members
ISubnetAttributes.SubnetId
ISubnetAttributes.AvailabilityZone
ISubnetAttributes.Ipv4CidrBlock
ISubnetAttributes.RouteTableId
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IPublicSubnetAttributes : ISubnetAttributes
Syntax (vb)
Public Interface IPublicSubnetAttributes
    Inherits ISubnetAttributes
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;

PublicSubnetAttributes publicSubnetAttributes = new PublicSubnetAttributes {
    SubnetId = "subnetId",

    // the properties below are optional
    AvailabilityZone = "availabilityZone",
    Ipv4CidrBlock = "ipv4CidrBlock",
    RouteTableId = "routeTableId"
};

Synopsis

Back to top Generated by DocFX