Show / Hide Table of Contents

Interface IPrivateSubnetAttributes

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

            var privateSubnetAttributes = new PrivateSubnetAttributes {
                SubnetId = "subnetId",

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

Synopsis

Back to top Generated by DocFX