This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataZone::EnvironmentBlueprintConfiguration LakeFormationConfiguration
The Lake Formation configuration of the Data Lake blueprint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LocationRegistrationExcludeS3Locations" :
[ String, ... ]
, "LocationRegistrationRole" :String
}
YAML
LocationRegistrationExcludeS3Locations:
- String
LocationRegistrationRole:String
Properties
LocationRegistrationExcludeS3Locations
-
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
Required: No
Type: Array of String
Minimum:
1 | 0
Maximum:
1024 | 20
Update requires: No interruption
LocationRegistrationRole
-
The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
Required: No
Type: String
Pattern:
^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]*$
Update requires: No interruption