CfnHubV2MixinProps

class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnHubV2MixinProps(*, tags=None)

Bases: object

Properties for CfnHubV2PropsMixin.

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.mixins_preview.aws_securityhub import mixins as securityhub_mixins

cfn_hub_v2_mixin_props = securityhub_mixins.CfnHubV2MixinProps(
    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