Skip to main content

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

Namemanaged_notification_account_contact_associations_list_only
TypeResource
DescriptionResource Type definition for ManagedNotificationAccountContactAssociation
Idawscc.notifications.managed_notification_account_contact_associations_list_only

Fields

NameDatatypeDescription
managed_notification_configuration_arnstringThe managed notification configuration ARN, against which the account contact association will be created
contact_identifierstringThis unique identifier for Contact
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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