Associate Profiles
wellarchitected_associate_profiles | R Documentation |
Associate a profile with a workload¶
Description¶
Associate a profile with a workload.
Usage¶
wellarchitected_associate_profiles(WorkloadId, ProfileArns)
Arguments¶
WorkloadId |
[required] |
ProfileArns |
[required] The list of profile ARNs to associate with the workload. |
Value¶
An empty list.
Request syntax¶
svc$associate_profiles(
WorkloadId = "string",
ProfileArns = list(
"string"
)
)