Interface CfnCidrCollection.LocationProperty

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

@Stability(Stable) public static interface CfnCidrCollection.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.services.route53.*;
 LocationProperty locationProperty = LocationProperty.builder()
         .cidrList(List.of("cidrList"))
         .locationName("locationName")
         .build();
 

See Also: