class Aws::CloudWatchEvidently::Client

def create_launch(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_launch(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateLaunch - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateLaunchResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :scheduled_splits_config (Types::ScheduledSplitsLaunchConfig) --
  • :randomization_salt (String) --
  • :project (required, String) --
  • :name (required, String) --
  • :metric_monitors (Array) --
  • :groups (required, Array) --
  • :description (String) --
def create_launch(params = {}, options = {})
  req = build_request(:create_launch, params)
  req.send_request(options)
end