Interface CfnCidrCollectionPropsMixin.LocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCidrCollectionPropsMixin.LocationProperty.Jsii$Proxy
Enclosing class:
CfnCidrCollectionPropsMixin

@Stability(Stable) public static interface CfnCidrCollectionPropsMixin.LocationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the list of CIDR blocks for a CIDR location.

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.route53.*;
 LocationProperty locationProperty = LocationProperty.builder()
         .cidrList(List.of("cidrList"))
         .locationName("locationName")
         .build();
 

See Also: