Show / Hide Table of Contents

Class PipelineNotificationsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineNotificationsArgs
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.ElasticTranscoder.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineNotificationsArgs : ResourceArgs

Constructors

View Source

PipelineNotificationsArgs()

Declaration
public PipelineNotificationsArgs()

Properties

View Source

Completed

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.