@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-26T08:38:40.236Z") @Stability(value=External) 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=External) default Object getContentBasedDeduplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-contentbaseddeduplication@Stability(value=External) default Number getDelaySeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-delayseconds@Stability(value=External) default Object getFifoQueue()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-fifoqueue@Stability(value=External) default Number getKmsDataKeyReusePeriodSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsdatakeyreuseperiodseconds@Stability(value=External) default String getKmsMasterKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-kmsmasterkeyid@Stability(value=External) default Number getMaximumMessageSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-maxmesgsize@Stability(value=External) default Number getMessageRetentionPeriod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-msgretentionperiod@Stability(value=External) default String getQueueName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-name@Stability(value=External) default Number getReceiveMessageWaitTimeSeconds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-receivemsgwaittime@Stability(value=External) default Object getRedrivePolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-redrive@Stability(value=External) default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#cfn-sqs-queue-tags@Stability(value=External) default Number getVisibilityTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html#aws-sqs-queue-visiblitytimeout@Stability(value=External) static CfnQueueProps.Builder builder()
CfnQueueProps.Builder of CfnQueuePropsCopyright © 2020. All rights reserved.