GraphReference

class aws_cdk.interfaces.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.interfaces import aws_detective as interfaces_detective

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

Attributes

graph_arn

The Arn of the Graph resource.