@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-26T08:38:40.241Z") @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() |
default String |
getKeyArn()
KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
String |
getQueueArn()
The ARN of the queue.
|
default String |
getQueueName()
The name of the queue.
|
default String |
getQueueUrl()
The URL of the queue.
|
@Stability(value=Stable) String getQueueArn()
@Stability(value=Stable) default String getKeyArn()
@Stability(value=Stable) default String getQueueName()
Default: if queue name is not specified, the name will be derived from the queue ARN
@Stability(value=Stable) default String getQueueUrl()
@Stability(value=Stable) static QueueAttributes.Builder builder()
QueueAttributes.Builder of QueueAttributesCopyright © 2020. All rights reserved.