@Stability(value=Experimental)
See: Description
| Interface | Description |
|---|---|
| CfnSchedule.AwsVpcConfigurationProperty |
This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used.
|
| CfnSchedule.CapacityProviderStrategyItemProperty |
The details of a capacity provider strategy.
|
| CfnSchedule.DeadLetterConfigProperty |
An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule.
|
| CfnSchedule.EcsParametersProperty |
The templated target type for the Amazon ECS [`RunTask`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) API operation.
|
| CfnSchedule.EventBridgeParametersProperty |
The templated target type for the EventBridge [`PutEvents`](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html) API operation.
|
| CfnSchedule.FlexibleTimeWindowProperty |
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
| CfnSchedule.KinesisParametersProperty |
The templated target type for the Amazon Kinesis [`PutRecord`](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html) API operation.
|
| CfnSchedule.NetworkConfigurationProperty |
Specifies the network configuration for an ECS task.
|
| CfnSchedule.PlacementConstraintProperty |
An object representing a constraint on task placement.
|
| CfnSchedule.PlacementStrategyProperty |
The task placement strategy for a task or service.
|
| CfnSchedule.RetryPolicyProperty |
A `RetryPolicy` object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.
|
| CfnSchedule.SageMakerPipelineParameterProperty |
The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.
|
| CfnSchedule.SageMakerPipelineParametersProperty |
The templated target type for the Amazon SageMaker [`StartPipelineExecution`](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html) API operation.
|
| CfnSchedule.SqsParametersProperty |
The templated target type for the Amazon SQS [`SendMessage`](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html) API operation.
|
| CfnSchedule.TargetProperty |
The schedule's target.
|
| CfnScheduleGroupProps |
Properties for defining a `CfnScheduleGroup`.
|
| CfnScheduleProps |
Properties for defining a `CfnSchedule`.
|
---
All classes with the
Cfnprefix in this module (CFN Resources) are always stable and safe to use.
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.scheduler.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Scheduler.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.