Show / Hide Table of Contents

Class CfnInstance.InstanceIpv6AddressProperty

Specifies the IPv6 address for the instance.

Inheritance
object
CfnInstance.InstanceIpv6AddressProperty
Implements
CfnInstance.IInstanceIpv6AddressProperty
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 CfnInstance.InstanceIpv6AddressProperty : CfnInstance.IInstanceIpv6AddressProperty
Syntax (vb)
Public Class CfnInstance.InstanceIpv6AddressProperty Implements CfnInstance.IInstanceIpv6AddressProperty
Remarks

InstanceIpv6Address is a property of the AWS::EC2::Instance resource.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-instanceipv6address.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 instanceIpv6AddressProperty = new InstanceIpv6AddressProperty {
                 Ipv6Address = "ipv6Address"
             };

Synopsis

Constructors

InstanceIpv6AddressProperty()

Specifies the IPv6 address for the instance.

Properties

Ipv6Address

The IPv6 address.

Constructors

InstanceIpv6AddressProperty()

Specifies the IPv6 address for the instance.

public InstanceIpv6AddressProperty()
Remarks

InstanceIpv6Address is a property of the AWS::EC2::Instance resource.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-instanceipv6address.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 instanceIpv6AddressProperty = new InstanceIpv6AddressProperty {
                 Ipv6Address = "ipv6Address"
             };

Properties

Ipv6Address

The IPv6 address.

public string Ipv6Address { get; set; }
Property Value

string

Remarks

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

Implements

CfnInstance.IInstanceIpv6AddressProperty
Back to top Generated by DocFX