interface CfnHubV2Props
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnHubV2Props |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnHubV2Props |
![]() | software.amazon.awscdk.services.securityhub.CfnHubV2Props |
![]() | aws_cdk.aws_securityhub.CfnHubV2Props |
![]() | aws-cdk-lib » aws_securityhub » CfnHubV2Props |
Properties for defining a CfnHubV2
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hubv2.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from 'aws-cdk-lib';
const cfnHubV2Props: securityhub.CfnHubV2Props = {
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
tags? | { [string]: string } | The tags to add to the hub V2 resource when you enable Security Hub. |
tags?
Type:
{ [string]: string }
(optional)
The tags to add to the hub V2 resource when you enable Security Hub.