Amazon App Runner · Schema

EncryptionConfiguration

Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
KmsKey object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-encryptionconfiguration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EncryptionConfiguration",
  "description": "Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.",
  "type": "object",
  "properties": {
    "KmsKey": {}
  },
  "required": [
    "KmsKey"
  ]
}