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.

This is the response object from the GetChannel operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudTrail.Model.GetChannelResponse

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

Syntax

C#
public class GetChannelResponse : AmazonWebServiceResponse

The GetChannelResponse type exposes the following members

Constructors

NameDescription
Public Method GetChannelResponse()

Properties

NameTypeDescription
Public Property ChannelArn System.String

Gets and sets the property ChannelArn.

The ARN of an channel returned by a GetChannel request.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Destinations System.Collections.Generic.List<Amazon.CloudTrail.Model.Destination>

Gets and sets the property Destinations.

The destinations for the channel. For channels created for integrations, the destinations are the event data stores that log events arriving through the channel. For service-linked channels, the destination is the Amazon Web Services service that created the service-linked channel to receive events.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IngestionStatus Amazon.CloudTrail.Model.IngestionStatus

Gets and sets the property IngestionStatus.

A table showing information about the most recent successful and failed attempts to ingest events.

Public Property Name System.String

Gets and sets the property Name.

The name of the CloudTrail channel. For service-linked channels, the name is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix generated by the Amazon Web Services service.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Source System.String

Gets and sets the property Source.

The source for the CloudTrail channel.

Public Property SourceConfig Amazon.CloudTrail.Model.SourceConfig

Gets and sets the property SourceConfig.

Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all Regions or a single Region.

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