Method: Aws::ApplicationInsights::Types::UpdateComponentConfigurationRequest#auto_config_enabled

Defined in:
lib/aws-sdk-applicationinsights/types.rb

#auto_config_enabledBoolean

Automatically configures the component by applying the recommended configurations.

Returns:

  • (Boolean)


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