@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.102Z") @Stability(value=Experimental) 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()
(experimental) KMS encryption key, if this queue is server-side encrypted by a KMS key.
|
String |
getQueueArn()
(experimental) The ARN of the queue.
|
default String |
getQueueName()
(experimental) The name of the queue.
|
default String |
getQueueUrl()
(experimental) The URL of the queue.
|
@Stability(value=Experimental) @NotNull String getQueueArn()
@Stability(value=Experimental) @Nullable default String getKeyArn()
Default: - None
@Stability(value=Experimental) @Nullable default String getQueueName()
Default: if queue name is not specified, the name will be derived from the queue ARN
@Stability(value=Experimental) @Nullable default String getQueueUrl()
Default: - 'https://sqs.
https://docs.aws.amazon.com/sdk-for-net/v2/developer-guide/QueueURL.html@Stability(value=Experimental) static QueueAttributes.Builder builder()
QueueAttributes.Builder of QueueAttributesCopyright © 2021. All rights reserved.