interface CfnGroupProfileProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_datazone.CfnGroupProfileProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnGroupProfileProps |
Java | software.amazon.awscdk.services.datazone.CfnGroupProfileProps |
Python | aws_cdk.aws_datazone.CfnGroupProfileProps |
TypeScript | aws-cdk-lib » aws_datazone » CfnGroupProfileProps |
Properties for defining a CfnGroupProfile
.
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 cfnGroupProfileProps: datazone.CfnGroupProfileProps = {
domainIdentifier: 'domainIdentifier',
groupIdentifier: 'groupIdentifier',
// the properties below are optional
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The identifier of the Amazon DataZone domain in which a group profile exists. |
group | string | The ID of the group of a project member. |
status? | string | The status of a group profile. |
domainIdentifier
Type:
string
The identifier of the Amazon DataZone domain in which a group profile exists.
groupIdentifier
Type:
string
The ID of the group of a project member.
status?
Type:
string
(optional)
The status of a group profile.