Method: Aws::EventBridge::Types::Target#batch_parameters

Defined in:
lib/aws-sdk-eventbridge/types.rb

#batch_parametersTypes::BatchParameters

If the event target is an Batch job, this contains the job definition, job name, and other parameters. For more information, see [Jobs] in the *Batch User Guide*.

[1]: docs.aws.amazon.com/batch/latest/userguide/jobs.html



5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
# File 'lib/aws-sdk-eventbridge/types.rb', line 5269

class Target < Struct.new(
  :id,
  :arn,
  :role_arn,
  :input,
  :input_path,
  :input_transformer,
  :kinesis_parameters,
  :run_command_parameters,
  :ecs_parameters,
  :batch_parameters,
  :sqs_parameters,
  :http_parameters,
  :redshift_data_parameters,
  :sage_maker_pipeline_parameters,
  :dead_letter_config,
  :retry_policy,
  :app_sync_parameters)
  SENSITIVE = []
  include Aws::Structure
end