AWS Fundamentals Logo
AWS Fundamentals
AWS::Batch::SchedulingPolicy

Batch SchedulingPolicy

Resource Type definition for AWS::Batch::SchedulingPolicy

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
FairsharePolicy
FairsharePolicy
Name
string
Create-only
Tags
object
Create-only

Return Values

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

AttributeTypeDescription
Arnstring-

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::SchedulingPolicy

Resources:
  MyResource:
    Type: AWS::Batch::SchedulingPolicy
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

read

Batch:DescribeSchedulingPolicies

create

Batch:CreateSchedulingPolicyBatch:TagResource

update

Batch:UpdateSchedulingPolicyBatch:TagResourceBatch:UnTagResource

list

Batch:ListSchedulingPoliciesBatch:DescribeSchedulingPolicies

delete

Batch:DescribeSchedulingPoliciesBatch:DeleteSchedulingPolicy

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
Properties4
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

NameTags

External Links