Package org.jclouds.sqs.domain
Class Attribute
java.lang.Object
org.jclouds.sqs.domain.Attribute
The action you want to allow for the specified principal.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
approximate number of visible messages in a queue.static final String
approximate number of messages that are not visible because you have set a positive delay value on the queuestatic final String
approximate number of messages that are not timed-out and not deleted.static final String
time when the queue was created (epoch time in seconds).static final String
The time in seconds that the delivery of all messages in the queue will be delayed.static final String
time when the queue was last changed (epoch time in seconds).static final String
limit of how many bytes a message can contain before Amazon SQS rejects it.static final String
number of seconds Amazon SQS retains a message.static final String
queue's policy.static final String
queue's Amazon resource name (ARN).static final String
visibility timeout for the queue. -
Method Summary
-
Field Details
-
APPROXIMATE_NUMBER_OF_MESSAGES
approximate number of visible messages in a queue.- See Also:
-
APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE
approximate number of messages that are not timed-out and not deleted.- See Also:
-
APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED
approximate number of messages that are not visible because you have set a positive delay value on the queue- See Also:
-
VISIBILITY_TIMEOUT
visibility timeout for the queue.- See Also:
-
CREATED_TIMESTAMP
time when the queue was created (epoch time in seconds).- See Also:
-
LAST_MODIFIED_TIMESTAMP
time when the queue was last changed (epoch time in seconds).- See Also:
-
POLICY
queue's policy.- See Also:
-
MAXIMUM_MESSAGE_SIZE
limit of how many bytes a message can contain before Amazon SQS rejects it.- See Also:
-
MESSAGE_RETENTION_PERIOD
number of seconds Amazon SQS retains a message.- See Also:
-
QUEUE_ARN
queue's Amazon resource name (ARN).- See Also:
-
DELAY_SECONDS
The time in seconds that the delivery of all messages in the queue will be delayed.- See Also:
-