Interface CfnPrincipalPermissions.DataLakePrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrincipalPermissions.DataLakePrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnPrincipalPermissions
@Stability(Stable)
public static interface CfnPrincipalPermissions.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.lakeformation.*; DataLakePrincipalProperty dataLakePrincipalProperty = DataLakePrincipalProperty.builder() .dataLakePrincipalIdentifier("dataLakePrincipalIdentifier") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPrincipalPermissions.DataLakePrincipalProperty
static final class
An implementation forCfnPrincipalPermissions.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
-