Class: Aws::ObservabilityAdmin::Types::CentralizationRuleDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CentralizationRuleDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Configuration specifying the primary destination for centralized telemetry data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The destination account (within the organization) to which the telemetry data should be centralized.
-
#destination_logs_configuration ⇒ Types::DestinationLogsConfiguration
Log specific configuration for centralization destination log groups.
-
#region ⇒ String
The primary destination region to which telemetry data should be centralized.
Instance Attribute Details
#account ⇒ String
The destination account (within the organization) to which the telemetry data should be centralized.
164 165 166 167 168 169 170 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 164 class CentralizationRuleDestination < Struct.new( :region, :account, :destination_logs_configuration) SENSITIVE = [] include Aws::Structure end |
#destination_logs_configuration ⇒ Types::DestinationLogsConfiguration
Log specific configuration for centralization destination log groups.
164 165 166 167 168 169 170 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 164 class CentralizationRuleDestination < Struct.new( :region, :account, :destination_logs_configuration) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The primary destination region to which telemetry data should be centralized.
164 165 166 167 168 169 170 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 164 class CentralizationRuleDestination < Struct.new( :region, :account, :destination_logs_configuration) SENSITIVE = [] include Aws::Structure end |