ConformancePackEvaluationResult
public struct ConformancePackEvaluationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Supplementary information about how the evaluation determined the compliance.
Declaration
Swift
public let annotation: String? -
The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT.
Declaration
Swift
public let complianceType: ConformancePackComplianceType -
The time when AWS Config rule evaluated AWS resource.
Declaration
Swift
public let configRuleInvokedTime: TimeStamp -
Undocumented
Declaration
Swift
public let evaluationResultIdentifier: EvaluationResultIdentifier -
The time when AWS Config recorded the evaluation result.
Declaration
Swift
public let resultRecordedTime: TimeStamp -
init(annotation:complianceType:configRuleInvokedTime:evaluationResultIdentifier:resultRecordedTime:)Undocumented
Declaration
Swift
public init(annotation: String? = nil, complianceType: ConformancePackComplianceType, configRuleInvokedTime: TimeStamp, evaluationResultIdentifier: EvaluationResultIdentifier, resultRecordedTime: TimeStamp)
View on GitHub
ConformancePackEvaluationResult Structure Reference