Show / Hide Table of Contents

Interface ISubnetV2

(experimental) Interface with additional properties for SubnetV2.

Inherited Members
ISubnet.AssociateNetworkAcl(string, INetworkAcl)
ISubnet.AvailabilityZone
ISubnet.InternetConnectivityEstablished
ISubnet.Ipv4CidrBlock
ISubnet.RouteTable
ISubnet.SubnetId
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ISubnetV2 : ISubnet, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ISubnetV2 Inherits ISubnet, IResource, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

Ipv6CidrBlock

(experimental) The IPv6 CIDR block for this subnet.

SubnetType

(experimental) The type of subnet (public or private) that this subnet represents.

Properties

Ipv6CidrBlock

(experimental) The IPv6 CIDR block for this subnet.

string? Ipv6CidrBlock { get; }
Property Value

string

Remarks

Stability: Experimental

SubnetType

(experimental) The type of subnet (public or private) that this subnet represents.

SubnetType? SubnetType { get; }
Property Value

SubnetType?

Remarks

Stability: Experimental

Attribute: SubnetType

Back to top Generated by DocFX