Interface CfnLaunchTemplate.Ipv6PrefixSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchTemplate
@Stability(Stable)
public static interface CfnLaunchTemplate.Ipv6PrefixSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an IPv6 prefix for a network interface.
Ipv6PrefixSpecification
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.*; Ipv6PrefixSpecificationProperty ipv6PrefixSpecificationProperty = Ipv6PrefixSpecificationProperty.builder() .ipv6Prefix("ipv6Prefix") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLaunchTemplate.Ipv6PrefixSpecificationProperty
static final class
An implementation forCfnLaunchTemplate.Ipv6PrefixSpecificationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv6Prefix
The IPv6 prefix. -
builder
-