@Stability(value=Stable) @Internal public static final class QueueAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QueueAttributes
QueueAttributessoftware.amazon.jsii.JsiiObject.InitializationModeQueueAttributes.Builder, QueueAttributes.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(QueueAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by the
QueueAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getFifo()
Whether this queue is an Amazon SQS FIFO queue.
|
String |
getKeyArn()
KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
String |
getQueueArn()
The ARN of the queue.
|
String |
getQueueName()
The name of the queue.
|
String |
getQueueUrl()
The URL of the queue.
|
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(QueueAttributes.Builder builder)
QueueAttributes.Builder.public final String getQueueArn()
QueueAttributesgetQueueArn in interface QueueAttributespublic final Boolean getFifo()
QueueAttributesIn case of a FIFO queue which is imported from a token, this value has to be explicitly set to true.
Default: - if fifo is not specified, the property will be determined based on the queue name (not possible for FIFO queues imported from a token)
getFifo in interface QueueAttributespublic final String getKeyArn()
QueueAttributesDefault: - None
getKeyArn in interface QueueAttributespublic final String getQueueName()
QueueAttributesDefault: if queue name is not specified, the name will be derived from the queue ARN
getQueueName in interface QueueAttributespublic final String getQueueUrl()
QueueAttributes
Default: - 'https://sqs.
getQueueUrl in interface QueueAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.