LaunchTemplateParameters class
Parameters to provide to the template being launched.
Note that the metadata in the pipeline code determines which runtime parameters are valid.
Constructors
- 
          LaunchTemplateParameters({RuntimeEnvironment? environment, String? jobName, Map<String, String> ? parameters, Map<String, String> ? transformNameMapping, bool? update})
- LaunchTemplateParameters.fromJson(Map json_)
Properties
- environment ↔ RuntimeEnvironment?
- 
  The runtime environment for the job.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- jobName ↔ String?
- 
  The job name to use for the created job.
  getter/setter pair
- 
  parameters
  ↔ Map<String, String> ?
- 
  The runtime parameters to pass to the job.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  transformNameMapping
  ↔ Map<String, String> ?
- 
  Only applicable when updating a pipeline.
  getter/setter pair
- update ↔ bool?
- 
  If set, replace the existing pipeline with the name specified by jobName
with this pipeline, preserving state.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited