interface OwnerGroupPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnOwnerPropsMixin_OwnerGroupPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnOwnerPropsMixin.OwnerGroupPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » 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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const ownerGroupPropertiesProperty: datazone.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