class Aws::ConfigService::Types::ExternalEvaluation
Identifies an Amazon Web Services resource and indicates whether it complies with the Config rule that it was evaluated against.
@note When making an API call, you may pass ExternalEvaluation
data as a hash: { compliance_resource_type: "StringWithCharLimit256", # required compliance_resource_id: "BaseResourceId", # required compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA annotation: "StringWithCharLimit256", ordering_timestamp: Time.now, # required }
@!attribute [rw] compliance_resource_type
The evaluated compliance resource type. Config accepts `AWS::::Account` resource type. @return [String]
@!attribute [rw] compliance_resource_id
The evaluated compliance resource ID. Config accepts only Amazon Web Services account ID. @return [String]
@!attribute [rw] compliance_type
The compliance of the Amazon Web Services resource. The valid values are `COMPLIANT, NON_COMPLIANT, ` and `NOT_APPLICABLE`. @return [String]
@!attribute [rw] annotation
Supplementary information about the reason of compliance. For example, this task was completed on a specific date. @return [String]
@!attribute [rw] ordering_timestamp
The time when the compliance was recorded. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ExternalEvaluation AWS API Documentation
Constants
- SENSITIVE