interface FlywheelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Comprehend.FlywheelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscomprehend#FlywheelReference |
Java | software.amazon.awscdk.interfaces.comprehend.FlywheelReference |
Python | aws_cdk.interfaces.aws_comprehend.FlywheelReference |
TypeScript | aws-cdk-lib » interfaces » aws_comprehend » FlywheelReference |
A reference to a Flywheel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_comprehend as interfaces_aws_comprehend } from 'aws-cdk-lib/interfaces';
const flywheelReference: interfaces_aws_comprehend.FlywheelReference = {
flywheelArn: 'flywheelArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| flywheel | string | The Arn of the Flywheel resource. |
flywheelArn
Type:
string
The Arn of the Flywheel resource.

.NET
Go
Java
Python
TypeScript