Interface CfnPrincipalPermissions.IDataLakePrincipalProperty
The AWS Lake Formation principal.
Namespace: Amazon.CDK.AWS.LakeFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataLakePrincipalProperty
Syntax (vb)
Public Interface IDataLakePrincipalProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.LakeFormation;
var dataLakePrincipalProperty = new DataLakePrincipalProperty {
DataLakePrincipalIdentifier = "dataLakePrincipalIdentifier"
};
Synopsis
Properties
Data |
An identifier for the AWS Lake Formation principal. |
Properties
DataLakePrincipalIdentifier
An identifier for the AWS Lake Formation principal.
virtual string DataLakePrincipalIdentifier { get; }
Property Value
System.