interface IPolicyGrantRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.IPolicyGrantRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#IPolicyGrantRef |
Java | software.amazon.awscdk.services.datazone.IPolicyGrantRef |
Python | aws_cdk.aws_datazone.IPolicyGrantRef |
TypeScript | aws-cdk-lib » aws_datazone » IPolicyGrantRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a PolicyGrant.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| policy | Policy | A reference to a PolicyGrant resource. |
node
Type:
Node
The tree node.
policyGrantRef
Type:
Policy
A reference to a PolicyGrant resource.

.NET
Go
Java
Python
TypeScript