CfnConfigurationAggregatorProps¶
-
class
aws_cdk.aws_config.
CfnConfigurationAggregatorProps
(*, configuration_aggregator_name, account_aggregation_sources=None, organization_aggregation_source=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::Config::ConfigurationAggregator
.- Parameters
configuration_aggregator_name (
str
) –AWS::Config::ConfigurationAggregator.ConfigurationAggregatorName
.account_aggregation_sources (
Union
[IResolvable
,List
[Union
[IResolvable
,AccountAggregationSourceProperty
]],None
]) –AWS::Config::ConfigurationAggregator.AccountAggregationSources
.organization_aggregation_source (
Union
[IResolvable
,OrganizationAggregationSourceProperty
,None
]) –AWS::Config::ConfigurationAggregator.OrganizationAggregationSource
.tags (
Optional
[List
[CfnTag
]]) –AWS::Config::ConfigurationAggregator.Tags
.
- See
Attributes
-
account_aggregation_sources
¶ AWS::Config::ConfigurationAggregator.AccountAggregationSources
.
-
configuration_aggregator_name
¶ AWS::Config::ConfigurationAggregator.ConfigurationAggregatorName
.
-
organization_aggregation_source
¶ AWS::Config::ConfigurationAggregator.OrganizationAggregationSource
.
AWS::Config::ConfigurationAggregator.Tags
.