Interface ISubnetV2
(experimental) Interface with additional properties for SubnetV2.
Inherited Members
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ISubnetV2 : ISubnet, IResource
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.
virtual string Ipv6CidrBlock { get; }
Property Value
System.String
Remarks
Stability: Experimental
SubnetType
(experimental) The type of subnet (public or private) that this subnet represents.
virtual Nullable<SubnetType> SubnetType { get; }
Property Value
System.Nullable<SubnetType>
Remarks
Stability: Experimental
Attribute: SubnetType