interface RegionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnProjectProfilePropsMixin.RegionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnProjectProfilePropsMixin_RegionProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnProjectProfilePropsMixin.RegionProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnProjectProfilePropsMixin.RegionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » 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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const regionProperty: datazone_mixins.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