Interface LaunchTemplateCreditSpecification
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateCreditSpecification.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.633Z") @Stability(Stable) public interface LaunchTemplateCreditSpecification extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateCreditSpecification.BuilderA builder forLaunchTemplateCreditSpecificationstatic classLaunchTemplateCreditSpecification.Jsii$ProxyAn implementation forLaunchTemplateCreditSpecification
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateCreditSpecification.Builderbuilder()default StringgetCpuCredits()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#cpu_credits LaunchTemplate#cpu_credits}.
-
-
-
Method Detail
-
getCpuCredits
@Stability(Stable) @Nullable default String getCpuCredits()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#cpu_credits LaunchTemplate#cpu_credits}.
-
builder
@Stability(Stable) static LaunchTemplateCreditSpecification.Builder builder()
-
-