batch_create_scheduling_policy: Creates an Batch scheduling policy

View source: R/batch_operations.R

batch_create_scheduling_policyR Documentation

Creates an Batch scheduling policy

Description

Creates an Batch scheduling policy.

See https://www.paws-r-sdk.com/docs/batch_create_scheduling_policy/ for full documentation.

Usage

batch_create_scheduling_policy(name, fairsharePolicy = NULL, tags = NULL)

Arguments

name

[required] The name of the scheduling policy. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

fairsharePolicy

The fair share policy of the scheduling policy.

tags

The tags that you apply to the scheduling policy to help you categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services Resources in Amazon Web Services General Reference.

These tags can be updated or removed using the tag_resource and untag_resource API operations.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.