Interface CfnFleet.IFleetCapabilitiesProperty
The amounts and attributes of fleets.
Namespace: Amazon.CDK.AwsDeadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFleetCapabilitiesProperty
Syntax (vb)
Public Interface IFleetCapabilitiesProperty
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.Aws_deadline;
var fleetCapabilitiesProperty = new FleetCapabilitiesProperty {
Amounts = new [] { new FleetAmountCapabilityProperty {
Min = 123,
Name = "name",
// the properties below are optional
Max = 123
} },
Attributes = new [] { new FleetAttributeCapabilityProperty {
Name = "name",
Values = new [] { "values" }
} }
};
Synopsis
Properties
Amounts | Amount capabilities of the fleet. |
Attributes | Attribute capabilities of the fleet. |
Properties
Amounts
Amount capabilities of the fleet.
virtual object Amounts { get; }
Property Value
System.
Remarks
Attributes
Attribute capabilities of the fleet.
virtual object Attributes { get; }
Property Value
System.