Class QueueReservationPlanSettingsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class QueueReservationPlanSettingsArgs : ResourceArgs
Constructors
View SourceQueueReservationPlanSettingsArgs()
Declaration
public QueueReservationPlanSettingsArgs()
Properties
View SourceCommitment
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> |
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> |
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> |