Skip to main content

delivery_channel_status

Creates, updates, deletes, gets or lists a delivery_channel_status resource.

Overview

Namedelivery_channel_status
TypeResource
Idaws.config.delivery_channel_status

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
delivery_channels_statusarrayA list that contains the status of a specified delivery channel.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_delivery_channel_statusselectregionReturns the current status of the specified delivery channel. If a delivery channel is not specified, this operation 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns the current status of the specified delivery channel. If a delivery channel is not specified, this operation 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.

SELECT
delivery_channels_status
FROM aws.config.delivery_channel_status
WHERE region = '{{ region }}' -- required
;