ObservabilityAdminClient

You can use Amazon CloudWatch Observability Admin to discover and understand the state of telemetry configuration in CloudWatch for your Amazon Web Services Organization or account. This simplifies the process of auditing your telemetry collection configurations across multiple resource types within your Amazon Web Services Organization or account. By providing a consolidated view, it allows you to easily review and manage telemetry settings, helping you ensure proper monitoring and data collection across your Amazon Web Services environment. 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.

Properties

Link copied to clipboard

ObservabilityAdminClient's configuration

Functions

Link copied to clipboard

Creates a centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Creates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.

Link copied to clipboard

Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities.

Link copied to clipboard

Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria.

Link copied to clipboard

Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Deletes an organization-wide centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.

Link copied to clipboard

Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.

Link copied to clipboard

Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule.

Link copied to clipboard

Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Retrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Retrieves information about a specific S3 Table integration, including its configuration, status, and metadata.

Link copied to clipboard
abstract suspend fun getTelemetryEnrichmentStatus(input: GetTelemetryEnrichmentStatusRequest = GetTelemetryEnrichmentStatusRequest { }): GetTelemetryEnrichmentStatusResponse

Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Resource Explorer.

Link copied to clipboard
abstract suspend fun getTelemetryEvaluationStatus(input: GetTelemetryEvaluationStatusRequest = GetTelemetryEvaluationStatusRequest { }): GetTelemetryEvaluationStatusResponse

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. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config.

Link copied to clipboard

Retrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.

Link copied to clipboard

Retrieves the details of a specific telemetry rule in your account.

Link copied to clipboard

Retrieves the details of a specific organization telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Lists all centralization rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard
abstract suspend fun listResourceTelemetry(input: ListResourceTelemetryRequest = ListResourceTelemetryRequest { }): ListResourceTelemetryResponse

Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config. For more information, see Auditing CloudWatch telemetry configurations.

Link copied to clipboard
abstract suspend fun listResourceTelemetryForOrganization(input: ListResourceTelemetryForOrganizationRequest = ListResourceTelemetryForOrganizationRequest { }): ListResourceTelemetryForOrganizationResponse

Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.

Link copied to clipboard
abstract suspend fun listS3TableIntegrations(input: ListS3TableIntegrationsRequest = ListS3TableIntegrationsRequest { }): ListS3TableIntegrationsResponse

Lists all S3 Table integrations in your account. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists all tags attached to the specified resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard
abstract suspend fun listTelemetryPipelines(input: ListTelemetryPipelinesRequest = ListTelemetryPipelinesRequest { }): ListTelemetryPipelinesResponse

Returns a list of telemetry pipelines in your account. Returns up to 100 results. If more than 100 telemetry pipelines exist, include the NextToken value from the response to retrieve the next set of results.

Link copied to clipboard
abstract suspend fun listTelemetryRules(input: ListTelemetryRulesRequest = ListTelemetryRulesRequest { }): ListTelemetryRulesResponse

Lists all telemetry rules in your account. You can filter the results by specifying a rule name prefix.

Link copied to clipboard
abstract suspend fun listTelemetryRulesForOrganization(input: ListTelemetryRulesForOrganizationRequest = ListTelemetryRulesForOrganizationRequest { }): ListTelemetryRulesForOrganizationResponse

Lists all telemetry rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard
abstract suspend fun startTelemetryEnrichment(input: StartTelemetryEnrichmentRequest = StartTelemetryEnrichmentRequest { }): StartTelemetryEnrichmentResponse

Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Resource Explorer to provide richer context for monitoring and observability.

Link copied to clipboard
abstract suspend fun startTelemetryEvaluation(input: StartTelemetryEvaluationRequest = StartTelemetryEvaluationRequest { }): StartTelemetryEvaluationResponse

This action begins onboarding the caller Amazon Web Services account to the telemetry config feature.

Link copied to clipboard

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

Link copied to clipboard
abstract suspend fun stopTelemetryEnrichment(input: StopTelemetryEnrichmentRequest = StopTelemetryEnrichmentRequest { }): StopTelemetryEnrichmentResponse

Disables the resource tags for telemetry feature for your account, stopping the enhancement of telemetry data with additional resource metadata.

Link copied to clipboard
abstract suspend fun stopTelemetryEvaluation(input: StopTelemetryEvaluationRequest = StopTelemetryEvaluationRequest { }): StopTelemetryEvaluationResponse

This action begins offboarding the caller Amazon Web Services account from the telemetry config feature.

Link copied to clipboard

This action offboards the Organization of the caller Amazon Web Services account from the telemetry config feature.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds or updates tags for a resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard

Tests a pipeline configuration with sample records to validate data processing before deployment. This operation helps ensure your pipeline configuration works as expected.

Link copied to clipboard

Removes tags from a resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard

Updates an existing centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Updates the configuration of an existing telemetry pipeline.

Link copied to clipboard

Updates an existing telemetry rule in your account. If multiple users attempt to modify the same telemetry rule simultaneously, a ConflictException is returned to provide specific error information for concurrent modification scenarios.

Link copied to clipboard

Updates an existing telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Validates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Creates an integration between CloudWatch and S3 Tables for analytics. This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.

Link copied to clipboard

Creates a telemetry pipeline for processing and transforming telemetry data. The pipeline defines how data flows from sources through processors to destinations, enabling data transformation and delivering capabilities.

Link copied to clipboard

Creates a telemetry rule that defines how telemetry should be configured for Amazon Web Services resources in your account. The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria.

Link copied to clipboard

Creates a telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Deletes an organization-wide centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.

Link copied to clipboard

Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.

Link copied to clipboard

Deletes a telemetry rule from your account. Any telemetry configurations previously created by the rule will remain but no new resources will be configured by this rule.

Link copied to clipboard

Deletes an organization-wide telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Retrieves the details of a specific organization centralization rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Retrieves information about a specific S3 Table integration, including its configuration, status, and metadata.

Link copied to clipboard

Returns the current status of the resource tags for telemetry feature, which enhances telemetry data with additional resource metadata from Resource Explorer.

Link copied to clipboard

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. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config.

Link copied to clipboard

Retrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.

Link copied to clipboard

Retrieves the details of a specific telemetry rule in your account.

Link copied to clipboard

Retrieves the details of a specific organization telemetry rule. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Lists all centralization rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config. For more information, see Auditing CloudWatch telemetry configurations.

Link copied to clipboard

Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the organization.

Link copied to clipboard

Lists all S3 Table integrations in your account. We recommend using pagination to ensure that the operation returns quickly and successfully.

Link copied to clipboard

Lists all tags attached to the specified resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard

Returns a list of telemetry pipelines in your account. Returns up to 100 results. If more than 100 telemetry pipelines exist, include the NextToken value from the response to retrieve the next set of results.

Link copied to clipboard

Lists all telemetry rules in your account. You can filter the results by specifying a rule name prefix.

Link copied to clipboard

Lists all telemetry rules in your organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Enables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Resource Explorer to provide richer context for monitoring and observability.

Link copied to clipboard

This action begins onboarding the caller Amazon Web Services account to the telemetry config feature.

Link copied to clipboard

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

Link copied to clipboard

Disables the resource tags for telemetry feature for your account, stopping the enhancement of telemetry data with additional resource metadata.

Link copied to clipboard

This action begins offboarding the caller Amazon Web Services account from the telemetry config feature.

Link copied to clipboard

This action offboards the Organization of the caller Amazon Web Services account from the telemetry config feature.

Link copied to clipboard

Adds or updates tags for a resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard

Tests a pipeline configuration with sample records to validate data processing before deployment. This operation helps ensure your pipeline configuration works as expected.

Link copied to clipboard

Removes tags from a resource. Supports telemetry rule resources and telemetry pipeline resources.

Link copied to clipboard

Updates an existing centralization rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Updates the configuration of an existing telemetry pipeline.

Link copied to clipboard

Updates an existing telemetry rule in your account. If multiple users attempt to modify the same telemetry rule simultaneously, a ConflictException is returned to provide specific error information for concurrent modification scenarios.

Link copied to clipboard

Updates an existing telemetry rule that applies across an Amazon Web Services Organization. This operation can only be called by the organization's management account or a delegated administrator account.

Link copied to clipboard

Validates a pipeline configuration without creating the pipeline. This operation checks the configuration for syntax errors and compatibility issues.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.