interface HubReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityHub.HubReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#HubReference |
Java | software.amazon.awscdk.services.securityhub.HubReference |
Python | aws_cdk.aws_securityhub.HubReference |
TypeScript | aws-cdk-lib » aws_securityhub » HubReference |
A reference to a Hub 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 securityhub } from 'aws-cdk-lib';
const hubReference: securityhub.HubReference = {
hubARN: 'hubARN',
};
Properties
| Name | Type | Description |
|---|---|---|
| hub | string | The ARN of the Hub resource. |
hubARN
Type:
string
The ARN of the Hub resource.

.NET
Go
Java
Python
TypeScript