Interface CfnLaunchTemplatePropsMixin.CpuProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchTemplatePropsMixin.CpuProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchTemplatePropsMixin
@Stability(Stable)
public static interface CfnLaunchTemplatePropsMixin.CpuProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the CPU performance to consider when using an instance family as the baseline reference.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CpuProperty cpuProperty = CpuProperty.builder()
.references(List.of(ReferenceProperty.builder()
.instanceFamily("instanceFamily")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLaunchTemplatePropsMixin.CpuPropertystatic final classAn implementation forCfnLaunchTemplatePropsMixin.CpuProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReferences
The instance family to use as the baseline reference for CPU performance.All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLaunchTemplatePropsMixin.ReferenceProperty>- See Also:
-
builder
-