2020/12/17 - AWS Config - 1 new api methods
Changes Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
See also: AWS API Documentation
Request Syntax
client.put_external_evaluation( ConfigRuleName='string', ExternalEvaluation={ 'ComplianceResourceType': 'string', 'ComplianceResourceId': 'string', 'ComplianceType': 'COMPLIANT'|'NON_COMPLIANT'|'NOT_APPLICABLE'|'INSUFFICIENT_DATA', 'Annotation': 'string', 'OrderingTimestamp': datetime(2015, 1, 1) } )
string
[REQUIRED]
dict
[REQUIRED]
ComplianceResourceType (string) -- [REQUIRED]
ComplianceResourceId (string) -- [REQUIRED]
ComplianceType (string) -- [REQUIRED]
Annotation (string) --
OrderingTimestamp (datetime) -- [REQUIRED]
dict
Response Syntax
{}
Response Structure
(dict) --