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

ActionConfiguration

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

Represents information about an action configuration.

interface ActionConfiguration {
configuration?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
configuration?: {
[key: string]: string | null | undefined;
}
| null
[src]

The configuration data for the action.