Queue

class Queue : KotlinCustomResource

Provides an AWS Elemental MediaConvert Queue.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.mediaconvert.Queue;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new Queue("test");
}
}

Import

Media Convert Queue can be imported via the queue name, e.g.,

$ pulumi import aws:mediaconvert/queue:Queue test tf-test-queue

Properties

Link copied to clipboard
val arn: Output<String>

The Arn of the queue

Link copied to clipboard
val description: Output<String>?

A description of the queue

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A unique identifier describing the queue

Link copied to clipboard
val pricingPlan: Output<String>?

Specifies whether the pricing plan for the queue is on-demand or reserved. Valid values are ON_DEMAND or RESERVED. Default to ON_DEMAND.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A detail pricing plan of the reserved queue. See below.

Link copied to clipboard
val status: Output<String>?

A status of the queue. Valid values are ACTIVE or RESERVED. Default to PAUSED.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. .If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>