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

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

Overview

Server-side encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

A KMS key ARN

Returns:

  • (String)


2765
2766
2767
2768
2769
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2765

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