Method: Aws::ApplicationInsights::Types::UpdateComponentConfigurationRequest#component_configuration
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
#component_configuration ⇒ String
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].
[1]: docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html [2]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html
1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1994 class UpdateComponentConfigurationRequest < Struct.new( :resource_group_name, :component_name, :monitor, :tier, :component_configuration, :auto_config_enabled) SENSITIVE = [] include Aws::Structure end |