Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sqs.CfnQueuePropsMixin.Builder
Packages that use CfnQueuePropsMixin.Builder
-
Uses of CfnQueuePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sqs
Methods in software.amazon.awscdk.cfnpropertymixins.services.sqs that return CfnQueuePropsMixin.BuilderModifier and TypeMethodDescriptionCfnQueuePropsMixin.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication) For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication.CfnQueuePropsMixin.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication) For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication.static CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create()static CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnQueuePropsMixin.Builder.deduplicationScope(String deduplicationScope) For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level.CfnQueuePropsMixin.Builder.delaySeconds(Number delaySeconds) The time in seconds for which the delivery of all messages in the queue is delayed.If set to true, creates a FIFO queue.CfnQueuePropsMixin.Builder.fifoQueue(IResolvable fifoQueue) If set to true, creates a FIFO queue.CfnQueuePropsMixin.Builder.fifoThroughputLimit(String fifoThroughputLimit) For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.CfnQueuePropsMixin.Builder.kmsDataKeyReusePeriodSeconds(Number kmsDataKeyReusePeriodSeconds) The length of time in seconds for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS again.CfnQueuePropsMixin.Builder.kmsMasterKeyId(String kmsMasterKeyId) The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS.CfnQueuePropsMixin.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS.CfnQueuePropsMixin.Builder.kmsMasterKeyId(IKeyRef kmsMasterKeyId) The ID of an AWS Key Management Service (KMS) for Amazon SQS , or a custom KMS.CfnQueuePropsMixin.Builder.maximumMessageSize(Number maximumMessageSize) The limit of how many bytes that a message can contain before Amazon SQS rejects it.CfnQueuePropsMixin.Builder.messageRetentionPeriod(Number messageRetentionPeriod) The number of seconds that Amazon SQS retains a message.A name for the queue.CfnQueuePropsMixin.Builder.receiveMessageWaitTimeSeconds(Number receiveMessageWaitTimeSeconds) Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available.CfnQueuePropsMixin.Builder.redriveAllowPolicy(Object redriveAllowPolicy) The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object.CfnQueuePropsMixin.Builder.redrivePolicy(Object redrivePolicy) The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object.CfnQueuePropsMixin.Builder.sqsManagedSseEnabled(Boolean sqsManagedSseEnabled) Enables server-side queue encryption using SQS owned encryption keys.CfnQueuePropsMixin.Builder.sqsManagedSseEnabled(IResolvable sqsManagedSseEnabled) Enables server-side queue encryption using SQS owned encryption keys.The tags that you attach to this queue.CfnQueuePropsMixin.Builder.visibilityTimeout(Number visibilityTimeout) The length of time during which a message will be unavailable after a message is delivered from the queue.