interface RegionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnProjectProfilePropsMixin.RegionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnProjectProfilePropsMixin_RegionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectProfilePropsMixin.RegionProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnProjectProfilePropsMixin.RegionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnProjectProfilePropsMixin » 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/cfn-property-mixins';
const regionProperty: datazone.CfnProjectProfilePropsMixin.RegionProperty = {
regionName: 'regionName',
};
Properties
| Name | Type | Description |
|---|---|---|
| region | string | The AWS Region name. |
regionName?
Type:
string
(optional)
The AWS Region name.

.NET
Go
Java
Python
TypeScript