AWS SDK Version 3 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.

Container for the parameters to the UpdateComponentConfiguration operation. Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationInsights.AmazonApplicationInsightsRequest
      Amazon.ApplicationInsights.Model.UpdateComponentConfigurationRequest

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

Syntax

C#
public class UpdateComponentConfigurationRequest : AmazonApplicationInsightsRequest
         IAmazonWebServiceRequest

The UpdateComponentConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoConfigEnabled System.Boolean

Gets and sets the property AutoConfigEnabled.

Automatically configures the component by applying the recommended configurations.

Public Property ComponentConfiguration System.String

Gets and sets the property ComponentConfiguration.

The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

Public Property ComponentName System.String

Gets and sets the property ComponentName.

The name of the component.

Public Property Monitor System.Boolean

Gets and sets the property Monitor.

Indicates whether the application component is monitored.

Public Property ResourceGroupName System.String

Gets and sets the property ResourceGroupName.

The name of the resource group.

Public Property Tier Amazon.ApplicationInsights.Tier

Gets and sets the property Tier.

The tier of the application component.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5