View source: R/wellarchitected_operations.R
wellarchitected_create_workload | R Documentation |
Create a new workload.
See https://www.paws-r-sdk.com/docs/wellarchitected_create_workload/ for full documentation.
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.