CfnHubV2Props

class aws_cdk.aws_securityhub.CfnHubV2Props(*, tags=None)

Bases: object

Properties for defining a CfnHubV2.

Parameters:

tags (Optional[Mapping[str, str]]) – The tags to add to the hub V2 resource when you enable Security Hub.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.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_hub_v2_props = securityhub.CfnHubV2Props(
    tags={
        "tags_key": "tags"
    }
)

Attributes

tags

The tags to add to the hub V2 resource when you enable Security Hub.

See:

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