aws-cdk-lib.aws_lakeformation.CfnDataLakeSettings.DataLakePrincipalProperty

interface DataLakePrincipalProperty

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

The 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.CfnDataLakeSettings.DataLakePrincipalProperty = {
  dataLakePrincipalIdentifier: 'dataLakePrincipalIdentifier',
};

Properties

NameTypeDescription
dataLakePrincipalIdentifierstringAn identifier for the Lake Formation principal.

dataLakePrincipalIdentifier

Type: string

An identifier for the Lake Formation principal.