interface OwnerGroupPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnOwnerPropsMixin_OwnerGroupPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnOwnerPropsMixin » OwnerGroupPropertiesProperty |
The properties of the domain unit owners group.
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 ownerGroupPropertiesProperty: datazone_mixins.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty = {
groupIdentifier: 'groupIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string | The ID of the domain unit owners group. |
groupIdentifier?
Type:
string
(optional)
The ID of the domain unit owners group.

.NET
Go
Java
Python
TypeScript