AWS::SecurityLake::SubscriberResource Type definition for AWS::SecurityLake::Subscriber
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessTypes | array | Required |
DataLakeArn | string | RequiredCreate-only |
Sources | Array<Source> | Required |
SubscriberIdentity | object | Required |
SubscriberName | string | Required |
SubscriberDescription | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceShareArn | string | - |
ResourceShareName | string | - |
S3BucketArn | string | - |
SubscriberArn | string | - |
SubscriberRoleArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityLake::Subscriber
Resources:
MyResource:
Type: AWS::SecurityLake::Subscriber
Properties:
AccessTypes: "value"
DataLakeArn: "arn:aws:service:region:account:resource"
Sources: []
SubscriberIdentity: "my-subscriberidentity"
SubscriberName: "my-subscribername"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
securitylake:CreateSubscribersecuritylake:CreateCustomLogSourcesecuritylake:CreateDataLakesecuritylake:TagResourcesecuritylake:GetSubscribersecuritylake:ListSubscriberssecuritylake:ListTagsForResourceiam:GetRolesecuritylake:GetSubscribersecuritylake:ListTagsForResourcesecuritylake:UpdateSubscribersecuritylake:GetSubscribersecuritylake:TagResourcesecuritylake:UntagResourcesecuritylake:ListTagsForResourceglue:GetDatabaseglue:GetTablelakeformation:ListPermissionssecuritylake:DeleteSubscriberiam:GetRoleiam:ListRolePoliciesiam:DeleteRoleiam:DeleteRolePolicyglue:GetTablelakeformation:RevokePermissionslakeformation:ListPermissionssecuritylake:ListSubscribersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSubscriberArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DataLakeArn