Interface CfnPrefixListPropsMixin.EntryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefixListPropsMixin.EntryProperty.Jsii$Proxy
- Enclosing class:
CfnPrefixListPropsMixin
@Stability(Stable)
public static interface CfnPrefixListPropsMixin.EntryProperty
extends software.amazon.jsii.JsiiSerializable
An entry for a prefix list.
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.*;
EntryProperty entryProperty = EntryProperty.builder()
.cidr("cidr")
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrefixListPropsMixin.EntryPropertystatic final classAn implementation forCfnPrefixListPropsMixin.EntryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
The CIDR block.- See Also:
-
getDescription
A description for the entry.Constraints: Up to 255 characters in length.
- See Also:
-
builder
-