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