Queue
This class encapsulates and extends the ROS resource type DATASOURCE::MNS::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. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: QueueProps
EnableResourcePropertyConstraint
Optional
- 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. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrActiveMessages
Required
public IResolvable AttrActiveMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ActiveMessages: The total number of active messages in the queue.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The time when the queue was created.
AttrDelayMessages
Required
public IResolvable AttrDelayMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DelayMessages: The total number of delayed messages in the queue.
AttrDelaySeconds
Required
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.
AttrInactiveMessages
Required
public IResolvable AttrInactiveMessages { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InactiveMessages: The total number of inactive messages in the queue.
AttrLastModifyTime
Required
public IResolvable AttrLastModifyTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LastModifyTime: The most recent time when the queue was modified.
AttrLoggingEnabled
Required
public IResolvable AttrLoggingEnabled { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LoggingEnabled: Specifies whether to enable the log management feature.
AttrMaximumMessageSize
Required
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.
AttrMessageRetentionPeriod
Required
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.
AttrPollingWaitSeconds
Required
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.
AttrQueueInternalUrl
Required
public IResolvable AttrQueueInternalUrl { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueInternalUrl: The internal URL of the queue.
AttrQueueName
Required
public IResolvable AttrQueueName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueName: The name of the MNS queue.
AttrQueueUrl
Required
public IResolvable AttrQueueUrl { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute QueueUrl: The URL of the queue.
AttrVisibilityTimeout
Required
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.