Show / Hide Table of Contents

Class CfnFarmPropsMixin

Creates a farm to allow space for queues and fleets.

Inheritance
object
Mixin
CfnFarmPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFarmPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnFarmPropsMixin Inherits Mixin Implements IMixin
Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnFarmPropsMixin = new CfnFarmPropsMixin(new CfnFarmMixinProps {
                 CostScaleFactor = 123,
                 Description = "description",
                 DisplayName = "displayName",
                 KmsKeyArn = "kmsKeyArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnFarmPropsMixin(ICfnFarmMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Deadline::Farm.

Properties

CFN_PROPERTY_KEYS

Creates a farm to allow space for queues and fleets.

Props

Creates a farm to allow space for queues and fleets.

Strategy

Creates a farm to allow space for queues and fleets.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnFarmPropsMixin(ICfnFarmMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Deadline::Farm.

public CfnFarmPropsMixin(ICfnFarmMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnFarmMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Creates a farm to allow space for queues and fleets.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnFarmPropsMixin = new CfnFarmPropsMixin(new CfnFarmMixinProps {
                 CostScaleFactor = 123,
                 Description = "description",
                 DisplayName = "displayName",
                 KmsKeyArn = "kmsKeyArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Creates a farm to allow space for queues and fleets.

protected virtual ICfnFarmMixinProps Props { get; }
Property Value

ICfnFarmMixinProps

Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnFarmPropsMixin = new CfnFarmPropsMixin(new CfnFarmMixinProps {
                 CostScaleFactor = 123,
                 Description = "description",
                 DisplayName = "displayName",
                 KmsKeyArn = "kmsKeyArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Creates a farm to allow space for queues and fleets.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

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;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnFarmPropsMixin = new CfnFarmPropsMixin(new CfnFarmMixinProps {
                 CostScaleFactor = 123,
                 Description = "description",
                 DisplayName = "displayName",
                 KmsKeyArn = "kmsKeyArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

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

CloudformationResource: AWS::Deadline::Farm

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX