Interface CfnControlPropsMixin.RegionConfigurationProperty

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

@Stability(Stable) public static interface CfnControlPropsMixin.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.cfnpropertymixins.services.controlcatalog.*;
 RegionConfigurationProperty regionConfigurationProperty = RegionConfigurationProperty.builder()
         .deployableRegions(List.of("deployableRegions"))
         .scope("scope")
         .build();
 

See Also: