getParameter

inline suspend fun SsmClient.getParameter(crossinline block: GetParameterRequest.Builder.() -> Unit): GetParameterResponse

Get information about a single parameter by specifying the parameter name.

Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

To get information about more than one parameter at a time, use the GetParameters operation.