@Stability(value=Stable)
public static interface CfnLaunchTemplate.CreditSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CreditSpecificationProperty creditSpecificationProperty = CreditSpecificationProperty.builder()
.cpuCredits("cpuCredits")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.CreditSpecificationProperty.Builder
A builder for
CfnLaunchTemplate.CreditSpecificationProperty |
static class |
CfnLaunchTemplate.CreditSpecificationProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.CreditSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.CreditSpecificationProperty.Builder |
builder() |
default String |
getCpuCredits()
`CfnLaunchTemplate.CreditSpecificationProperty.CpuCredits`.
|
@Stability(value=Stable) @Nullable default String getCpuCredits()
@Stability(value=Stable) static CfnLaunchTemplate.CreditSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.