class Aws::Lambda::Client
def create_function_url_config(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_function_url_config(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunctionUrlConfig - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateFunctionUrlConfigResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:invoke_mode
(String
) -- -
:cors
(Types::Cors
) -- -
:auth_type
(required, String
) -- -
:qualifier
(String
) -- -
:function_name
(required, String
) --
def create_function_url_config(params = {}, options = {}) req = build_request(:create_function_url_config, params) req.send_request(options) end