Show / Hide Table of Contents

Class QueueReservationPlanSettingsGetArgs

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

Constructors

View Source

QueueReservationPlanSettingsGetArgs()

Declaration
public QueueReservationPlanSettingsGetArgs()

Properties

View Source

Commitment

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

Declaration
public Input<string> Commitment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RenewalType

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

Declaration
public Input<string> RenewalType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReservedSlots

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

Declaration
public Input<int> ReservedSlots { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.