AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Monitor

Name Type Description
action Required String The name of the action.
type Required String The type of the action. Should be set to AWS_APP_RUNNER_MONITOR.
service Required String The ID of the App Runner service ARN.
region Required String The name of the Amazon region. The full list of regions is available here.
integration Required String The ID of the integration.
timeout
Required
Int Wait for operation_in_progress to complete (0-5400 seconds). Default is set to 5400.

YAML example for AWS App Runner Monitor

yaml
actions: - action: "App Runner Monitor" type: "AWS_APP_RUNNER_MONITOR" service: "arn-aws-apprunner-service" region: "us-east-1" timeout: 5400 integration: "my_integration"

Last modified on Mar 4, 2025