AWS::SecurityLake::DataLakeResource Type definition for AWS::SecurityLake::DataLake
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EncryptionConfiguration | EncryptionConfiguration | |
LifecycleConfiguration | LifecycleConfiguration | |
MetaStoreManagerRoleArn | string | Write-only |
ReplicationConfiguration | ReplicationConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) created by you to provide to the subscriber. |
S3BucketArn | string | The ARN for the Amazon Security Lake Amazon S3 bucket. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityLake::DataLake
Resources:
MyResource:
Type: AWS::SecurityLake::DataLake
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
events:*iam:CreateServiceLinkedRoleiam:GetRoleiam:ListAttachedRolePoliciesiam:PutRolePolicyiam:PassRoleglue:*organizations:*events:*iam:CreateServiceLinkedRoleiam:DeleteRolePolicyiam:GetRoleiam:PassRoleiam:PutRolePolicykms:DescribeKeykms:CreateGrantorganizations:*securitylake:DeleteDataLakesecuritylake:List*securitylake:List*securitylake:List*Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn