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

CreateWorkloadInput

import type { CreateWorkloadInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

Input for workload creation.

interface CreateWorkloadInput {
AccountIds?: string[] | null;
Applications?: string[] | null;
ArchitecturalDesign?: string | null;
AwsRegions?: string[] | null;
ClientRequestToken: string;
Description: string;
DiscoveryConfig?: WorkloadDiscoveryConfig | null;
Environment: WorkloadEnvironment;
Industry?: string | null;
IndustryType?: string | null;
Lenses: string[];
NonAwsRegions?: string[] | null;
Notes?: string | null;
PillarPriorities?: string[] | null;
ReviewOwner?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
WorkloadName: string;
}

§Properties

§
AccountIds?: string[] | null
[src]
§
Applications?: string[] | null
[src]

List of AppRegistry application ARNs associated to the workload.

§
ArchitecturalDesign?: string | null
[src]
§
AwsRegions?: string[] | null
[src]
§
ClientRequestToken: string
[src]
§
Description: string
[src]
§
DiscoveryConfig?: WorkloadDiscoveryConfig | null
[src]

Well-Architected discovery configuration settings associated to the workload.

§
Industry?: string | null
[src]
§
IndustryType?: string | null
[src]
§
Lenses: string[]
[src]
§
NonAwsRegions?: string[] | null
[src]
§
Notes?: string | null
[src]
§
PillarPriorities?: string[] | null
[src]
§
ReviewOwner?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to be associated with the workload.

§
WorkloadName: string
[src]