Describe Delivery Channels
configservice_describe_delivery_channels | R Documentation |
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¶
Arguments¶
DeliveryChannelNames
A list of delivery channel names.
Value¶
A list with the following syntax:
list(
DeliveryChannels = list(
list(
name = "string",
s3BucketName = "string",
s3KeyPrefix = "string",
s3KmsKeyArn = "string",
snsTopicARN = "string",
configSnapshotDeliveryProperties = list(
deliveryFrequency = "One_Hour"|"Three_Hours"|"Six_Hours"|"Twelve_Hours"|"TwentyFour_Hours"
)
)
)
)