Interface CfnDatabasePropsMixin.DataLakePrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatabasePropsMixin.DataLakePrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnDatabasePropsMixin
@Stability(Stable)
public static interface CfnDatabasePropsMixin.DataLakePrincipalProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.glue.mixins.*;
DataLakePrincipalProperty dataLakePrincipalProperty = DataLakePrincipalProperty.builder()
.dataLakePrincipalIdentifier("dataLakePrincipalIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatabasePropsMixin.DataLakePrincipalPropertystatic final classAn implementation forCfnDatabasePropsMixin.DataLakePrincipalProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLakePrincipalIdentifier
An identifier for the AWS Lake Formation principal.- See Also:
-
builder
-