@Stability(value=Stable)
public static interface CfnLaunchTemplate.Ipv4PrefixSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Ipv4PrefixSpecification 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.*;
Ipv4PrefixSpecificationProperty ipv4PrefixSpecificationProperty = Ipv4PrefixSpecificationProperty.builder()
.ipv4Prefix("ipv4Prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder
A builder for
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty |
static class |
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder |
builder() |
default String |
getIpv4Prefix()
The IPv4 prefix.
|
@Stability(value=Stable) @Nullable default String getIpv4Prefix()
For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide .
@Stability(value=Stable) static CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.