Class CfnQueueProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sqs.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.sqs.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 Object
    For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication.
    final String
    For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.
    final Number
    The time in seconds for which the delivery of all messages in the queue is delayed.
    final Object
    If set to true, creates a FIFO queue.
    final String
    For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.
    final Number
    The length of time in seconds for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again.
    final String
    The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS.
    final Number
    The limit of how many bytes that a message can contain before Amazon SQS rejects it.
    final Number
    The number of seconds that Amazon SQS retains a message.
    final String
    A name for the queue.
    final Number
    Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available.
    final Object
    The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object.
    final Object
    The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object.
    final Object
    Enables server-side queue encryption using SQS owned encryption keys.
    final List<CfnTag>
    The tags that you attach to this queue.
    final Number
    The length of time during which a message will be unavailable after a message is delivered from the queue.
    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