Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ComplianceSummary |
ComplianceSummary.clone() |
ComplianceSummary |
GetComplianceSummaryByConfigRuleResult.getComplianceSummary()
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
ComplianceSummary |
ComplianceSummaryByResourceType.getComplianceSummary()
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
ComplianceSummary |
ComplianceSummary.withComplianceSummaryTimestamp(Date complianceSummaryTimestamp)
The time that AWS Config created the compliance summary.
|
ComplianceSummary |
ComplianceSummary.withCompliantResourceCount(ComplianceContributorCount compliantResourceCount)
The number of AWS Config rules or AWS resources that are compliant, up to
a maximum of 25 for rules and 100 for resources.
|
ComplianceSummary |
ComplianceSummary.withNonCompliantResourceCount(ComplianceContributorCount nonCompliantResourceCount)
The number of AWS Config rules or AWS resources that are noncompliant, up
to a maximum of 25 for rules and 100 for resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetComplianceSummaryByConfigRuleResult.setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
void |
ComplianceSummaryByResourceType.setComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
GetComplianceSummaryByConfigRuleResult |
GetComplianceSummaryByConfigRuleResult.withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS Config rules that are compliant and the number that are
noncompliant, up to a maximum of 25 for each.
|
ComplianceSummaryByResourceType |
ComplianceSummaryByResourceType.withComplianceSummary(ComplianceSummary complianceSummary)
The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each compliance.
|
Copyright © 2018. All rights reserved.