Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
EvaluationResultQualifier |
EvaluationResultQualifier.clone() |
EvaluationResultQualifier |
EvaluationResultIdentifier.getEvaluationResultQualifier()
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withConfigRuleName(String configRuleName)
The name of the AWS Config rule that was used in the evaluation.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withResourceId(String resourceId)
The ID of the evaluated AWS resource.
|
EvaluationResultQualifier |
EvaluationResultQualifier.withResourceType(String resourceType)
The type of AWS resource that was evaluated.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluationResultIdentifier.setEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
EvaluationResultIdentifier |
EvaluationResultIdentifier.withEvaluationResultQualifier(EvaluationResultQualifier evaluationResultQualifier)
Identifies an AWS Config rule used to evaluate an AWS resource, and
provides the type and ID of the evaluated resource.
|
Copyright © 2018. All rights reserved.