Show / Hide Table of Contents

Class LogDestinationState

Inheritance
System.Object
InputArgs
ResourceArgs
LogDestinationState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogDestinationState : ResourceArgs

Constructors

View Source

LogDestinationState()

Declaration
public LogDestinationState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) specifying the log destination.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A name for the log destination

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to put data into the target

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetArn

The ARN of the target Amazon Kinesis stream resource for the destination

Declaration
public Input<string> TargetArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.