--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_lambda_url Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Lambda::Url --- # awscc_lambda_url (Data Source) Data Source schema for AWS::Lambda::Url ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `auth_type` (String) Can be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL. - `cors` (Attributes) (see [below for nested schema](#nestedatt--cors)) - `function_arn` (String) The full Amazon Resource Name (ARN) of the function associated with the Function URL. - `function_url` (String) The generated url for this resource. - `qualifier` (String) The alias qualifier for the target function. If TargetFunctionArn is unqualified then Qualifier must be passed. - `target_function_arn` (String) The Amazon Resource Name (ARN) of the function associated with the Function URL. ### Nested Schema for `cors` Read-Only: - `allow_credentials` (Boolean) Specifies whether credentials are included in the CORS request. - `allow_headers` (List of String) Represents a collection of allowed headers. - `allow_methods` (List of String) Represents a collection of allowed HTTP methods. - `allow_origins` (List of String) Represents a collection of allowed origins. - `expose_headers` (List of String) Represents a collection of exposed headers. - `max_age` (Number)