Class: Aws::BedrockAgent::Types::ServerSideEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains the configuration for server-side encryption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.

Returns:

  • (String)


6652
6653
6654
6655
6656
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6652

class ServerSideEncryptionConfiguration < Struct.new(
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end