Class LogDestinationState
Inherited Members
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 SourceLogDestinationState()
Declaration
public LogDestinationState()
Properties
View SourceArn
The Amazon Resource Name (ARN) specifying the log destination.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A name for the log destination
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |