Interface CfnLaunchTemplate.Ipv6AddProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchTemplate.Ipv6AddProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchTemplate
@Stability(Stable)
public static interface CfnLaunchTemplate.Ipv6AddProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an IPv6 address in an Amazon EC2 launch template.
Ipv6Add
is a property of AWS::EC2::LaunchTemplate NetworkInterface .
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.*; Ipv6AddProperty ipv6AddProperty = Ipv6AddProperty.builder() .ipv6Address("ipv6Address") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLaunchTemplate.Ipv6AddProperty
static final class
An implementation forCfnLaunchTemplate.Ipv6AddProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv6Address
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.You can't use this option if you're specifying a number of IPv6 addresses.
- See Also:
-
builder
-