interface HubV2Reference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.HubV2Reference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#HubV2Reference |
Java | software.amazon.awscdk.interfaces.securityhub.HubV2Reference |
Python | aws_cdk.interfaces.aws_securityhub.HubV2Reference |
TypeScript | aws-cdk-lib » interfaces » aws_securityhub » HubV2Reference |
A reference to a HubV2 resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as interfaces_aws_securityhub } from 'aws-cdk-lib/interfaces';
const hubV2Reference: interfaces_aws_securityhub.HubV2Reference = {
hubV2Arn: 'hubV2Arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| hub | string | The HubV2Arn of the HubV2 resource. |
hubV2Arn
Type:
string
The HubV2Arn of the HubV2 resource.

.NET
Go
Java
Python
TypeScript