AWS Fundamentals Logo
AWS Fundamentals
AWS::LakeFormation::DataLakeSettings

LakeFormation DataLakeSettings

Resource Type definition for AWS::LakeFormation::DataLakeSettings

Properties

11 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Admins
Admins
AllowExternalDataFiltering
boolean
AllowFullTableExternalDataAccess
boolean
AuthorizedSessionTagValueList
Array<string>
CreateDatabaseDefaultPermissions
CreateDatabaseDefaultPermissions
CreateTableDefaultPermissions
CreateTableDefaultPermissions
ExternalDataFilteringAllowList
ExternalDataFilteringAllowList
MutationType
string
Parameters
object
ReadOnlyAdmins
ReadOnlyAdmins
TrustedResourceOwners
Array<string>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LakeFormation::DataLakeSettings

Resources:
  MyResource:
    Type: AWS::LakeFormation::DataLakeSettings
    Properties:

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLakeFormation
Properties12
Required0
TaggingNot supported
Primary IDId

External Links