Interface CfnFleetPropsMixin.IAcceleratorTotalMemoryMiBRangeProperty
Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFleetPropsMixin.IAcceleratorTotalMemoryMiBRangeProperty
Syntax (vb)
Public Interface CfnFleetPropsMixin.IAcceleratorTotalMemoryMiBRangeProperty
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.CfnPropertyMixins.AWS.Deadline;
var acceleratorTotalMemoryMiBRangeProperty = new AcceleratorTotalMemoryMiBRangeProperty {
Max = 123,
Min = 123
};
Synopsis
Properties
| Max | The maximum amount of memory to use for the accelerator, measured in MiB. |
| Min | The minimum amount of memory to use for the accelerator, measured in MiB. |
Properties
Max
The maximum amount of memory to use for the accelerator, measured in MiB.
double? Max { get; }
Property Value
Remarks
Min
The minimum amount of memory to use for the accelerator, measured in MiB.
double? Min { get; }