Show / Hide Table of Contents

Interface CfnInstance.IInstanceIpv6AddressProperty

Specifies the IPv6 address for the instance.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IInstanceIpv6AddressProperty
Syntax (vb)
Public Interface IInstanceIpv6AddressProperty
Remarks

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

Link: 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;

InstanceIpv6AddressProperty instanceIpv6AddressProperty = new InstanceIpv6AddressProperty {
    Ipv6Address = "ipv6Address"
};

Synopsis

Properties

Ipv6Address

The IPv6 address.

Properties

Ipv6Address

The IPv6 address.

string Ipv6Address { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX