interface CfnHubProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SecurityHub.CfnHubProps |
Java | software.amazon.awscdk.services.securityhub.CfnHubProps |
Python | aws_cdk.aws_securityhub.CfnHubProps |
TypeScript | @aws-cdk/aws-securityhub » CfnHubProps |
Properties for defining a CfnHub
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as securityhub from '@aws-cdk/aws-securityhub';
declare const tags: any;
const cfnHubProps: securityhub.CfnHubProps = {
tags: tags,
};
Properties
Name | Type | Description |
---|---|---|
tags? | any | The tags to add to the hub resource. |
tags?
Type:
any
(optional)
The tags to add to the hub resource.