CfnAggregatorV2MixinProps
- class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnAggregatorV2MixinProps(*, linked_regions=None, region_linking_mode=None, tags=None)
Bases:
objectProperties for CfnAggregatorV2PropsMixin.
- Parameters:
linked_regions (
Optional[Sequence[str]]) – The list of Regions that are linked to the aggregation Region.region_linking_mode (
Optional[str]) – Determines how Regions are linked to an Aggregator V2.tags (
Optional[Mapping[str,str]]) – A list of key-value pairs to be applied to the AggregatorV2.
- 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_securityhub import mixins as securityhub_mixins cfn_aggregator_v2_mixin_props = securityhub_mixins.CfnAggregatorV2MixinProps( linked_regions=["linkedRegions"], region_linking_mode="regionLinkingMode", tags={ "tags_key": "tags" } )
Attributes
- linked_regions
The list of Regions that are linked to the aggregation Region.
- region_linking_mode
Determines how Regions are linked to an Aggregator V2.
- tags
A list of key-value pairs to be applied to the AggregatorV2.