listWorkloadDeploymentPatterns

Lists the workload deployment patterns for a given workload name. You can use the ListWorkloads operation to discover the available workload names.

Samples


fun main() { 
   //sampleStart 
   // List all available workloads supported by AWS Launch Wizard.
val resp = launchWizardClient.listWorkloadDeploymentPatterns {
    workloadName = "SAP"
} 
   //sampleEnd
}