Interface CfnInstance.InstanceIpv6AddressProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstance.InstanceIpv6AddressProperty.Jsii$Proxy
- Enclosing class:
- CfnInstance
@Stability(Stable)
public static interface CfnInstance.InstanceIpv6AddressProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the IPv6 address for the instance.
InstanceIpv6Address is a property of the AWS::EC2::Instance resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
InstanceIpv6AddressProperty instanceIpv6AddressProperty = InstanceIpv6AddressProperty.builder()
.ipv6Address("ipv6Address")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInstance.InstanceIpv6AddressPropertystatic final classAn implementation forCfnInstance.InstanceIpv6AddressProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv6Address
The IPv6 address. -
builder
-