Show / Hide Table of Contents

Interface CfnSpotFleet.ICpuPerformanceFactorRequestProperty

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

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSpotFleet.ICpuPerformanceFactorRequestProperty
Syntax (vb)
Public Interface CfnSpotFleet.ICpuPerformanceFactorRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-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.EC2;

             var cpuPerformanceFactorRequestProperty = new CpuPerformanceFactorRequestProperty {
                 References = new [] { new PerformanceFactorReferenceRequestProperty {
                     InstanceFamily = "instanceFamily"
                 } }
             };

Synopsis

Properties

References

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

Properties

References

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

object? References { get; }
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-ec2-spotfleet-cpuperformancefactorrequest.html#cfn-ec2-spotfleet-cpuperformancefactorrequest-references

Type union: either IResolvable or (either IResolvable or CfnSpotFleet.IPerformanceFactorReferenceRequestProperty)[]

Back to top Generated by DocFX