Show / Hide Table of Contents

Class QueueReservationPlanSettings

Inheritance
System.Object
QueueReservationPlanSettings
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.MediaConvert.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class QueueReservationPlanSettings

Fields

View Source

Commitment

The length of the term of your reserved queue pricing plan commitment. Valid value is ONE_YEAR.

Declaration
public readonly string Commitment
Field Value
Type Description
System.String
View Source

RenewalType

Specifies whether the term of your reserved queue pricing plan. Valid values are AUTO_RENEW or EXPIRE.

Declaration
public readonly string RenewalType
Field Value
Type Description
System.String
View Source

ReservedSlots

Specifies the number of reserved transcode slots (RTS) for queue.

Declaration
public readonly int ReservedSlots
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.