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

CreateResourceOutput

import type { CreateResourceOutput } from "https://aws-api.deno.dev/v0.4/services/cloudcontrol.ts?docs=full";
interface CreateResourceOutput {
ProgressEvent?: ProgressEvent | null;
}

§Properties

§
ProgressEvent?: ProgressEvent | null
[src]

Represents the current status of the resource creation request.

After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by CreateResource.