Show / Hide Table of Contents

Interface CfnFleetPropsMixin.IFleetAttributeCapabilityProperty

Defines the fleet's capability name, minimum, and maximum.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFleetPropsMixin.IFleetAttributeCapabilityProperty
Syntax (vb)
Public Interface CfnFleetPropsMixin.IFleetAttributeCapabilityProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-fleetattributecapability.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 fleetAttributeCapabilityProperty = new FleetAttributeCapabilityProperty {
                 Name = "name",
                 Values = new [] { "values" }
             };

Synopsis

Properties

Name

The name of the fleet attribute capability for the worker.

Values

The number of fleet attribute capabilities.

Properties

Name

The name of the fleet attribute capability for the worker.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-fleetattributecapability.html#cfn-deadline-fleet-fleetattributecapability-name

Values

The number of fleet attribute capabilities.

string[]? Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-fleetattributecapability.html#cfn-deadline-fleet-fleetattributecapability-values

Back to top Generated by DocFX