AWS::SecurityLake::SubscriberNotificationResource Type definition for AWS::SecurityLake::SubscriberNotification
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
NotificationConfiguration | NotificationConfiguration | Required |
SubscriberArn | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SubscriberEndpoint | string | The endpoint the subscriber should listen to for notifications |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityLake::SubscriberNotification
Resources:
MyResource:
Type: AWS::SecurityLake::SubscriberNotification
Properties:
SubscriberArn: "arn:aws:service:region:account:resource"
NotificationConfiguration: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
securitylake:CreateDataLakesecuritylake:CreateSubscribersecuritylake:CreateSubscriberNotificationsecuritylake:GetSubscriberiam:CreateServiceLinkedRoleiam:PutRolePolicyiam:DeleteRolePolicyiam:PassRoles3:PutBucketNotifications3:GetBucketNotificationevents:CreateApiDestinationevents:CreateConnectionevents:CreateRuleevents:UpdateConnectionevents:DeleteConnectionevents:UpdateApiDestinationevents:DeleteApiDestinationevents:ListApiDestinationsevents:ListConnectionsevents:PutRuleevents:DescribeRuleevents:DeleteRuleevents:PutTargetsevents:RemoveTargetsevents:ListTargetsByRulesecretsmanager:CreateSecretsqs:CreateQueuesqs:GetQueueAttributessqs:GetQueueUrlsqs:SetQueueAttributessecuritylake:GetSubscribersecuritylake:UpdateSubscriberNotificationsecuritylake:GetSubscriberiam:CreateServiceLinkedRoleiam:PutRolePolicyiam:DeleteRolePolicyiam:PassRoleevents:CreateApiDestinationevents:CreateConnectionevents:UpdateConnectionevents:DeleteConnectionevents:UpdateApiDestinationevents:DeleteApiDestinationevents:DeleteRuleevents:ListApiDestinationsevents:ListConnectionsevents:PutRuleevents:DescribeRuleevents:DeleteRuleevents:PutTargetsevents:RemoveTargetsevents:ListTargetsByRulesecretsmanager:CreateSecrets3:GetBucketNotificationConfigurations3:PutBucketNotificationConfigurations3:PutBucketNotifications3:GetBucketNotificationsqs:CreateQueuesqs:DeleteQueuesqs:GetQueueAttributessqs:SetQueueAttributessecuritylake:DeleteSubscriberNotificationsecuritylake:GetSubscriberiam:DeleteRoleiam:DeleteRolePolicyevents:DeleteApiDestinationevents:DeleteConnectionevents:DeleteRuleevents:ListTargetsByRuleevents:DescribeRuleevents:RemoveTargetssqs:DeleteQueuesecuritylake: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.
SubscriberArn