AWS::Batch::ServiceEnvironmentCreates a service environment for running service jobs. Service environments define capacity limits for specific service types such as SageMaker Training jobs.
import { CfnServiceEnvironment } from 'aws-cdk-lib/aws-batch';Or use the module namespace:
import * as batch from 'aws-cdk-lib/aws-batch';
// batch.CfnServiceEnvironmentConfiguration passed to the constructor as CfnServiceEnvironmentProps.
capacityLimitsRequiredIResolvable | IResolvable | CapacityLimitProperty[]The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
serviceEnvironmentTypeRequiredstringThe type of service environment. For SageMaker Training jobs, this value is `SAGEMAKER_TRAINING` .
serviceEnvironmentNameOptionalstringThe name of the service environment.
stateOptionalstringThe state of the service environment. Valid values are `ENABLED` and `DISABLED` .
tagsOptional{ [key: string]: string }The 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](https://docs.aws.amazon.com/batch/latest/userguide/using-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-batchAWS::Batch::ServiceEnvironment