notification_hubs_list_only
Lists notification_hubs in a region or regions, for all properties use notification_hubs
Overview
| Name | notification_hubs_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Notifications::NotificationHub |
| Id | awscc.notifications.notification_hubs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
region | string | Region that NotificationHub is present in. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all notification_hubs in a region.
SELECT
region,
region
FROM awscc.notifications.notification_hubs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the notification_hubs_list_only resource, see notification_hubs