Class PipelineNotifications
Inheritance
System.Object
PipelineNotifications
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineNotifications
Fields
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 readonly string Completed
Field Value
| Type | Description |
|---|---|
| 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 readonly string Error
Field Value
| Type | Description |
|---|---|
| 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 readonly string Progressing
Field Value
| Type | Description |
|---|---|
| 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 readonly string Warning
Field Value
| Type | Description |
|---|---|
| System.String |