Amazon App Runner · Schema

AuthenticationConfiguration

Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionArn object
AccessRoleArn object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-authenticationconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AuthenticationConfiguration",
  "description": "Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.",
  "type": "object",
  "properties": {
    "ConnectionArn": {},
    "AccessRoleArn": {}
  }
}