Interface CfnPrefixList.EntryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrefixList.EntryProperty.Jsii$Proxy
- Enclosing class:
CfnPrefixList
@Stability(Stable)
public static interface CfnPrefixList.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.services.ec2.*;
EntryProperty entryProperty = EntryProperty.builder()
.cidr("cidr")
// the properties below are optional
.description("description")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrefixList.EntryPropertystatic final classAn implementation forCfnPrefixList.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
-