Data Source schema for AWS::Lambda::Url
id
(String) Uniquely identifies the resource.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)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.invoke_mode
(String) The invocation mode for the function's URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.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.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)