Interface CfnInstance.IInstanceIpv6AddressProperty
Specifies the IPv6 address for the instance.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInstanceIpv6AddressProperty
Syntax (vb)
Public Interface IInstanceIpv6AddressProperty
Remarks
InstanceIpv6Address
is a property of the AWS::EC2::Instance resource.
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
System.String