interface InsightReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.InsightReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#InsightReference |
Java | software.amazon.awscdk.interfaces.securityhub.InsightReference |
Python | aws_cdk.interfaces.aws_securityhub.InsightReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_securityhub } from 'aws-cdk-lib/interfaces';
const insightReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript