Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConformancePackComplianceWrapper ¶
type ConformancePackComplianceWrapper struct { // Compliance of the Config rule. The allowed values are COMPLIANT, NON_COMPLIANT, // and INSUFFICIENT_DATA. ComplianceType types.ConformancePackComplianceType // Name of the Config rule. ConfigRuleName *string // Controls for the conformance pack. A control is a process to prevent or detect // problems while meeting objectives. A control can align with a specific // compliance regime or map to internal controls defined by an organization. Controls []string // The time when Config rule evaluated Amazon Web Services resource. // // This member is required. ConfigRuleInvokedTime *time.Time // Uniquely identifies an evaluation result. // // This member is required. EvaluationResultIdentifier *types.EvaluationResultIdentifier // The time when Config recorded the evaluation result. // // This member is required. ResultRecordedTime *time.Time // Supplementary information about how the evaluation determined the compliance. Annotation *string }
Click to show internal directories.
Click to hide internal directories.