@Stability(value=Experimental) @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(String queueArn,
String keyArn,
String queueName,
String queueUrl)
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) |
String |
getKeyArn()
(experimental) KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
String |
getQueueArn()
(experimental) The ARN of the queue.
|
String |
getQueueName()
(experimental) The name of the queue.
|
String |
getQueueUrl()
(experimental) 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(String queueArn, String keyArn, String queueName, String queueUrl)
QueueAttributes.Builder.public final String getQueueArn()
QueueAttributesgetQueueArn 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 QueueAttributeshttps://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.