@Generated(value="software.amazon.awssdk:codegen") public final class ConfigRuleEvaluationStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigRuleEvaluationStatus.Builder,ConfigRuleEvaluationStatus>
Status information for your Config Managed rules and Config Custom Policy rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.
This action does not return status information about Config Custom Lambda rules.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigRuleEvaluationStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfigRuleEvaluationStatus.Builder |
builder() |
String |
configRuleArn()
The Amazon Resource Name (ARN) of the Config rule.
|
String |
configRuleId()
The ID of the Config rule.
|
String |
configRuleName()
The name of the Config rule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
firstActivatedTime()
The time that you first activated the Config rule.
|
Boolean |
firstEvaluationStarted()
Indicates whether Config has evaluated your resources against the rule at least once.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastDeactivatedTime()
The time that you last turned off the Config rule.
|
String |
lastDebugLogDeliveryStatus()
The status of the last attempted delivery of a debug log for your Config Custom Policy rules.
|
String |
lastDebugLogDeliveryStatusReason()
The reason Config was not able to deliver a debug log.
|
Instant |
lastDebugLogDeliveryTime()
The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
|
String |
lastErrorCode()
The error code that Config returned when the rule last failed.
|
String |
lastErrorMessage()
The error message that Config returned when the rule last failed.
|
Instant |
lastFailedEvaluationTime()
The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
|
Instant |
lastFailedInvocationTime()
The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
|
Instant |
lastSuccessfulEvaluationTime()
The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
|
Instant |
lastSuccessfulInvocationTime()
The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigRuleEvaluationStatus.Builder> |
serializableBuilderClass() |
ConfigRuleEvaluationStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configRuleName()
The name of the Config rule.
public final String configRuleArn()
The Amazon Resource Name (ARN) of the Config rule.
public final String configRuleId()
The ID of the Config rule.
public final Instant lastSuccessfulInvocationTime()
The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.
public final Instant lastFailedInvocationTime()
The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.
public final Instant lastSuccessfulEvaluationTime()
The time that Config last successfully evaluated your Amazon Web Services resources against the rule.
public final Instant lastFailedEvaluationTime()
The time that Config last failed to evaluate your Amazon Web Services resources against the rule.
public final Instant firstActivatedTime()
The time that you first activated the Config rule.
public final Instant lastDeactivatedTime()
The time that you last turned off the Config rule.
public final String lastErrorCode()
The error code that Config returned when the rule last failed.
public final String lastErrorMessage()
The error message that Config returned when the rule last failed.
public final Boolean firstEvaluationStarted()
Indicates whether Config has evaluated your resources against the rule at least once.
true - Config has evaluated your Amazon Web Services resources against the rule at least once.
false - Config has not finished evaluating your Amazon Web Services resources against the rule at
least once.
true - Config has evaluated your Amazon Web Services resources against the rule at least
once.
false - Config has not finished evaluating your Amazon Web Services resources against the
rule at least once.
public final String lastDebugLogDeliveryStatus()
The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either
Successful or Failed.
Successful or Failed.public final String lastDebugLogDeliveryStatusReason()
The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.
public final Instant lastDebugLogDeliveryTime()
The time Config last attempted to deliver a debug log for your Config Custom Policy rules.
public ConfigRuleEvaluationStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigRuleEvaluationStatus.Builder,ConfigRuleEvaluationStatus>public static ConfigRuleEvaluationStatus.Builder builder()
public static Class<? extends ConfigRuleEvaluationStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.