CfnFindingAggregatorProps

class aws_cdk.aws_securityhub.CfnFindingAggregatorProps(*, region_linking_mode, regions=None)

Bases: object

Properties for defining a CfnFindingAggregator.

Parameters:
  • region_linking_mode (str) – Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

  • regions (Optional[Sequence[str]]) – The list of excluded Regions or included Regions.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html

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 import aws_securityhub as securityhub

cfn_finding_aggregator_props = securityhub.CfnFindingAggregatorProps(
    region_linking_mode="regionLinkingMode",

    # the properties below are optional
    regions=["regions"]
)

Attributes

region_linking_mode

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regionlinkingmode

regions

The list of excluded Regions or included Regions.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-findingaggregator.html#cfn-securityhub-findingaggregator-regions