wellarchitected_create_workload: Create a new workload

View source: R/wellarchitected_operations.R

wellarchitected_create_workloadR Documentation

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.