interface GraphReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Detective.GraphReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdetective#GraphReference |
![]() | software.amazon.awscdk.services.detective.GraphReference |
![]() | aws_cdk.aws_detective.GraphReference |
![]() | aws-cdk-lib » 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 detective } from 'aws-cdk-lib';
const graphReference: 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.