Class CfnServiceEnvironmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnServiceEnvironmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceEnvironmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceEnvironmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnServiceEnvironmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceEnvironmentMixinProps
An implementation for
CfnServiceEnvironmentMixinProps-
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.cfnpropertymixins.services.batch.CfnServiceEnvironmentMixinProps
CfnServiceEnvironmentMixinProps.Builder, CfnServiceEnvironmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceEnvironmentMixinProps.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 theCfnServiceEnvironmentMixinProps.Builder.
-
-
Method Details
-
getCapacityLimits
Description copied from interface:CfnServiceEnvironmentMixinPropsThe 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: '<'eitherIResolvableorCfnServiceEnvironmentPropsMixin.CapacityLimitProperty>- Specified by:
getCapacityLimitsin interfaceCfnServiceEnvironmentMixinProps- See Also:
-
getServiceEnvironmentName
Description copied from interface:CfnServiceEnvironmentMixinPropsThe name of the service environment.- Specified by:
getServiceEnvironmentNamein interfaceCfnServiceEnvironmentMixinProps- See Also:
-
getServiceEnvironmentType
Description copied from interface:CfnServiceEnvironmentMixinPropsThe type of service environment.For SageMaker Training jobs, this value is
SAGEMAKER_TRAINING.- Specified by:
getServiceEnvironmentTypein interfaceCfnServiceEnvironmentMixinProps- See Also:
-
getState
Description copied from interface:CfnServiceEnvironmentMixinPropsThe state of the service environment.Valid values are
ENABLEDandDISABLED.- Specified by:
getStatein interfaceCfnServiceEnvironmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceEnvironmentMixinPropsThe 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 interfaceCfnServiceEnvironmentMixinProps- 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()
-