@Generated(value="jsii-pacmak/0.10.5 (build 46bc9b0)", date="2019-05-24T10:15:31.727Z") public interface QueueAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueueAttributes.Builder
A builder for
QueueAttributes |
static class |
QueueAttributes.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static QueueAttributes.Builder |
builder() |
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.
|
String getQueueArn()
String getKeyArn()
String getQueueName()
String getQueueUrl()
static QueueAttributes.Builder builder()
QueueAttributes.Builder of QueueAttributesCopyright © 2019. All rights reserved.