Amazon App Runner · Example Payload

Amazon App Runner Sourceconfiguration Example

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Amazon App Runner Sourceconfiguration Example is an example object payload from Amazon App Runner, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

CodeRepositoryImageRepositoryAutoDeploymentsEnabledAuthenticationConfiguration

Example Payload

Raw ↑
{
  "CodeRepository": "example-CodeRepository",
  "ImageRepository": "example-ImageRepository",
  "AutoDeploymentsEnabled": "example-AutoDeploymentsEnabled",
  "AuthenticationConfiguration": "example-AuthenticationConfiguration"
}