@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.354Z") @Stability(value=Stable) public interface CfnDataLakeSettingsProps 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.*;
CfnDataLakeSettingsProps cfnDataLakeSettingsProps = CfnDataLakeSettingsProps.builder()
.admins(List.of(DataLakePrincipalProperty.builder()
.dataLakePrincipalIdentifier("dataLakePrincipalIdentifier")
.build()))
.trustedResourceOwners(List.of("trustedResourceOwners"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataLakeSettingsProps.Builder
A builder for
CfnDataLakeSettingsProps |
static class |
CfnDataLakeSettingsProps.Jsii$Proxy
An implementation for
CfnDataLakeSettingsProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataLakeSettingsProps.Builder |
builder() |
default Object |
getAdmins()
A list of AWS Lake Formation principals.
|
default List<String> |
getTrustedResourceOwners()
`AWS::LakeFormation::DataLakeSettings.TrustedResourceOwners`.
|
@Stability(value=Stable) @Nullable default Object getAdmins()
@Stability(value=Stable) @Nullable default List<String> getTrustedResourceOwners()
@Stability(value=Stable) static CfnDataLakeSettingsProps.Builder builder()
CfnDataLakeSettingsProps.Builder of CfnDataLakeSettingsPropsCopyright © 2022. All rights reserved.