interface HubReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.HubReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#HubReference |
![]() | software.amazon.awscdk.services.securityhub.HubReference |
![]() | aws_cdk.aws_securityhub.HubReference |
![]() | 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.