Interface ICfnQueueEnvironmentMixinProps
Properties for CfnQueueEnvironmentPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnQueueEnvironmentMixinProps
Syntax (vb)
Public Interface ICfnQueueEnvironmentMixinProps
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.Mixins.Preview.AWS.Deadline.Mixins;
var cfnQueueEnvironmentMixinProps = new CfnQueueEnvironmentMixinProps {
FarmId = "farmId",
Priority = 123,
QueueId = "queueId",
Template = "template",
TemplateType = "templateType"
};
Synopsis
Properties
| FarmId | The identifier assigned to the farm that contains the queue. |
| Priority | The queue environment's priority. |
| QueueId | The unique identifier of the queue that contains the environment. |
| Template | A JSON or YAML template that describes the processing environment for the queue. |
| TemplateType | Specifies whether the template for the queue environment is JSON or YAML. |
Properties
FarmId
The identifier assigned to the farm that contains the queue.
string? FarmId { get; }
Property Value
Remarks
Priority
The queue environment's priority.
double? Priority { get; }
Property Value
Remarks
QueueId
The unique identifier of the queue that contains the environment.
string? QueueId { get; }
Property Value
Remarks
Template
A JSON or YAML template that describes the processing environment for the queue.
string? Template { get; }
Property Value
Remarks
TemplateType
Specifies whether the template for the queue environment is JSON or YAML.
string? TemplateType { get; }