aws-cdk-lib.aws_lakeformation.CfnPermissions.DataLocationResourceProperty

interface DataLocationResourceProperty

LanguageType name
.NETAmazon.CDK.AWS.LakeFormation.CfnPermissions.DataLocationResourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnPermissions_DataLocationResourceProperty
Javasoftware.amazon.awscdk.services.lakeformation.CfnPermissions.DataLocationResourceProperty
Pythonaws_cdk.aws_lakeformation.CfnPermissions.DataLocationResourceProperty
TypeScript aws-cdk-lib » aws_lakeformation » CfnPermissions » 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.CfnPermissions.DataLocationResourceProperty = {
  catalogId: 'catalogId',
  s3Resource: 's3Resource',
};

Properties

NameTypeDescription
catalogId?stringThe identifier for the Data Catalog .
s3Resource?stringThe Amazon Resource Name (ARN) that uniquely identifies the data location resource.

catalogId?

Type: string (optional)

The identifier for the Data Catalog .

By default, it is the account ID of the caller.


s3Resource?

Type: string (optional)

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