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: