AWS::AppRunner::Service EncryptionConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppRunner::Service EncryptionConfiguration

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

Syntax

To declare this entity in your 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