Class: Aws::ConfigService::Types::ConfigRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Config rules evaluate the configuration settings of your Amazon Web Services resources. A rule can run when Config detects a configuration change to an Amazon Web Services resource or at a periodic frequency that you choose (for example, every 24 hours). There are two types of rules: Config Managed Rules and Config Custom Rules.

Config Managed Rules are predefined, customizable rules created by Config. For a list of managed rules, see List of Config Managed Rules.

Config Custom Rules are rules that you create from scratch. There are two ways to create Config custom rules: with Lambda functions ( Lambda Developer Guide) and with Guard (Guard GitHub Repository), a policy-as-code language. Config custom rules created with Lambda are called Config Custom Lambda Rules and Config custom rules created with Guard are called Config Custom Policy Rules.

For more information about developing and using Config rules, see Evaluating Resource with Config Rules in the Config Developer Guide.

You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you want to create a rule that triggers evaluations for your resources when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_arnString

The Amazon Resource Name (ARN) of the Config rule.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#config_rule_idString

The ID of the Config rule.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#config_rule_nameString

The name that you assign to the Config rule. The name is required if you are adding a new rule.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#config_rule_stateString

Indicates whether the Config rule is active or is currently being deleted by Config. It can also indicate the evaluation status for the Config rule.

Config sets the state of the rule to EVALUATING temporarily after you use the StartConfigRulesEvaluation request to evaluate your resources against the Config rule.

Config sets the state of the rule to DELETING_RESULTS temporarily after you use the DeleteEvaluationResults request to delete the current evaluation results for the Config rule.

Config temporarily sets the state of a rule to DELETING after you use the DeleteConfigRule request to delete the rule. After Config deletes the rule, the rule and all of its evaluations are erased and are no longer available.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

Service principal name of the service that created the rule.

The field is populated only if the service-linked rule is created by a service. The field is empty if you create your own rule.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description that you provide for the Config rule.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_modesArray<Types::EvaluationModeConfiguration>

The modes the Config rule can be evaluated in. The valid values are distinct objects. By default, the value is Detective evaluation mode only.



970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#input_parametersString

A string, in JSON format, that is passed to the Config rule Lambda function.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_execution_frequencyString

The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when:

  • This is for an Config managed rule that is triggered at a periodic frequency.

  • Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties.

By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.

Returns:

  • (String)


970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#scopeTypes::Scope

Defines which resources can trigger an evaluation for the rule. The scope can include one or more resource types, a combination of one resource type and one resource ID, or a combination of a tag key and value. Specify a scope to constrain the resources that can trigger an evaluation for the rule. If you do not specify a scope, evaluations are triggered when any resource in the recording group changes.

The scope can be empty.

Returns:



970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::Source

Provides the rule owner (Amazon Web Services for managed rules, CUSTOM_POLICY for Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.

Returns:



970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 970

class ConfigRule < Struct.new(
  :config_rule_name,
  :config_rule_arn,
  :config_rule_id,
  :description,
  :scope,
  :source,
  :input_parameters,
  :maximum_execution_frequency,
  :config_rule_state,
  :created_by,
  :evaluation_modes)
  SENSITIVE = []
  include Aws::Structure
end