interface PermissionsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LakeFormation.PermissionsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#PermissionsReference |
![]() | software.amazon.awscdk.services.lakeformation.PermissionsReference |
![]() | aws_cdk.aws_lakeformation.PermissionsReference |
![]() | aws-cdk-lib » 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 lakeformation } from 'aws-cdk-lib';
const permissionsReference: 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.