FlywheelReference

class aws_cdk.aws_comprehend.FlywheelReference(*, flywheel_arn)

Bases: object

A reference to a Flywheel resource.

Parameters:

flywheel_arn (str) – The Arn of the Flywheel 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_comprehend as comprehend

flywheel_reference = comprehend.FlywheelReference(
    flywheel_arn="flywheelArn"
)

Attributes

flywheel_arn

The Arn of the Flywheel resource.