Skip to main content

organizational_unit_associations_list_only

Lists organizational_unit_associations in a region or regions, for all properties use organizational_unit_associations

Overview

Nameorganizational_unit_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::Notifications::OrganizationalUnitAssociation
Idawscc.notifications.organizational_unit_associations_list_only

Fields

NameDatatypeDescription
notification_configuration_arnstringARN identifier of the NotificationConfiguration.<br />Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
organizational_unit_idstringThe ID of the organizational unit.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all organizational_unit_associations in a region.

SELECT
region,
notification_configuration_arn,
organizational_unit_id
FROM awscc.notifications.organizational_unit_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the organizational_unit_associations_list_only resource, see organizational_unit_associations