Disassociate Profiles
wellarchitected_disassociate_profiles | R Documentation |
Disassociate a profile from a workload¶
Description¶
Disassociate a profile from a workload.
Usage¶
wellarchitected_disassociate_profiles(WorkloadId, ProfileArns)
Arguments¶
WorkloadId |
[required] |
ProfileArns |
[required] The list of profile ARNs to disassociate from the workload. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_profiles(
WorkloadId = "string",
ProfileArns = list(
"string"
)
)