Class: Aws::AppRunner::Types::EncryptionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kms_keyString

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

Returns:

  • (String)


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