interface GraphReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Detective.GraphReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdetective#GraphReference |
Java | software.amazon.awscdk.interfaces.detective.GraphReference |
Python | aws_cdk.interfaces.aws_detective.GraphReference |
TypeScript | aws-cdk-lib » interfaces » aws_detective » GraphReference |
A reference to a Graph resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_detective as interfaces_aws_detective } from 'aws-cdk-lib/interfaces';
const graphReference: interfaces_aws_detective.GraphReference = {
graphArn: 'graphArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| graph | string | The Arn of the Graph resource. |
graphArn
Type:
string
The Arn of the Graph resource.

.NET
Go
Java
Python
TypeScript