Class CfnQueueLimitAssociationMixinProps
Properties for CfnQueueLimitAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnQueueLimitAssociationMixinProps : ICfnQueueLimitAssociationMixinProps
Syntax (vb)
Public Class CfnQueueLimitAssociationMixinProps Implements ICfnQueueLimitAssociationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;
var cfnQueueLimitAssociationMixinProps = new CfnQueueLimitAssociationMixinProps {
FarmId = "farmId",
LimitId = "limitId",
QueueId = "queueId"
};
Synopsis
Constructors
| CfnQueueLimitAssociationMixinProps() | Properties for CfnQueueLimitAssociationPropsMixin. |
Properties
| FarmId | The unique identifier of the farm that contains the queue-limit association. |
| LimitId | The unique identifier of the limit in the association. |
| QueueId | The unique identifier of the queue in the association. |
Constructors
CfnQueueLimitAssociationMixinProps()
Properties for CfnQueueLimitAssociationPropsMixin.
public CfnQueueLimitAssociationMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;
var cfnQueueLimitAssociationMixinProps = new CfnQueueLimitAssociationMixinProps {
FarmId = "farmId",
LimitId = "limitId",
QueueId = "queueId"
};
Properties
FarmId
The unique identifier of the farm that contains the queue-limit association.
public string? FarmId { get; set; }
Property Value
Remarks
LimitId
The unique identifier of the limit in the association.
public string? LimitId { get; set; }
Property Value
Remarks
QueueId
The unique identifier of the queue in the association.
public string? QueueId { get; set; }