interface CfnHubV2MixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins.CfnHubV2MixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssecurityhub/mixins#CfnHubV2MixinProps |
Java | software.amazon.awscdk.mixins.preview.services.securityhub.mixins.CfnHubV2MixinProps |
Python | aws_cdk.mixins_preview.aws_securityhub.mixins.CfnHubV2MixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_securityhub » mixins » 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 { mixins as securityhub_mixins } from '@aws-cdk/mixins-preview/aws-securityhub';
const cfnHubV2MixinProps: securityhub_mixins.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