Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-farmid

Priority

The queue environment's priority.

double? Priority { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-priority

QueueId

The unique identifier of the queue that contains the environment.

string? QueueId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-queueid

Template

A JSON or YAML template that describes the processing environment for the queue.

string? Template { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-template

TemplateType

Specifies whether the template for the queue environment is JSON or YAML.

string? TemplateType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queueenvironment.html#cfn-deadline-queueenvironment-templatetype

Back to top Generated by DocFX