Interface CfnLaunchTemplatePropsMixin.Ipv4PrefixSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchTemplatePropsMixin.Ipv4PrefixSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchTemplatePropsMixin
@Stability(Stable)
public static interface CfnLaunchTemplatePropsMixin.Ipv4PrefixSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an IPv4 prefix for a network interface.
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.cfnpropertymixins.services.ec2.*;
Ipv4PrefixSpecificationProperty ipv4PrefixSpecificationProperty = Ipv4PrefixSpecificationProperty.builder()
.ipv4Prefix("ipv4Prefix")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLaunchTemplatePropsMixin.Ipv4PrefixSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv4Prefix
The IPv4 prefix.For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide .
- See Also:
-
builder
@Stability(Stable) static CfnLaunchTemplatePropsMixin.Ipv4PrefixSpecificationProperty.Builder builder()
-