interface MetricAttributionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Personalize.MetricAttributionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspersonalize#MetricAttributionReference |
Java | software.amazon.awscdk.interfaces.personalize.MetricAttributionReference |
Python | aws_cdk.interfaces.aws_personalize.MetricAttributionReference |
TypeScript | aws-cdk-lib » interfaces » aws_personalize » MetricAttributionReference |
A reference to a MetricAttribution resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_personalize as interfaces_personalize } from 'aws-cdk-lib/interfaces';
const metricAttributionReference: interfaces_personalize.MetricAttributionReference = {
metricAttributionArn: 'metricAttributionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| metric | string | The MetricAttributionArn of the MetricAttribution resource. |
metricAttributionArn
Type:
string
The MetricAttributionArn of the MetricAttribution resource.

.NET
Go
Java
Python
TypeScript