--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudfront_origin_request_policy Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::CloudFront::OriginRequestPolicy --- # awscc_cloudfront_origin_request_policy (Data Source) Data Source schema for AWS::CloudFront::OriginRequestPolicy ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `last_modified_time` (String) - `origin_request_policy_config` (Attributes) (see [below for nested schema](#nestedatt--origin_request_policy_config)) ### Nested Schema for `origin_request_policy_config` Read-Only: - `comment` (String) - `cookies_config` (Attributes) (see [below for nested schema](#nestedatt--origin_request_policy_config--cookies_config)) - `headers_config` (Attributes) (see [below for nested schema](#nestedatt--origin_request_policy_config--headers_config)) - `name` (String) - `query_strings_config` (Attributes) (see [below for nested schema](#nestedatt--origin_request_policy_config--query_strings_config)) ### Nested Schema for `origin_request_policy_config.cookies_config` Read-Only: - `cookie_behavior` (String) - `cookies` (List of String) ### Nested Schema for `origin_request_policy_config.headers_config` Read-Only: - `header_behavior` (String) - `headers` (List of String) ### Nested Schema for `origin_request_policy_config.query_strings_config` Read-Only: - `query_string_behavior` (String) - `query_strings` (List of String)