Class CfnQueueMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueueMixinProps
CfnQueueMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.mediaconvert.CfnQueueMixinProps
CfnQueueMixinProps.Builder, CfnQueueMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberSpecify the maximum number of jobs your queue can process concurrently.final StringOptional.final StringgetName()The name of the queue that you are creating.final StringWhen you use CloudFormation , you can create only on-demand queues.final StringInitial state of the queue.final ObjectgetTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnQueueMixinProps.Builder.
-
-
Method Details
-
getConcurrentJobs
Description copied from interface:CfnQueueMixinPropsSpecify the maximum number of jobs your queue can process concurrently.For on-demand queues, the value you enter is constrained by your service quotas for Maximum concurrent jobs, per on-demand queue and Maximum concurrent jobs, per account. For reserved queues, specify the number of jobs you can process concurrently in your reservation plan instead.
- Specified by:
getConcurrentJobsin interfaceCfnQueueMixinProps- See Also:
-
getDescription
Description copied from interface:CfnQueueMixinPropsOptional.A description of the queue that you are creating.
- Specified by:
getDescriptionin interfaceCfnQueueMixinProps- See Also:
-
getName
Description copied from interface:CfnQueueMixinPropsThe name of the queue that you are creating.- Specified by:
getNamein interfaceCfnQueueMixinProps- See Also:
-
getPricingPlan
Description copied from interface:CfnQueueMixinPropsWhen you use CloudFormation , you can create only on-demand queues.Therefore, always set
PricingPlanto the value "ON_DEMAND" when declaring an AWS::MediaConvert::Queue in your 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 ** .
- Specified by:
getPricingPlanin interfaceCfnQueueMixinProps- See Also:
-
getStatus
Description copied from interface:CfnQueueMixinPropsInitial state of the queue.Queues can be either ACTIVE or PAUSED. If you create a paused queue, then jobs that you send to that queue won't begin.
- Specified by:
getStatusin interfaceCfnQueueMixinProps- See Also:
-
getTags
Description copied from interface:CfnQueueMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnQueueMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-