Queue
This class encapsulates and extends the ROS resource type ALIYUN::AMQP::Queue
, which is used to create a queue.
Initializers
import ros_cdk_amqp
ros_cdk_amqp.Queue(
scope: Construct,
id: str,
instance_id: typing.Union[str, IResolvable],
queue_name: typing.Union[str, IResolvable],
virtual_host: typing.Union[str, IResolvable],
auto_delete_state: typing.Union[bool, IResolvable] = None,
auto_expire_state: typing.Union[typing.Union[int, float], IResolvable] = None,
dead_letter_exchange: typing.Union[str, IResolvable] = None,
dead_letter_routing_key: typing.Union[str, IResolvable] = None,
exclusive_state: typing.Union[bool, IResolvable] = None,
maximum_priority: typing.Union[typing.Union[int, float], IResolvable] = None,
max_length: typing.Union[typing.Union[int, float], IResolvable] = None,
message_ttl: typing.Union[typing.Union[int, float], IResolvable] = None,
enable_resource_property_constraint: bool = None
)
Name | Type | Description |
---|---|---|
scope |
ros_cdk_core.Construct |
No description. |
id |
str |
No description. |
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: InstanceId. |
queue_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property queueName: The name of the queue. |
virtual_host |
typing.Union[str, ros_cdk_core.IResolvable] |
Property virtualHost: The name of the virtual host. |
auto_delete_state |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property autoDeleteState: Specifies whether the Auto Delete attribute is configured. |
auto_expire_state |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property autoExpireState: The validity period after which the queue is automatically deleted. |
dead_letter_exchange |
typing.Union[str, ros_cdk_core.IResolvable] |
Property deadLetterExchange: The dead-letter exchange. |
dead_letter_routing_key |
typing.Union[str, ros_cdk_core.IResolvable] |
Property deadLetterRoutingKey: The dead letter routing key. |
exclusive_state |
typing.Union[bool, ros_cdk_core.IResolvable] |
Property exclusiveState: Specifies whether the queue is an exclusive queue. |
maximum_priority |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property maximumPriority: The priority function is not supported. |
max_length |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property maxLength: The maximum number of messages that can be stored in the queue. |
message_ttl |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property messageTtl: The message TTL of the queue If a message is retained in the Queue longer than the configured message lifetime, the message expires. |
enable_resource_property_constraint |
bool |
No description. |
scope
Required
- Type: ros_cdk_core.Construct
id
Required
- Type: str
instance_id
Required
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: InstanceId.
queue_name
Required
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property queueName: The name of the queue.
virtual_host
Required
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property virtualHost: The name of the virtual host.
auto_delete_state
Optional
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property autoDeleteState: Specifies whether the Auto Delete attribute is configured.
Valid values: true: The Auto Delete attribute is configured. The queue is automatically deleted after the last subscription from consumers to this queue is canceled. false: The Auto Delete attribute is not configured.
auto_expire_state
Optional
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property autoExpireState: The validity period after which the queue is automatically deleted.
If the queue is not accessed within a specified period of time, it is automatically deleted.
dead_letter_exchange
Optional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property deadLetterExchange: The dead-letter exchange.
A dead-letter exchange is used to receive rejected messages. If a consumer rejects a message that cannot be retried, this message is routed to a specified dead-letter exchange. Then, the dead-letter exchange routes the message to the queue that is bound to the dead-letter exchange.
dead_letter_routing_key
Optional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property deadLetterRoutingKey: The dead letter routing key.
exclusive_state
Optional
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property exclusiveState: Specifies whether the queue is an exclusive queue.
Valid values: true: The queue is an exclusive queue. It can be used only for the connection that declares the exclusive queue. After the connection is closed, the exclusive queue is automatically deleted. false: The Auto Delete attribute is not configured.
maximum_priority
Optional
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property maximumPriority: The priority function is not supported.
max_length
Optional
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property maxLength: The maximum number of messages that can be stored in the queue.
If this threshold is exceeded, the earliest messages that are routed to the queue are discarded.
message_ttl
Optional
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property messageTtl: The message TTL of the queue If a message is retained in the Queue longer than the configured message lifetime, the message expires.
The value of message lifetime must be a non-negative integer, up to 1 day. The unit is milliseconds
enable_resource_property_constraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
to_string |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
add_condition |
No description. |
add_count |
No description. |
add_dependency |
No description. |
add_resource_desc |
No description. |
apply_removal_policy |
No description. |
get_att |
No description. |
set_metadata |
No description. |
to_string
def to_string() -> str
Returns a string representation of this construct.
synthesize
def synthesize(
session: ISynthesisSession
) -> None
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: ros_cdk_core.ISynthesisSession
The synthesis session.
add_condition
def add_condition(
condition: RosCondition
) -> None
- Type: ros_cdk_core.RosCondition
add_count
def add_count(
count: typing.Union[typing.Union[int, float], IResolvable]
) -> None
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
add_dependency
def add_dependency(
resource: Resource
) -> None
- Type: ros_cdk_core.Resource
add_resource_desc
def add_resource_desc(
desc: str
) -> None
- Type: str
apply_removal_policy
def apply_removal_policy(
policy: RemovalPolicy
) -> None
- Type: ros_cdk_core.RemovalPolicy
get_att
def get_att(
name: str
) -> IResolvable
- Type: str
set_metadata
def set_metadata(
key: str,
value: typing.Any
) -> None
- Type: str
- Type: typing.Any
Static Functions
Name | Description |
---|---|
is_construct |
Return whether the given object is a Construct. |
is_construct
import ros_cdk_amqp
ros_cdk_amqp.Queue.is_construct(
x: typing.Any
)
Return whether the given object is a Construct.
- Type: typing.Any
Properties
Name | Type | Description |
---|---|---|
node |
ros_cdk_core.ConstructNode |
The construct tree node associated with this construct. |
ref |
str |
No description. |
stack |
ros_cdk_core.Stack |
The stack in which this resource is defined. |
resource |
ros_cdk_core.RosResource |
No description. |
attr_queue_name |
ros_cdk_core.IResolvable |
Attribute QueueName: The name of the queue. |
node
Required
node: ConstructNode
- Type: ros_cdk_core.ConstructNode
The construct tree node associated with this construct.
ref
Required
ref: str
- Type: str
stack
Required
stack: Stack
- Type: ros_cdk_core.Stack
The stack in which this resource is defined.
resource
Optional
resource: RosResource
- Type: ros_cdk_core.RosResource
attr_queue_name
Required
attr_queue_name: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute QueueName: The name of the queue.