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();