@Stability(value=Stable)
public static interface CfnPrincipalPermissions.DataLakePrincipalProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrincipalPermissions.DataLakePrincipalProperty.Builder
A builder for
CfnPrincipalPermissions.DataLakePrincipalProperty |
static class |
CfnPrincipalPermissions.DataLakePrincipalProperty.Jsii$Proxy
An implementation for
CfnPrincipalPermissions.DataLakePrincipalProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrincipalPermissions.DataLakePrincipalProperty.Builder |
builder() |
default String |
getDataLakePrincipalIdentifier()
`CfnPrincipalPermissions.DataLakePrincipalProperty.DataLakePrincipalIdentifier`.
|
@Stability(value=Stable) @Nullable default String getDataLakePrincipalIdentifier()
@Stability(value=Stable) static CfnPrincipalPermissions.DataLakePrincipalProperty.Builder builder()
Copyright © 2022. All rights reserved.