class Aws::CloudFront::Types::FunctionMetadata

Contains metadata about a CloudFront function.

@!attribute [rw] function_arn

The Amazon Resource Name (ARN) of the function. The ARN uniquely
identifies the function.
@return [String]

@!attribute [rw] stage

The stage that the function is in, either `DEVELOPMENT` or `LIVE`.

When a function is in the `DEVELOPMENT` stage, you can test the
function with `TestFunction`, and update it with `UpdateFunction`.

When a function is in the `LIVE` stage, you can attach the function
to a distribution’s cache behavior, using the function’s ARN.
@return [String]

@!attribute [rw] created_time

The date and time when the function was created.
@return [Time]

@!attribute [rw] last_modified_time

The date and time when the function was most recently updated.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/FunctionMetadata AWS API Documentation

Constants

SENSITIVE