Interface CfnApplicationPropsMixin.MaximumAllowedResourcesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.MaximumAllowedResourcesProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.MaximumAllowedResourcesProperty
extends software.amazon.jsii.JsiiSerializable
The maximum allowed cumulative resources for an application.
No new resources will be created once the limit is hit.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.emrserverless.*;
MaximumAllowedResourcesProperty maximumAllowedResourcesProperty = MaximumAllowedResourcesProperty.builder()
.cpu("cpu")
.disk("disk")
.memory("memory")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationPropsMixin.MaximumAllowedResourcesPropertystatic final classAn implementation forCfnApplicationPropsMixin.MaximumAllowedResourcesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCpu
The maximum allowed CPU for an application.- See Also:
-
getDisk
The maximum allowed disk for an application.- See Also:
-
getMemory
The maximum allowed resources for an application.- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.MaximumAllowedResourcesProperty.Builder builder()
-