Interface CfnDataLakeSettings.DataLakePrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataLakeSettings.DataLakePrincipalProperty.Jsii$Proxy
- Enclosing class:
- CfnDataLakeSettings
@Stability(Stable)
public static interface CfnDataLakeSettings.DataLakePrincipalProperty
extends software.amazon.jsii.JsiiSerializable
The 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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataLakeSettings.DataLakePrincipalProperty
static final class
An implementation forCfnDataLakeSettings.DataLakePrincipalProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLakePrincipalIdentifier
An identifier for the Lake Formation principal. -
builder
-