Class CfnDataLakeSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataLakeSettingsProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataLakeSettingsProps
CfnDataLakeSettingsProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lakeformation.CfnDataLakeSettingsProps
CfnDataLakeSettingsProps.Builder, CfnDataLakeSettingsProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataLakeSettingsProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A list of AWS Lake Formation principals.final Object
Whether to allow Amazon EMR clusters or other third-party query engines to access data managed by Lake Formation .Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the user's role while assuming it.final Object
Specifies whether access control on a newly created database is managed by Lake Formation permissions or exclusively by IAM permissions.final Object
Specifies whether access control on a newly created table is managed by Lake Formation permissions or exclusively by IAM permissions.final Object
A list of the account IDs of AWS accounts with Amazon EMR clusters or third-party engines that are allwed to perform data filtering.final Object
A key-value map that provides an additional configuration on your data lake.An array of UTF-8 strings.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataLakeSettingsProps.Builder
.
-
-
Method Details
-
getAdmins
Description copied from interface:CfnDataLakeSettingsProps
A list of AWS Lake Formation principals.- Specified by:
getAdmins
in interfaceCfnDataLakeSettingsProps
-
getAllowExternalDataFiltering
Description copied from interface:CfnDataLakeSettingsProps
Whether to allow Amazon EMR clusters or other third-party query engines to access data managed by Lake Formation .If set to true, you allow Amazon EMR clusters or other third-party engines to access data in Amazon S3 locations that are registered with Lake Formation .
If false or null, no third-party query engines will be able to access data in Amazon S3 locations that are registered with Lake Formation.
For more information, see External data filtering setting .
- Specified by:
getAllowExternalDataFiltering
in interfaceCfnDataLakeSettingsProps
-
getAuthorizedSessionTagValueList
Description copied from interface:CfnDataLakeSettingsProps
Lake Formation relies on a privileged process secured by Amazon EMR or the third party integrator to tag the user's role while assuming it.Lake Formation will publish the acceptable key-value pair, for example key = "LakeFormationTrustedCaller" and value = "TRUE" and the third party integrator must properly tag the temporary security credentials that will be used to call Lake Formation 's administrative API operations.
- Specified by:
getAuthorizedSessionTagValueList
in interfaceCfnDataLakeSettingsProps
-
getCreateDatabaseDefaultPermissions
Description copied from interface:CfnDataLakeSettingsProps
Specifies whether access control on a newly created database is managed by Lake Formation permissions or exclusively by IAM permissions.A null value indicates that the access is controlled by Lake Formation permissions.
ALL
permissions assigned toIAM_ALLOWED_PRINCIPALS
group indicates that the user's IAM permissions determine the access to the database. This is referred to as the setting "Use only IAM access control," and is to support backward compatibility with the AWS Glue permission model implemented by IAM permissions.The only permitted values are an empty array or an array that contains a single JSON object that grants
ALL
toIAM_ALLOWED_PRINCIPALS
.For more information, see Changing the default security settings for your data lake .
- Specified by:
getCreateDatabaseDefaultPermissions
in interfaceCfnDataLakeSettingsProps
-
getCreateTableDefaultPermissions
Description copied from interface:CfnDataLakeSettingsProps
Specifies whether access control on a newly created table is managed by Lake Formation permissions or exclusively by IAM permissions.A null value indicates that the access is controlled by Lake Formation permissions.
ALL
permissions assigned toIAM_ALLOWED_PRINCIPALS
group indicate that the user's IAM permissions determine the access to the table. This is referred to as the setting "Use only IAM access control," and is to support the backward compatibility with the AWS Glue permission model implemented by IAM permissions.The only permitted values are an empty array or an array that contains a single JSON object that grants
ALL
permissions toIAM_ALLOWED_PRINCIPALS
.For more information, see Changing the default security settings for your data lake .
- Specified by:
getCreateTableDefaultPermissions
in interfaceCfnDataLakeSettingsProps
-
getExternalDataFilteringAllowList
Description copied from interface:CfnDataLakeSettingsProps
A list of the account IDs of AWS accounts with Amazon EMR clusters or third-party engines that are allwed to perform data filtering.- Specified by:
getExternalDataFilteringAllowList
in interfaceCfnDataLakeSettingsProps
-
getParameters
Description copied from interface:CfnDataLakeSettingsProps
A key-value map that provides an additional configuration on your data lake.CrossAccountVersion
is the key you can configure in theParameters
field. Accepted values for theCrossAccountVersion
key are 1, 2, and 3.- Specified by:
getParameters
in interfaceCfnDataLakeSettingsProps
-
getTrustedResourceOwners
Description copied from interface:CfnDataLakeSettingsProps
An array of UTF-8 strings.A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's CloudTrail log. You may want to specify this property when you are in a high-trust boundary, such as the same team or company.
- Specified by:
getTrustedResourceOwners
in interfaceCfnDataLakeSettingsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-