How to use get_aggregate_conformance_pack_compliance_summary method in localstack

Best Python code snippet using localstack_python

__init__.py

Source:__init__.py Github

copy

Full Screen

...1847 next_token: NextToken = None,1848 ) -> GetAggregateConfigRuleComplianceSummaryResponse:1849 raise NotImplementedError1850 @handler("GetAggregateConformancePackComplianceSummary")1851 def get_aggregate_conformance_pack_compliance_summary(1852 self,1853 context: RequestContext,1854 configuration_aggregator_name: ConfigurationAggregatorName,1855 filters: AggregateConformancePackComplianceSummaryFilters = None,1856 group_by_key: AggregateConformancePackComplianceSummaryGroupKey = None,1857 limit: Limit = None,1858 next_token: NextToken = None,1859 ) -> GetAggregateConformancePackComplianceSummaryResponse:1860 raise NotImplementedError1861 @handler("GetAggregateDiscoveredResourceCounts")1862 def get_aggregate_discovered_resource_counts(1863 self,1864 context: RequestContext,1865 configuration_aggregator_name: ConfigurationAggregatorName,...

Full Screen

Full Screen

client.pyi

Source:client.pyi Github

copy

Full Screen

...680 and regions in an aggregator.681 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/config.html#ConfigService.Client.get_aggregate_config_rule_compliance_summary)682 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_config/client.html#get_aggregate_config_rule_compliance_summary)683 """684 def get_aggregate_conformance_pack_compliance_summary(685 self,686 *,687 ConfigurationAggregatorName: str,688 Filters: "AggregateConformancePackComplianceSummaryFiltersTypeDef" = None,689 GroupByKey: AggregateConformancePackComplianceSummaryGroupKeyType = None,690 Limit: int = None,691 NextToken: str = None692 ) -> GetAggregateConformancePackComplianceSummaryResponseTypeDef:693 """694 Returns the count of compliant and noncompliant conformance packs across all695 Amazon Web Services accounts and Amazon Web Services Regions in an aggregator.696 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/config.html#ConfigService.Client.get_aggregate_conformance_pack_compliance_summary)697 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_config/client.html#get_aggregate_conformance_pack_compliance_summary)698 """...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run localstack automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful