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 AWS 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