Class: Aws::Types::Environment
- Inherits:
-
Object
- Object
- Aws::Types::Environment
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#celery_executor_queue ⇒ ::String
Returns the value of attribute celery_executor_queue.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dag_s3_path ⇒ ::String
Returns the value of attribute dag_s3_path.
-
#database_vpc_endpoint_service ⇒ ::String
Returns the value of attribute database_vpc_endpoint_service.
-
#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.
-
#last_update ⇒ Types::LastUpdate
Returns the value of attribute last_update.
-
#logging_configuration ⇒ Types::LoggingConfiguration
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.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
-
#webserver_url ⇒ ::String
Returns the value of attribute webserver_url.
-
#webserver_vpc_endpoint_service ⇒ ::String
Returns the value of attribute webserver_vpc_endpoint_service.
-
#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.
106 107 108 |
# File 'sig/types.rbs', line 106 def @airflow_configuration_options end |
#airflow_version ⇒ ::String
Returns the value of attribute airflow_version.
97 98 99 |
# File 'sig/types.rbs', line 97 def airflow_version @airflow_version end |
#arn ⇒ ::String
Returns the value of attribute arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def arn @arn end |
#celery_executor_queue ⇒ ::String
Returns the value of attribute celery_executor_queue.
119 120 121 |
# File 'sig/types.rbs', line 119 def celery_executor_queue @celery_executor_queue end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
92 93 94 |
# File 'sig/types.rbs', line 92 def created_at @created_at end |
#dag_s3_path ⇒ ::String
Returns the value of attribute dag_s3_path.
99 100 101 |
# File 'sig/types.rbs', line 99 def dag_s3_path @dag_s3_path end |
#database_vpc_endpoint_service ⇒ ::String
Returns the value of attribute database_vpc_endpoint_service.
118 119 120 |
# File 'sig/types.rbs', line 118 def database_vpc_endpoint_service @database_vpc_endpoint_service end |
#endpoint_management ⇒ "CUSTOMER", "SERVICE"
Returns the value of attribute endpoint_management.
120 121 122 |
# File 'sig/types.rbs', line 120 def endpoint_management @endpoint_management end |
#environment_class ⇒ ::String
Returns the value of attribute environment_class.
107 108 109 |
# File 'sig/types.rbs', line 107 def environment_class @environment_class end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def execution_role_arn @execution_role_arn end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
96 97 98 |
# File 'sig/types.rbs', line 96 def kms_key @kms_key end |
#last_update ⇒ Types::LastUpdate
Returns the value of attribute last_update.
111 112 113 |
# File 'sig/types.rbs', line 111 def last_update @last_update end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
110 111 112 |
# File 'sig/types.rbs', line 110 def logging_configuration @logging_configuration end |
#max_webservers ⇒ ::Integer
Returns the value of attribute max_webservers.
122 123 124 |
# File 'sig/types.rbs', line 122 def max_webservers @max_webservers end |
#max_workers ⇒ ::Integer
Returns the value of attribute max_workers.
108 109 110 |
# File 'sig/types.rbs', line 108 def max_workers @max_workers end |
#min_webservers ⇒ ::Integer
Returns the value of attribute min_webservers.
121 122 123 |
# File 'sig/types.rbs', line 121 def min_webservers @min_webservers end |
#min_workers ⇒ ::Integer
Returns the value of attribute min_workers.
115 116 117 |
# File 'sig/types.rbs', line 115 def min_workers @min_workers end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
109 110 111 |
# File 'sig/types.rbs', line 109 def network_configuration @network_configuration end |
#plugins_s3_object_version ⇒ ::String
Returns the value of attribute plugins_s3_object_version.
101 102 103 |
# File 'sig/types.rbs', line 101 def plugins_s3_object_version @plugins_s3_object_version end |
#plugins_s3_path ⇒ ::String
Returns the value of attribute plugins_s3_path.
100 101 102 |
# File 'sig/types.rbs', line 100 def plugins_s3_path @plugins_s3_path end |
#requirements_s3_object_version ⇒ ::String
Returns the value of attribute requirements_s3_object_version.
103 104 105 |
# File 'sig/types.rbs', line 103 def requirements_s3_object_version @requirements_s3_object_version end |
#requirements_s3_path ⇒ ::String
Returns the value of attribute requirements_s3_path.
102 103 104 |
# File 'sig/types.rbs', line 102 def requirements_s3_path @requirements_s3_path end |
#schedulers ⇒ ::Integer
Returns the value of attribute schedulers.
116 117 118 |
# File 'sig/types.rbs', line 116 def schedulers @schedulers end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def service_role_arn @service_role_arn end |
#source_bucket_arn ⇒ ::String
Returns the value of attribute source_bucket_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def source_bucket_arn @source_bucket_arn end |
#startup_script_s3_object_version ⇒ ::String
Returns the value of attribute startup_script_s3_object_version.
105 106 107 |
# File 'sig/types.rbs', line 105 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.
104 105 106 |
# File 'sig/types.rbs', line 104 def startup_script_s3_path @startup_script_s3_path end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
90 91 92 |
# File 'sig/types.rbs', line 90 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |
#webserver_access_mode ⇒ "PRIVATE_ONLY", ...
Returns the value of attribute webserver_access_mode.
114 115 116 |
# File 'sig/types.rbs', line 114 def webserver_access_mode @webserver_access_mode end |
#webserver_url ⇒ ::String
Returns the value of attribute webserver_url.
93 94 95 |
# File 'sig/types.rbs', line 93 def webserver_url @webserver_url end |
#webserver_vpc_endpoint_service ⇒ ::String
Returns the value of attribute webserver_vpc_endpoint_service.
117 118 119 |
# File 'sig/types.rbs', line 117 def webserver_vpc_endpoint_service @webserver_vpc_endpoint_service end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
112 113 114 |
# File 'sig/types.rbs', line 112 def weekly_maintenance_window_start @weekly_maintenance_window_start end |