Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private ConfigRule |
PutConfigRuleRequest.configRule |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigRule> |
DescribeConfigRulesResult.configRules
The details about your AWS Config rules.
|
Modifier and Type | Method and Description |
---|---|
ConfigRule |
ConfigRule.clone() |
ConfigRule |
PutConfigRuleRequest.getConfigRule() |
ConfigRule |
ConfigRule.withConfigRuleArn(java.lang.String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
|
ConfigRule |
ConfigRule.withConfigRuleId(java.lang.String configRuleId)
The ID of the AWS Config rule.
|
ConfigRule |
ConfigRule.withConfigRuleName(java.lang.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(java.lang.String configRuleState)
Indicates whether the AWS Config rule is active or currently being
deleted by AWS Config.
|
ConfigRule |
ConfigRule.withDescription(java.lang.String description)
The description that you provide for the AWS Config rule.
|
ConfigRule |
ConfigRule.withInputParameters(java.lang.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(java.lang.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 |
---|---|
java.util.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(java.util.Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
DescribeConfigRulesResult |
DescribeConfigRulesResult.withConfigRules(java.util.Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
Modifier and Type | Method and Description |
---|---|
ConfigRule |
ConfigRuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigRuleJsonMarshaller.marshall(ConfigRule configRule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|