GraphReference

class aws_cdk.aws_detective.GraphReference(*, graph_arn)

Bases: object

A reference to a Graph resource.

Parameters:

graph_arn (str) – The Arn of the Graph resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_detective as detective

graph_reference = detective.GraphReference(
    graph_arn="graphArn"
)

Attributes

graph_arn

The Arn of the Graph resource.