AWS Fundamentals Logo
AWS Fundamentals
AWS::Batch::ServiceEnvironment

Batch ServiceEnvironment

Resource Type definition for AWS::Batch::ServiceEnvironment

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
CapacityLimits
array
Required
ServiceEnvironmentType
string
RequiredCreate-only
ServiceEnvironmentName
string
Create-only
State
string
Tags
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ServiceEnvironmentArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::ServiceEnvironment

Resources:
  MyResource:
    Type: AWS::Batch::ServiceEnvironment
    Properties:
      ServiceEnvironmentType: "value"
      CapacityLimits: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

Batch:CreateServiceEnvironmentBatch:TagResourceBatch:DescribeServiceEnvironmentsIam:CreateServiceLinkedRole

read

Batch:DescribeServiceEnvironments

update

Batch:UpdateServiceEnvironmentBatch:DescribeServiceEnvironmentsBatch:TagResourceBatch:UntagResource

delete

Batch:DeleteServiceEnvironmentBatch:DescribeServiceEnvironmentsBatch:UpdateServiceEnvironment

list

Batch:DescribeServiceEnvironments

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBatch
Properties6
Required2
TaggingSupported
Primary IDServiceEnvironmentArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ServiceEnvironmentNameServiceEnvironmentType

External Links