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