Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-acceleratortotalmemorymibrange.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.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

double?

Remarks

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

Min

The minimum amount of memory to use for the accelerator, measured in MiB.

double? Min { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX