Interface CfnDistributionTenant.GeoRestrictionCustomizationProperty

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

@Stability(Stable) public static interface CfnDistributionTenant.GeoRestrictionCustomizationProperty extends software.amazon.jsii.JsiiSerializable
The customizations that you specified for the distribution tenant for geographic restrictions.

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.cloudfront.*;
 GeoRestrictionCustomizationProperty geoRestrictionCustomizationProperty = GeoRestrictionCustomizationProperty.builder()
         .locations(List.of("locations"))
         .restrictionType("restrictionType")
         .build();
 

See Also: