Class: Aws::ObservabilityAdmin::Types::CentralizationRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CentralizationRule
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Defines how telemetry data should be centralized across an Amazon Web Services Organization, including source and destination configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::CentralizationRuleDestination
Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
-
#source ⇒ Types::CentralizationRuleSource
Configuration determining the source of the telemetry data to be centralized.
Instance Attribute Details
#destination ⇒ Types::CentralizationRuleDestination
Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
137 138 139 140 141 142 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 137 class CentralizationRule < Struct.new( :source, :destination) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::CentralizationRuleSource
Configuration determining the source of the telemetry data to be centralized.
137 138 139 140 141 142 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 137 class CentralizationRule < Struct.new( :source, :destination) SENSITIVE = [] include Aws::Structure end |