@Stability(value=Stable)
public static interface CfnDatabase.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.glue.*;
DataLakePrincipalProperty dataLakePrincipalProperty = DataLakePrincipalProperty.builder()
.dataLakePrincipalIdentifier("dataLakePrincipalIdentifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatabase.DataLakePrincipalProperty.Builder
A builder for
CfnDatabase.DataLakePrincipalProperty |
static class |
CfnDatabase.DataLakePrincipalProperty.Jsii$Proxy
An implementation for
CfnDatabase.DataLakePrincipalProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatabase.DataLakePrincipalProperty.Builder |
builder() |
default String |
getDataLakePrincipalIdentifier()
An identifier for the AWS Lake Formation principal.
|
@Stability(value=Stable) @Nullable default String getDataLakePrincipalIdentifier()
@Stability(value=Stable) static CfnDatabase.DataLakePrincipalProperty.Builder builder()
Copyright © 2022. All rights reserved.