Interface CfnControl.RegionConfigurationProperty

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

@Stability(Stable) public static interface CfnControl.RegionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.controlcatalog.*;
 RegionConfigurationProperty regionConfigurationProperty = RegionConfigurationProperty.builder()
         .scope("scope")
         // the properties below are optional
         .deployableRegions(List.of("deployableRegions"))
         .build();
 

See Also: