interface InvestigationGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AIOps.InvestigationGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsaiops#InvestigationGroupReference |
Java | software.amazon.awscdk.interfaces.aiops.InvestigationGroupReference |
Python | aws_cdk.interfaces.aws_aiops.InvestigationGroupReference |
TypeScript | aws-cdk-lib » interfaces » aws_aiops » InvestigationGroupReference |
A reference to a InvestigationGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aiops as interfaces_aiops } from 'aws-cdk-lib/interfaces';
const investigationGroupReference: interfaces_aiops.InvestigationGroupReference = {
investigationGroupArn: 'investigationGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| investigation | string | The Arn of the InvestigationGroup resource. |
investigationGroupArn
Type:
string
The Arn of the InvestigationGroup resource.

.NET
Go
Java
Python
TypeScript