Show / Hide Table of Contents

Class EventTargetState

Inheritance
System.Object
InputArgs
ResourceArgs
EventTargetState
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 EventTargetState : ResourceArgs

Constructors

View Source

EventTargetState()

Declaration
public EventTargetState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) associated of the target.

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

BatchTarget

Parameters used when you are using the rule to invoke an Amazon Batch Job. Documented below. A maximum of 1 are allowed.

Declaration
public Input<EventTargetBatchTargetGetArgs> BatchTarget { get; set; }
Property Value
Type Description
Input<EventTargetBatchTargetGetArgs>
View Source

EcsTarget

Parameters used when you are using the rule to invoke Amazon ECS Task. Documented below. A maximum of 1 are allowed.

Declaration
public Input<EventTargetEcsTargetGetArgs> EcsTarget { get; set; }
Property Value
Type Description
Input<EventTargetEcsTargetGetArgs>
View Source

Input

Valid JSON text passed to the target.

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

InputPath

The value of the JSONPath that is used for extracting part of the matched event when passing it to the target.

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

InputTransformer

Parameters used when you are providing a custom input to a target based on certain event data.

Declaration
public Input<EventTargetInputTransformerGetArgs> InputTransformer { get; set; }
Property Value
Type Description
Input<EventTargetInputTransformerGetArgs>
View Source

KinesisTarget

Parameters used when you are using the rule to invoke an Amazon Kinesis Stream. Documented below. A maximum of 1 are allowed.

Declaration
public Input<EventTargetKinesisTargetGetArgs> KinesisTarget { get; set; }
Property Value
Type Description
Input<EventTargetKinesisTargetGetArgs>
View Source

RoleArn

The Amazon Resource Name (ARN) of the IAM role to be used for this target when the rule is triggered. Required if ecs_target is used.

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

Rule

The name of the rule you want to add targets to.

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

RunCommandTargets

Parameters used when you are using the rule to invoke Amazon EC2 Run Command. Documented below. A maximum of 5 are allowed.

Declaration
public InputList<EventTargetRunCommandTargetGetArgs> RunCommandTargets { get; set; }
Property Value
Type Description
InputList<EventTargetRunCommandTargetGetArgs>
View Source

SqsTarget

Parameters used when you are using the rule to invoke an Amazon SQS Queue. Documented below. A maximum of 1 are allowed.

Declaration
public Input<EventTargetSqsTargetGetArgs> SqsTarget { get; set; }
Property Value
Type Description
Input<EventTargetSqsTargetGetArgs>
View Source

TargetId

The unique target assignment ID. If missing, will generate a random, unique id.

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