interface FlywheelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Comprehend.FlywheelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscomprehend#FlywheelReference |
![]() | software.amazon.awscdk.services.comprehend.FlywheelReference |
![]() | aws_cdk.aws_comprehend.FlywheelReference |
![]() | aws-cdk-lib » 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 comprehend } from 'aws-cdk-lib';
const flywheelReference: 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.