AWS App Runner Deploy with YAML

YAML parameters for AWS App Runner Monitor

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to AWS_APP_RUNNER_MONITOR.
service RequiredStringThe ID of the App Runner service ARN.
region RequiredStringThe name of the Amazon region. The full list of regions is available here.
integration RequiredStringThe 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

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 Sep 24, 2024