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