interface GroupPolicyGrantPrincipalProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataZone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnPolicyGrant_GroupPolicyGrantPrincipalProperty |
Java | software.amazon.awscdk.services.datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
Python | aws_cdk.aws_datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnPolicyGrant » GroupPolicyGrantPrincipalProperty |
The group principal to whom the policy is granted.
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 groupPolicyGrantPrincipalProperty: datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty = {
groupIdentifier: 'groupIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| group | string | The ID Of the group of the group principal. |
groupIdentifier
Type:
string
The ID Of the group of the group principal.

.NET
Go
Java
Python
TypeScript