Interface CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Jsii$Proxy
- Enclosing class:
CfnEndpointConfigPropsMixin
@Stability(Stable)
public static interface CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
extends software.amazon.jsii.JsiiSerializable
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.sagemaker.*;
ManagedInstanceScalingProperty managedInstanceScalingProperty = ManagedInstanceScalingProperty.builder()
.maxInstanceCount(123)
.minInstanceCount(123)
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxInstanceCount
- See Also:
-
getMinInstanceCount
- See Also:
-
getStatus
- See Also:
-
builder
@Stability(Stable) static CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Builder builder()
-