@Stability(value=Stable)
public static interface CfnLaunchTemplate.Ipv6PrefixSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Builder
A builder for
CfnLaunchTemplate.Ipv6PrefixSpecificationProperty |
static class |
CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.Ipv6PrefixSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Builder |
builder() |
default String |
getIpv6Prefix()
The IPv6 prefix.
|
@Stability(value=Stable) @Nullable default String getIpv6Prefix()
@Stability(value=Stable) static CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.