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
+
*`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.
67
93
*`architecture` - (Optional) The CPU architecture of an application. Valid values are `ARM64` or `X86_64`. Default value is `X86_64`.
68
94
*`auto_start_configuration` - (Optional) The configuration for an application to automatically start on job submission.
69
95
*`auto_stop_configuration` - (Optional) The configuration for an application to automatically stop after a certain amount of time being idle.
@@ -87,6 +113,11 @@ This resource supports the following arguments:
87
113
*`enabled` - (Optional) Enables the application to automatically stop after a certain amount of time being idle. Defaults to `true`.
88
114
*`idle_timeout_minutes` - (Optional) The amount of idle time in minutes after which your application will automatically stop. Defaults to `15` minutes.
89
115
116
+
### runtime_configuration Arguments
117
+
118
+
*`classification` - (Required) The classification within a configuration.
119
+
*`properties` - (Optional) A set of properties specified within a configuration classification.
120
+
90
121
### initial_capacity Arguments
91
122
92
123
*`initial_capacity_config` - (Optional) The initial capacity configuration per worker.
0 commit comments