@Stability(value=External)
public static interface CfnInstance.CpuOptionsProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.CpuOptionsProperty.Builder
A builder for
CfnInstance.CpuOptionsProperty |
static class |
CfnInstance.CpuOptionsProperty.Jsii$Proxy
An implementation for
CfnInstance.CpuOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.CpuOptionsProperty.Builder |
builder() |
default Number |
getCoreCount()
`CfnInstance.CpuOptionsProperty.CoreCount`.
|
default Number |
getThreadsPerCore()
`CfnInstance.CpuOptionsProperty.ThreadsPerCore`.
|
@Stability(value=External) @Nullable default Number getCoreCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-corecount
@Stability(value=External) @Nullable default Number getThreadsPerCore()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-cpuoptions.html#cfn-ec2-instance-cpuoptions-threadspercore
@Stability(value=External) static CfnInstance.CpuOptionsProperty.Builder builder()
Copyright © 2020. All rights reserved.