You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
92
-
*`application_configuration` - (Optional) A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
92
+
*`runtime_configuration` - (Optional) A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
93
93
*`architecture` - (Optional) The CPU architecture of an application. Valid values are `ARM64` or `X86_64`. Default value is `X86_64`.
94
94
*`auto_start_configuration` - (Optional) The configuration for an application to automatically start on job submission.
95
95
*`auto_stop_configuration` - (Optional) The configuration for an application to automatically stop after a certain amount of time being idle.
@@ -113,7 +113,7 @@ This resource supports the following arguments:
113
113
*`enabled` - (Optional) Enables the application to automatically stop after a certain amount of time being idle. Defaults to `true`.
114
114
*`idle_timeout_minutes` - (Optional) The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes.
115
115
116
-
### application_configuration Arguments
116
+
### runtime_configuration Arguments
117
117
118
118
*`classification` - (Required) The classification within a configuration.
119
119
*`properties` - (Optional) A set of properties specified within a configuration classification.
0 commit comments