aws.codestar_notifications.list_targets
Example SQL Queries
SELECT * FROMaws.codestar_notifications.list_targets;Description
Returns a list of the notification rule targets for an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| target_address The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client. | VARCHAR |
| target_status The status of the target. | VARCHAR |
| target_type The type of the target (for example, SNS).
| VARCHAR |