public static interface InsightsByAssessment.Builder extends SdkPojo, CopyableBuilder<InsightsByAssessment.Builder,InsightsByAssessment>
| Modifier and Type | Method and Description |
|---|---|
InsightsByAssessment.Builder |
assessmentControlsCountByNoncompliantEvidence(Integer assessmentControlsCountByNoncompliantEvidence)
The number of assessment controls that collected non-compliant evidence on the
lastUpdated date. |
InsightsByAssessment.Builder |
compliantEvidenceCount(Integer compliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as compliant.
|
InsightsByAssessment.Builder |
inconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)
The amount of evidence without a compliance check ruling.
|
InsightsByAssessment.Builder |
lastUpdated(Instant lastUpdated)
The time when the assessment insights were last updated.
|
InsightsByAssessment.Builder |
noncompliantEvidenceCount(Integer noncompliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as non-compliant.
|
InsightsByAssessment.Builder |
totalAssessmentControlsCount(Integer totalAssessmentControlsCount)
The total number of controls in the assessment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightsByAssessment.Builder noncompliantEvidenceCount(Integer noncompliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from Security Hub with a Fail ruling, or collected from Config with a Non-compliant ruling.
noncompliantEvidenceCount - The number of compliance check evidence that Audit Manager classified as non-compliant. This includes
evidence that was collected from Security Hub with a Fail ruling, or collected from Config with
a Non-compliant ruling.InsightsByAssessment.Builder compliantEvidenceCount(Integer compliantEvidenceCount)
The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from Security Hub with a Pass ruling, or collected from Config with a Compliant ruling.
compliantEvidenceCount - The number of compliance check evidence that Audit Manager classified as compliant. This includes
evidence that was collected from Security Hub with a Pass ruling, or collected from Config with
a Compliant ruling.InsightsByAssessment.Builder inconclusiveEvidenceCount(Integer inconclusiveEvidenceCount)
The amount of evidence without a compliance check ruling. Evidence is inconclusive if the associated control uses Security Hub or Config as a data source and you didn't enable those services. This is also the case if a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail).
If evidence has a compliance check status of not applicable, it's classified as inconclusive in
InsightsByAssessment data.
inconclusiveEvidenceCount - The amount of evidence without a compliance check ruling. Evidence is inconclusive if the associated
control uses Security Hub or Config as a data source and you didn't enable those services. This is
also the case if a control uses a data source that doesn’t support compliance checks (for example,
manual evidence, API calls, or CloudTrail).
If evidence has a compliance check status of not applicable, it's classified as
inconclusive in InsightsByAssessment data.
InsightsByAssessment.Builder assessmentControlsCountByNoncompliantEvidence(Integer assessmentControlsCountByNoncompliantEvidence)
The number of assessment controls that collected non-compliant evidence on the lastUpdated date.
assessmentControlsCountByNoncompliantEvidence - The number of assessment controls that collected non-compliant evidence on the
lastUpdated date.InsightsByAssessment.Builder totalAssessmentControlsCount(Integer totalAssessmentControlsCount)
The total number of controls in the assessment.
totalAssessmentControlsCount - The total number of controls in the assessment.InsightsByAssessment.Builder lastUpdated(Instant lastUpdated)
The time when the assessment insights were last updated.
lastUpdated - The time when the assessment insights were last updated.Copyright © 2023. All rights reserved.