subscriber_notifications_list_only
Lists subscriber_notifications
in a region or regions, for all properties use subscriber_notifications
Overview
Name | subscriber_notifications_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SecurityLake::SubscriberNotification |
Id | aws.securitylake.subscriber_notifications_list_only |
Fields
Name | Datatype | Description |
---|---|---|
notification_configuration | object | |
subscriber_arn | string | The ARN for the subscriber |
subscriber_endpoint | string | The endpoint the subscriber should listen to for notifications |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all subscriber_notifications
in a region.
SELECT
region,
subscriber_arn
FROM aws.securitylake.subscriber_notifications_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subscriber_notifications_list_only
resource, see subscriber_notifications