AWS::LakeFormation::DataLakeSettings
The AWS::LakeFormation::DataLakeSettings
resource is an AWS Lake Formation resource type that manages the data lake settings for your account. Note that the CloudFormation template only supports updating the Admins
list. It does not support updating the CreateDatabaseDefaultPermissions or CreateTableDefaultPermissions. Those permissions can only be edited in the DataLakeSettings resource via the API.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::LakeFormation::DataLakeSettings", "Properties" : { "Admins" :
Admins
, "TrustedResourceOwners" :[ String, ... ]
} }
YAML
Type: AWS::LakeFormation::DataLakeSettings Properties: Admins:
Admins
TrustedResourceOwners:- String
Properties
Admins
-
A list of AWS Lake Formation principals.
Required: No
Type: Admins
Update requires: No interruption
TrustedResourceOwners
-
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.
Required: No
Type: List of String
Update requires: No interruption