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 CreateChannel operation. Creates a channel for CloudTrail to ingest events from a partner or external source. After you create a channel, a CloudTrail Lake event data store can log events from the partner or source that you specify.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateChannelRequest : AmazonCloudTrailRequest
         IAmazonWebServiceRequest

The CreateChannelRequest type exposes the following members

Constructors

NameDescription
Public Method CreateChannelRequest()

Properties

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

Gets and sets the property Destinations.

One or more event data stores to which events arriving through a channel will be logged.

Public Property Name System.String

Gets and sets the property Name.

The name of the channel.

Public Property Source System.String

Gets and sets the property Source.

The name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source.

A source can be either Custom for all valid non-Amazon Web Services events, or the name of a partner event source. For information about the source names for available partners, see Additional information about integration partners in the CloudTrail User Guide.

Public Property Tags System.Collections.Generic.List<Amazon.CloudTrail.Model.Tag>

Gets and sets the property Tags.

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