createResource
inline suspend fun CloudControlClient.createResource(crossinline block: CreateResourceRequest.Builder.() -> Unit): CreateResourceResponse
Creates the specified resource. For more information, see Creating a resource in the Amazon Web Services Cloud Control API User Guide.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken
of the ProgressEvent
type returned by CreateResource
.