cloudtrail_update_channel {paws.management} | R Documentation |
Updates a channel specified by a required channel ARN or UUID
Description
Updates a channel specified by a required channel ARN or UUID.
See https://www.paws-r-sdk.com/docs/cloudtrail_update_channel/ for full documentation.
Usage
cloudtrail_update_channel(Channel, Destinations = NULL, Name = NULL)
Arguments
Channel |
[required] The ARN or ID (the ARN suffix) of the channel that you want to update. |
Destinations |
The ARNs of event data stores that you want to log events arriving through the channel. |
Name |
Changes the name of the channel. |
[Package paws.management version 0.9.0 Index]