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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconvert.CfnQueueProps

    CfnQueueProps.Builder, CfnQueueProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Optional.
    final String
    The name of the queue that you are creating.
    final String
    When you use AWS CloudFormation , you can create only on-demand queues.
    final String
    Initial state of the queue.
    final Object
    An array of key-value pairs to apply to this resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnQueueProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnQueueProps.Builder.
  • Method Details

    • getDescription

      public final String getDescription()
      Description copied from interface: CfnQueueProps
      Optional.

      A description of the queue that you are creating.

      Specified by:
      getDescription in interface CfnQueueProps
    • getName

      public final String getName()
      Description copied from interface: CfnQueueProps
      The name of the queue that you are creating.
      Specified by:
      getName in interface CfnQueueProps
    • getPricingPlan

      public final String getPricingPlan()
      Description copied from interface: CfnQueueProps
      When you use AWS CloudFormation , you can create only on-demand queues.

      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 ** .

      Specified by:
      getPricingPlan in interface CfnQueueProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnQueueProps
      Initial 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:
      getStatus in interface CfnQueueProps
    • getTags

      public final Object getTags()
      Description copied from interface: CfnQueueProps
      An array of key-value pairs to apply to this resource.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnQueueProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object