interface FeatureReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Evidently.FeatureReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsevidently#FeatureReference |
Java | software.amazon.awscdk.interfaces.evidently.FeatureReference |
Python | aws_cdk.interfaces.aws_evidently.FeatureReference |
TypeScript | aws-cdk-lib » interfaces » aws_evidently » FeatureReference |
A reference to a Feature resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_evidently as interfaces_evidently } from 'aws-cdk-lib/interfaces';
const featureReference: interfaces_evidently.FeatureReference = {
featureArn: 'featureArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| feature | string | The Arn of the Feature resource. |
featureArn
Type:
string
The Arn of the Feature resource.

.NET
Go
Java
Python
TypeScript