interface InsightReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.InsightReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#InsightReference |
![]() | software.amazon.awscdk.services.securityhub.InsightReference |
![]() | aws_cdk.aws_securityhub.InsightReference |
![]() | aws-cdk-lib » aws_securityhub » InsightReference |
A reference to a Insight 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 insightReference: securityhub.InsightReference = {
insightArn: 'insightArn',
};
Properties
Name | Type | Description |
---|---|---|
insight | string | The InsightArn of the Insight resource. |
insightArn
Type:
string
The InsightArn of the Insight resource.