Class: Aws::AppRunner::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::EncryptionConfiguration
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key ⇒ String
The ARN of the KMS key that's used for encryption.
Instance Attribute Details
#kms_key ⇒ String
The ARN of the KMS key that's used for encryption.
1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1406 class EncryptionConfiguration < Struct.new( :kms_key) SENSITIVE = [] include Aws::Structure end |