跳到主要内容

YAML部署AWS App Runner

YAML parameters for AWS App Runner Monitor

包含所有Buddy操作通用参数的列表

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set toAWS_APP_RUNNER_MONITOR
service
必填
StringString
region
必填
StringThe name of the Amazon region. The full list of regions is available here
integration_hash
必填
StringThe ID of the integration.
timeout
必填
IntWait foroperation_in_progressto complete (0-5400 seconds). Default is set to5400

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"