AWS SDK Version 2 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.

.NET Framework 4.5
 
A cross account destination that is the recipient of subscription log events.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.Destination

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Destination : Object

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 AWS accounts can create subscription filters against this destination.

Public Property Arn System.String Gets and sets the property Arn.

ARN of this destination.

Public Property CreationTime System.Int64 Gets and sets the property CreationTime.

A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC specifying when this destination was created.

Public Property DestinationName System.String Gets and sets the property DestinationName.

Name of the destination.

Public Property RoleArn System.String Gets and sets the property RoleArn.

A role for impersonation for delivering log events to the target.

Public Property TargetArn System.String Gets and sets the property TargetArn.

ARN of the physical target where the log events will be delivered (eg. ARN of a Kinesis stream).

Version Information

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