aws-cdk-lib.aws_lakeformation.CfnPrincipalPermissions.DataLocationResourceProperty

interface DataLocationResourceProperty

LanguageType name
.NETAmazon.CDK.AWS.LakeFormation.CfnPrincipalPermissions.DataLocationResourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnPrincipalPermissions_DataLocationResourceProperty
Javasoftware.amazon.awscdk.services.lakeformation.CfnPrincipalPermissions.DataLocationResourceProperty
Pythonaws_cdk.aws_lakeformation.CfnPrincipalPermissions.DataLocationResourceProperty
TypeScript aws-cdk-lib » aws_lakeformation » CfnPrincipalPermissions » DataLocationResourceProperty

A structure for a data location object where permissions are granted or revoked.

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 dataLocationResourceProperty: lakeformation.CfnPrincipalPermissions.DataLocationResourceProperty = {
  catalogId: 'catalogId',
  resourceArn: 'resourceArn',
};

Properties

NameTypeDescription
catalogIdstringThe identifier for the Data Catalog where the location is registered with AWS Lake Formation .
resourceArnstringThe Amazon Resource Name (ARN) that uniquely identifies the data location resource.

catalogId

Type: string

The identifier for the Data Catalog where the location is registered with AWS Lake Formation .


resourceArn

Type: string

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.