Class CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplate.CpuOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchTemplate.CpuOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchTemplate.CpuOptionsProperty
An implementation for
CfnLaunchTemplate.CpuOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty
CfnLaunchTemplate.CpuOptionsProperty.Builder, CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.CpuOptionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.CpuOptionsProperty.Builder
.
-
-
Method Details
-
getAmdSevSnp
Description copied from interface:CfnLaunchTemplate.CpuOptionsProperty
Indicates whether to enable the instance for AMD SEV-SNP.AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP .
- Specified by:
getAmdSevSnp
in interfaceCfnLaunchTemplate.CpuOptionsProperty
- See Also:
-
getCoreCount
Description copied from interface:CfnLaunchTemplate.CpuOptionsProperty
The number of CPU cores for the instance.- Specified by:
getCoreCount
in interfaceCfnLaunchTemplate.CpuOptionsProperty
- See Also:
-
getThreadsPerCore
Description copied from interface:CfnLaunchTemplate.CpuOptionsProperty
The number of threads per CPU core.To disable multithreading for the instance, specify a value of
1
. Otherwise, specify the default value of2
.- Specified by:
getThreadsPerCore
in interfaceCfnLaunchTemplate.CpuOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-