FunctionMetadata
Contains metadata about a CloudFront function.
Contents
- FunctionARN
 - 
               
The Amazon Resource Name (ARN) of the function. The ARN uniquely identifies the function.
Type: String
Required: Yes
 - LastModifiedTime
 - 
               
The date and time when the function was most recently updated.
Type: Timestamp
Required: Yes
 - CreatedTime
 - 
               
The date and time when the function was created.
Type: Timestamp
Required: No
 - Stage
 - 
               
The stage that the function is in, either
DEVELOPMENTorLIVE.When a function is in the
DEVELOPMENTstage, you can test the function withTestFunction, and update it withUpdateFunction.When a function is in the
LIVEstage, you can attach the function to a distribution's cache behavior, using the function's ARN.Type: String
Valid Values:
DEVELOPMENT | LIVERequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: