Class: Aws::Types::CreateEnvironmentInput

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])


39
40
41
# File 'sig/types.rbs', line 39

def airflow_configuration_options
  @airflow_configuration_options
end

#airflow_version ⇒ ::String

Returns the value of attribute airflow_version.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def airflow_version
  @airflow_version
end

#dag_s3_path ⇒ ::String

Returns the value of attribute dag_s3_path.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def dag_s3_path
  @dag_s3_path
end

#endpoint_management ⇒ "CUSTOMER", "SERVICE"

Returns the value of attribute endpoint_management.

Returns:

  • ("CUSTOMER", "SERVICE")


50
51
52
# File 'sig/types.rbs', line 50

def endpoint_management
  @endpoint_management
end

#environment_class ⇒ ::String

Returns the value of attribute environment_class.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def environment_class
  @environment_class
end

#execution_role_arn ⇒ ::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def execution_role_arn
  @execution_role_arn
end

#kms_key ⇒ ::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def kms_key
  @kms_key
end

#logging_configuration ⇒ Types::LoggingConfigurationInput

Returns the value of attribute logging_configuration.



44
45
46
# File 'sig/types.rbs', line 44

def logging_configuration
  @logging_configuration
end

#max_webservers ⇒ ::Integer

Returns the value of attribute max_webservers.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def max_webservers
  @max_webservers
end

#max_workers ⇒ ::Integer

Returns the value of attribute max_workers.

Returns:

  • (::Integer)


41
42
43
# File 'sig/types.rbs', line 41

def max_workers
  @max_workers
end

#min_webservers ⇒ ::Integer

Returns the value of attribute min_webservers.

Returns:

  • (::Integer)


51
52
53
# File 'sig/types.rbs', line 51

def min_webservers
  @min_webservers
end

#min_workers ⇒ ::Integer

Returns the value of attribute min_workers.

Returns:

  • (::Integer)


48
49
50
# File 'sig/types.rbs', line 48

def min_workers
  @min_workers
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def name
  @name
end

#network_configuration ⇒ Types::NetworkConfiguration

Returns the value of attribute network_configuration.



32
33
34
# File 'sig/types.rbs', line 32

def network_configuration
  @network_configuration
end

#plugins_s3_object_version ⇒ ::String

Returns the value of attribute plugins_s3_object_version.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def plugins_s3_object_version
  @plugins_s3_object_version
end

#plugins_s3_path ⇒ ::String

Returns the value of attribute plugins_s3_path.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def plugins_s3_path
  @plugins_s3_path
end

#requirements_s3_object_version ⇒ ::String

Returns the value of attribute requirements_s3_object_version.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def requirements_s3_object_version
  @requirements_s3_object_version
end

#requirements_s3_path ⇒ ::String

Returns the value of attribute requirements_s3_path.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def requirements_s3_path
  @requirements_s3_path
end

#schedulers ⇒ ::Integer

Returns the value of attribute schedulers.

Returns:

  • (::Integer)


49
50
51
# File 'sig/types.rbs', line 49

def schedulers
  @schedulers
end

#source_bucket_arn ⇒ ::String

Returns the value of attribute source_bucket_arn.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

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)


38
39
40
# File 'sig/types.rbs', line 38

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)


37
38
39
# File 'sig/types.rbs', line 37

def startup_script_s3_path
  @startup_script_s3_path
end

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

Returns the value of attribute tags.

Returns:

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


46
47
48
# File 'sig/types.rbs', line 46

def tags
  @tags
end

#webserver_access_mode ⇒ "PRIVATE_ONLY", ...

Returns the value of attribute webserver_access_mode.

Returns:

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


47
48
49
# File 'sig/types.rbs', line 47

def webserver_access_mode
  @webserver_access_mode
end

#weekly_maintenance_window_start ⇒ ::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end