Class: Aws::ObservabilityAdmin::Types::LogsBackupConfiguration

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

Overview

Configuration for backing up centralized log data to a secondary region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 919

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

#regionString

Logs specific backup destination region within the primary destination account to which log data should be centralized.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 919

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