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 SourceCommitment
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 |
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 |
ReservedSlots
Specifies the number of reserved transcode slots (RTS) for queue.
Declaration
public readonly int ReservedSlots
Field Value
| Type | Description |
|---|---|
| System.Int32 |