interface OwnerGroupPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataZone.CfnOwner.OwnerGroupPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnOwner_OwnerGroupPropertiesProperty |
Java | software.amazon.awscdk.services.datazone.CfnOwner.OwnerGroupPropertiesProperty |
Python | aws_cdk.aws_datazone.CfnOwner.OwnerGroupPropertiesProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnOwner » 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 { aws_datazone as datazone } from 'aws-cdk-lib';
const ownerGroupPropertiesProperty: datazone.CfnOwner.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