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

CreateCampaignRequest

import type { CreateCampaignRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateCampaignRequest {
campaignConfig?: CampaignConfig | null;
minProvisionedTPS?: number | null;
name: string;
solutionVersionArn: string;
}

§Properties

§
campaignConfig?: CampaignConfig | null
[src]

The configuration details of a campaign.

§
minProvisionedTPS?: number | null
[src]

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

§
name: string
[src]

A name for the new campaign. The campaign name must be unique within your account.

§
solutionVersionArn: string
[src]

The Amazon Resource Name (ARN) of the solution version to deploy.