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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnControlPropsMixin.RegionConfigurationPropertystatic final classAn implementation forCfnControlPropsMixin.RegionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeployableRegions
- See Also:
-
getScope
- See Also:
-
builder
-