interface RegionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ControlCatalog.CfnControl.RegionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscontrolcatalog#CfnControl_RegionConfigurationProperty |
Java | software.amazon.awscdk.services.controlcatalog.CfnControl.RegionConfigurationProperty |
Python | aws_cdk.aws_controlcatalog.CfnControl.RegionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_controlcatalog » CfnControl » RegionConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controlcatalog as controlcatalog } from 'aws-cdk-lib';
const regionConfigurationProperty: controlcatalog.CfnControl.RegionConfigurationProperty = {
scope: 'scope',
// the properties below are optional
deployableRegions: ['deployableRegions'],
};
Properties
| Name | Type | Description |
|---|---|---|
| scope | string | |
| deployable | string[] |
scope
Type:
string
deployableRegions?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript