Interface LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.636Z") @Stability(Stable) public interface LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builderstatic classLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Jsii$ProxyAn implementation forLaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.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}.default 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
-
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}.
-
getMin
@Stability(Stable) @Nullable default Number getMin()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#min LaunchTemplate#min}.
-
builder
@Stability(Stable) static LaunchTemplateInstanceRequirementsAcceleratorTotalMemoryMib.Builder builder()
-
-