Show / Hide Table of Contents

Class CfnAutoScalingGroup.CpuPerformanceFactorRequestProperty

The CPU performance to consider, using an instance family as the baseline reference.

Inheritance
object
CfnAutoScalingGroup.CpuPerformanceFactorRequestProperty
Implements
CfnAutoScalingGroup.ICpuPerformanceFactorRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutoScalingGroup.CpuPerformanceFactorRequestProperty : CfnAutoScalingGroup.ICpuPerformanceFactorRequestProperty
Syntax (vb)
Public Class CfnAutoScalingGroup.CpuPerformanceFactorRequestProperty Implements CfnAutoScalingGroup.ICpuPerformanceFactorRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-cpuperformancefactorrequest.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 cpuPerformanceFactorRequestProperty = new CpuPerformanceFactorRequestProperty {
                 References = new [] { new PerformanceFactorReferenceRequestProperty {
                     InstanceFamily = "instanceFamily"
                 } }
             };

Synopsis

Constructors

CpuPerformanceFactorRequestProperty()

The CPU performance to consider, using an instance family as the baseline reference.

Properties

References

Specify an instance family to use as the baseline reference for CPU performance.

Constructors

CpuPerformanceFactorRequestProperty()

The CPU performance to consider, using an instance family as the baseline reference.

public CpuPerformanceFactorRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-cpuperformancefactorrequest.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 cpuPerformanceFactorRequestProperty = new CpuPerformanceFactorRequestProperty {
                 References = new [] { new PerformanceFactorReferenceRequestProperty {
                     InstanceFamily = "instanceFamily"
                 } }
             };

Properties

References

Specify an instance family to use as the baseline reference for CPU performance.

public object? References { get; set; }
Property Value

object

Remarks

All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.

Currently only one instance family can be specified in the list.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-cpuperformancefactorrequest.html#cfn-autoscaling-autoscalinggroup-cpuperformancefactorrequest-references

Implements

CfnAutoScalingGroup.ICpuPerformanceFactorRequestProperty
Back to top Generated by DocFX