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

NotifyResourceDeploymentStatusChangeInput

import type { NotifyResourceDeploymentStatusChangeInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface NotifyResourceDeploymentStatusChangeInput {
deploymentId?: string | null;
outputs?: Output[] | null;
resourceArn: string;
status?: ResourceDeploymentStatus | null;
statusMessage?: string | null;
}

§Properties

§
deploymentId?: string | null
[src]

The deployment ID for your provisioned resource.

§
outputs?: Output[] | null
[src]

The provisioned resource state change detail data that's returned by Proton.

§
resourceArn: string
[src]

The provisioned resource Amazon Resource Name (ARN).

§

The status of your provisioned resource.

§
statusMessage?: string | null
[src]

The deployment status message for your provisioned resource.