@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:40.997Z") @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) @NotNull String getQueueArn()
@Stability(value=Stable) @Nullable default String getKeyArn()
Default: - None
@Stability(value=Stable) @Nullable default String getQueueName()
Default: if queue name is not specified, the name will be derived from the queue ARN
@Stability(value=Stable) @Nullable default String getQueueUrl()
Default: - 'https://sqs.
https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html@Stability(value=Stable) static QueueAttributes.Builder builder()
QueueAttributes.Builder of QueueAttributesCopyright © 2021. All rights reserved.