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: