Uses of Enum
software.amazon.awscdk.services.ec2.CpuCredits
Packages that use CpuCredits
-
Uses of CpuCredits in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CpuCreditsModifier and TypeMethodDescriptiondefault CpuCreditsLaunchTemplateProps.getCpuCredits()CPU credit type for burstable EC2 instance types.final CpuCreditsLaunchTemplateProps.Jsii$Proxy.getCpuCredits()default CpuCreditsInstanceProps.getCreditSpecification()Specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).final CpuCreditsInstanceProps.Jsii$Proxy.getCreditSpecification()default CpuCreditsNatInstanceProps.getCreditSpecification()Specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).final CpuCreditsNatInstanceProps.Jsii$Proxy.getCreditSpecification()static CpuCreditsReturns the enum constant of this type with the specified name.static CpuCredits[]CpuCredits.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type CpuCreditsModifier and TypeMethodDescriptionLaunchTemplate.Builder.cpuCredits(CpuCredits cpuCredits) CPU credit type for burstable EC2 instance types.LaunchTemplateProps.Builder.cpuCredits(CpuCredits cpuCredits) Sets the value ofLaunchTemplateProps.getCpuCredits()Instance.Builder.creditSpecification(CpuCredits creditSpecification) Specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).InstanceProps.Builder.creditSpecification(CpuCredits creditSpecification) Sets the value ofInstanceProps.getCreditSpecification()NatInstanceProps.Builder.creditSpecification(CpuCredits creditSpecification) Sets the value ofNatInstanceProps.getCreditSpecification()NatInstanceProvider.Builder.creditSpecification(CpuCredits creditSpecification) Deprecated.Specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).NatInstanceProviderV2.Builder.creditSpecification(CpuCredits creditSpecification) Specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).