| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.clone() |
AggregateConformancePackCompliance |
AggregateComplianceByConformancePack.getCompliance()
The compliance status of the conformance pack.
|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.withComplianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.withComplianceType(String complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.withCompliantRuleCount(Integer compliantRuleCount)
The number of compliant AWS Config Rules.
|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.withNonCompliantRuleCount(Integer nonCompliantRuleCount)
The number of noncompliant AWS Config Rules.
|
AggregateConformancePackCompliance |
AggregateConformancePackCompliance.withTotalRuleCount(Integer totalRuleCount)
Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to
evaluate upon resulting in insufficient data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateComplianceByConformancePack.setCompliance(AggregateConformancePackCompliance compliance)
The compliance status of the conformance pack.
|
AggregateComplianceByConformancePack |
AggregateComplianceByConformancePack.withCompliance(AggregateConformancePackCompliance compliance)
The compliance status of the conformance pack.
|
Copyright © 2021. All rights reserved.