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

SystemsManagerAgent

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

Contains settings for the Systems Manager agent on your build instance.

interface SystemsManagerAgent {
uninstallAfterBuild?: boolean | null;
}

§Properties

§
uninstallAfterBuild?: boolean | null
[src]

Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.