Class: Aws::BedrockAgent::Types::ServerSideEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ServerSideEncryptionConfiguration
- 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
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
Instance Attribute Details
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the resource.
3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3295 class ServerSideEncryptionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end |