Class CfnFarmPropsMixin
Creates a farm to allow space for queues and fleets.
Implements
Inherited Members
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 |
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
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
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
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
Overrides
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