aws-cdk-lib.aws_lakeformation.CfnPrincipalPermissions.DataLakePrincipalProperty

interface DataLakePrincipalProperty

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

The AWS Lake Formation principal.

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 dataLakePrincipalProperty: lakeformation.CfnPrincipalPermissions.DataLakePrincipalProperty = {
  dataLakePrincipalIdentifier: 'dataLakePrincipalIdentifier',
};

Properties

NameTypeDescription
dataLakePrincipalIdentifier?stringAn identifier for the AWS Lake Formation principal.

dataLakePrincipalIdentifier?

Type: string (optional)

An identifier for the AWS Lake Formation principal.