Target constructor

Target({
  1. required String arn,
  2. required String id,
  3. BatchParameters? batchParameters,
  4. DeadLetterConfig? deadLetterConfig,
  5. EcsParameters? ecsParameters,
  6. HttpParameters? httpParameters,
  7. String? input,
  8. String? inputPath,
  9. InputTransformer? inputTransformer,
  10. KinesisParameters? kinesisParameters,
  11. RedshiftDataParameters? redshiftDataParameters,
  12. RetryPolicy? retryPolicy,
  13. String? roleArn,
  14. RunCommandParameters? runCommandParameters,
  15. SqsParameters? sqsParameters,
})

Implementation

Target({
  required this.arn,
  required this.id,
  this.batchParameters,
  this.deadLetterConfig,
  this.ecsParameters,
  this.httpParameters,
  this.input,
  this.inputPath,
  this.inputTransformer,
  this.kinesisParameters,
  this.redshiftDataParameters,
  this.retryPolicy,
  this.roleArn,
  this.runCommandParameters,
  this.sqsParameters,
});