| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.clone() |
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the Config rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withConfigRuleId(String configRuleId)
The ID of the Config rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withConfigRuleName(String configRuleName)
The name of the Config rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withFirstActivatedTime(Date firstActivatedTime)
The time that you first activated the Config rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withFirstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether Config has evaluated your resources against the rule at least once.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastDeactivatedTime(Date lastDeactivatedTime)
The time that you last turned off the Config rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastDebugLogDeliveryStatus(String lastDebugLogDeliveryStatus)
The status of the last attempted delivery of a debug log for your Config Custom Policy rules.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastDebugLogDeliveryStatusReason(String lastDebugLogDeliveryStatusReason)
The reason Config was not able to deliver a debug log.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastDebugLogDeliveryTime(Date lastDebugLogDeliveryTime)
The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastErrorCode(String lastErrorCode)
The error code that Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastErrorMessage(String lastErrorMessage)
The error message that Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastFailedEvaluationTime(Date lastFailedEvaluationTime)
The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastFailedInvocationTime(Date lastFailedInvocationTime)
The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime)
The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
|
ConfigRuleEvaluationStatus |
ConfigRuleEvaluationStatus.withLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime)
The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigRuleEvaluationStatus> |
DescribeConfigRuleEvaluationStatusResult.getConfigRulesEvaluationStatus()
Status information about your Config managed rules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigRuleEvaluationStatusResult |
DescribeConfigRuleEvaluationStatusResult.withConfigRulesEvaluationStatus(ConfigRuleEvaluationStatus... configRulesEvaluationStatus)
Status information about your Config managed rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConfigRuleEvaluationStatusResult.setConfigRulesEvaluationStatus(Collection<ConfigRuleEvaluationStatus> configRulesEvaluationStatus)
Status information about your Config managed rules.
|
DescribeConfigRuleEvaluationStatusResult |
DescribeConfigRuleEvaluationStatusResult.withConfigRulesEvaluationStatus(Collection<ConfigRuleEvaluationStatus> configRulesEvaluationStatus)
Status information about your Config managed rules.
|
Copyright © 2023. All rights reserved.