AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateChannel operation. Updates a channel specified by a required channel ARN or UUID.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudTrail.AmazonCloudTrailRequest
      Amazon.CloudTrail.Model.UpdateChannelRequest

Namespace: Amazon.CloudTrail.Model
Assembly: AWSSDK.CloudTrail.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateChannelRequest : AmazonCloudTrailRequest
         IAmazonWebServiceRequest

The UpdateChannelRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateChannelRequest()

Properties

NameTypeDescription
Public Property Channel System.String

Gets and sets the property Channel.

The ARN or ID (the ARN suffix) of the channel that you want to update.

Public Property Destinations System.Collections.Generic.List<Amazon.CloudTrail.Model.Destination>

Gets and sets the property Destinations.

The ARNs of event data stores that you want to log events arriving through the channel.

Public Property Name System.String

Gets and sets the property Name.

Changes the name of the channel.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5