aws_cloudfront_function

Provides information about a CloudFront Function.

Example Usage

variable "function_name" {
  type = string
}

data "aws_cloudfront_function" "existing" {
  name = var.function_name
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: