organizational_unit_associations_list_only
Lists organizational_unit_associations in a region or regions, for all properties use organizational_unit_associations
Overview
| Name | organizational_unit_associations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation |
| Id | awscc.notifications.organizational_unit_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
notification_configuration_arn | string | ARN identifier of the NotificationConfiguration.<br />Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1 |
organizational_unit_id | string | The ID of the organizational unit. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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