AWS::AppRunner::Service EncryptionConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppRunner::Service EncryptionConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "KmsKey" : String }

YAML

KmsKey: String

Properties

KmsKey

The ARN of the KMS key that's used for encryption.

Required: Yes

Type: String

Pattern: arn:aws(-[\w]+)*:kms:[a-z\-]+-[0-9]{1}:[0-9]{12}:key\/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Minimum: 0

Maximum: 256

Update requires: Replacement