| Modifier and Type | Method and Description |
|---|---|
CfnQueue |
build() |
static CfnQueue.Builder |
create(Construct scope,
String id) |
CfnQueue.Builder |
description(String description)
Optional.
|
CfnQueue.Builder |
name(String name)
The name of the queue that you are creating.
|
CfnQueue.Builder |
pricingPlan(String pricingPlan)
When you use AWS CloudFormation , you can create only on-demand queues.
|
CfnQueue.Builder |
status(String status)
Initial state of the queue.
|
CfnQueue.Builder |
tags(Object tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnQueue.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnQueue.Builder.@Stability(value=Stable) public CfnQueue.Builder description(String description)
A description of the queue that you are creating.
description - Optional. This parameter is required.this@Stability(value=Stable) public CfnQueue.Builder name(String name)
name - The name of the queue that you are creating. This parameter is required.this@Stability(value=Stable) public CfnQueue.Builder pricingPlan(String pricingPlan)
Therefore, always set PricingPlan to the value "ON_DEMAND" when declaring an AWS::MediaConvert::Queue in your AWS CloudFormation template.
To create a reserved queue, use the AWS Elemental MediaConvert console at https://console.aws.amazon.com/mediaconvert to set up a contract. For more information, see Working with AWS Elemental MediaConvert Queues in the ** .
pricingPlan - When you use AWS CloudFormation , you can create only on-demand queues. This parameter is required.this@Stability(value=Stable) public CfnQueue.Builder status(String status)
Queues can be either ACTIVE or PAUSED. If you create a paused queue, then jobs that you send to that queue won't begin.
status - Initial state of the queue. This parameter is required.this@Stability(value=Stable) public CfnQueue.Builder tags(Object tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.