Interface CfnDatabase.DataLakePrincipalProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDatabase.DataLakePrincipalProperty.Jsii$Proxy
Enclosing class:
CfnDatabase

@Stability(Stable) public static interface CfnDatabase.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.services.glue.*;
 DataLakePrincipalProperty dataLakePrincipalProperty = DataLakePrincipalProperty.builder()
         .dataLakePrincipalIdentifier("dataLakePrincipalIdentifier")
         .build();