CloudWatchOmni¶
Client¶
- class CloudWatchOmni.Client¶
A low-level client representing CloudWatch Omni
CloudWatch Omni is a unified observability experience built on Amazon CloudWatch. You work in a space, an isolated environment that holds your telemetry and controls who can access it, and your data is stored in the CloudWatch Dataset for correlated analysis of logs, metrics, and traces.
import boto3 client = boto3.client('cloudwatchomni')
These are the available methods:
- can_paginate
- close
- create_access_grant
- create_access_profile
- create_alert
- create_domain
- create_domain_access_grant_for_organization
- create_domain_for_organization
- create_integration
- create_omni_dashboard
- create_one_time_deep_link_code
- create_space
- create_view
- delete_access_grant
- delete_access_profile
- delete_alert
- delete_domain
- delete_domain_access_grant_for_organization
- delete_domain_for_organization
- delete_integration
- delete_omni_dashboard
- delete_space
- delete_view
- get_access_grant
- get_access_profile
- get_alert
- get_context_graph
- get_domain
- get_domain_access_grant_for_organization
- get_domain_for_organization
- get_integration
- get_intelligence_configuration
- get_omni_dashboard
- get_paginator
- get_space
- get_space_credentials_for_organization
- get_telemetry_query_results
- get_view
- get_waiter
- list_access_grants
- list_access_profiles
- list_alerts
- list_domain_access_grants_for_organization
- list_domains
- list_integrations
- list_omni_dashboards
- list_spaces
- list_spaces_for_organization
- list_telemetry_fields
- list_telemetry_query_sessions
- list_views
- put_intelligence_configuration
- search_principals
- start_telemetry_query
- start_telemetry_query_session
- stop_telemetry_query
- stop_telemetry_query_session
- update_access_profile
- update_alert
- update_domain
- update_domain_for_organization
- update_integration
- update_omni_dashboard
- update_space
- update_view
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: