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

ComponentConfiguration

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

Configuration details of the component.

interface ComponentConfiguration {
componentArn: string;
parameters?: ComponentParameter[] | null;
}

§Properties

§
componentArn: string
[src]

The Amazon Resource Name (ARN) of the component.

§
parameters?: ComponentParameter[] | null
[src]

A group of parameter settings that are used to configure the component for a specific recipe.