getFunction
inline suspend fun CloudFrontClient.getFunction(crossinline block: GetFunctionRequest.Builder.() -> Unit): GetFunctionResponse
Gets the code of a CloudFront function. To get configuration information and metadata about a function, use DescribeFunction
.
To get a function's code, you must provide the function's name and stage. To get these values, you can use ListFunctions
.