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
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
Remarks
Values
The number of fleet attribute capabilities.
string[]? Values { get; }
Property Value
string[]