Show / Hide Table of Contents

Interface CfnInstance.IInstanceIpv6AddressProperty

Specifies the IPv6 address for the instance.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInstance.IInstanceIpv6AddressProperty
Syntax (vb)
Public Interface 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

Properties

Ipv6Address

The IPv6 address.

Properties

Ipv6Address

The IPv6 address.

string Ipv6Address { get; }
Property Value

string

Remarks

See: 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