Description Usage Arguments Value Request syntax
View source: R/configservice_operations.R
Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
1 | configservice_describe_delivery_channels(DeliveryChannelNames)
|
DeliveryChannelNames |
A list of delivery channel names. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
1 2 3 4 5 | svc$describe_delivery_channels(
DeliveryChannelNames = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.