Class: Aws::Types::TelemetryRule
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
-
#allow_field_updates ⇒ Boolean
Returns the value of attribute allow_field_updates.
-
#destination_configuration ⇒ Types::TelemetryDestinationConfiguration
Returns the value of attribute destination_configuration.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
-
#telemetry_source_types ⇒ ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
Returns the value of attribute telemetry_source_types.
-
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
Instance Attribute Details
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
677 678 679 |
# File 'sig/types.rbs', line 677 def all_regions @all_regions end |
#allow_field_updates ⇒ Boolean
Returns the value of attribute allow_field_updates.
675 676 677 |
# File 'sig/types.rbs', line 675 def allow_field_updates @allow_field_updates end |
#destination_configuration ⇒ Types::TelemetryDestinationConfiguration
Returns the value of attribute destination_configuration.
672 673 674 |
# File 'sig/types.rbs', line 672 def destination_configuration @destination_configuration end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
676 677 678 |
# File 'sig/types.rbs', line 676 def regions @regions end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
669 670 671 |
# File 'sig/types.rbs', line 669 def resource_type @resource_type end |
#scope ⇒ ::String
Returns the value of attribute scope.
673 674 675 |
# File 'sig/types.rbs', line 673 def scope @scope end |
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
674 675 676 |
# File 'sig/types.rbs', line 674 def selection_criteria @selection_criteria end |
#telemetry_source_types ⇒ ::Array[("VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS")]
Returns the value of attribute telemetry_source_types.
671 672 673 |
# File 'sig/types.rbs', line 671 def telemetry_source_types @telemetry_source_types end |
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
670 671 672 |
# File 'sig/types.rbs', line 670 def telemetry_type @telemetry_type end |