Uses of Class
com.amazonaws.services.config.model.ConfigRule
Packages that use ConfigRule
-
Uses of ConfigRule in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigRuleModifier and TypeMethodDescriptionConfigRule.clone()
PutConfigRuleRequest.getConfigRule()
ConfigRule.withConfigRuleArn
(String configRuleArn) The Amazon Resource Name (ARN) of the AWS Config rule.ConfigRule.withConfigRuleId
(String configRuleId) The ID of the AWS Config rule.ConfigRule.withConfigRuleName
(String configRuleName) The name that you assign to the AWS Config rule.ConfigRule.withConfigRuleState
(ConfigRuleState configRuleState) Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.ConfigRule.withConfigRuleState
(String configRuleState) Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.ConfigRule.withDescription
(String description) The description that you provide for the AWS Config rule.ConfigRule.withInputParameters
(String inputParameters) A string in JSON format that is passed to the AWS Config rule Lambda function.ConfigRule.withMaximumExecutionFrequency
(MaximumExecutionFrequency maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.ConfigRule.withMaximumExecutionFrequency
(String maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.Defines which resources can trigger an evaluation for the rule.ConfigRule.withSource
(Source source) Provides the rule owner (AWS or customer), the rule identifier, and the events that cause the function to evaluate your AWS resources.Methods in com.amazonaws.services.config.model that return types with arguments of type ConfigRuleModifier and TypeMethodDescriptionDescribeConfigRulesResult.getConfigRules()
The details about your AWS Config rules.Methods in com.amazonaws.services.config.model with parameters of type ConfigRuleModifier and TypeMethodDescriptionvoid
PutConfigRuleRequest.setConfigRule
(ConfigRule configRule) PutConfigRuleRequest.withConfigRule
(ConfigRule configRule) DescribeConfigRulesResult.withConfigRules
(ConfigRule... configRules) The details about your AWS Config rules.Method parameters in com.amazonaws.services.config.model with type arguments of type ConfigRuleModifier and TypeMethodDescriptionvoid
DescribeConfigRulesResult.setConfigRules
(Collection<ConfigRule> configRules) The details about your AWS Config rules.DescribeConfigRulesResult.withConfigRules
(Collection<ConfigRule> configRules) The details about your AWS Config rules.