Class: Aws::EventBridgeV2::Types::EncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

Encryption configuration for an event bus.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_identifier ⇒ String

Identifier of the AWS KMS customer managed key used to encrypt events: a key ID, key ARN, alias name, or alias ARN. When absent, events are encrypted with an AWS owned key.

Returns:

  • (String)


966
967
968
969
970
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 966

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