Class: Aws::ObservabilityAdmin::Types::LogsBackupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::LogsBackupConfiguration
- Includes:
- Structure
- Defined in:
- 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.
1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1587 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.
1587 1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1587 class LogsBackupConfiguration < Struct.new( :region, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |