Class: Aws::ObservabilityAdmin::Types::CreateCentralizationRuleForOrganizationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::CreateCentralizationRuleForOrganizationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::CentralizationRule
The configuration details for the organization-wide centralization rule, including the source configuration and the destination configuration to centralize telemetry data across the organization.
-
#rule_name ⇒ String
A unique name for the organization-wide centralization rule being created.
-
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the organization telemetry rule resource for categorization and management purposes.
Instance Attribute Details
#rule ⇒ Types::CentralizationRule
The configuration details for the organization-wide centralization rule, including the source configuration and the destination configuration to centralize telemetry data across the organization.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 384 class CreateCentralizationRuleForOrganizationInput < Struct.new( :rule_name, :rule, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
A unique name for the organization-wide centralization rule being created.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 384 class CreateCentralizationRuleForOrganizationInput < Struct.new( :rule_name, :rule, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the organization telemetry rule resource for categorization and management purposes.
384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 384 class CreateCentralizationRuleForOrganizationInput < Struct.new( :rule_name, :rule, :tags) SENSITIVE = [] include Aws::Structure end |