Class: Aws::ApplicationInsights::Types::UpdateComponentConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_config_enabledBoolean

Automatically configures the component by applying the recommended configurations.

Returns:

  • (Boolean)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#component_configurationString

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

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#monitorBoolean

Indicates whether the application component is monitored.

Returns:

  • (Boolean)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#tierString

The tier of the application component.

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1963

class UpdateComponentConfigurationRequest < Struct.new(
  :resource_group_name,
  :component_name,
  :monitor,
  :tier,
  :component_configuration,
  :auto_config_enabled)
  SENSITIVE = []
  include Aws::Structure
end