aws.config.describe_delivery_channel_status
Example SQL Queries
SELECT * FROMaws.config.describe_delivery_channel_status;Description
Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| delivery_channel_names Input Column A list of delivery channel names. | VARCHAR[] |
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 |
| delivery_channels_status A list that contains the status of a specified delivery channel. | STRUCT( |
Show child fields
| |