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.

Represents a cross-account destination that receives subscription log events.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.Destination

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

Syntax

C#
public class Destination

The Destination type exposes the following members

Constructors

NameDescription
Public Method Destination()

Properties

NameTypeDescription
Public Property AccessPolicy System.String

Gets and sets the property AccessPolicy.

An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of this destination.

Public Property CreationTime System.Int64

Gets and sets the property CreationTime.

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Public Property DestinationName System.String

Gets and sets the property DestinationName.

The name of the destination.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

A role for impersonation, used when delivering log events to the target.

Public Property TargetArn System.String

Gets and sets the property TargetArn.

The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).

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