Interface CfnLaunchTemplate.IIpv6AddProperty
Specifies an IPv6 address in an Amazon EC2 launch template.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIpv6AddProperty
Syntax (vb)
Public Interface IIpv6AddProperty
Remarks
Ipv6Add
is a property of AWS::EC2::LaunchTemplate NetworkInterface .
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 ipv6AddProperty = new Ipv6AddProperty {
Ipv6Address = "ipv6Address"
};
Synopsis
Properties
Ipv6Address | One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. |
Properties
Ipv6Address
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
virtual string Ipv6Address { get; }
Property Value
System.String
Remarks
You can't use this option if you're specifying a number of IPv6 addresses.