View Source AWS.ObservabilityAdmin (aws-elixir v1.0.4)

Amazon CloudWatch Obsersavability Admin to control temletry config for your AWS Organization or account.

Telemetry config config to discover and understand the state of telemetry configuration for your AWS resources from a central view in the CloudWatch console. Telemetry config simplifies the process of auditing your telemetry collection configurations across multiple resource types across your AWS Organization or account. For more information, see Auditing CloudWatch telemetry configurations in the CloudWatch User Guide.

For information on the permissions you need to use this API, see Identity and access management for Amazon CloudWatch in the CloudWatch User Guide.

Link to this section Summary

Functions

Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.

This returns the onboarding status of the telemetry configuration feature for the organization.

Returns a list of telemetry configurations for AWS resources supported by telemetry config.

Returns a list of telemetry configurations for AWS resources supported by telemetry config in the organization.

This action begins onboarding onboarding the caller AWS account to the telemetry config feature.

This actions begins onboarding the organization and all member accounts to the telemetry config feature.

This action begins offboarding the caller AWS account from the telemetry config feature.

This action offboards the Organization of the caller AWS account from thef telemetry config feature.

Link to this section Functions

Link to this function

get_telemetry_evaluation_status(client, input, options \\ [])

View Source

Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.

Link to this function

get_telemetry_evaluation_status_for_organization(client, input, options \\ [])

View Source

This returns the onboarding status of the telemetry configuration feature for the organization.

It can only be called by a Management Account of an AWS Organization or an assigned Delegated Admin Account of AWS CloudWatch telemetry config.

Link to this function

list_resource_telemetry(client, input, options \\ [])

View Source

Returns a list of telemetry configurations for AWS resources supported by telemetry config.

For more information, see Auditing CloudWatch telemetry configurations.

Link to this function

list_resource_telemetry_for_organization(client, input, options \\ [])

View Source

Returns a list of telemetry configurations for AWS resources supported by telemetry config in the organization.

Link to this function

start_telemetry_evaluation(client, input, options \\ [])

View Source

This action begins onboarding onboarding the caller AWS account to the telemetry config feature.

Link to this function

start_telemetry_evaluation_for_organization(client, input, options \\ [])

View Source

This actions begins onboarding the organization and all member accounts to the telemetry config feature.

Link to this function

stop_telemetry_evaluation(client, input, options \\ [])

View Source

This action begins offboarding the caller AWS account from the telemetry config feature.

Link to this function

stop_telemetry_evaluation_for_organization(client, input, options \\ [])

View Source

This action offboards the Organization of the caller AWS account from thef telemetry config feature.