aws-cdk-lib.aws_glue.CfnDatabase.DataLakePrincipalProperty

interface DataLakePrincipalProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnDatabase.DataLakePrincipalProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnDatabase_DataLakePrincipalProperty
Javasoftware.amazon.awscdk.services.glue.CfnDatabase.DataLakePrincipalProperty
Pythonaws_cdk.aws_glue.CfnDatabase.DataLakePrincipalProperty
TypeScript aws-cdk-lib » aws_glue » CfnDatabase » 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_glue as glue } from 'aws-cdk-lib';
const dataLakePrincipalProperty: glue.CfnDatabase.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.