interface GroupPolicyGrantPrincipalProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnPolicyGrant_GroupPolicyGrantPrincipalProperty |
![]() | software.amazon.awscdk.services.datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
![]() | aws_cdk.aws_datazone.CfnPolicyGrant.GroupPolicyGrantPrincipalProperty |
![]() | 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.