Class EventTargetInputTransformer
Inheritance
System.Object
EventTargetInputTransformer
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventTargetInputTransformer
Fields
View SourceInputPaths
Key value pairs specified in the form of JSONPath (for example, time = $.time)
Declaration
public readonly ImmutableDictionary<string, object> InputPaths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
InputTemplate
Structure containing the template body.
Declaration
public readonly string InputTemplate
Field Value
| Type | Description |
|---|---|
| System.String |