Class: Aws::Types::UpdateEnvironmentInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:airflow_configuration_options])

Instance Attribute Summary collapse

Instance Attribute Details

#airflow_configuration_options ⇒ ::Hash[::String, ::String]

Returns the value of attribute airflow_configuration_options.

Returns:

  • (::Hash[::String, ::String])


294
295
296
# File 'sig/types.rbs', line 294

def airflow_configuration_options
  @airflow_configuration_options
end

#airflow_version ⇒ ::String

Returns the value of attribute airflow_version.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def airflow_version
  @airflow_version
end

#dag_s3_path ⇒ ::String

Returns the value of attribute dag_s3_path.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def dag_s3_path
  @dag_s3_path
end

#environment_class ⇒ ::String

Returns the value of attribute environment_class.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def environment_class
  @environment_class
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def execution_role_arn
  @execution_role_arn
end

#logging_configuration ⇒ Types::LoggingConfigurationInput

Returns the value of attribute logging_configuration.



298
299
300
# File 'sig/types.rbs', line 298

def logging_configuration
  @logging_configuration
end

#max_webservers ⇒ ::Integer

Returns the value of attribute max_webservers.

Returns:

  • (::Integer)


301
302
303
# File 'sig/types.rbs', line 301

def max_webservers
  @max_webservers
end

#max_workers ⇒ ::Integer

Returns the value of attribute max_workers.

Returns:

  • (::Integer)


299
300
301
# File 'sig/types.rbs', line 299

def max_workers
  @max_workers
end

#min_webservers ⇒ ::Integer

Returns the value of attribute min_webservers.

Returns:

  • (::Integer)


302
303
304
# File 'sig/types.rbs', line 302

def min_webservers
  @min_webservers
end

#min_workers ⇒ ::Integer

Returns the value of attribute min_workers.

Returns:

  • (::Integer)


300
301
302
# File 'sig/types.rbs', line 300

def min_workers
  @min_workers
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def name
  @name
end

#network_configuration ⇒ Types::UpdateNetworkConfigurationInput

Returns the value of attribute network_configuration.



304
305
306
# File 'sig/types.rbs', line 304

def network_configuration
  @network_configuration
end

#plugins_s3_object_version ⇒ ::String

Returns the value of attribute plugins_s3_object_version.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def plugins_s3_object_version
  @plugins_s3_object_version
end

#plugins_s3_path ⇒ ::String

Returns the value of attribute plugins_s3_path.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def plugins_s3_path
  @plugins_s3_path
end

#requirements_s3_object_version ⇒ ::String

Returns the value of attribute requirements_s3_object_version.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def requirements_s3_object_version
  @requirements_s3_object_version
end

#requirements_s3_path ⇒ ::String

Returns the value of attribute requirements_s3_path.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def requirements_s3_path
  @requirements_s3_path
end

#schedulers ⇒ ::Integer

Returns the value of attribute schedulers.

Returns:

  • (::Integer)


309
310
311
# File 'sig/types.rbs', line 309

def schedulers
  @schedulers
end

#source_bucket_arn ⇒ ::String

Returns the value of attribute source_bucket_arn.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def source_bucket_arn
  @source_bucket_arn
end

#startup_script_s3_object_version ⇒ ::String

Returns the value of attribute startup_script_s3_object_version.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def startup_script_s3_object_version
  @startup_script_s3_object_version
end

#startup_script_s3_path ⇒ ::String

Returns the value of attribute startup_script_s3_path.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def startup_script_s3_path
  @startup_script_s3_path
end

#webserver_access_mode ⇒ "PRIVATE_ONLY", ...

Returns the value of attribute webserver_access_mode.

Returns:

  • ("PRIVATE_ONLY", "PUBLIC_ONLY", "PUBLIC_AND_PRIVATE")


313
314
315
# File 'sig/types.rbs', line 313

def webserver_access_mode
  @webserver_access_mode
end

#weekly_maintenance_window_start ⇒ ::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end

#worker_replacement_strategy ⇒ "FORCED", "GRACEFUL"

Returns the value of attribute worker_replacement_strategy.

Returns:

  • ("FORCED", "GRACEFUL")


303
304
305
# File 'sig/types.rbs', line 303

def worker_replacement_strategy
  @worker_replacement_strategy
end