@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.968Z") @Stability(value=Stable) public interface CfnQueueProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnQueueProps.Builder
A builder for
CfnQueueProps |
static class |
CfnQueueProps.Jsii$Proxy
An implementation for
CfnQueueProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnQueueProps.Builder |
builder() |
default Object |
getContentBasedDeduplication()
`AWS::SQS::Queue.ContentBasedDeduplication`.
|
default Number |
getDelaySeconds()
`AWS::SQS::Queue.DelaySeconds`.
|
default Object |
getFifoQueue()
`AWS::SQS::Queue.FifoQueue`.
|
default Number |
getKmsDataKeyReusePeriodSeconds()
`AWS::SQS::Queue.KmsDataKeyReusePeriodSeconds`.
|
default String |
getKmsMasterKeyId()
`AWS::SQS::Queue.KmsMasterKeyId`.
|
default Number |
getMaximumMessageSize()
`AWS::SQS::Queue.MaximumMessageSize`.
|
default Number |
getMessageRetentionPeriod()
`AWS::SQS::Queue.MessageRetentionPeriod`.
|
default String |
getQueueName()
`AWS::SQS::Queue.QueueName`.
|
default Number |
getReceiveMessageWaitTimeSeconds()
`AWS::SQS::Queue.ReceiveMessageWaitTimeSeconds`.
|
default Object |
getRedrivePolicy()
`AWS::SQS::Queue.RedrivePolicy`.
|
default List<CfnTag> |
getTags()
`AWS::SQS::Queue.Tags`.
|
default Number |
getVisibilityTimeout()
`AWS::SQS::Queue.VisibilityTimeout`.
|
@Stability(value=Stable) @Nullable default Object getContentBasedDeduplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication@Stability(value=Stable) @Nullable default Number getDelaySeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds@Stability(value=Stable) @Nullable default Object getFifoQueue()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue@Stability(value=Stable) @Nullable default Number getKmsDataKeyReusePeriodSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds@Stability(value=Stable) @Nullable default String getKmsMasterKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid@Stability(value=Stable) @Nullable default Number getMaximumMessageSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize@Stability(value=Stable) @Nullable default Number getMessageRetentionPeriod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod@Stability(value=Stable) @Nullable default String getQueueName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name@Stability(value=Stable) @Nullable default Number getReceiveMessageWaitTimeSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime@Stability(value=Stable) @Nullable default Object getRedrivePolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#cfn-sqs-queue-tags@Stability(value=Stable) @Nullable default Number getVisibilityTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout@Stability(value=Stable) static CfnQueueProps.Builder builder()
CfnQueueProps.Builder of CfnQueuePropsCopyright © 2020. All rights reserved.