managed_notification_account_contact_associations_list_only
Lists managed_notification_account_contact_associations in a region or regions, for all properties use managed_notification_account_contact_associations
Overview
| Name | managed_notification_account_contact_associations_list_only |
| Type | Resource |
| Description | Resource Type definition for ManagedNotificationAccountContactAssociation |
| Id | awscc.notifications.managed_notification_account_contact_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
managed_notification_configuration_arn | string | The managed notification configuration ARN, against which the account contact association will be created |
contact_identifier | string | This unique identifier for Contact |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all managed_notification_account_contact_associations in a region.
SELECT
region,
managed_notification_configuration_arn,
contact_identifier
FROM awscc.notifications.managed_notification_account_contact_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the managed_notification_account_contact_associations_list_only resource, see managed_notification_account_contact_associations