/AWS1/CL_FNT=>DESCRIBEFUNCTION()
¶
About DescribeFunction¶
Gets configuration information and metadata about a CloudFront function, but not the
function's code. To get a function's code, use GetFunction
.
To get configuration information and metadata about a function, you must provide the
function's name and stage. To get these values, you can use
ListFunctions
.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_NAME
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The name of the function that you are getting information about.
Optional arguments:¶
IV_STAGE
TYPE /AWS1/FNTFUNCTIONSTAGE
/AWS1/FNTFUNCTIONSTAGE
¶
The function's stage, either
DEVELOPMENT
orLIVE
.