@Stability(value=Stable) @Internal public static final class CfnQueueProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnQueueProps
CfnQueuePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnQueueProps.Builder, CfnQueueProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnQueueProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnQueueProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
Optional.
|
String |
getName()
The name of the queue that you are creating.
|
String |
getPricingPlan()
When you use AWS CloudFormation , you can create only on-demand queues.
|
String |
getStatus()
Initial state of the queue.
|
Object |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnQueueProps.Builder builder)
CfnQueueProps.Builder.public final String getDescription()
CfnQueuePropsA description of the queue that you are creating.
getDescription in interface CfnQueuePropspublic final String getName()
CfnQueuePropsgetName in interface CfnQueuePropspublic final String getPricingPlan()
CfnQueueProps
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 ** .
getPricingPlan in interface CfnQueuePropspublic final String getStatus()
CfnQueuePropsQueues can be either ACTIVE or PAUSED. If you create a paused queue, then jobs that you send to that queue won't begin.
getStatus in interface CfnQueuePropspublic final Object getTags()
CfnQueuePropsFor more information, see Tag .
getTags in interface CfnQueueProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.