| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigRule |
ConfigRule.clone() |
ConfigRule |
PutConfigRuleRequest.getConfigRule()
The rule that you want to add to your account.
|
ConfigRule |
ConfigRule.withConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the Config rule.
|
ConfigRule |
ConfigRule.withConfigRuleId(String configRuleId)
The ID of the Config rule.
|
ConfigRule |
ConfigRule.withConfigRuleName(String configRuleName)
The name that you assign to the Config rule.
|
ConfigRule |
ConfigRule.withConfigRuleState(ConfigRuleState configRuleState)
Indicates whether the Config rule is active or is currently being deleted by Config.
|
ConfigRule |
ConfigRule.withConfigRuleState(String configRuleState)
Indicates whether the Config rule is active or is currently being deleted by Config.
|
ConfigRule |
ConfigRule.withCreatedBy(String createdBy)
Service principal name of the service that created the rule.
|
ConfigRule |
ConfigRule.withDescription(String description)
The description that you provide for the Config rule.
|
ConfigRule |
ConfigRule.withEvaluationModes(Collection<EvaluationModeConfiguration> evaluationModes)
The modes the Config rule can be evaluated in.
|
ConfigRule |
ConfigRule.withEvaluationModes(EvaluationModeConfiguration... evaluationModes)
The modes the Config rule can be evaluated in.
|
ConfigRule |
ConfigRule.withInputParameters(String inputParameters)
A string, in JSON format, that is passed to the Config rule Lambda function.
|
ConfigRule |
ConfigRule.withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
ConfigRule |
ConfigRule.withMaximumExecutionFrequency(String maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
ConfigRule |
ConfigRule.withScope(Scope scope)
Defines which resources can trigger an evaluation for the rule.
|
ConfigRule |
ConfigRule.withSource(Source 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. |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigRule> |
DescribeConfigRulesResult.getConfigRules()
The details about your Config rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutConfigRuleRequest.setConfigRule(ConfigRule configRule)
The rule that you want to add to your account.
|
PutConfigRuleRequest |
PutConfigRuleRequest.withConfigRule(ConfigRule configRule)
The rule that you want to add to your account.
|
DescribeConfigRulesResult |
DescribeConfigRulesResult.withConfigRules(ConfigRule... configRules)
The details about your Config rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConfigRulesResult.setConfigRules(Collection<ConfigRule> configRules)
The details about your Config rules.
|
DescribeConfigRulesResult |
DescribeConfigRulesResult.withConfigRules(Collection<ConfigRule> configRules)
The details about your Config rules.
|
Copyright © 2023. All rights reserved.