public static interface CfnDatabase.DataLakePrincipalProperty
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 java.lang.String |
getDataLakePrincipalIdentifier()
An identifier for the AWS Lake Formation principal.
|
default java.lang.String getDataLakePrincipalIdentifier()
static CfnDatabase.DataLakePrincipalProperty.Builder builder()