Class: Aws::Types::CreateEnvironmentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#airflow_configuration_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute airflow_configuration_options.
-
#airflow_version ⇒ ::String
Returns the value of attribute airflow_version.
-
#dag_s3_path ⇒ ::String
Returns the value of attribute dag_s3_path.
-
#endpoint_management ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute endpoint_management.
-
#environment_class ⇒ ::String
Returns the value of attribute environment_class.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#logging_configuration ⇒ Types::LoggingConfigurationInput
Returns the value of attribute logging_configuration.
-
#max_webservers ⇒ ::Integer
Returns the value of attribute max_webservers.
-
#max_workers ⇒ ::Integer
Returns the value of attribute max_workers.
-
#min_webservers ⇒ ::Integer
Returns the value of attribute min_webservers.
-
#min_workers ⇒ ::Integer
Returns the value of attribute min_workers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#plugins_s3_object_version ⇒ ::String
Returns the value of attribute plugins_s3_object_version.
-
#plugins_s3_path ⇒ ::String
Returns the value of attribute plugins_s3_path.
-
#requirements_s3_object_version ⇒ ::String
Returns the value of attribute requirements_s3_object_version.
-
#requirements_s3_path ⇒ ::String
Returns the value of attribute requirements_s3_path.
-
#schedulers ⇒ ::Integer
Returns the value of attribute schedulers.
-
#source_bucket_arn ⇒ ::String
Returns the value of attribute source_bucket_arn.
-
#startup_script_s3_object_version ⇒ ::String
Returns the value of attribute startup_script_s3_object_version.
-
#startup_script_s3_path ⇒ ::String
Returns the value of attribute startup_script_s3_path.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
-
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
Instance Attribute Details
#airflow_configuration_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute airflow_configuration_options.
39 40 41 |
# File 'sig/types.rbs', line 39 def @airflow_configuration_options end |
#airflow_version ⇒ ::String
Returns the value of attribute airflow_version.
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.
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.
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.
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.
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.
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.
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.
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.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def min_workers @min_workers end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
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.
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.
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.
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.
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.
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.
46 47 48 |
# File 'sig/types.rbs', line 46 def @tags end |
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def weekly_maintenance_window_start @weekly_maintenance_window_start end |