interface RegionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnProjectProfile.RegionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnProjectProfile_RegionProperty |
![]() | software.amazon.awscdk.services.datazone.CfnProjectProfile.RegionProperty |
![]() | aws_cdk.aws_datazone.CfnProjectProfile.RegionProperty |
![]() | aws-cdk-lib » aws_datazone » CfnProjectProfile » RegionProperty |
The AWS Region.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const regionProperty: datazone.CfnProjectProfile.RegionProperty = {
regionName: 'regionName',
};
Properties
Name | Type | Description |
---|---|---|
region | string | The AWS Region name. |
regionName
Type:
string
The AWS Region name.