interface DataLakePrincipalProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LakeFormation.CfnDataLakeSettings.DataLakePrincipalProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnDataLakeSettings_DataLakePrincipalProperty |
![]() | software.amazon.awscdk.services.lakeformation.CfnDataLakeSettings.DataLakePrincipalProperty |
![]() | aws_cdk.aws_lakeformation.CfnDataLakeSettings.DataLakePrincipalProperty |
![]() | 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
Name | Type | Description |
---|---|---|
data | string | An identifier for the Lake Formation principal. |
dataLakePrincipalIdentifier
Type:
string
An identifier for the Lake Formation principal.