Skip to main content

get_parameter

Get parameters for application or endpoint.

def get_parameter(
name: str
) - > str

Get parameters for application or endpoint.

Parameters

NameTypeDescription
namestrThe name of the parameter to retrieve.

Returns

TypeDescription
strThe string value of the requested parameter.