Show / Hide Table of Contents

Class CfnLaunchTemplate.Ipv6AddProperty

Specifies an IPv6 address in an Amazon EC2 launch template.

Inheritance
object
CfnLaunchTemplate.Ipv6AddProperty
Implements
CfnLaunchTemplate.IIpv6AddProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchTemplate.Ipv6AddProperty : CfnLaunchTemplate.IIpv6AddProperty
Syntax (vb)
Public Class CfnLaunchTemplate.Ipv6AddProperty Implements 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

Constructors

Ipv6AddProperty()

Specifies an IPv6 address in an Amazon EC2 launch template.

Properties

Ipv6Address

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.

Constructors

Ipv6AddProperty()

Specifies an IPv6 address in an Amazon EC2 launch template.

public Ipv6AddProperty()
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"
             };

Properties

Ipv6Address

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.

public string? Ipv6Address { get; set; }
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

Implements

CfnLaunchTemplate.IIpv6AddProperty
Back to top Generated by DocFX