@Generated(value="jsii-pacmak/0.15.1 (build ceff2ca)", date="2019-08-21T10:51:41.608Z") @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
An implementation for
QueueAttributes |
| 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.