Class: Aws::ObservabilityAdmin::Types::LogsBackupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::LogsBackupConfiguration
- 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
-
#kms_key_arn ⇒ String
KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
-
#region ⇒ String
Logs specific backup destination region within the primary destination account to which log data should be centralized.
Instance Attribute Details
#kms_key_arn ⇒ String
KMS Key arn belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
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 |
#region ⇒ String
Logs specific backup destination region within the primary destination account to which log data should be centralized.
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 |