Class CfnServiceEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnServiceEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceEnvironmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnServiceEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceEnvironmentProps
An implementation for
CfnServiceEnvironmentProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnServiceEnvironmentProps
CfnServiceEnvironmentProps.Builder, CfnServiceEnvironmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceEnvironmentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe capacity limits for the service environment.final StringThe name of the service environment.final StringThe type of service environment.final StringgetState()The state of the service environment.getTags()The tags associated with the service environment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceEnvironmentProps.Builder.
-
-
Method Details
-
getCapacityLimits
Description copied from interface:CfnServiceEnvironmentPropsThe capacity limits for the service environment.This defines the maximum resources that can be used by service jobs in this environment.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceEnvironment.CapacityLimitProperty>- Specified by:
getCapacityLimitsin interfaceCfnServiceEnvironmentProps- See Also:
-
getServiceEnvironmentType
Description copied from interface:CfnServiceEnvironmentPropsThe type of service environment.For SageMaker Training jobs, this value is
SAGEMAKER_TRAINING.- Specified by:
getServiceEnvironmentTypein interfaceCfnServiceEnvironmentProps- See Also:
-
getServiceEnvironmentName
Description copied from interface:CfnServiceEnvironmentPropsThe name of the service environment.- Specified by:
getServiceEnvironmentNamein interfaceCfnServiceEnvironmentProps- See Also:
-
getState
Description copied from interface:CfnServiceEnvironmentPropsThe state of the service environment.Valid values are
ENABLEDandDISABLED.- Specified by:
getStatein interfaceCfnServiceEnvironmentProps- See Also:
-
getTags
Description copied from interface:CfnServiceEnvironmentPropsThe tags associated with the service environment.Each tag consists of a key and an optional value. For more information, see Tagging your AWS Batch resources .
- Specified by:
getTagsin interfaceCfnServiceEnvironmentProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-