AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Monitor

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to AWS_APP_RUNNER_MONITOR.
service
Required
StringThe ID of the App Runner service ARN.
region
Required
StringThe name of the Amazon region. The full list of regions is available here.
integration_hash
Required
StringThe ID of the integration.
timeout
Required
IntWait for operation_in_progress to complete (0-5400 seconds). Default is set to 5400.

YAML example for AWS App Runner Monitor

actions:
  - action: "App Runner Monitor"
    type: "AWS_APP_RUNNER_MONITOR"
    service: "arn-aws-apprunner-service"
    region: "us-east-1"
    timeout: 5400
    integration_hash: "5ddb7c180fb38be67bd78a88a"

Last modified on September 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.