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

JobWorkerExecutorConfiguration

import type { JobWorkerExecutorConfiguration } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Details about the polling configuration for the JobWorker action engine, or executor.

interface JobWorkerExecutorConfiguration {
pollingAccounts?: string[] | null;
pollingServicePrincipals?: string[] | null;
}

§Properties

§
pollingAccounts?: string[] | null
[src]

The accounts in which the job worker is configured and might poll for jobs as part of the action execution.

§
pollingServicePrincipals?: string[] | null
[src]

The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.