Interface CfnLaunchTemplate.ReferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLaunchTemplate.ReferenceProperty.Jsii$Proxy
Enclosing class:
CfnLaunchTemplate

@Stability(Stable) public static interface CfnLaunchTemplate.ReferenceProperty extends software.amazon.jsii.JsiiSerializable
Specifies an instance family to use as the baseline reference for CPU performance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 ReferenceProperty referenceProperty = ReferenceProperty.builder()
         .instanceFamily("instanceFamily")
         .build();
 

See Also: