interface DataLakePrincipalProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.CfnDatabase.DataLakePrincipalProperty |
Java | software.amazon.awscdk.services.glue.CfnDatabase.DataLakePrincipalProperty |
Python | aws_cdk.aws_glue.CfnDatabase.DataLakePrincipalProperty |
TypeScript | @aws-cdk/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 * as glue from '@aws-cdk/aws-glue';
const dataLakePrincipalProperty: glue.CfnDatabase.DataLakePrincipalProperty = {
dataLakePrincipalIdentifier: 'dataLakePrincipalIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | An identifier for the AWS Lake Formation principal. |
dataLakePrincipalIdentifier?
Type:
string
(optional)
An identifier for the AWS Lake Formation principal.

.NET
Java
Python
TypeScript