interface CfnHubV2MixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnHubV2MixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnHubV2MixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnHubV2MixinProps |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnHubV2MixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnHubV2MixinProps |
Properties for CfnHubV2PropsMixin.
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/cfn-property-mixins';
const cfnHubV2MixinProps: securityhub.CfnHubV2MixinProps = {
tags: {
tagsKey: 'tags',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| tags? | { [string]: string } | The tags to add to the hub V2 resource when you enable Security Hub CSPM. |
tags?
Type:
{ [string]: string }
(optional)
The tags to add to the hub V2 resource when you enable Security Hub CSPM.

.NET
Go
Java
Python
TypeScript