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.
666 667 668 |
# File 'sig/types.rbs', line 666 def all_regions @all_regions end |
#allow_field_updates ⇒ Boolean
Returns the value of attribute allow_field_updates.
664 665 666 |
# File 'sig/types.rbs', line 664 def allow_field_updates @allow_field_updates end |
#destination_configuration ⇒ Types::TelemetryDestinationConfiguration
Returns the value of attribute destination_configuration.
661 662 663 |
# File 'sig/types.rbs', line 661 def destination_configuration @destination_configuration end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
665 666 667 |
# File 'sig/types.rbs', line 665 def regions @regions end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
658 659 660 |
# File 'sig/types.rbs', line 658 def resource_type @resource_type end |
#scope ⇒ ::String
Returns the value of attribute scope.
662 663 664 |
# File 'sig/types.rbs', line 662 def scope @scope end |
#selection_criteria ⇒ ::String
Returns the value of attribute selection_criteria.
663 664 665 |
# File 'sig/types.rbs', line 663 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.
660 661 662 |
# File 'sig/types.rbs', line 660 def telemetry_source_types @telemetry_source_types end |
#telemetry_type ⇒ "Logs", ...
Returns the value of attribute telemetry_type.
659 660 661 |
# File 'sig/types.rbs', line 659 def telemetry_type @telemetry_type end |