public static interface CfnInstance.InstanceIpv6AddressProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.InstanceIpv6AddressProperty.Builder
A builder for
CfnInstance.InstanceIpv6AddressProperty |
static class |
CfnInstance.InstanceIpv6AddressProperty.Jsii$Proxy
An implementation for
CfnInstance.InstanceIpv6AddressProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.InstanceIpv6AddressProperty.Builder |
builder() |
java.lang.String |
getIpv6Address()
The IPv6 address.
|
java.lang.String getIpv6Address()
static CfnInstance.InstanceIpv6AddressProperty.Builder builder()