wellarchitected_create_profile {paws.developer.tools} | R Documentation |
Create a profile
Description
Create a profile.
See https://www.paws-r-sdk.com/docs/wellarchitected_create_profile/ for full documentation.
Usage
wellarchitected_create_profile(
ProfileName,
ProfileDescription,
ProfileQuestions,
ClientRequestToken,
Tags = NULL
)
Arguments
ProfileName |
[required] Name of the profile. |
ProfileDescription |
[required] The profile description. |
ProfileQuestions |
[required] The profile questions. |
ClientRequestToken |
[required] |
Tags |
The tags assigned to the profile. |
[Package paws.developer.tools version 0.7.0 Index]