Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-scheduler-schedule.json
Parent schema serverless-framework-configuration
Type: object

Definition of AWS::Scheduler::Schedule Resource Type. Source:- No source definition found, add manually please

Properties

FlexibleTimeWindow object required

Flexible time window allows configuration of a window within which a schedule can be invoked

2 nested properties
Mode string | Aws_CF_FunctionString required

Determines whether the schedule is executed within a flexible time window.

MaximumWindowInMinutes number

The maximum time window during which a schedule can be invoked.

min=1max=1440
ScheduleExpression string | Aws_CF_FunctionString required

The scheduling expression.

Target object required

The schedule target.

10 nested properties
Arn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the target.

RoleArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the IAM role to be used for this target when the schedule is triggered.

DeadLetterConfig object

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

1 nested properties
Arn string | Aws_CF_FunctionString

The ARN of the SQS queue specified as the target for the dead-letter queue.

RetryPolicy object

A RetryPolicy object that includes information about the retry policy settings.

2 nested properties
MaximumEventAgeInSeconds number

The maximum amount of time, in seconds, to continue to make retry attempts.

min=60max=86400
MaximumRetryAttempts number

The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.

min=0max=185
Input string | Aws_CF_FunctionString

The text, or well-formed JSON, passed to the target. If you are configuring a templated Lambda, AWS Step Functions, or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, EventBridge Scheduler delivers a default notification to the target.

EcsParameters object

The custom parameters to be used when the target is an Amazon ECS task.

14 nested properties
TaskDefinitionArn string | Aws_CF_FunctionString required

The ARN of the task definition to use if the event target is an Amazon ECS task.

TaskCount number

The number of tasks to create based on TaskDefinition. The default is 1.

min=1max=10
LaunchType string | Aws_CF_FunctionString

Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

NetworkConfiguration object

This structure specifies the network configuration for an ECS task.

1 nested properties
AwsvpcConfiguration object

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

PlatformVersion string | Aws_CF_FunctionString

Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

Group string | Aws_CF_FunctionString

Specifies an ECS task group for the task. The maximum length is 255 characters.

CapacityProviderStrategy CapacityProviderStrategyItem[]

The capacity provider strategy to use for the task.

maxItems=6
EnableECSManagedTags boolean

Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

EnableExecuteCommand boolean

Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

PlacementConstraints PlacementConstraint[]

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

maxItems=10
PlacementStrategy PlacementStrategy[]

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

maxItems=5
PropagateTags string | Aws_CF_FunctionString

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

ReferenceId string | Aws_CF_FunctionString

The reference ID to use for the task.

Tags TagMap[]

The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

minItems=0maxItems=50
EventBridgeParameters object

EventBridge PutEvent predefined target type.

2 nested properties
DetailType string | Aws_CF_FunctionString required

Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Source string | Aws_CF_FunctionString required

The source of the event.

KinesisParameters object

The custom parameter you can use to control the shard to which EventBridge Scheduler sends the event.

1 nested properties
PartitionKey string | Aws_CF_FunctionString required

The custom parameter used as the Kinesis partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

SageMakerPipelineParameters object

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on AWS EventBridge Scheduler schedules.

1 nested properties
PipelineParameterList SageMakerPipelineParameter[]

List of Parameter names and values for SageMaker Model Building Pipeline execution.

minItems=0maxItems=200
SqsParameters object

Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.

1 nested properties
MessageGroupId string | Aws_CF_FunctionString

The FIFO message group ID to use as the target.

Description string | Aws_CF_FunctionString

The description of the schedule.

EndDate string | Aws_CF_FunctionString

The date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify.

GroupName string | Aws_CF_FunctionString

The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.

KmsKeyArn string | Aws_CF_FunctionString

The ARN for a KMS Key that will be used to encrypt customer data.

Name string | Aws_CF_FunctionString
ScheduleExpressionTimezone string | Aws_CF_FunctionString

The timezone in which the scheduling expression is evaluated.

StartDate string | Aws_CF_FunctionString

The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify.

State string | Aws_CF_FunctionString

Specifies whether the schedule is enabled or disabled.

Definitions

AssignPublicIp string | Aws_CF_FunctionString

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

AwsVpcConfiguration object

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

Subnets string[] required

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

minItems=1maxItems=16
SecurityGroups string[]

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

minItems=1maxItems=5
AssignPublicIp string | Aws_CF_FunctionString

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

CapacityProviderStrategyItem object

The details of a capacity provider strategy.

CapacityProvider string | Aws_CF_FunctionString required

The short name of the capacity provider.

Weight number

The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The weight value is taken into consideration after the base value, if defined, is satisfied.

Default: 0
min=0max=1000
Base number

The base value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. If no value is specified, the default value of 0 is used.

Default: 0
min=0max=100000
DeadLetterConfig object

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Arn string | Aws_CF_FunctionString

The ARN of the SQS queue specified as the target for the dead-letter queue.

EcsParameters object

The custom parameters to be used when the target is an Amazon ECS task.

TaskDefinitionArn string | Aws_CF_FunctionString required

The ARN of the task definition to use if the event target is an Amazon ECS task.

TaskCount number

The number of tasks to create based on TaskDefinition. The default is 1.

min=1max=10
LaunchType string | Aws_CF_FunctionString

Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

NetworkConfiguration object

This structure specifies the network configuration for an ECS task.

1 nested properties
AwsvpcConfiguration object

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

3 nested properties
Subnets string[] required

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

minItems=1maxItems=16
SecurityGroups string[]

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

minItems=1maxItems=5
AssignPublicIp string | Aws_CF_FunctionString

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

PlatformVersion string | Aws_CF_FunctionString

Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

Group string | Aws_CF_FunctionString

Specifies an ECS task group for the task. The maximum length is 255 characters.

CapacityProviderStrategy CapacityProviderStrategyItem[]

The capacity provider strategy to use for the task.

maxItems=6
EnableECSManagedTags boolean

Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

EnableExecuteCommand boolean

Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

PlacementConstraints PlacementConstraint[]

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

maxItems=10
PlacementStrategy PlacementStrategy[]

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

maxItems=5
PropagateTags string | Aws_CF_FunctionString

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

ReferenceId string | Aws_CF_FunctionString

The reference ID to use for the task.

Tags TagMap[]

The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

minItems=0maxItems=50
EventBridgeParameters object

EventBridge PutEvent predefined target type.

DetailType string | Aws_CF_FunctionString required

Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Source string | Aws_CF_FunctionString required

The source of the event.

FlexibleTimeWindow object

Flexible time window allows configuration of a window within which a schedule can be invoked

Mode string | Aws_CF_FunctionString required

Determines whether the schedule is executed within a flexible time window.

MaximumWindowInMinutes number

The maximum time window during which a schedule can be invoked.

min=1max=1440
FlexibleTimeWindowMode string | Aws_CF_FunctionString

Determines whether the schedule is executed within a flexible time window.

KinesisParameters object

The custom parameter you can use to control the shard to which EventBridge Scheduler sends the event.

PartitionKey string | Aws_CF_FunctionString required

The custom parameter used as the Kinesis partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

LaunchType string | Aws_CF_FunctionString

Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

NetworkConfiguration object

This structure specifies the network configuration for an ECS task.

AwsvpcConfiguration object

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

3 nested properties
Subnets string[] required

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

minItems=1maxItems=16
SecurityGroups string[]

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

minItems=1maxItems=5
AssignPublicIp string | Aws_CF_FunctionString

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

PlacementConstraint object

An object representing a constraint on task placement.

Type string | Aws_CF_FunctionString

The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

Expression string | Aws_CF_FunctionString

A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.

PlacementConstraintType string | Aws_CF_FunctionString

The type of constraint. Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.

PlacementStrategy object

The task placement strategy for a task or service.

Type string | Aws_CF_FunctionString

The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

Field string | Aws_CF_FunctionString

The field to apply the placement strategy against. For the spread placement strategy, valid values are instanceId (or host, which has the same effect), or any platform or custom attribute that is applied to a container instance, such as attribute:ecs.availability-zone. For the binpack placement strategy, valid values are cpu and memory. For the random placement strategy, this field is not used.

PlacementStrategyType string | Aws_CF_FunctionString

The type of placement strategy. The random placement strategy randomly places tasks on available candidates. The spread placement strategy spreads placement across available candidates evenly based on the field parameter. The binpack strategy places tasks on available candidates that have the least available amount of the resource that is specified with the field parameter. For example, if you binpack on memory, a task is placed on the instance with the least amount of remaining memory (but still enough to run the task).

PropagateTags string | Aws_CF_FunctionString

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

RetryPolicy object

A RetryPolicy object that includes information about the retry policy settings.

MaximumEventAgeInSeconds number

The maximum amount of time, in seconds, to continue to make retry attempts.

min=60max=86400
MaximumRetryAttempts number

The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.

min=0max=185
SageMakerPipelineParameter object

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Name string | Aws_CF_FunctionString required

Name of parameter to start execution of a SageMaker Model Building Pipeline.

Value string | Aws_CF_FunctionString required

Value of parameter to start execution of a SageMaker Model Building Pipeline.

SageMakerPipelineParameters object

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on AWS EventBridge Scheduler schedules.

PipelineParameterList SageMakerPipelineParameter[]

List of Parameter names and values for SageMaker Model Building Pipeline execution.

minItems=0maxItems=200
ScheduleState string | Aws_CF_FunctionString

Specifies whether the schedule is enabled or disabled.

SqsParameters object

Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.

MessageGroupId string | Aws_CF_FunctionString

The FIFO message group ID to use as the target.

TagMap object
Target object

The schedule target.

Arn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the target.

RoleArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the IAM role to be used for this target when the schedule is triggered.

DeadLetterConfig object

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

1 nested properties
Arn string | Aws_CF_FunctionString

The ARN of the SQS queue specified as the target for the dead-letter queue.

RetryPolicy object

A RetryPolicy object that includes information about the retry policy settings.

2 nested properties
MaximumEventAgeInSeconds number

The maximum amount of time, in seconds, to continue to make retry attempts.

min=60max=86400
MaximumRetryAttempts number

The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.

min=0max=185
Input string | Aws_CF_FunctionString

The text, or well-formed JSON, passed to the target. If you are configuring a templated Lambda, AWS Step Functions, or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, EventBridge Scheduler delivers a default notification to the target.

EcsParameters object

The custom parameters to be used when the target is an Amazon ECS task.

14 nested properties
TaskDefinitionArn string | Aws_CF_FunctionString required

The ARN of the task definition to use if the event target is an Amazon ECS task.

TaskCount number

The number of tasks to create based on TaskDefinition. The default is 1.

min=1max=10
LaunchType string | Aws_CF_FunctionString

Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

NetworkConfiguration object

This structure specifies the network configuration for an ECS task.

1 nested properties
AwsvpcConfiguration object

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

PlatformVersion string | Aws_CF_FunctionString

Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.

Group string | Aws_CF_FunctionString

Specifies an ECS task group for the task. The maximum length is 255 characters.

CapacityProviderStrategy CapacityProviderStrategyItem[]

The capacity provider strategy to use for the task.

maxItems=6
EnableECSManagedTags boolean

Specifies whether to enable Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

EnableExecuteCommand boolean

Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

PlacementConstraints PlacementConstraint[]

An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).

maxItems=10
PlacementStrategy PlacementStrategy[]

The placement strategy objects to use for the task. You can specify a maximum of five strategy rules per task.

maxItems=5
PropagateTags string | Aws_CF_FunctionString

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

ReferenceId string | Aws_CF_FunctionString

The reference ID to use for the task.

Tags TagMap[]

The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. To learn more, see RunTask in the Amazon ECS API Reference.

minItems=0maxItems=50
EventBridgeParameters object

EventBridge PutEvent predefined target type.

2 nested properties
DetailType string | Aws_CF_FunctionString required

Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Source string | Aws_CF_FunctionString required

The source of the event.

KinesisParameters object

The custom parameter you can use to control the shard to which EventBridge Scheduler sends the event.

1 nested properties
PartitionKey string | Aws_CF_FunctionString required

The custom parameter used as the Kinesis partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

SageMakerPipelineParameters object

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on AWS EventBridge Scheduler schedules.

1 nested properties
PipelineParameterList SageMakerPipelineParameter[]

List of Parameter names and values for SageMaker Model Building Pipeline execution.

minItems=0maxItems=200
SqsParameters object

Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.

1 nested properties
MessageGroupId string | Aws_CF_FunctionString

The FIFO message group ID to use as the target.