CfnAggregationAuthorizationMixinProps
- class aws_cdk.mixins_preview.aws_config.mixins.CfnAggregationAuthorizationMixinProps(*, authorized_account_id=None, authorized_aws_region=None, tags=None)
Bases:
objectProperties for CfnAggregationAuthorizationPropsMixin.
- Parameters:
authorized_account_id (
Optional[str]) – The 12-digit account ID of the account authorized to aggregate data.authorized_aws_region (
Optional[str]) – The region authorized to collect aggregated data.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – An array of tag object.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_config import mixins as config_mixins cfn_aggregation_authorization_mixin_props = config_mixins.CfnAggregationAuthorizationMixinProps( authorized_account_id="authorizedAccountId", authorized_aws_region="authorizedAwsRegion", tags=[CfnTag( key="key", value="value" )] )
Attributes
- authorized_account_id
The 12-digit account ID of the account authorized to aggregate data.
- authorized_aws_region
The region authorized to collect aggregated data.