Class PipelineNotificationsGetArgs
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.ElasticTranscoder.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineNotificationsGetArgs : ResourceArgs
Constructors
View SourcePipelineNotificationsGetArgs()
Declaration
public PipelineNotificationsGetArgs()
Properties
View SourceCompleted
The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline.
Declaration
public Input<string> Completed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Error
The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline.
Declaration
public Input<string> Error { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Progressing
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline.
Declaration
public Input<string> Progressing { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Warning
The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline.
Declaration
public Input<string> Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |