Learn R Programming

paws.developer.tools (version 0.8.0)

wellarchitected_create_workload: Create a new workload

Description

Create a new workload.

See https://www.paws-r-sdk.com/docs/wellarchitected_create_workload/ for full documentation.

Usage

wellarchitected_create_workload(
  WorkloadName,
  Description,
  Environment,
  AccountIds = NULL,
  AwsRegions = NULL,
  NonAwsRegions = NULL,
  PillarPriorities = NULL,
  ArchitecturalDesign = NULL,
  ReviewOwner = NULL,
  IndustryType = NULL,
  Industry = NULL,
  Lenses,
  Notes = NULL,
  ClientRequestToken,
  Tags = NULL,
  DiscoveryConfig = NULL,
  Applications = NULL,
  ProfileArns = NULL,
  ReviewTemplateArns = NULL,
  JiraConfiguration = NULL
)

Arguments

WorkloadName

[required]

Description

[required]

Environment

[required]

AccountIds

AwsRegions

NonAwsRegions

PillarPriorities

ArchitecturalDesign

ReviewOwner

IndustryType

Industry

Lenses

[required]

Notes

ClientRequestToken

[required]

Tags

The tags to be associated with the workload.

DiscoveryConfig

Well-Architected discovery configuration settings associated to the workload.

Applications

List of AppRegistry application ARNs associated to the workload.

ProfileArns

The list of profile ARNs associated with the workload.

ReviewTemplateArns

The list of review template ARNs to associate with the workload.

JiraConfiguration

Jira configuration settings when creating a workload.