Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateRecommenderConfiguration

import type { CreateRecommenderConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";
interface CreateRecommenderConfiguration {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Description?: string | null;
Name?: string | null;
RecommendationProviderIdType?: string | null;
RecommendationProviderRoleArn: string;
RecommendationProviderUri: string;
RecommendationsDisplayName?: string | null;
RecommendationsPerMessage?: number | null;
RecommendationTransformerUri?: string | null;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Description?: string | null
[src]
§
Name?: string | null
[src]
§
RecommendationProviderIdType?: string | null
[src]
§
RecommendationProviderRoleArn: string
[src]
§
RecommendationProviderUri: string
[src]
§
RecommendationsDisplayName?: string | null
[src]
§
RecommendationsPerMessage?: number | null
[src]
§
RecommendationTransformerUri?: string | null
[src]