@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-02T10:16:28.750Z") @Stability(value=Stable) 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.
|
@Stability(value=Stable) String getQueueArn()
@Stability(value=Stable) String getKeyArn()
@Stability(value=Stable) String getQueueName()
@Stability(value=Stable) String getQueueUrl()
@Stability(value=Stable) static QueueAttributes.Builder builder()
QueueAttributes.Builder of QueueAttributesCopyright © 2019. All rights reserved.