interface PermissionsReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.LakeFormation.PermissionsReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awslakeformation#PermissionsReference |
Java | software.amazon.awscdk.interfaces.lakeformation.PermissionsReference |
Python | aws_cdk.interfaces.aws_lakeformation.PermissionsReference |
TypeScript | aws-cdk-lib » interfaces » aws_lakeformation » PermissionsReference |
A reference to a Permissions resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lakeformation as interfaces_aws_lakeformation } from 'aws-cdk-lib/interfaces';
const permissionsReference: interfaces_aws_lakeformation.PermissionsReference = {
permissionsId: 'permissionsId',
};
Properties
| Name | Type | Description |
|---|---|---|
| permissions | string | The Id of the Permissions resource. |
permissionsId
Type:
string
The Id of the Permissions resource.

.NET
Go
Java
Python
TypeScript