Class CfnLaunchTemplate.Ipv6AddProperty
Specifies an IPv6 address in an Amazon EC2 launch template.
Inheritance
System.Object
CfnLaunchTemplate.Ipv6AddProperty
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class Ipv6AddProperty : Object, CfnLaunchTemplate.IIpv6AddProperty
Syntax (vb)
Public Class Ipv6AddProperty
Inherits Object
Implements CfnLaunchTemplate.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
Constructors
Ipv6AddProperty() |
Properties
Ipv6Address | One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. |
Constructors
Ipv6AddProperty()
public Ipv6AddProperty()
Properties
Ipv6Address
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
public string Ipv6Address { get; set; }
Property Value
System.String
Remarks
You can't use this option if you're specifying a number of IPv6 addresses.