@Stability(value=Stable)
public static interface CfnLaunchTemplate.Ipv6AddProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.Ipv6AddProperty.Builder
A builder for
CfnLaunchTemplate.Ipv6AddProperty |
static class |
CfnLaunchTemplate.Ipv6AddProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.Ipv6AddProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.Ipv6AddProperty.Builder |
builder() |
default String |
getIpv6Address()
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
|
@Stability(value=Stable) @Nullable default String getIpv6Address()
You can't use this option if you're specifying a number of IPv6 addresses.
@Stability(value=Stable) static CfnLaunchTemplate.Ipv6AddProperty.Builder builder()
Copyright © 2022. All rights reserved.