Class CfnQueueProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconvert.CfnQueueProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnQueueProps
@Stability(Stable)
@Internal
public static final class CfnQueueProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueueProps
An implementation for
CfnQueueProps-
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.services.mediaconvert.CfnQueueProps
CfnQueueProps.Builder, CfnQueueProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnQueueProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnQueueProps.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 StringOptional.final StringgetName()The name of the queue that you are creating.final StringWhen you use AWS 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 theCfnQueueProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnQueuePropsOptional.A description of the queue that you are creating.
- Specified by:
getDescriptionin interfaceCfnQueueProps
-
getName
Description copied from interface:CfnQueuePropsThe name of the queue that you are creating.- Specified by:
getNamein interfaceCfnQueueProps
-
getPricingPlan
Description copied from interface:CfnQueuePropsWhen you use AWS CloudFormation , you can create only on-demand queues.Therefore, always set
PricingPlanto 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 ** .
- Specified by:
getPricingPlanin interfaceCfnQueueProps
-
getStatus
Description copied from interface:CfnQueuePropsInitial 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 interfaceCfnQueueProps
-
getTags
Description copied from interface:CfnQueuePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnQueueProps
-
$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()
-