Show / Hide Table of Contents

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 CfnLaunchTemplate.IIpv6AddProperty
Syntax (vb)
Public Interface CfnLaunchTemplate.IIpv6AddProperty
Remarks

Ipv6Add is a property of AWS::EC2::LaunchTemplate NetworkInterface .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html

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.

string? Ipv6Address { get; }
Property Value

string

Remarks

You can't use this option if you're specifying a number of IPv6 addresses.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html#cfn-ec2-launchtemplate-ipv6add-ipv6address

Back to top Generated by DocFX