Interface LaunchTemplateInstanceRequirementsVcpuCount
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateInstanceRequirementsVcpuCount.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.644Z") @Stability(Stable) public interface LaunchTemplateInstanceRequirementsVcpuCount extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateInstanceRequirementsVcpuCount.BuilderA builder forLaunchTemplateInstanceRequirementsVcpuCountstatic classLaunchTemplateInstanceRequirementsVcpuCount.Jsii$ProxyAn implementation forLaunchTemplateInstanceRequirementsVcpuCount
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LaunchTemplateInstanceRequirementsVcpuCount.Builderbuilder()default NumbergetMax()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#max LaunchTemplate#max}.NumbergetMin()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#min LaunchTemplate#min}.
-
-
-
Method Detail
-
getMin
@Stability(Stable) @NotNull Number getMin()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#min LaunchTemplate#min}.
-
getMax
@Stability(Stable) @Nullable default Number getMax()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#max LaunchTemplate#max}.
-
builder
@Stability(Stable) static LaunchTemplateInstanceRequirementsVcpuCount.Builder builder()
-
-