interface PrincipalPermissionsReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LakeFormation.PrincipalPermissionsReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#PrincipalPermissionsReference |
![]() | software.amazon.awscdk.services.lakeformation.PrincipalPermissionsReference |
![]() | aws_cdk.aws_lakeformation.PrincipalPermissionsReference |
![]() | aws-cdk-lib » aws_lakeformation » PrincipalPermissionsReference |
A reference to a PrincipalPermissions 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 principalPermissionsReference: lakeformation.PrincipalPermissionsReference = {
principalIdentifier: 'principalIdentifier',
resourceIdentifier: 'resourceIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
principal | string | The PrincipalIdentifier of the PrincipalPermissions resource. |
resource | string | The ResourceIdentifier of the PrincipalPermissions resource. |
principalIdentifier
Type:
string
The PrincipalIdentifier of the PrincipalPermissions resource.
resourceIdentifier
Type:
string
The ResourceIdentifier of the PrincipalPermissions resource.