Learn R Programming

paws.management (version 0.1.10)

configservice_describe_delivery_channels: Returns details about the specified delivery channel

Description

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.

Usage

configservice_describe_delivery_channels(DeliveryChannelNames)

Arguments

DeliveryChannelNames

A list of delivery channel names.

Request syntax

svc$describe_delivery_channels(
  DeliveryChannelNames = list(
    "string"
  )
)