CfnHubProps

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

Bases: object

Properties for defining a CfnHub.

Parameters:

tags (Optional[Any]) – The tags to add to the hub resource.

Link:

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

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_securityhub as securityhub

# tags: Any

cfn_hub_props = securityhub.CfnHubProps(
    tags=tags
)

Attributes

tags

The tags to add to the hub resource.

Link:

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