AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateTelemetryRuleForOrganizationAsync.

Namespace: Amazon.ObservabilityAdmin
Assembly: AWSSDK.ObservabilityAdmin.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateTelemetryRuleForOrganizationResponse CreateTelemetryRuleForOrganization(
         CreateTelemetryRuleForOrganizationRequest request
)

Parameters

request
Type: Amazon.ObservabilityAdmin.Model.CreateTelemetryRuleForOrganizationRequest

Container for the necessary parameters to execute the CreateTelemetryRuleForOrganization service method.

Return Value


The response from the CreateTelemetryRuleForOrganization service method, as returned by ObservabilityAdmin.

Exceptions

ExceptionCondition
AccessDeniedException Indicates you don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access management for Amazon Web Services resources in the IAM user guide.
ConflictException The requested operation conflicts with the current state of the specified resource or with another request.
InternalServerException Indicates the request has failed to process because of an unknown server error, exception, or failure.
ServiceQuotaExceededException The requested operation would exceed the allowed quota for the specified resource type.
TooManyRequestsException The request throughput limit was exceeded.
ValidationException Indicates input validation failed. Check your request parameters and retry the request.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also