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