Queue
This class encapsulates and extends the ROS resource type DATASOURCE::MNS::Queue, which is used to query the information about a created queue.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Mns;
new Queue(Construct Scope, string Id, QueueProps Props, bool EnableResourcePropertyConstraint = null);
| Name | Type | Description |
|---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
QueueProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
ScopeRequired
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
IdRequired
- Type: string
PropsRequired
- Type: QueueProps
EnableResourcePropertyConstraintOptional
- Type: bool
Methods
| Name | Description |
|---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
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: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
| Name | Description |
|---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Mns;
Queue.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
| Name | Type | Description |
|---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrActiveMessages |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ActiveMessages: The total number of active messages in the queue. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: The time when the queue was created. |
AttrDelayMessages |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DelayMessages: The total number of delayed messages in the queue. |
AttrDelaySeconds |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DelaySeconds: The delay time after which all messages that are sent to the queue can be consumed. |
AttrInactiveMessages |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InactiveMessages: The total number of inactive messages in the queue. |
AttrLastModifyTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute LastModifyTime: The most recent time when the queue was modified. |
AttrLoggingEnabled |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute LoggingEnabled: Specifies whether to enable the log management feature. |
AttrMaximumMessageSize |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MaximumMessageSize: The maximum size of a message that can be sent to the queue. |
AttrMessageRetentionPeriod |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MessageRetentionPeriod: The maximum lifetime of a message in the queue. |
AttrPollingWaitSeconds |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PollingWaitSeconds: The maximum time period that a ReceiveMessage request can wait till a message is in the queue. |
AttrQueueInternalUrl |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute QueueInternalUrl: The internal URL of the queue. |
AttrQueueName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute QueueName: The name of the MNS queue. |
AttrQueueUrl |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute QueueUrl: The URL of the queue. |
AttrVisibilityTimeout |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VisibilityTimeout: The duration for which a message stays in the Inactive state after it is consumed from the queue. |
NodeRequired
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
RefRequired
public string Ref { get; }
- Type: string
StackRequired
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
ResourceOptional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrActiveMessagesRequired
public IResolvable AttrActiveMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ActiveMessages: The total number of active messages in the queue.
AttrCreateTimeRequired
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The time when the queue was created.
AttrDelayMessagesRequired
public IResolvable AttrDelayMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DelayMessages: The total number of delayed messages in the queue.
AttrDelaySecondsRequired
public IResolvable AttrDelaySeconds { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DelaySeconds: The delay time after which all messages that are sent to the queue can be consumed.
AttrInactiveMessagesRequired
public IResolvable AttrInactiveMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InactiveMessages: The total number of inactive messages in the queue.
AttrLastModifyTimeRequired
public IResolvable AttrLastModifyTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LastModifyTime: The most recent time when the queue was modified.
AttrLoggingEnabledRequired
public IResolvable AttrLoggingEnabled { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LoggingEnabled: Specifies whether to enable the log management feature.
AttrMaximumMessageSizeRequired
public IResolvable AttrMaximumMessageSize { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MaximumMessageSize: The maximum size of a message that can be sent to the queue.
AttrMessageRetentionPeriodRequired
public IResolvable AttrMessageRetentionPeriod { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MessageRetentionPeriod: The maximum lifetime of a message in the queue.
After the time that is specified by this parameter expires, the message is deleted, regardless of whether the message has been consumed.
AttrPollingWaitSecondsRequired
public IResolvable AttrPollingWaitSeconds { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PollingWaitSeconds: The maximum time period that a ReceiveMessage request can wait till a message is in the queue.
AttrQueueInternalUrlRequired
public IResolvable AttrQueueInternalUrl { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueInternalUrl: The internal URL of the queue.
AttrQueueNameRequired
public IResolvable AttrQueueName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueName: The name of the MNS queue.
AttrQueueUrlRequired
public IResolvable AttrQueueUrl { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueUrl: The URL of the queue.
AttrVisibilityTimeoutRequired
public IResolvable AttrVisibilityTimeout { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VisibilityTimeout: The duration for which a message stays in the Inactive state after it is consumed from the queue.