Class CfnPermissionsPropsMixin.DataLakePrincipalProperty
The Lake Formation principal.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.LakeFormation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPermissionsPropsMixin.DataLakePrincipalProperty : CfnPermissionsPropsMixin.IDataLakePrincipalProperty
Syntax (vb)
Public Class CfnPermissionsPropsMixin.DataLakePrincipalProperty Implements CfnPermissionsPropsMixin.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.CfnPropertyMixins.AWS.LakeFormation;
var dataLakePrincipalProperty = new DataLakePrincipalProperty {
DataLakePrincipalIdentifier = "dataLakePrincipalIdentifier"
};
Synopsis
Constructors
| DataLakePrincipalProperty() | The Lake Formation principal. |
Properties
| DataLakePrincipalIdentifier | An identifier for the Lake Formation principal. |
Constructors
DataLakePrincipalProperty()
The Lake Formation principal.
public DataLakePrincipalProperty()
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.CfnPropertyMixins.AWS.LakeFormation;
var dataLakePrincipalProperty = new DataLakePrincipalProperty {
DataLakePrincipalIdentifier = "dataLakePrincipalIdentifier"
};
Properties
DataLakePrincipalIdentifier
An identifier for the Lake Formation principal.
public string? DataLakePrincipalIdentifier { get; set; }