Skip navigation links
$ A B C D F G I J M Q R S V W 

$

$Module - Class in software.amazon.awscdk.services.sqs
 
$Module() - Constructor for class software.amazon.awscdk.services.sqs.$Module
 

A

addToResourcePolicy(PolicyStatement) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Adds a statement to the IAM resource policy associated with this queue.
addToResourcePolicy(PolicyStatement) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Adds a statement to the IAM resource policy associated with this queue.
addToResourcePolicy(PolicyStatement) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Adds a statement to the IAM resource policy associated with this queue.
asBucketNotificationDestination(String, String) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Registers this resource to receive notifications for the specified bucket.
asBucketNotificationDestination(String, String) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Allows using SQS queues as destinations for bucket notifications.
asLifecycleHookTarget(ILifecycleHook) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Called when this object is used as the target of a lifecycle hook.
asLifecycleHookTarget(ILifecycleHook) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Allow using SQS queues as lifecycle hook targets.

B

build() - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.sqs.DeadLetterQueue.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.sqs.QueuePolicyProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Builds the configured instance.
builder() - Static method in interface software.amazon.awscdk.services.sqs.CfnQueuePolicyProps
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.sqs.DeadLetterQueue
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.DeadLetterQueue.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.sqs.QueueAttributes
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.sqs.QueuePolicyProps
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.QueuePolicyProps.Builder
 
builder() - Static method in interface software.amazon.awscdk.services.sqs.QueueProps
 
Builder() - Constructor for class software.amazon.awscdk.services.sqs.QueueProps.Builder
 

C

CfnQueue - Class in software.amazon.awscdk.services.sqs
A CloudFormation `AWS::SQS::Queue`.
CfnQueue(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueue
 
CfnQueue(Construct, String, CfnQueueProps) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueue
Create a new `AWS::SQS::Queue`.
CfnQueue(Construct, String) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueue
Create a new `AWS::SQS::Queue`.
CfnQueuePolicy - Class in software.amazon.awscdk.services.sqs
A CloudFormation `AWS::SQS::QueuePolicy`.
CfnQueuePolicy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueuePolicy
 
CfnQueuePolicy(Construct, String, CfnQueuePolicyProps) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueuePolicy
Create a new `AWS::SQS::QueuePolicy`.
CfnQueuePolicyProps - Interface in software.amazon.awscdk.services.sqs
Properties for defining a `AWS::SQS::QueuePolicy`.
CfnQueuePolicyProps.Builder - Class in software.amazon.awscdk.services.sqs
A builder for CfnQueuePolicyProps
CfnQueuePolicyProps.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.
CfnQueueProps - Interface in software.amazon.awscdk.services.sqs
Properties for defining a `AWS::SQS::Queue`.
CfnQueueProps.Builder - Class in software.amazon.awscdk.services.sqs
A builder for CfnQueueProps
CfnQueueProps.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.

D

DeadLetterQueue - Interface in software.amazon.awscdk.services.sqs
Dead letter queue settings.
DeadLetterQueue.Builder - Class in software.amazon.awscdk.services.sqs
A builder for DeadLetterQueue
DeadLetterQueue.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.

F

fromQueueArn(Construct, String, String) - Static method in class software.amazon.awscdk.services.sqs.Queue
 
fromQueueAttributes(Construct, String, QueueAttributes) - Static method in class software.amazon.awscdk.services.sqs.Queue
Import an existing queue.

G

getAutoCreatePolicy() - Method in class software.amazon.awscdk.services.sqs.Queue
Controls automatic creation of policy objects.
getAutoCreatePolicy() - Method in class software.amazon.awscdk.services.sqs.QueueBase
Controls automatic creation of policy objects.
getContentBasedDeduplication() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.ContentBasedDeduplication`.
getContentBasedDeduplication() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.ContentBasedDeduplication`.
getContentBasedDeduplication() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Specifies whether to enable content-based deduplication.
getContentBasedDeduplication() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Specifies whether to enable content-based deduplication.
getDataKeyReuseSec() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
The length of time that Amazon SQS reuses a data key before calling KMS again.
getDataKeyReuseSec() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
The length of time that Amazon SQS reuses a data key before calling KMS again.
getDeadLetterQueue() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Send messages to this queue if they were unsuccessfully dequeued a number of times.
getDeadLetterQueue() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Send messages to this queue if they were unsuccessfully dequeued a number of times.
getDelaySeconds() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.DelaySeconds`.
getDelaySeconds() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.DelaySeconds`.
getDeliveryDelaySec() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
The time in seconds that the delivery of all messages in the queue is delayed.
getDeliveryDelaySec() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
The time in seconds that the delivery of all messages in the queue is delayed.
getDependencies() - Method in class software.amazon.awscdk.services.sqs.$Module
 
getDependencyRoots() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The set of constructs that form the root of this dependable.
getDocument() - Method in class software.amazon.awscdk.services.sqs.QueuePolicy
The IAM policy document for this policy.
getEncryption() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Whether the contents of the queue are encrypted, and by what type of key.
getEncryption() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Whether the contents of the queue are encrypted, and by what type of key.
getEncryptionMasterKey() - Method in interface software.amazon.awscdk.services.sqs.IQueue
If this queue is server-side encrypted, this is the KMS encryption key.
getEncryptionMasterKey() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
If this queue is server-side encrypted, this is the KMS encryption key.
getEncryptionMasterKey() - Method in class software.amazon.awscdk.services.sqs.Queue
If this queue is encrypted, this is the KMS key.
getEncryptionMasterKey() - Method in class software.amazon.awscdk.services.sqs.QueueBase
If this queue is server-side encrypted, this is the KMS encryption key.
getEncryptionMasterKey() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
External KMS master key to use for queue encryption.
getEncryptionMasterKey() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
External KMS master key to use for queue encryption.
getFifo() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Whether this a first-in-first-out (FIFO) queue.
getFifo() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Whether this a first-in-first-out (FIFO) queue.
getFifoQueue() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.FifoQueue`.
getFifoQueue() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.FifoQueue`.
getKeyArn() - Method in interface software.amazon.awscdk.services.sqs.QueueAttributes
KMS encryption key, if this queue is server-side encrypted by a KMS key.
getKeyArn() - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Jsii$Proxy
KMS encryption key, if this queue is server-side encrypted by a KMS key.
getKmsDataKeyReusePeriodSeconds() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.KmsDataKeyReusePeriodSeconds`.
getKmsDataKeyReusePeriodSeconds() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.KmsDataKeyReusePeriodSeconds`.
getKmsMasterKeyId() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.KmsMasterKeyId`.
getKmsMasterKeyId() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.KmsMasterKeyId`.
getMaximumMessageSize() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.MaximumMessageSize`.
getMaximumMessageSize() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.MaximumMessageSize`.
getMaxMessageSizeBytes() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
The limit of how many bytes that a message can contain before Amazon SQS rejects it.
getMaxMessageSizeBytes() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
The limit of how many bytes that a message can contain before Amazon SQS rejects it.
getMaxReceiveCount() - Method in interface software.amazon.awscdk.services.sqs.DeadLetterQueue
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
getMaxReceiveCount() - Method in class software.amazon.awscdk.services.sqs.DeadLetterQueue.Jsii$Proxy
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
getMessageRetentionPeriod() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.MessageRetentionPeriod`.
getMessageRetentionPeriod() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.MessageRetentionPeriod`.
getNode() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The construct node in the scope tree.
getPolicyDocument() - Method in interface software.amazon.awscdk.services.sqs.CfnQueuePolicyProps
`AWS::SQS::QueuePolicy.PolicyDocument`.
getPolicyDocument() - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Jsii$Proxy
`AWS::SQS::QueuePolicy.PolicyDocument`.
getPropertyOverrides() - Method in class software.amazon.awscdk.services.sqs.CfnQueue
 
getPropertyOverrides() - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicy
 
getQueue() - Method in interface software.amazon.awscdk.services.sqs.DeadLetterQueue
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
getQueue() - Method in class software.amazon.awscdk.services.sqs.DeadLetterQueue.Jsii$Proxy
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
getQueueArn() - Method in class software.amazon.awscdk.services.sqs.CfnQueue
 
getQueueArn() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The ARN of this queue.
getQueueArn() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The ARN of this queue.
getQueueArn() - Method in class software.amazon.awscdk.services.sqs.Queue
The ARN of this queue.
getQueueArn() - Method in interface software.amazon.awscdk.services.sqs.QueueAttributes
The ARN of the queue.
getQueueArn() - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Jsii$Proxy
The ARN of the queue.
getQueueArn() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The ARN of this queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.CfnQueue
 
getQueueName() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.QueueName`.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.QueueName`.
getQueueName() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The name of this queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The name of this queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.Queue
The name of this queue.
getQueueName() - Method in interface software.amazon.awscdk.services.sqs.QueueAttributes
The name of the queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Jsii$Proxy
The name of the queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The name of this queue.
getQueueName() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
A name for the queue.
getQueueName() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
A name for the queue.
getQueues() - Method in interface software.amazon.awscdk.services.sqs.CfnQueuePolicyProps
`AWS::SQS::QueuePolicy.Queues`.
getQueues() - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Jsii$Proxy
`AWS::SQS::QueuePolicy.Queues`.
getQueues() - Method in interface software.amazon.awscdk.services.sqs.QueuePolicyProps
The set of queues this policy applies to.
getQueues() - Method in class software.amazon.awscdk.services.sqs.QueuePolicyProps.Jsii$Proxy
The set of queues this policy applies to.
getQueueUrl() - Method in class software.amazon.awscdk.services.sqs.CfnQueue
 
getQueueUrl() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The URL of this queue.
getQueueUrl() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The URL of this queue.
getQueueUrl() - Method in class software.amazon.awscdk.services.sqs.Queue
The URL of this queue.
getQueueUrl() - Method in interface software.amazon.awscdk.services.sqs.QueueAttributes
The URL of the queue.
getQueueUrl() - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Jsii$Proxy
The URL of the queue.
getQueueUrl() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The URL of this queue.
getReceiveMessageWaitTimeSec() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Default wait time for ReceiveMessage calls.
getReceiveMessageWaitTimeSec() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Default wait time for ReceiveMessage calls.
getReceiveMessageWaitTimeSeconds() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.ReceiveMessageWaitTimeSeconds`.
getReceiveMessageWaitTimeSeconds() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.ReceiveMessageWaitTimeSeconds`.
getRedrivePolicy() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.RedrivePolicy`.
getRedrivePolicy() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.RedrivePolicy`.
getRetentionPeriodSec() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
The number of seconds that Amazon SQS retains a message.
getRetentionPeriodSec() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
The number of seconds that Amazon SQS retains a message.
getTags() - Method in class software.amazon.awscdk.services.sqs.CfnQueue
The `TagManager` handles setting, removing and formatting tags.
getTags() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.Tags`.
getTags() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.Tags`.
getVisibilityTimeout() - Method in interface software.amazon.awscdk.services.sqs.CfnQueueProps
`AWS::SQS::Queue.VisibilityTimeout`.
getVisibilityTimeout() - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
`AWS::SQS::Queue.VisibilityTimeout`.
getVisibilityTimeoutSec() - Method in interface software.amazon.awscdk.services.sqs.QueueProps
Timeout of processing a single message.
getVisibilityTimeoutSec() - Method in class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
Timeout of processing a single message.
grant(IGrantable, String...) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.
grant(IGrantable, String...) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.
grant(IGrantable, String...) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Grant the actions defined in queueActions to the identity Principal given on this SQS queue resource.
grantConsumeMessages(IGrantable) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Grant permissions to consume messages from a queue.
grantConsumeMessages(IGrantable) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Grant permissions to consume messages from a queue.
grantConsumeMessages(IGrantable) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Grant permissions to consume messages from a queue.
grantPurge(IGrantable) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Grant an IAM principal permissions to purge all messages from the queue.
grantPurge(IGrantable) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Grant an IAM principal permissions to purge all messages from the queue.
grantPurge(IGrantable) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Grant an IAM principal permissions to purge all messages from the queue.
grantSendMessages(IGrantable) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Grant access to send messages to a queue to the given identity.
grantSendMessages(IGrantable) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Grant access to send messages to a queue to the given identity.
grantSendMessages(IGrantable) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Grant access to send messages to a queue to the given identity.

I

IQueue - Interface in software.amazon.awscdk.services.sqs
 
IQueue.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.

J

Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.CfnQueueProps.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.DeadLetterQueue.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.QueueAttributes.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.QueuePolicyProps.Jsii$Proxy
 
Jsii$Proxy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.QueueProps.Jsii$Proxy
 

M

metric(String, MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Return the given named metric for this Queue.
metric(String) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
Return the given named metric for this Queue.
metric(String, MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Return the given named metric for this Queue.
metric(String) - Method in interface software.amazon.awscdk.services.sqs.IQueue
Return the given named metric for this Queue.
metric(String, MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Return the given named metric for this Queue.
metric(String) - Method in class software.amazon.awscdk.services.sqs.QueueBase
Return the given named metric for this Queue.
metricApproximateAgeOfOldestMessage(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The approximate age of the oldest non-deleted message in the queue.
metricApproximateAgeOfOldestMessage() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The approximate age of the oldest non-deleted message in the queue.
metricApproximateAgeOfOldestMessage(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The approximate age of the oldest non-deleted message in the queue.
metricApproximateAgeOfOldestMessage() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The approximate age of the oldest non-deleted message in the queue.
metricApproximateAgeOfOldestMessage(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The approximate age of the oldest non-deleted message in the queue.
metricApproximateAgeOfOldestMessage() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The approximate age of the oldest non-deleted message in the queue.
metricApproximateNumberOfMessagesDelayed(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesDelayed() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesDelayed(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesDelayed() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesDelayed(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesDelayed() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages in the queue that are delayed and not available for reading immediately.
metricApproximateNumberOfMessagesNotVisible(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages that are in flight.
metricApproximateNumberOfMessagesNotVisible() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages that are in flight.
metricApproximateNumberOfMessagesNotVisible(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages that are in flight.
metricApproximateNumberOfMessagesNotVisible() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages that are in flight.
metricApproximateNumberOfMessagesNotVisible(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages that are in flight.
metricApproximateNumberOfMessagesNotVisible() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages that are in flight.
metricApproximateNumberOfMessagesVisible(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages available for retrieval from the queue.
metricApproximateNumberOfMessagesVisible() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages available for retrieval from the queue.
metricApproximateNumberOfMessagesVisible(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages available for retrieval from the queue.
metricApproximateNumberOfMessagesVisible() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages available for retrieval from the queue.
metricApproximateNumberOfMessagesVisible(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages available for retrieval from the queue.
metricApproximateNumberOfMessagesVisible() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages available for retrieval from the queue.
metricNumberOfEmptyReceives(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfEmptyReceives() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfEmptyReceives(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfEmptyReceives() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfEmptyReceives(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfEmptyReceives() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of ReceiveMessage API calls that did not return a message.
metricNumberOfMessagesDeleted(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages deleted from the queue.
metricNumberOfMessagesDeleted() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages deleted from the queue.
metricNumberOfMessagesDeleted(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages deleted from the queue.
metricNumberOfMessagesDeleted() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages deleted from the queue.
metricNumberOfMessagesDeleted(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages deleted from the queue.
metricNumberOfMessagesDeleted() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages deleted from the queue.
metricNumberOfMessagesReceived(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesReceived() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesReceived(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesReceived() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesReceived(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesReceived() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages returned by calls to the ReceiveMessage action.
metricNumberOfMessagesSent(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages added to a queue.
metricNumberOfMessagesSent() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The number of messages added to a queue.
metricNumberOfMessagesSent(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages added to a queue.
metricNumberOfMessagesSent() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The number of messages added to a queue.
metricNumberOfMessagesSent(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages added to a queue.
metricNumberOfMessagesSent() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The number of messages added to a queue.
metricSentMessageSize(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The size of messages added to a queue.
metricSentMessageSize() - Method in class software.amazon.awscdk.services.sqs.IQueue.Jsii$Proxy
The size of messages added to a queue.
metricSentMessageSize(MetricOptions) - Method in interface software.amazon.awscdk.services.sqs.IQueue
The size of messages added to a queue.
metricSentMessageSize() - Method in interface software.amazon.awscdk.services.sqs.IQueue
The size of messages added to a queue.
metricSentMessageSize(MetricOptions) - Method in class software.amazon.awscdk.services.sqs.QueueBase
The size of messages added to a queue.
metricSentMessageSize() - Method in class software.amazon.awscdk.services.sqs.QueueBase
The size of messages added to a queue.

Q

Queue - Class in software.amazon.awscdk.services.sqs
A new Amazon SQS queue.
Queue(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.Queue
 
Queue(Construct, String, QueueProps) - Constructor for class software.amazon.awscdk.services.sqs.Queue
 
Queue(Construct, String) - Constructor for class software.amazon.awscdk.services.sqs.Queue
 
QueueAttributes - Interface in software.amazon.awscdk.services.sqs
Reference to a queue.
QueueAttributes.Builder - Class in software.amazon.awscdk.services.sqs
A builder for QueueAttributes
QueueAttributes.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.
QueueBase - Class in software.amazon.awscdk.services.sqs
Reference to a new or existing Amazon SQS queue.
QueueBase(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.QueueBase
 
QueueBase(Construct, String) - Constructor for class software.amazon.awscdk.services.sqs.QueueBase
Creates a new construct node.
QueueEncryption - Enum in software.amazon.awscdk.services.sqs
What kind of encryption to apply to this queue.
QueuePolicy - Class in software.amazon.awscdk.services.sqs
Applies a policy to SQS queues.
QueuePolicy(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.sqs.QueuePolicy
 
QueuePolicy(Construct, String, QueuePolicyProps) - Constructor for class software.amazon.awscdk.services.sqs.QueuePolicy
 
QueuePolicyProps - Interface in software.amazon.awscdk.services.sqs
 
QueuePolicyProps.Builder - Class in software.amazon.awscdk.services.sqs
A builder for QueuePolicyProps
QueuePolicyProps.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.
QueueProps - Interface in software.amazon.awscdk.services.sqs
Properties for creating a new Queue.
QueueProps.Builder - Class in software.amazon.awscdk.services.sqs
A builder for QueueProps
QueueProps.Jsii$Proxy - Class in software.amazon.awscdk.services.sqs
A proxy class which represents a concrete javascript instance of this type.

R

renderProperties(Object) - Method in class software.amazon.awscdk.services.sqs.CfnQueue
 
renderProperties(Object) - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicy
 
resolveClass(String) - Method in class software.amazon.awscdk.services.sqs.$Module
 
RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.services.sqs.CfnQueue
The CloudFormation resource type name for this resource class.
RESOURCE_TYPE_NAME - Static variable in class software.amazon.awscdk.services.sqs.CfnQueuePolicy
The CloudFormation resource type name for this resource class.

S

software.amazon.awscdk.services.sqs - package software.amazon.awscdk.services.sqs
 

V

valueOf(String) - Static method in enum software.amazon.awscdk.services.sqs.QueueEncryption
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awscdk.services.sqs.QueueEncryption
Returns an array containing the constants of this enum type, in the order they are declared.

W

withContentBasedDeduplication(Boolean) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of ContentBasedDeduplication
withContentBasedDeduplication(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of ContentBasedDeduplication
withContentBasedDeduplication(Boolean) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of ContentBasedDeduplication
withDataKeyReuseSec(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of DataKeyReuseSec
withDeadLetterQueue(DeadLetterQueue) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of DeadLetterQueue
withDelaySeconds(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of DelaySeconds
withDelaySeconds(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of DelaySeconds
withDeliveryDelaySec(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of DeliveryDelaySec
withEncryption(QueueEncryption) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of Encryption
withEncryptionMasterKey(IKey) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of EncryptionMasterKey
withFifo(Boolean) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of Fifo
withFifoQueue(Boolean) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of FifoQueue
withFifoQueue(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of FifoQueue
withKeyArn(String) - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
Sets the value of KeyArn
withKmsDataKeyReusePeriodSeconds(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of KmsDataKeyReusePeriodSeconds
withKmsDataKeyReusePeriodSeconds(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of KmsDataKeyReusePeriodSeconds
withKmsMasterKeyId(String) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of KmsMasterKeyId
withMaximumMessageSize(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of MaximumMessageSize
withMaximumMessageSize(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of MaximumMessageSize
withMaxMessageSizeBytes(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of MaxMessageSizeBytes
withMaxReceiveCount(Number) - Method in class software.amazon.awscdk.services.sqs.DeadLetterQueue.Builder
Sets the value of MaxReceiveCount
withMessageRetentionPeriod(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of MessageRetentionPeriod
withMessageRetentionPeriod(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of MessageRetentionPeriod
withPolicyDocument(ObjectNode) - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Builder
Sets the value of PolicyDocument
withPolicyDocument(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Builder
Sets the value of PolicyDocument
withQueue(IQueue) - Method in class software.amazon.awscdk.services.sqs.DeadLetterQueue.Builder
Sets the value of Queue
withQueueArn(String) - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
Sets the value of QueueArn
withQueueName(String) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of QueueName
withQueueName(String) - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
Sets the value of QueueName
withQueueName(String) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of QueueName
withQueues(List<String>) - Method in class software.amazon.awscdk.services.sqs.CfnQueuePolicyProps.Builder
Sets the value of Queues
withQueues(List<IQueue>) - Method in class software.amazon.awscdk.services.sqs.QueuePolicyProps.Builder
Sets the value of Queues
withQueueUrl(String) - Method in class software.amazon.awscdk.services.sqs.QueueAttributes.Builder
Sets the value of QueueUrl
withReceiveMessageWaitTimeSec(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of ReceiveMessageWaitTimeSec
withReceiveMessageWaitTimeSeconds(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of ReceiveMessageWaitTimeSeconds
withReceiveMessageWaitTimeSeconds(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of ReceiveMessageWaitTimeSeconds
withRedrivePolicy(ObjectNode) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of RedrivePolicy
withRedrivePolicy(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of RedrivePolicy
withRetentionPeriodSec(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of RetentionPeriodSec
withTags(List<CfnTag>) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of Tags
withVisibilityTimeout(Number) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of VisibilityTimeout
withVisibilityTimeout(Token) - Method in class software.amazon.awscdk.services.sqs.CfnQueueProps.Builder
Sets the value of VisibilityTimeout
withVisibilityTimeoutSec(Number) - Method in class software.amazon.awscdk.services.sqs.QueueProps.Builder
Sets the value of VisibilityTimeoutSec
$ A B C D F G I J M Q R S V W 
Skip navigation links

Copyright © 2019. All rights reserved.