Show / Hide Table of Contents

Class CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty

AcceleratorTotalMemoryMiBRequest is a property of the InstanceRequirements property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum total memory size for the accelerators for an instance type, in MiB.

Inheritance
System.Object
CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty
Implements
CfnAutoScalingGroup.IAcceleratorTotalMemoryMiBRequestProperty
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public class AcceleratorTotalMemoryMiBRequestProperty : Object, CfnAutoScalingGroup.IAcceleratorTotalMemoryMiBRequestProperty
Syntax (vb)
Public Class AcceleratorTotalMemoryMiBRequestProperty
    Inherits Object
    Implements CfnAutoScalingGroup.IAcceleratorTotalMemoryMiBRequestProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest.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.AWS.AutoScaling;

var acceleratorTotalMemoryMiBRequestProperty = new AcceleratorTotalMemoryMiBRequestProperty {
    Max = 123,
    Min = 123
};

Synopsis

Constructors

AcceleratorTotalMemoryMiBRequestProperty()

Properties

Max

The memory maximum in MiB.

Min

The memory minimum in MiB.

Constructors

AcceleratorTotalMemoryMiBRequestProperty()

public AcceleratorTotalMemoryMiBRequestProperty()

Properties

Max

The memory maximum in MiB.

public Nullable<double> Max { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest.html#cfn-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest-max

Min

The memory minimum in MiB.

public Nullable<double> Min { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest.html#cfn-autoscaling-autoscalinggroup-acceleratortotalmemorymibrequest-min

Implements

CfnAutoScalingGroup.IAcceleratorTotalMemoryMiBRequestProperty
Back to top Generated by DocFX