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.
|