pulumi-azure-native 3.7.0a1755038471__py3-none-any.whl → 3.7.0a1755047742__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (68) hide show
  1. pulumi_azure_native/app/_enums.py +89 -1
  2. pulumi_azure_native/app/_inputs.py +2903 -126
  3. pulumi_azure_native/app/app_resiliency.py +4 -4
  4. pulumi_azure_native/app/build.py +4 -4
  5. pulumi_azure_native/app/builder.py +4 -4
  6. pulumi_azure_native/app/certificate.py +5 -4
  7. pulumi_azure_native/app/connected_environment.py +4 -4
  8. pulumi_azure_native/app/connected_environments_certificate.py +5 -4
  9. pulumi_azure_native/app/connected_environments_dapr_component.py +53 -4
  10. pulumi_azure_native/app/connected_environments_storage.py +4 -4
  11. pulumi_azure_native/app/container_app.py +72 -4
  12. pulumi_azure_native/app/container_apps_auth_config.py +4 -4
  13. pulumi_azure_native/app/container_apps_session_pool.py +4 -4
  14. pulumi_azure_native/app/container_apps_source_control.py +4 -4
  15. pulumi_azure_native/app/dapr_component.py +33 -4
  16. pulumi_azure_native/app/dapr_component_resiliency_policy.py +4 -4
  17. pulumi_azure_native/app/dapr_subscription.py +4 -4
  18. pulumi_azure_native/app/dot_net_component.py +4 -4
  19. pulumi_azure_native/app/get_app_resiliency.py +4 -4
  20. pulumi_azure_native/app/get_build.py +4 -4
  21. pulumi_azure_native/app/get_builder.py +4 -4
  22. pulumi_azure_native/app/get_certificate.py +4 -4
  23. pulumi_azure_native/app/get_connected_environment.py +4 -4
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +4 -4
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +47 -5
  26. pulumi_azure_native/app/get_connected_environments_storage.py +4 -4
  27. pulumi_azure_native/app/get_container_app.py +47 -5
  28. pulumi_azure_native/app/get_container_app_auth_token.py +4 -4
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +4 -4
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
  31. pulumi_azure_native/app/get_container_apps_source_control.py +4 -4
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
  33. pulumi_azure_native/app/get_dapr_component.py +19 -5
  34. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +4 -4
  35. pulumi_azure_native/app/get_dapr_subscription.py +4 -4
  36. pulumi_azure_native/app/get_dot_net_component.py +4 -4
  37. pulumi_azure_native/app/get_http_route_config.py +4 -4
  38. pulumi_azure_native/app/get_java_component.py +4 -4
  39. pulumi_azure_native/app/get_job.py +33 -5
  40. pulumi_azure_native/app/get_logic_app.py +4 -4
  41. pulumi_azure_native/app/get_maintenance_configuration.py +4 -4
  42. pulumi_azure_native/app/get_managed_certificate.py +4 -4
  43. pulumi_azure_native/app/get_managed_environment.py +118 -6
  44. pulumi_azure_native/app/get_managed_environment_auth_token.py +4 -4
  45. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -4
  46. pulumi_azure_native/app/get_managed_environments_storage.py +4 -4
  47. pulumi_azure_native/app/http_route_config.py +4 -4
  48. pulumi_azure_native/app/java_component.py +11 -11
  49. pulumi_azure_native/app/job.py +43 -4
  50. pulumi_azure_native/app/list_build_auth_token.py +4 -4
  51. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
  52. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
  53. pulumi_azure_native/app/list_container_app_secrets.py +4 -4
  54. pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
  55. pulumi_azure_native/app/list_job_secrets.py +4 -4
  56. pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -4
  57. pulumi_azure_native/app/logic_app.py +4 -4
  58. pulumi_azure_native/app/maintenance_configuration.py +4 -4
  59. pulumi_azure_native/app/managed_certificate.py +4 -4
  60. pulumi_azure_native/app/managed_environment.py +202 -8
  61. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +4 -4
  62. pulumi_azure_native/app/managed_environments_storage.py +4 -4
  63. pulumi_azure_native/app/outputs.py +2484 -150
  64. pulumi_azure_native/pulumi-plugin.json +1 -1
  65. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/METADATA +1 -1
  66. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/RECORD +68 -68
  67. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/WHEEL +0 -0
  68. {pulumi_azure_native-3.7.0a1755038471.dist-info → pulumi_azure_native-3.7.0a1755047742.dist-info}/top_level.txt +0 -0
@@ -20,6 +20,7 @@ from ._enums import *
20
20
  __all__ = [
21
21
  'AllowedAudiencesValidationResponse',
22
22
  'AllowedPrincipalsResponse',
23
+ 'AppInsightsConfigurationResponse',
23
24
  'AppLogsConfigurationResponse',
24
25
  'AppRegistrationResponse',
25
26
  'AppleRegistrationResponse',
@@ -45,6 +46,7 @@ __all__ = [
45
46
  'ContainerAppProbeResponseHttpGet',
46
47
  'ContainerAppProbeResponseHttpHeaders',
47
48
  'ContainerAppProbeResponseTcpSocket',
49
+ 'ContainerAppResponsePatchingConfiguration',
48
50
  'ContainerAppSecretResponse',
49
51
  'ContainerRegistryResponse',
50
52
  'ContainerRegistryWithCustomImageResponse',
@@ -64,14 +66,22 @@ __all__ = [
64
66
  'DaprComponentResiliencyPolicyHttpRetryBackOffConfigurationResponse',
65
67
  'DaprComponentResiliencyPolicyHttpRetryPolicyConfigurationResponse',
66
68
  'DaprComponentResiliencyPolicyTimeoutPolicyConfigurationResponse',
69
+ 'DaprComponentServiceBindingResponse',
67
70
  'DaprConfigurationResponse',
68
71
  'DaprMetadataResponse',
69
72
  'DaprResponse',
73
+ 'DaprResponseAppHealth',
70
74
  'DaprSecretResponse',
75
+ 'DaprServiceBindMetadataResponse',
71
76
  'DaprSubscriptionBulkSubscribeOptionsResponse',
72
77
  'DaprSubscriptionRouteRuleResponse',
73
78
  'DaprSubscriptionRoutesResponse',
79
+ 'DataDogConfigurationResponse',
74
80
  'DefaultAuthorizationPolicyResponse',
81
+ 'DestinationsConfigurationResponse',
82
+ 'DiskEncryptionConfigurationResponse',
83
+ 'DiskEncryptionConfigurationResponseAuth',
84
+ 'DiskEncryptionConfigurationResponseKeyVaultConfiguration',
75
85
  'DotNetComponentConfigurationPropertyResponse',
76
86
  'DotNetComponentServiceBindResponse',
77
87
  'DynamicPoolConfigurationResponse',
@@ -87,6 +97,7 @@ __all__ = [
87
97
  'GlobalValidationResponse',
88
98
  'GoogleResponse',
89
99
  'HeaderMatchResponse',
100
+ 'HeaderResponse',
90
101
  'HttpConnectionPoolResponse',
91
102
  'HttpGetResponse',
92
103
  'HttpRetryPolicyResponse',
@@ -102,6 +113,8 @@ __all__ = [
102
113
  'HttpSettingsRoutesResponse',
103
114
  'IdentityProvidersResponse',
104
115
  'IdentitySettingsResponse',
116
+ 'IngressConfigurationResponse',
117
+ 'IngressConfigurationResponseScale',
105
118
  'IngressPortMappingResponse',
106
119
  'IngressResponse',
107
120
  'IngressResponseStickySessions',
@@ -122,9 +135,11 @@ __all__ = [
122
135
  'KedaConfigurationResponse',
123
136
  'LifecycleConfigurationResponse',
124
137
  'LogAnalyticsConfigurationResponse',
138
+ 'LoggerSettingResponse',
125
139
  'LoginResponse',
126
140
  'LoginRoutesResponse',
127
141
  'LoginScopesResponse',
142
+ 'LogsConfigurationResponse',
128
143
  'ManagedCertificateResponseProperties',
129
144
  'ManagedEnvironmentResponseEncryption',
130
145
  'ManagedEnvironmentResponsePeerAuthentication',
@@ -132,26 +147,36 @@ __all__ = [
132
147
  'ManagedEnvironmentStorageResponseProperties',
133
148
  'ManagedIdentitySettingResponse',
134
149
  'ManagedServiceIdentityResponse',
150
+ 'MetricsConfigurationResponse',
135
151
  'MtlsResponse',
152
+ 'NacosComponentResponse',
136
153
  'NfsAzureFilePropertiesResponse',
137
154
  'NonceResponse',
138
155
  'OpenIdConnectClientCredentialResponse',
139
156
  'OpenIdConnectConfigResponse',
140
157
  'OpenIdConnectLoginResponse',
141
158
  'OpenIdConnectRegistrationResponse',
159
+ 'OpenTelemetryConfigurationResponse',
160
+ 'OtlpConfigurationResponse',
142
161
  'PreBuildStepResponse',
162
+ 'PrivateEndpointConnectionResponse',
143
163
  'PrivateEndpointResponse',
144
164
  'PrivateLinkServiceConnectionStateResponse',
145
165
  'QueueScaleRuleResponse',
146
166
  'RegistryCredentialsResponse',
147
167
  'RegistryInfoResponse',
148
168
  'RuntimeResponse',
169
+ 'RuntimeResponseDotnet',
149
170
  'RuntimeResponseJava',
171
+ 'RuntimeResponseJavaAgent',
172
+ 'RuntimeResponseLogging',
150
173
  'ScaleConfigurationResponse',
151
174
  'ScaleResponse',
152
175
  'ScaleRuleAuthResponse',
153
176
  'ScaleRuleResponse',
177
+ 'ScgRouteResponse',
154
178
  'ScheduledEntryResponse',
179
+ 'SecretKeyVaultPropertiesResponse',
155
180
  'SecretResponse',
156
181
  'SecretVolumeItemResponse',
157
182
  'ServiceBindResponse',
@@ -161,10 +186,16 @@ __all__ = [
161
186
  'SessionIngressResponse',
162
187
  'SessionNetworkConfigurationResponse',
163
188
  'SessionPoolSecretResponse',
189
+ 'SessionProbeResponse',
190
+ 'SessionProbeResponseHttpGet',
191
+ 'SessionProbeResponseHttpHeaders',
192
+ 'SessionProbeResponseTcpSocket',
164
193
  'SessionRegistryCredentialsResponse',
194
+ 'SmbStorageResponse',
165
195
  'SpringBootAdminComponentResponse',
166
196
  'SpringCloudConfigComponentResponse',
167
197
  'SpringCloudEurekaComponentResponse',
198
+ 'SpringCloudGatewayComponentResponse',
168
199
  'SystemDataResponse',
169
200
  'TcpConnectionPoolResponse',
170
201
  'TcpRetryPolicyResponse',
@@ -172,6 +203,7 @@ __all__ = [
172
203
  'TemplateResponse',
173
204
  'TimeoutPolicyResponse',
174
205
  'TokenStoreResponse',
206
+ 'TracesConfigurationResponse',
175
207
  'TrafficWeightResponse',
176
208
  'TwitterRegistrationResponse',
177
209
  'TwitterResponse',
@@ -259,6 +291,46 @@ class AllowedPrincipalsResponse(dict):
259
291
  return pulumi.get(self, "identities")
260
292
 
261
293
 
294
+ @pulumi.output_type
295
+ class AppInsightsConfigurationResponse(dict):
296
+ """
297
+ Configuration of Application Insights
298
+ """
299
+ @staticmethod
300
+ def __key_warning(key: str):
301
+ suggest = None
302
+ if key == "connectionString":
303
+ suggest = "connection_string"
304
+
305
+ if suggest:
306
+ pulumi.log.warn(f"Key '{key}' not found in AppInsightsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
307
+
308
+ def __getitem__(self, key: str) -> Any:
309
+ AppInsightsConfigurationResponse.__key_warning(key)
310
+ return super().__getitem__(key)
311
+
312
+ def get(self, key: str, default = None) -> Any:
313
+ AppInsightsConfigurationResponse.__key_warning(key)
314
+ return super().get(key, default)
315
+
316
+ def __init__(__self__, *,
317
+ connection_string: Optional[builtins.str] = None):
318
+ """
319
+ Configuration of Application Insights
320
+ :param builtins.str connection_string: Application Insights connection string
321
+ """
322
+ if connection_string is not None:
323
+ pulumi.set(__self__, "connection_string", connection_string)
324
+
325
+ @property
326
+ @pulumi.getter(name="connectionString")
327
+ def connection_string(self) -> Optional[builtins.str]:
328
+ """
329
+ Application Insights connection string
330
+ """
331
+ return pulumi.get(self, "connection_string")
332
+
333
+
262
334
  @pulumi.output_type
263
335
  class AppLogsConfigurationResponse(dict):
264
336
  """
@@ -916,6 +988,8 @@ class AzureFilePropertiesResponse(dict):
916
988
  suggest = "access_mode"
917
989
  elif key == "accountKey":
918
990
  suggest = "account_key"
991
+ elif key == "accountKeyVaultProperties":
992
+ suggest = "account_key_vault_properties"
919
993
  elif key == "accountName":
920
994
  suggest = "account_name"
921
995
  elif key == "shareName":
@@ -935,12 +1009,14 @@ class AzureFilePropertiesResponse(dict):
935
1009
  def __init__(__self__, *,
936
1010
  access_mode: Optional[builtins.str] = None,
937
1011
  account_key: Optional[builtins.str] = None,
1012
+ account_key_vault_properties: Optional['outputs.SecretKeyVaultPropertiesResponse'] = None,
938
1013
  account_name: Optional[builtins.str] = None,
939
1014
  share_name: Optional[builtins.str] = None):
940
1015
  """
941
1016
  Azure File Properties.
942
1017
  :param builtins.str access_mode: Access mode for storage
943
1018
  :param builtins.str account_key: Storage account key for azure file.
1019
+ :param 'SecretKeyVaultPropertiesResponse' account_key_vault_properties: Storage account key stored as an Azure Key Vault secret.
944
1020
  :param builtins.str account_name: Storage account name for azure file.
945
1021
  :param builtins.str share_name: Azure file share name.
946
1022
  """
@@ -948,6 +1024,8 @@ class AzureFilePropertiesResponse(dict):
948
1024
  pulumi.set(__self__, "access_mode", access_mode)
949
1025
  if account_key is not None:
950
1026
  pulumi.set(__self__, "account_key", account_key)
1027
+ if account_key_vault_properties is not None:
1028
+ pulumi.set(__self__, "account_key_vault_properties", account_key_vault_properties)
951
1029
  if account_name is not None:
952
1030
  pulumi.set(__self__, "account_name", account_name)
953
1031
  if share_name is not None:
@@ -969,6 +1047,14 @@ class AzureFilePropertiesResponse(dict):
969
1047
  """
970
1048
  return pulumi.get(self, "account_key")
971
1049
 
1050
+ @property
1051
+ @pulumi.getter(name="accountKeyVaultProperties")
1052
+ def account_key_vault_properties(self) -> Optional['outputs.SecretKeyVaultPropertiesResponse']:
1053
+ """
1054
+ Storage account key stored as an Azure Key Vault secret.
1055
+ """
1056
+ return pulumi.get(self, "account_key_vault_properties")
1057
+
972
1058
  @property
973
1059
  @pulumi.getter(name="accountName")
974
1060
  def account_name(self) -> Optional[builtins.str]:
@@ -1069,7 +1155,13 @@ class BlobStorageTokenStoreResponse(dict):
1069
1155
  @staticmethod
1070
1156
  def __key_warning(key: str):
1071
1157
  suggest = None
1072
- if key == "sasUrlSettingName":
1158
+ if key == "blobContainerUri":
1159
+ suggest = "blob_container_uri"
1160
+ elif key == "clientId":
1161
+ suggest = "client_id"
1162
+ elif key == "managedIdentityResourceId":
1163
+ suggest = "managed_identity_resource_id"
1164
+ elif key == "sasUrlSettingName":
1073
1165
  suggest = "sas_url_setting_name"
1074
1166
 
1075
1167
  if suggest:
@@ -1084,18 +1176,55 @@ class BlobStorageTokenStoreResponse(dict):
1084
1176
  return super().get(key, default)
1085
1177
 
1086
1178
  def __init__(__self__, *,
1087
- sas_url_setting_name: builtins.str):
1179
+ blob_container_uri: Optional[builtins.str] = None,
1180
+ client_id: Optional[builtins.str] = None,
1181
+ managed_identity_resource_id: Optional[builtins.str] = None,
1182
+ sas_url_setting_name: Optional[builtins.str] = None):
1088
1183
  """
1089
1184
  The configuration settings of the storage of the tokens if blob storage is used.
1090
- :param builtins.str sas_url_setting_name: The name of the app secrets containing the SAS URL of the blob storage containing the tokens.
1185
+ :param builtins.str blob_container_uri: The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName.
1186
+ :param builtins.str client_id: The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId.
1187
+ :param builtins.str managed_identity_resource_id: The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId.
1188
+ :param builtins.str sas_url_setting_name: The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri.
1189
+ """
1190
+ if blob_container_uri is not None:
1191
+ pulumi.set(__self__, "blob_container_uri", blob_container_uri)
1192
+ if client_id is not None:
1193
+ pulumi.set(__self__, "client_id", client_id)
1194
+ if managed_identity_resource_id is not None:
1195
+ pulumi.set(__self__, "managed_identity_resource_id", managed_identity_resource_id)
1196
+ if sas_url_setting_name is not None:
1197
+ pulumi.set(__self__, "sas_url_setting_name", sas_url_setting_name)
1198
+
1199
+ @property
1200
+ @pulumi.getter(name="blobContainerUri")
1201
+ def blob_container_uri(self) -> Optional[builtins.str]:
1202
+ """
1203
+ The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName.
1204
+ """
1205
+ return pulumi.get(self, "blob_container_uri")
1206
+
1207
+ @property
1208
+ @pulumi.getter(name="clientId")
1209
+ def client_id(self) -> Optional[builtins.str]:
1210
+ """
1211
+ The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId.
1212
+ """
1213
+ return pulumi.get(self, "client_id")
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="managedIdentityResourceId")
1217
+ def managed_identity_resource_id(self) -> Optional[builtins.str]:
1218
+ """
1219
+ The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId.
1091
1220
  """
1092
- pulumi.set(__self__, "sas_url_setting_name", sas_url_setting_name)
1221
+ return pulumi.get(self, "managed_identity_resource_id")
1093
1222
 
1094
1223
  @property
1095
1224
  @pulumi.getter(name="sasUrlSettingName")
1096
- def sas_url_setting_name(self) -> builtins.str:
1225
+ def sas_url_setting_name(self) -> Optional[builtins.str]:
1097
1226
  """
1098
- The name of the app secrets containing the SAS URL of the blob storage containing the tokens.
1227
+ The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri.
1099
1228
  """
1100
1229
  return pulumi.get(self, "sas_url_setting_name")
1101
1230
 
@@ -1254,7 +1383,9 @@ class CertificateResponseProperties(dict):
1254
1383
  @staticmethod
1255
1384
  def __key_warning(key: str):
1256
1385
  suggest = None
1257
- if key == "expirationDate":
1386
+ if key == "deploymentErrors":
1387
+ suggest = "deployment_errors"
1388
+ elif key == "expirationDate":
1258
1389
  suggest = "expiration_date"
1259
1390
  elif key == "issueDate":
1260
1391
  suggest = "issue_date"
@@ -1268,6 +1399,8 @@ class CertificateResponseProperties(dict):
1268
1399
  suggest = "subject_name"
1269
1400
  elif key == "certificateKeyVaultProperties":
1270
1401
  suggest = "certificate_key_vault_properties"
1402
+ elif key == "certificateType":
1403
+ suggest = "certificate_type"
1271
1404
 
1272
1405
  if suggest:
1273
1406
  pulumi.log.warn(f"Key '{key}' not found in CertificateResponseProperties. Access the value via the '{suggest}' property getter instead.")
@@ -1281,6 +1414,7 @@ class CertificateResponseProperties(dict):
1281
1414
  return super().get(key, default)
1282
1415
 
1283
1416
  def __init__(__self__, *,
1417
+ deployment_errors: builtins.str,
1284
1418
  expiration_date: builtins.str,
1285
1419
  issue_date: builtins.str,
1286
1420
  issuer: builtins.str,
@@ -1290,9 +1424,11 @@ class CertificateResponseProperties(dict):
1290
1424
  subject_name: builtins.str,
1291
1425
  thumbprint: builtins.str,
1292
1426
  valid: builtins.bool,
1293
- certificate_key_vault_properties: Optional['outputs.CertificateKeyVaultPropertiesResponse'] = None):
1427
+ certificate_key_vault_properties: Optional['outputs.CertificateKeyVaultPropertiesResponse'] = None,
1428
+ certificate_type: Optional[builtins.str] = None):
1294
1429
  """
1295
1430
  Certificate resource specific properties
1431
+ :param builtins.str deployment_errors: Any errors that occurred during deployment or deployment validation
1296
1432
  :param builtins.str expiration_date: Certificate expiration date.
1297
1433
  :param builtins.str issue_date: Certificate issue Date.
1298
1434
  :param builtins.str issuer: Certificate issuer.
@@ -1303,7 +1439,9 @@ class CertificateResponseProperties(dict):
1303
1439
  :param builtins.str thumbprint: Certificate thumbprint.
1304
1440
  :param builtins.bool valid: Is the certificate valid?.
1305
1441
  :param 'CertificateKeyVaultPropertiesResponse' certificate_key_vault_properties: Properties for a certificate stored in a Key Vault.
1442
+ :param builtins.str certificate_type: The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA`
1306
1443
  """
1444
+ pulumi.set(__self__, "deployment_errors", deployment_errors)
1307
1445
  pulumi.set(__self__, "expiration_date", expiration_date)
1308
1446
  pulumi.set(__self__, "issue_date", issue_date)
1309
1447
  pulumi.set(__self__, "issuer", issuer)
@@ -1315,6 +1453,16 @@ class CertificateResponseProperties(dict):
1315
1453
  pulumi.set(__self__, "valid", valid)
1316
1454
  if certificate_key_vault_properties is not None:
1317
1455
  pulumi.set(__self__, "certificate_key_vault_properties", certificate_key_vault_properties)
1456
+ if certificate_type is not None:
1457
+ pulumi.set(__self__, "certificate_type", certificate_type)
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="deploymentErrors")
1461
+ def deployment_errors(self) -> builtins.str:
1462
+ """
1463
+ Any errors that occurred during deployment or deployment validation
1464
+ """
1465
+ return pulumi.get(self, "deployment_errors")
1318
1466
 
1319
1467
  @property
1320
1468
  @pulumi.getter(name="expirationDate")
@@ -1396,6 +1544,14 @@ class CertificateResponseProperties(dict):
1396
1544
  """
1397
1545
  return pulumi.get(self, "certificate_key_vault_properties")
1398
1546
 
1547
+ @property
1548
+ @pulumi.getter(name="certificateType")
1549
+ def certificate_type(self) -> Optional[builtins.str]:
1550
+ """
1551
+ The type of the certificate. Allowed values are `ServerSSLCertificate` and `ImagePullTrustedCA`
1552
+ """
1553
+ return pulumi.get(self, "certificate_type")
1554
+
1399
1555
 
1400
1556
  @pulumi.output_type
1401
1557
  class CircuitBreakerPolicyResponse(dict):
@@ -1533,6 +1689,10 @@ class ConfigurationResponse(dict):
1533
1689
  suggest = "identity_settings"
1534
1690
  elif key == "maxInactiveRevisions":
1535
1691
  suggest = "max_inactive_revisions"
1692
+ elif key == "revisionTransitionThreshold":
1693
+ suggest = "revision_transition_threshold"
1694
+ elif key == "targetLabel":
1695
+ suggest = "target_label"
1536
1696
 
1537
1697
  if suggest:
1538
1698
  pulumi.log.warn(f"Key '{key}' not found in ConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
@@ -1552,21 +1712,25 @@ class ConfigurationResponse(dict):
1552
1712
  ingress: Optional['outputs.IngressResponse'] = None,
1553
1713
  max_inactive_revisions: Optional[builtins.int] = None,
1554
1714
  registries: Optional[Sequence['outputs.RegistryCredentialsResponse']] = None,
1715
+ revision_transition_threshold: Optional[builtins.int] = None,
1555
1716
  runtime: Optional['outputs.RuntimeResponse'] = None,
1556
1717
  secrets: Optional[Sequence['outputs.SecretResponse']] = None,
1557
- service: Optional['outputs.ServiceResponse'] = None):
1718
+ service: Optional['outputs.ServiceResponse'] = None,
1719
+ target_label: Optional[builtins.str] = None):
1558
1720
  """
1559
1721
  Non versioned Container App configuration properties that define the mutable settings of a Container app
1560
1722
  :param builtins.str active_revisions_mode: ActiveRevisionsMode controls how active revisions are handled for the Container app:
1561
- <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
1723
+ <list><item>Single: Only one revision can be active at a time. Traffic weights cannot be used. This is the default.</item><item>Multiple: Multiple revisions can be active, including optional traffic weights and labels.</item><item>Labels: Only revisions with labels are active. Traffic weights can be applied to labels.</item></list>
1562
1724
  :param 'DaprResponse' dapr: Dapr configuration for the Container App.
1563
1725
  :param Sequence['IdentitySettingsResponse'] identity_settings: Optional settings for Managed Identities that are assigned to the Container App. If a Managed Identity is not specified here, default settings will be used.
1564
1726
  :param 'IngressResponse' ingress: Ingress configurations.
1565
1727
  :param builtins.int max_inactive_revisions: Optional. Max inactive revisions a Container App can have.
1566
1728
  :param Sequence['RegistryCredentialsResponse'] registries: Collection of private container registry credentials for containers used by the Container app
1729
+ :param builtins.int revision_transition_threshold: Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100.
1567
1730
  :param 'RuntimeResponse' runtime: App runtime configuration for the Container App.
1568
1731
  :param Sequence['SecretResponse'] secrets: Collection of secrets used by a Container app
1569
1732
  :param 'ServiceResponse' service: Container App to be a dev Container App Service
1733
+ :param builtins.str target_label: Required in labels revisions mode. Label to apply to newly created revision.
1570
1734
  """
1571
1735
  if active_revisions_mode is None:
1572
1736
  active_revisions_mode = 'Single'
@@ -1582,19 +1746,23 @@ class ConfigurationResponse(dict):
1582
1746
  pulumi.set(__self__, "max_inactive_revisions", max_inactive_revisions)
1583
1747
  if registries is not None:
1584
1748
  pulumi.set(__self__, "registries", registries)
1749
+ if revision_transition_threshold is not None:
1750
+ pulumi.set(__self__, "revision_transition_threshold", revision_transition_threshold)
1585
1751
  if runtime is not None:
1586
1752
  pulumi.set(__self__, "runtime", runtime)
1587
1753
  if secrets is not None:
1588
1754
  pulumi.set(__self__, "secrets", secrets)
1589
1755
  if service is not None:
1590
1756
  pulumi.set(__self__, "service", service)
1757
+ if target_label is not None:
1758
+ pulumi.set(__self__, "target_label", target_label)
1591
1759
 
1592
1760
  @property
1593
1761
  @pulumi.getter(name="activeRevisionsMode")
1594
1762
  def active_revisions_mode(self) -> Optional[builtins.str]:
1595
1763
  """
1596
1764
  ActiveRevisionsMode controls how active revisions are handled for the Container app:
1597
- <list><item>Multiple: multiple revisions can be active.</item><item>Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.</item></list>
1765
+ <list><item>Single: Only one revision can be active at a time. Traffic weights cannot be used. This is the default.</item><item>Multiple: Multiple revisions can be active, including optional traffic weights and labels.</item><item>Labels: Only revisions with labels are active. Traffic weights can be applied to labels.</item></list>
1598
1766
  """
1599
1767
  return pulumi.get(self, "active_revisions_mode")
1600
1768
 
@@ -1638,6 +1806,14 @@ class ConfigurationResponse(dict):
1638
1806
  """
1639
1807
  return pulumi.get(self, "registries")
1640
1808
 
1809
+ @property
1810
+ @pulumi.getter(name="revisionTransitionThreshold")
1811
+ def revision_transition_threshold(self) -> Optional[builtins.int]:
1812
+ """
1813
+ Optional. The percent of the total number of replicas that must be brought up before revision transition occurs. Defaults to 100 when none is given. Value must be greater than 0 and less than or equal to 100.
1814
+ """
1815
+ return pulumi.get(self, "revision_transition_threshold")
1816
+
1641
1817
  @property
1642
1818
  @pulumi.getter
1643
1819
  def runtime(self) -> Optional['outputs.RuntimeResponse']:
@@ -1662,6 +1838,14 @@ class ConfigurationResponse(dict):
1662
1838
  """
1663
1839
  return pulumi.get(self, "service")
1664
1840
 
1841
+ @property
1842
+ @pulumi.getter(name="targetLabel")
1843
+ def target_label(self) -> Optional[builtins.str]:
1844
+ """
1845
+ Required in labels revisions mode. Label to apply to newly created revision.
1846
+ """
1847
+ return pulumi.get(self, "target_label")
1848
+
1665
1849
 
1666
1850
  @pulumi.output_type
1667
1851
  class ConnectedEnvironmentStorageResponseProperties(dict):
@@ -1671,7 +1855,11 @@ class ConnectedEnvironmentStorageResponseProperties(dict):
1671
1855
  @staticmethod
1672
1856
  def __key_warning(key: str):
1673
1857
  suggest = None
1674
- if key == "azureFile":
1858
+ if key == "deploymentErrors":
1859
+ suggest = "deployment_errors"
1860
+ elif key == "provisioningState":
1861
+ suggest = "provisioning_state"
1862
+ elif key == "azureFile":
1675
1863
  suggest = "azure_file"
1676
1864
 
1677
1865
  if suggest:
@@ -1686,13 +1874,39 @@ class ConnectedEnvironmentStorageResponseProperties(dict):
1686
1874
  return super().get(key, default)
1687
1875
 
1688
1876
  def __init__(__self__, *,
1689
- azure_file: Optional['outputs.AzureFilePropertiesResponse'] = None):
1877
+ deployment_errors: builtins.str,
1878
+ provisioning_state: builtins.str,
1879
+ azure_file: Optional['outputs.AzureFilePropertiesResponse'] = None,
1880
+ smb: Optional['outputs.SmbStorageResponse'] = None):
1690
1881
  """
1691
1882
  Storage properties
1883
+ :param builtins.str deployment_errors: Any errors that occurred during deployment or deployment validation
1884
+ :param builtins.str provisioning_state: Provisioning state of the storage.
1692
1885
  :param 'AzureFilePropertiesResponse' azure_file: Azure file properties
1886
+ :param 'SmbStorageResponse' smb: SMB storage properties
1693
1887
  """
1888
+ pulumi.set(__self__, "deployment_errors", deployment_errors)
1889
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1694
1890
  if azure_file is not None:
1695
1891
  pulumi.set(__self__, "azure_file", azure_file)
1892
+ if smb is not None:
1893
+ pulumi.set(__self__, "smb", smb)
1894
+
1895
+ @property
1896
+ @pulumi.getter(name="deploymentErrors")
1897
+ def deployment_errors(self) -> builtins.str:
1898
+ """
1899
+ Any errors that occurred during deployment or deployment validation
1900
+ """
1901
+ return pulumi.get(self, "deployment_errors")
1902
+
1903
+ @property
1904
+ @pulumi.getter(name="provisioningState")
1905
+ def provisioning_state(self) -> builtins.str:
1906
+ """
1907
+ Provisioning state of the storage.
1908
+ """
1909
+ return pulumi.get(self, "provisioning_state")
1696
1910
 
1697
1911
  @property
1698
1912
  @pulumi.getter(name="azureFile")
@@ -1702,6 +1916,14 @@ class ConnectedEnvironmentStorageResponseProperties(dict):
1702
1916
  """
1703
1917
  return pulumi.get(self, "azure_file")
1704
1918
 
1919
+ @property
1920
+ @pulumi.getter
1921
+ def smb(self) -> Optional['outputs.SmbStorageResponse']:
1922
+ """
1923
+ SMB storage properties
1924
+ """
1925
+ return pulumi.get(self, "smb")
1926
+
1705
1927
 
1706
1928
  @pulumi.output_type
1707
1929
  class ContainerAppProbeResponse(dict):
@@ -2007,6 +2229,46 @@ class ContainerAppProbeResponseTcpSocket(dict):
2007
2229
  return pulumi.get(self, "host")
2008
2230
 
2009
2231
 
2232
+ @pulumi.output_type
2233
+ class ContainerAppResponsePatchingConfiguration(dict):
2234
+ """
2235
+ Container App auto patch configuration.
2236
+ """
2237
+ @staticmethod
2238
+ def __key_warning(key: str):
2239
+ suggest = None
2240
+ if key == "patchingMode":
2241
+ suggest = "patching_mode"
2242
+
2243
+ if suggest:
2244
+ pulumi.log.warn(f"Key '{key}' not found in ContainerAppResponsePatchingConfiguration. Access the value via the '{suggest}' property getter instead.")
2245
+
2246
+ def __getitem__(self, key: str) -> Any:
2247
+ ContainerAppResponsePatchingConfiguration.__key_warning(key)
2248
+ return super().__getitem__(key)
2249
+
2250
+ def get(self, key: str, default = None) -> Any:
2251
+ ContainerAppResponsePatchingConfiguration.__key_warning(key)
2252
+ return super().get(key, default)
2253
+
2254
+ def __init__(__self__, *,
2255
+ patching_mode: Optional[builtins.str] = None):
2256
+ """
2257
+ Container App auto patch configuration.
2258
+ :param builtins.str patching_mode: Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching.
2259
+ """
2260
+ if patching_mode is not None:
2261
+ pulumi.set(__self__, "patching_mode", patching_mode)
2262
+
2263
+ @property
2264
+ @pulumi.getter(name="patchingMode")
2265
+ def patching_mode(self) -> Optional[builtins.str]:
2266
+ """
2267
+ Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching.
2268
+ """
2269
+ return pulumi.get(self, "patching_mode")
2270
+
2271
+
2010
2272
  @pulumi.output_type
2011
2273
  class ContainerAppSecretResponse(dict):
2012
2274
  """
@@ -2173,16 +2435,20 @@ class ContainerResourcesResponse(dict):
2173
2435
  def __init__(__self__, *,
2174
2436
  ephemeral_storage: builtins.str,
2175
2437
  cpu: Optional[builtins.float] = None,
2438
+ gpu: Optional[builtins.float] = None,
2176
2439
  memory: Optional[builtins.str] = None):
2177
2440
  """
2178
2441
  Container App container resource requirements.
2179
2442
  :param builtins.str ephemeral_storage: Ephemeral Storage, e.g. "1Gi"
2180
2443
  :param builtins.float cpu: Required CPU in cores, e.g. 0.5
2444
+ :param builtins.float gpu: Required GPU in cores for GPU based app, e.g. 1.0
2181
2445
  :param builtins.str memory: Required memory, e.g. "250Mb"
2182
2446
  """
2183
2447
  pulumi.set(__self__, "ephemeral_storage", ephemeral_storage)
2184
2448
  if cpu is not None:
2185
2449
  pulumi.set(__self__, "cpu", cpu)
2450
+ if gpu is not None:
2451
+ pulumi.set(__self__, "gpu", gpu)
2186
2452
  if memory is not None:
2187
2453
  pulumi.set(__self__, "memory", memory)
2188
2454
 
@@ -2202,6 +2468,14 @@ class ContainerResourcesResponse(dict):
2202
2468
  """
2203
2469
  return pulumi.get(self, "cpu")
2204
2470
 
2471
+ @property
2472
+ @pulumi.getter
2473
+ def gpu(self) -> Optional[builtins.float]:
2474
+ """
2475
+ Required GPU in cores for GPU based app, e.g. 1.0
2476
+ """
2477
+ return pulumi.get(self, "gpu")
2478
+
2205
2479
  @property
2206
2480
  @pulumi.getter
2207
2481
  def memory(self) -> Optional[builtins.str]:
@@ -2219,7 +2493,9 @@ class ContainerResponse(dict):
2219
2493
  @staticmethod
2220
2494
  def __key_warning(key: str):
2221
2495
  suggest = None
2222
- if key == "volumeMounts":
2496
+ if key == "imageType":
2497
+ suggest = "image_type"
2498
+ elif key == "volumeMounts":
2223
2499
  suggest = "volume_mounts"
2224
2500
 
2225
2501
  if suggest:
@@ -2238,6 +2514,7 @@ class ContainerResponse(dict):
2238
2514
  command: Optional[Sequence[builtins.str]] = None,
2239
2515
  env: Optional[Sequence['outputs.EnvironmentVarResponse']] = None,
2240
2516
  image: Optional[builtins.str] = None,
2517
+ image_type: Optional[builtins.str] = None,
2241
2518
  name: Optional[builtins.str] = None,
2242
2519
  probes: Optional[Sequence['outputs.ContainerAppProbeResponse']] = None,
2243
2520
  resources: Optional['outputs.ContainerResourcesResponse'] = None,
@@ -2248,6 +2525,7 @@ class ContainerResponse(dict):
2248
2525
  :param Sequence[builtins.str] command: Container start command.
2249
2526
  :param Sequence['EnvironmentVarResponse'] env: Container environment variables.
2250
2527
  :param builtins.str image: Container image tag.
2528
+ :param builtins.str image_type: The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
2251
2529
  :param builtins.str name: Custom container name.
2252
2530
  :param Sequence['ContainerAppProbeResponse'] probes: List of probes for the container.
2253
2531
  :param 'ContainerResourcesResponse' resources: Container resource requirements.
@@ -2261,6 +2539,8 @@ class ContainerResponse(dict):
2261
2539
  pulumi.set(__self__, "env", env)
2262
2540
  if image is not None:
2263
2541
  pulumi.set(__self__, "image", image)
2542
+ if image_type is not None:
2543
+ pulumi.set(__self__, "image_type", image_type)
2264
2544
  if name is not None:
2265
2545
  pulumi.set(__self__, "name", name)
2266
2546
  if probes is not None:
@@ -2302,6 +2582,14 @@ class ContainerResponse(dict):
2302
2582
  """
2303
2583
  return pulumi.get(self, "image")
2304
2584
 
2585
+ @property
2586
+ @pulumi.getter(name="imageType")
2587
+ def image_type(self) -> Optional[builtins.str]:
2588
+ """
2589
+ The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
2590
+ """
2591
+ return pulumi.get(self, "image_type")
2592
+
2305
2593
  @property
2306
2594
  @pulumi.getter
2307
2595
  def name(self) -> Optional[builtins.str]:
@@ -3249,6 +3537,70 @@ class DaprComponentResiliencyPolicyTimeoutPolicyConfigurationResponse(dict):
3249
3537
  return pulumi.get(self, "response_timeout_in_seconds")
3250
3538
 
3251
3539
 
3540
+ @pulumi.output_type
3541
+ class DaprComponentServiceBindingResponse(dict):
3542
+ """
3543
+ Configuration to bind a Dapr Component to a dev ContainerApp Service
3544
+ """
3545
+ @staticmethod
3546
+ def __key_warning(key: str):
3547
+ suggest = None
3548
+ if key == "serviceId":
3549
+ suggest = "service_id"
3550
+
3551
+ if suggest:
3552
+ pulumi.log.warn(f"Key '{key}' not found in DaprComponentServiceBindingResponse. Access the value via the '{suggest}' property getter instead.")
3553
+
3554
+ def __getitem__(self, key: str) -> Any:
3555
+ DaprComponentServiceBindingResponse.__key_warning(key)
3556
+ return super().__getitem__(key)
3557
+
3558
+ def get(self, key: str, default = None) -> Any:
3559
+ DaprComponentServiceBindingResponse.__key_warning(key)
3560
+ return super().get(key, default)
3561
+
3562
+ def __init__(__self__, *,
3563
+ metadata: Optional['outputs.DaprServiceBindMetadataResponse'] = None,
3564
+ name: Optional[builtins.str] = None,
3565
+ service_id: Optional[builtins.str] = None):
3566
+ """
3567
+ Configuration to bind a Dapr Component to a dev ContainerApp Service
3568
+ :param 'DaprServiceBindMetadataResponse' metadata: Service bind metadata
3569
+ :param builtins.str name: Name of the service bind
3570
+ :param builtins.str service_id: Resource id of the target service
3571
+ """
3572
+ if metadata is not None:
3573
+ pulumi.set(__self__, "metadata", metadata)
3574
+ if name is not None:
3575
+ pulumi.set(__self__, "name", name)
3576
+ if service_id is not None:
3577
+ pulumi.set(__self__, "service_id", service_id)
3578
+
3579
+ @property
3580
+ @pulumi.getter
3581
+ def metadata(self) -> Optional['outputs.DaprServiceBindMetadataResponse']:
3582
+ """
3583
+ Service bind metadata
3584
+ """
3585
+ return pulumi.get(self, "metadata")
3586
+
3587
+ @property
3588
+ @pulumi.getter
3589
+ def name(self) -> Optional[builtins.str]:
3590
+ """
3591
+ Name of the service bind
3592
+ """
3593
+ return pulumi.get(self, "name")
3594
+
3595
+ @property
3596
+ @pulumi.getter(name="serviceId")
3597
+ def service_id(self) -> Optional[builtins.str]:
3598
+ """
3599
+ Resource id of the target service
3600
+ """
3601
+ return pulumi.get(self, "service_id")
3602
+
3603
+
3252
3604
  @pulumi.output_type
3253
3605
  class DaprConfigurationResponse(dict):
3254
3606
  """
@@ -3343,7 +3695,9 @@ class DaprResponse(dict):
3343
3695
  @staticmethod
3344
3696
  def __key_warning(key: str):
3345
3697
  suggest = None
3346
- if key == "appId":
3698
+ if key == "appHealth":
3699
+ suggest = "app_health"
3700
+ elif key == "appId":
3347
3701
  suggest = "app_id"
3348
3702
  elif key == "appPort":
3349
3703
  suggest = "app_port"
@@ -3357,6 +3711,8 @@ class DaprResponse(dict):
3357
3711
  suggest = "http_read_buffer_size"
3358
3712
  elif key == "logLevel":
3359
3713
  suggest = "log_level"
3714
+ elif key == "maxConcurrency":
3715
+ suggest = "max_concurrency"
3360
3716
 
3361
3717
  if suggest:
3362
3718
  pulumi.log.warn(f"Key '{key}' not found in DaprResponse. Access the value via the '{suggest}' property getter instead.")
@@ -3370,6 +3726,7 @@ class DaprResponse(dict):
3370
3726
  return super().get(key, default)
3371
3727
 
3372
3728
  def __init__(__self__, *,
3729
+ app_health: Optional['outputs.DaprResponseAppHealth'] = None,
3373
3730
  app_id: Optional[builtins.str] = None,
3374
3731
  app_port: Optional[builtins.int] = None,
3375
3732
  app_protocol: Optional[builtins.str] = None,
@@ -3377,9 +3734,11 @@ class DaprResponse(dict):
3377
3734
  enabled: Optional[builtins.bool] = None,
3378
3735
  http_max_request_size: Optional[builtins.int] = None,
3379
3736
  http_read_buffer_size: Optional[builtins.int] = None,
3380
- log_level: Optional[builtins.str] = None):
3737
+ log_level: Optional[builtins.str] = None,
3738
+ max_concurrency: Optional[builtins.int] = None):
3381
3739
  """
3382
3740
  Container App Dapr configuration.
3741
+ :param 'DaprResponseAppHealth' app_health: Dapr application health check configuration
3383
3742
  :param builtins.str app_id: Dapr application identifier
3384
3743
  :param builtins.int app_port: Tells Dapr which port your application is listening on
3385
3744
  :param builtins.str app_protocol: Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http
@@ -3388,7 +3747,10 @@ class DaprResponse(dict):
3388
3747
  :param builtins.int http_max_request_size: Increasing max size of request body http and grpc servers parameter in MB to handle uploading of big files. Default is 4 MB.
3389
3748
  :param builtins.int http_read_buffer_size: Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB.
3390
3749
  :param builtins.str log_level: Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.
3750
+ :param builtins.int max_concurrency: Maximum number of concurrent requests, events handled by the Dapr sidecar
3391
3751
  """
3752
+ if app_health is not None:
3753
+ pulumi.set(__self__, "app_health", app_health)
3392
3754
  if app_id is not None:
3393
3755
  pulumi.set(__self__, "app_id", app_id)
3394
3756
  if app_port is not None:
@@ -3409,6 +3771,16 @@ class DaprResponse(dict):
3409
3771
  pulumi.set(__self__, "http_read_buffer_size", http_read_buffer_size)
3410
3772
  if log_level is not None:
3411
3773
  pulumi.set(__self__, "log_level", log_level)
3774
+ if max_concurrency is not None:
3775
+ pulumi.set(__self__, "max_concurrency", max_concurrency)
3776
+
3777
+ @property
3778
+ @pulumi.getter(name="appHealth")
3779
+ def app_health(self) -> Optional['outputs.DaprResponseAppHealth']:
3780
+ """
3781
+ Dapr application health check configuration
3782
+ """
3783
+ return pulumi.get(self, "app_health")
3412
3784
 
3413
3785
  @property
3414
3786
  @pulumi.getter(name="appId")
@@ -3474,110 +3846,243 @@ class DaprResponse(dict):
3474
3846
  """
3475
3847
  return pulumi.get(self, "log_level")
3476
3848
 
3477
-
3478
- @pulumi.output_type
3479
- class DaprSecretResponse(dict):
3480
- """
3481
- Dapr component Secret for ListSecrets Action
3482
- """
3483
- def __init__(__self__, *,
3484
- name: builtins.str,
3485
- value: builtins.str):
3486
- """
3487
- Dapr component Secret for ListSecrets Action
3488
- :param builtins.str name: Secret Name.
3489
- :param builtins.str value: Secret Value.
3490
- """
3491
- pulumi.set(__self__, "name", name)
3492
- pulumi.set(__self__, "value", value)
3493
-
3494
- @property
3495
- @pulumi.getter
3496
- def name(self) -> builtins.str:
3497
- """
3498
- Secret Name.
3499
- """
3500
- return pulumi.get(self, "name")
3501
-
3502
3849
  @property
3503
- @pulumi.getter
3504
- def value(self) -> builtins.str:
3850
+ @pulumi.getter(name="maxConcurrency")
3851
+ def max_concurrency(self) -> Optional[builtins.int]:
3505
3852
  """
3506
- Secret Value.
3853
+ Maximum number of concurrent requests, events handled by the Dapr sidecar
3507
3854
  """
3508
- return pulumi.get(self, "value")
3855
+ return pulumi.get(self, "max_concurrency")
3509
3856
 
3510
3857
 
3511
3858
  @pulumi.output_type
3512
- class DaprSubscriptionBulkSubscribeOptionsResponse(dict):
3859
+ class DaprResponseAppHealth(dict):
3513
3860
  """
3514
- Dapr PubSub Bulk Subscription Options.
3861
+ Dapr application health check configuration
3515
3862
  """
3516
3863
  @staticmethod
3517
3864
  def __key_warning(key: str):
3518
3865
  suggest = None
3519
- if key == "maxAwaitDurationMs":
3520
- suggest = "max_await_duration_ms"
3521
- elif key == "maxMessagesCount":
3522
- suggest = "max_messages_count"
3866
+ if key == "probeIntervalSeconds":
3867
+ suggest = "probe_interval_seconds"
3868
+ elif key == "probeTimeoutMilliseconds":
3869
+ suggest = "probe_timeout_milliseconds"
3523
3870
 
3524
3871
  if suggest:
3525
- pulumi.log.warn(f"Key '{key}' not found in DaprSubscriptionBulkSubscribeOptionsResponse. Access the value via the '{suggest}' property getter instead.")
3872
+ pulumi.log.warn(f"Key '{key}' not found in DaprResponseAppHealth. Access the value via the '{suggest}' property getter instead.")
3526
3873
 
3527
3874
  def __getitem__(self, key: str) -> Any:
3528
- DaprSubscriptionBulkSubscribeOptionsResponse.__key_warning(key)
3875
+ DaprResponseAppHealth.__key_warning(key)
3529
3876
  return super().__getitem__(key)
3530
3877
 
3531
3878
  def get(self, key: str, default = None) -> Any:
3532
- DaprSubscriptionBulkSubscribeOptionsResponse.__key_warning(key)
3879
+ DaprResponseAppHealth.__key_warning(key)
3533
3880
  return super().get(key, default)
3534
3881
 
3535
3882
  def __init__(__self__, *,
3536
3883
  enabled: Optional[builtins.bool] = None,
3537
- max_await_duration_ms: Optional[builtins.int] = None,
3538
- max_messages_count: Optional[builtins.int] = None):
3884
+ path: Optional[builtins.str] = None,
3885
+ probe_interval_seconds: Optional[builtins.int] = None,
3886
+ probe_timeout_milliseconds: Optional[builtins.int] = None,
3887
+ threshold: Optional[builtins.int] = None):
3539
3888
  """
3540
- Dapr PubSub Bulk Subscription Options.
3541
- :param builtins.bool enabled: Enable bulk subscription
3542
- :param builtins.int max_await_duration_ms: Maximum duration in milliseconds to wait before a bulk message is sent to the app.
3543
- :param builtins.int max_messages_count: Maximum number of messages to deliver in a bulk message.
3889
+ Dapr application health check configuration
3890
+ :param builtins.bool enabled: Boolean indicating if the health probe is enabled
3891
+ :param builtins.str path: Path for the health probe
3892
+ :param builtins.int probe_interval_seconds: Interval for the health probe in seconds
3893
+ :param builtins.int probe_timeout_milliseconds: Timeout for the health probe in milliseconds
3894
+ :param builtins.int threshold: Threshold for the health probe
3544
3895
  """
3545
- if enabled is None:
3546
- enabled = False
3547
3896
  if enabled is not None:
3548
3897
  pulumi.set(__self__, "enabled", enabled)
3549
- if max_await_duration_ms is not None:
3550
- pulumi.set(__self__, "max_await_duration_ms", max_await_duration_ms)
3551
- if max_messages_count is not None:
3552
- pulumi.set(__self__, "max_messages_count", max_messages_count)
3898
+ if path is not None:
3899
+ pulumi.set(__self__, "path", path)
3900
+ if probe_interval_seconds is not None:
3901
+ pulumi.set(__self__, "probe_interval_seconds", probe_interval_seconds)
3902
+ if probe_timeout_milliseconds is not None:
3903
+ pulumi.set(__self__, "probe_timeout_milliseconds", probe_timeout_milliseconds)
3904
+ if threshold is not None:
3905
+ pulumi.set(__self__, "threshold", threshold)
3553
3906
 
3554
3907
  @property
3555
3908
  @pulumi.getter
3556
3909
  def enabled(self) -> Optional[builtins.bool]:
3557
3910
  """
3558
- Enable bulk subscription
3911
+ Boolean indicating if the health probe is enabled
3559
3912
  """
3560
3913
  return pulumi.get(self, "enabled")
3561
3914
 
3562
3915
  @property
3563
- @pulumi.getter(name="maxAwaitDurationMs")
3564
- def max_await_duration_ms(self) -> Optional[builtins.int]:
3916
+ @pulumi.getter
3917
+ def path(self) -> Optional[builtins.str]:
3565
3918
  """
3566
- Maximum duration in milliseconds to wait before a bulk message is sent to the app.
3919
+ Path for the health probe
3567
3920
  """
3568
- return pulumi.get(self, "max_await_duration_ms")
3921
+ return pulumi.get(self, "path")
3569
3922
 
3570
3923
  @property
3571
- @pulumi.getter(name="maxMessagesCount")
3572
- def max_messages_count(self) -> Optional[builtins.int]:
3924
+ @pulumi.getter(name="probeIntervalSeconds")
3925
+ def probe_interval_seconds(self) -> Optional[builtins.int]:
3573
3926
  """
3574
- Maximum number of messages to deliver in a bulk message.
3927
+ Interval for the health probe in seconds
3575
3928
  """
3576
- return pulumi.get(self, "max_messages_count")
3929
+ return pulumi.get(self, "probe_interval_seconds")
3930
+
3931
+ @property
3932
+ @pulumi.getter(name="probeTimeoutMilliseconds")
3933
+ def probe_timeout_milliseconds(self) -> Optional[builtins.int]:
3934
+ """
3935
+ Timeout for the health probe in milliseconds
3936
+ """
3937
+ return pulumi.get(self, "probe_timeout_milliseconds")
3938
+
3939
+ @property
3940
+ @pulumi.getter
3941
+ def threshold(self) -> Optional[builtins.int]:
3942
+ """
3943
+ Threshold for the health probe
3944
+ """
3945
+ return pulumi.get(self, "threshold")
3577
3946
 
3578
3947
 
3579
3948
  @pulumi.output_type
3580
- class DaprSubscriptionRouteRuleResponse(dict):
3949
+ class DaprSecretResponse(dict):
3950
+ """
3951
+ Dapr component Secret for ListSecrets Action
3952
+ """
3953
+ def __init__(__self__, *,
3954
+ name: builtins.str,
3955
+ value: builtins.str):
3956
+ """
3957
+ Dapr component Secret for ListSecrets Action
3958
+ :param builtins.str name: Secret Name.
3959
+ :param builtins.str value: Secret Value.
3960
+ """
3961
+ pulumi.set(__self__, "name", name)
3962
+ pulumi.set(__self__, "value", value)
3963
+
3964
+ @property
3965
+ @pulumi.getter
3966
+ def name(self) -> builtins.str:
3967
+ """
3968
+ Secret Name.
3969
+ """
3970
+ return pulumi.get(self, "name")
3971
+
3972
+ @property
3973
+ @pulumi.getter
3974
+ def value(self) -> builtins.str:
3975
+ """
3976
+ Secret Value.
3977
+ """
3978
+ return pulumi.get(self, "value")
3979
+
3980
+
3981
+ @pulumi.output_type
3982
+ class DaprServiceBindMetadataResponse(dict):
3983
+ """
3984
+ Dapr component metadata.
3985
+ """
3986
+ def __init__(__self__, *,
3987
+ name: Optional[builtins.str] = None,
3988
+ value: Optional[builtins.str] = None):
3989
+ """
3990
+ Dapr component metadata.
3991
+ :param builtins.str name: Service bind metadata property name.
3992
+ :param builtins.str value: Service bind metadata property value.
3993
+ """
3994
+ if name is not None:
3995
+ pulumi.set(__self__, "name", name)
3996
+ if value is not None:
3997
+ pulumi.set(__self__, "value", value)
3998
+
3999
+ @property
4000
+ @pulumi.getter
4001
+ def name(self) -> Optional[builtins.str]:
4002
+ """
4003
+ Service bind metadata property name.
4004
+ """
4005
+ return pulumi.get(self, "name")
4006
+
4007
+ @property
4008
+ @pulumi.getter
4009
+ def value(self) -> Optional[builtins.str]:
4010
+ """
4011
+ Service bind metadata property value.
4012
+ """
4013
+ return pulumi.get(self, "value")
4014
+
4015
+
4016
+ @pulumi.output_type
4017
+ class DaprSubscriptionBulkSubscribeOptionsResponse(dict):
4018
+ """
4019
+ Dapr PubSub Bulk Subscription Options.
4020
+ """
4021
+ @staticmethod
4022
+ def __key_warning(key: str):
4023
+ suggest = None
4024
+ if key == "maxAwaitDurationMs":
4025
+ suggest = "max_await_duration_ms"
4026
+ elif key == "maxMessagesCount":
4027
+ suggest = "max_messages_count"
4028
+
4029
+ if suggest:
4030
+ pulumi.log.warn(f"Key '{key}' not found in DaprSubscriptionBulkSubscribeOptionsResponse. Access the value via the '{suggest}' property getter instead.")
4031
+
4032
+ def __getitem__(self, key: str) -> Any:
4033
+ DaprSubscriptionBulkSubscribeOptionsResponse.__key_warning(key)
4034
+ return super().__getitem__(key)
4035
+
4036
+ def get(self, key: str, default = None) -> Any:
4037
+ DaprSubscriptionBulkSubscribeOptionsResponse.__key_warning(key)
4038
+ return super().get(key, default)
4039
+
4040
+ def __init__(__self__, *,
4041
+ enabled: Optional[builtins.bool] = None,
4042
+ max_await_duration_ms: Optional[builtins.int] = None,
4043
+ max_messages_count: Optional[builtins.int] = None):
4044
+ """
4045
+ Dapr PubSub Bulk Subscription Options.
4046
+ :param builtins.bool enabled: Enable bulk subscription
4047
+ :param builtins.int max_await_duration_ms: Maximum duration in milliseconds to wait before a bulk message is sent to the app.
4048
+ :param builtins.int max_messages_count: Maximum number of messages to deliver in a bulk message.
4049
+ """
4050
+ if enabled is None:
4051
+ enabled = False
4052
+ if enabled is not None:
4053
+ pulumi.set(__self__, "enabled", enabled)
4054
+ if max_await_duration_ms is not None:
4055
+ pulumi.set(__self__, "max_await_duration_ms", max_await_duration_ms)
4056
+ if max_messages_count is not None:
4057
+ pulumi.set(__self__, "max_messages_count", max_messages_count)
4058
+
4059
+ @property
4060
+ @pulumi.getter
4061
+ def enabled(self) -> Optional[builtins.bool]:
4062
+ """
4063
+ Enable bulk subscription
4064
+ """
4065
+ return pulumi.get(self, "enabled")
4066
+
4067
+ @property
4068
+ @pulumi.getter(name="maxAwaitDurationMs")
4069
+ def max_await_duration_ms(self) -> Optional[builtins.int]:
4070
+ """
4071
+ Maximum duration in milliseconds to wait before a bulk message is sent to the app.
4072
+ """
4073
+ return pulumi.get(self, "max_await_duration_ms")
4074
+
4075
+ @property
4076
+ @pulumi.getter(name="maxMessagesCount")
4077
+ def max_messages_count(self) -> Optional[builtins.int]:
4078
+ """
4079
+ Maximum number of messages to deliver in a bulk message.
4080
+ """
4081
+ return pulumi.get(self, "max_messages_count")
4082
+
4083
+
4084
+ @pulumi.output_type
4085
+ class DaprSubscriptionRouteRuleResponse(dict):
3581
4086
  """
3582
4087
  Dapr Pubsub Event Subscription Route Rule is used to specify the condition for sending a message to a specific path.
3583
4088
  """
@@ -3646,6 +4151,41 @@ class DaprSubscriptionRoutesResponse(dict):
3646
4151
  return pulumi.get(self, "rules")
3647
4152
 
3648
4153
 
4154
+ @pulumi.output_type
4155
+ class DataDogConfigurationResponse(dict):
4156
+ """
4157
+ Configuration of datadog
4158
+ """
4159
+ def __init__(__self__, *,
4160
+ key: Optional[builtins.str] = None,
4161
+ site: Optional[builtins.str] = None):
4162
+ """
4163
+ Configuration of datadog
4164
+ :param builtins.str key: The data dog api key
4165
+ :param builtins.str site: The data dog site
4166
+ """
4167
+ if key is not None:
4168
+ pulumi.set(__self__, "key", key)
4169
+ if site is not None:
4170
+ pulumi.set(__self__, "site", site)
4171
+
4172
+ @property
4173
+ @pulumi.getter
4174
+ def key(self) -> Optional[builtins.str]:
4175
+ """
4176
+ The data dog api key
4177
+ """
4178
+ return pulumi.get(self, "key")
4179
+
4180
+ @property
4181
+ @pulumi.getter
4182
+ def site(self) -> Optional[builtins.str]:
4183
+ """
4184
+ The data dog site
4185
+ """
4186
+ return pulumi.get(self, "site")
4187
+
4188
+
3649
4189
  @pulumi.output_type
3650
4190
  class DefaultAuthorizationPolicyResponse(dict):
3651
4191
  """
@@ -3700,6 +4240,175 @@ class DefaultAuthorizationPolicyResponse(dict):
3700
4240
  return pulumi.get(self, "allowed_principals")
3701
4241
 
3702
4242
 
4243
+ @pulumi.output_type
4244
+ class DestinationsConfigurationResponse(dict):
4245
+ """
4246
+ Configuration of Open Telemetry destinations
4247
+ """
4248
+ @staticmethod
4249
+ def __key_warning(key: str):
4250
+ suggest = None
4251
+ if key == "dataDogConfiguration":
4252
+ suggest = "data_dog_configuration"
4253
+ elif key == "otlpConfigurations":
4254
+ suggest = "otlp_configurations"
4255
+
4256
+ if suggest:
4257
+ pulumi.log.warn(f"Key '{key}' not found in DestinationsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
4258
+
4259
+ def __getitem__(self, key: str) -> Any:
4260
+ DestinationsConfigurationResponse.__key_warning(key)
4261
+ return super().__getitem__(key)
4262
+
4263
+ def get(self, key: str, default = None) -> Any:
4264
+ DestinationsConfigurationResponse.__key_warning(key)
4265
+ return super().get(key, default)
4266
+
4267
+ def __init__(__self__, *,
4268
+ data_dog_configuration: Optional['outputs.DataDogConfigurationResponse'] = None,
4269
+ otlp_configurations: Optional[Sequence['outputs.OtlpConfigurationResponse']] = None):
4270
+ """
4271
+ Configuration of Open Telemetry destinations
4272
+ :param 'DataDogConfigurationResponse' data_dog_configuration: Open telemetry datadog destination configuration
4273
+ :param Sequence['OtlpConfigurationResponse'] otlp_configurations: Open telemetry otlp configurations
4274
+ """
4275
+ if data_dog_configuration is not None:
4276
+ pulumi.set(__self__, "data_dog_configuration", data_dog_configuration)
4277
+ if otlp_configurations is not None:
4278
+ pulumi.set(__self__, "otlp_configurations", otlp_configurations)
4279
+
4280
+ @property
4281
+ @pulumi.getter(name="dataDogConfiguration")
4282
+ def data_dog_configuration(self) -> Optional['outputs.DataDogConfigurationResponse']:
4283
+ """
4284
+ Open telemetry datadog destination configuration
4285
+ """
4286
+ return pulumi.get(self, "data_dog_configuration")
4287
+
4288
+ @property
4289
+ @pulumi.getter(name="otlpConfigurations")
4290
+ def otlp_configurations(self) -> Optional[Sequence['outputs.OtlpConfigurationResponse']]:
4291
+ """
4292
+ Open telemetry otlp configurations
4293
+ """
4294
+ return pulumi.get(self, "otlp_configurations")
4295
+
4296
+
4297
+ @pulumi.output_type
4298
+ class DiskEncryptionConfigurationResponse(dict):
4299
+ """
4300
+ Configuration properties for disk encryption
4301
+ """
4302
+ @staticmethod
4303
+ def __key_warning(key: str):
4304
+ suggest = None
4305
+ if key == "keyVaultConfiguration":
4306
+ suggest = "key_vault_configuration"
4307
+
4308
+ if suggest:
4309
+ pulumi.log.warn(f"Key '{key}' not found in DiskEncryptionConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
4310
+
4311
+ def __getitem__(self, key: str) -> Any:
4312
+ DiskEncryptionConfigurationResponse.__key_warning(key)
4313
+ return super().__getitem__(key)
4314
+
4315
+ def get(self, key: str, default = None) -> Any:
4316
+ DiskEncryptionConfigurationResponse.__key_warning(key)
4317
+ return super().get(key, default)
4318
+
4319
+ def __init__(__self__, *,
4320
+ key_vault_configuration: Optional['outputs.DiskEncryptionConfigurationResponseKeyVaultConfiguration'] = None):
4321
+ """
4322
+ Configuration properties for disk encryption
4323
+ :param 'DiskEncryptionConfigurationResponseKeyVaultConfiguration' key_vault_configuration: The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
4324
+ """
4325
+ if key_vault_configuration is not None:
4326
+ pulumi.set(__self__, "key_vault_configuration", key_vault_configuration)
4327
+
4328
+ @property
4329
+ @pulumi.getter(name="keyVaultConfiguration")
4330
+ def key_vault_configuration(self) -> Optional['outputs.DiskEncryptionConfigurationResponseKeyVaultConfiguration']:
4331
+ """
4332
+ The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
4333
+ """
4334
+ return pulumi.get(self, "key_vault_configuration")
4335
+
4336
+
4337
+ @pulumi.output_type
4338
+ class DiskEncryptionConfigurationResponseAuth(dict):
4339
+ """
4340
+ Configuration properties for the authentication to the Key Vault
4341
+ """
4342
+ def __init__(__self__, *,
4343
+ identity: Optional[builtins.str] = None):
4344
+ """
4345
+ Configuration properties for the authentication to the Key Vault
4346
+ :param builtins.str identity: Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
4347
+ """
4348
+ if identity is not None:
4349
+ pulumi.set(__self__, "identity", identity)
4350
+
4351
+ @property
4352
+ @pulumi.getter
4353
+ def identity(self) -> Optional[builtins.str]:
4354
+ """
4355
+ Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
4356
+ """
4357
+ return pulumi.get(self, "identity")
4358
+
4359
+
4360
+ @pulumi.output_type
4361
+ class DiskEncryptionConfigurationResponseKeyVaultConfiguration(dict):
4362
+ """
4363
+ The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
4364
+ """
4365
+ @staticmethod
4366
+ def __key_warning(key: str):
4367
+ suggest = None
4368
+ if key == "keyUrl":
4369
+ suggest = "key_url"
4370
+
4371
+ if suggest:
4372
+ pulumi.log.warn(f"Key '{key}' not found in DiskEncryptionConfigurationResponseKeyVaultConfiguration. Access the value via the '{suggest}' property getter instead.")
4373
+
4374
+ def __getitem__(self, key: str) -> Any:
4375
+ DiskEncryptionConfigurationResponseKeyVaultConfiguration.__key_warning(key)
4376
+ return super().__getitem__(key)
4377
+
4378
+ def get(self, key: str, default = None) -> Any:
4379
+ DiskEncryptionConfigurationResponseKeyVaultConfiguration.__key_warning(key)
4380
+ return super().get(key, default)
4381
+
4382
+ def __init__(__self__, *,
4383
+ auth: Optional['outputs.DiskEncryptionConfigurationResponseAuth'] = None,
4384
+ key_url: Optional[builtins.str] = None):
4385
+ """
4386
+ The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
4387
+ :param 'DiskEncryptionConfigurationResponseAuth' auth: Configuration properties for the authentication to the Key Vault
4388
+ :param builtins.str key_url: Key URL pointing to a key in KeyVault. Version segment of the Url is required.
4389
+ """
4390
+ if auth is not None:
4391
+ pulumi.set(__self__, "auth", auth)
4392
+ if key_url is not None:
4393
+ pulumi.set(__self__, "key_url", key_url)
4394
+
4395
+ @property
4396
+ @pulumi.getter
4397
+ def auth(self) -> Optional['outputs.DiskEncryptionConfigurationResponseAuth']:
4398
+ """
4399
+ Configuration properties for the authentication to the Key Vault
4400
+ """
4401
+ return pulumi.get(self, "auth")
4402
+
4403
+ @property
4404
+ @pulumi.getter(name="keyUrl")
4405
+ def key_url(self) -> Optional[builtins.str]:
4406
+ """
4407
+ Key URL pointing to a key in KeyVault. Version segment of the Url is required.
4408
+ """
4409
+ return pulumi.get(self, "key_url")
4410
+
4411
+
3703
4412
  @pulumi.output_type
3704
4413
  class DotNetComponentConfigurationPropertyResponse(dict):
3705
4414
  """
@@ -4336,8 +5045,12 @@ class GithubActionConfigurationResponse(dict):
4336
5045
  suggest = None
4337
5046
  if key == "azureCredentials":
4338
5047
  suggest = "azure_credentials"
5048
+ elif key == "buildEnvironmentVariables":
5049
+ suggest = "build_environment_variables"
4339
5050
  elif key == "contextPath":
4340
5051
  suggest = "context_path"
5052
+ elif key == "dockerfilePath":
5053
+ suggest = "dockerfile_path"
4341
5054
  elif key == "publishType":
4342
5055
  suggest = "publish_type"
4343
5056
  elif key == "registryInfo":
@@ -4360,7 +5073,9 @@ class GithubActionConfigurationResponse(dict):
4360
5073
 
4361
5074
  def __init__(__self__, *,
4362
5075
  azure_credentials: Optional['outputs.AzureCredentialsResponse'] = None,
5076
+ build_environment_variables: Optional[Sequence['outputs.EnvironmentVariableResponse']] = None,
4363
5077
  context_path: Optional[builtins.str] = None,
5078
+ dockerfile_path: Optional[builtins.str] = None,
4364
5079
  image: Optional[builtins.str] = None,
4365
5080
  os: Optional[builtins.str] = None,
4366
5081
  publish_type: Optional[builtins.str] = None,
@@ -4370,7 +5085,9 @@ class GithubActionConfigurationResponse(dict):
4370
5085
  """
4371
5086
  Configuration properties that define the mutable settings of a Container App SourceControl
4372
5087
  :param 'AzureCredentialsResponse' azure_credentials: AzureCredentials configurations.
5088
+ :param Sequence['EnvironmentVariableResponse'] build_environment_variables: List of environment variables to be passed to the build.
4373
5089
  :param builtins.str context_path: Context path
5090
+ :param builtins.str dockerfile_path: Dockerfile path
4374
5091
  :param builtins.str image: Image name
4375
5092
  :param builtins.str os: Operation system
4376
5093
  :param builtins.str publish_type: Code or Image
@@ -4380,8 +5097,12 @@ class GithubActionConfigurationResponse(dict):
4380
5097
  """
4381
5098
  if azure_credentials is not None:
4382
5099
  pulumi.set(__self__, "azure_credentials", azure_credentials)
5100
+ if build_environment_variables is not None:
5101
+ pulumi.set(__self__, "build_environment_variables", build_environment_variables)
4383
5102
  if context_path is not None:
4384
5103
  pulumi.set(__self__, "context_path", context_path)
5104
+ if dockerfile_path is not None:
5105
+ pulumi.set(__self__, "dockerfile_path", dockerfile_path)
4385
5106
  if image is not None:
4386
5107
  pulumi.set(__self__, "image", image)
4387
5108
  if os is not None:
@@ -4403,6 +5124,14 @@ class GithubActionConfigurationResponse(dict):
4403
5124
  """
4404
5125
  return pulumi.get(self, "azure_credentials")
4405
5126
 
5127
+ @property
5128
+ @pulumi.getter(name="buildEnvironmentVariables")
5129
+ def build_environment_variables(self) -> Optional[Sequence['outputs.EnvironmentVariableResponse']]:
5130
+ """
5131
+ List of environment variables to be passed to the build.
5132
+ """
5133
+ return pulumi.get(self, "build_environment_variables")
5134
+
4406
5135
  @property
4407
5136
  @pulumi.getter(name="contextPath")
4408
5137
  def context_path(self) -> Optional[builtins.str]:
@@ -4412,8 +5141,16 @@ class GithubActionConfigurationResponse(dict):
4412
5141
  return pulumi.get(self, "context_path")
4413
5142
 
4414
5143
  @property
4415
- @pulumi.getter
4416
- def image(self) -> Optional[builtins.str]:
5144
+ @pulumi.getter(name="dockerfilePath")
5145
+ def dockerfile_path(self) -> Optional[builtins.str]:
5146
+ """
5147
+ Dockerfile path
5148
+ """
5149
+ return pulumi.get(self, "dockerfile_path")
5150
+
5151
+ @property
5152
+ @pulumi.getter
5153
+ def image(self) -> Optional[builtins.str]:
4417
5154
  """
4418
5155
  Image name
4419
5156
  """
@@ -4685,6 +5422,41 @@ class HeaderMatchResponse(dict):
4685
5422
  return pulumi.get(self, "suffix_match")
4686
5423
 
4687
5424
 
5425
+ @pulumi.output_type
5426
+ class HeaderResponse(dict):
5427
+ """
5428
+ Header of otlp configuration
5429
+ """
5430
+ def __init__(__self__, *,
5431
+ key: Optional[builtins.str] = None,
5432
+ value: Optional[builtins.str] = None):
5433
+ """
5434
+ Header of otlp configuration
5435
+ :param builtins.str key: The key of otlp configuration header
5436
+ :param builtins.str value: The value of otlp configuration header
5437
+ """
5438
+ if key is not None:
5439
+ pulumi.set(__self__, "key", key)
5440
+ if value is not None:
5441
+ pulumi.set(__self__, "value", value)
5442
+
5443
+ @property
5444
+ @pulumi.getter
5445
+ def key(self) -> Optional[builtins.str]:
5446
+ """
5447
+ The key of otlp configuration header
5448
+ """
5449
+ return pulumi.get(self, "key")
5450
+
5451
+ @property
5452
+ @pulumi.getter
5453
+ def value(self) -> Optional[builtins.str]:
5454
+ """
5455
+ The value of otlp configuration header
5456
+ """
5457
+ return pulumi.get(self, "value")
5458
+
5459
+
4688
5460
  @pulumi.output_type
4689
5461
  class HttpConnectionPoolResponse(dict):
4690
5462
  """
@@ -5626,6 +6398,154 @@ class IdentitySettingsResponse(dict):
5626
6398
  return pulumi.get(self, "lifecycle")
5627
6399
 
5628
6400
 
6401
+ @pulumi.output_type
6402
+ class IngressConfigurationResponse(dict):
6403
+ """
6404
+ Settings for the ingress component, including workload profile, scaling, and connection handling.
6405
+ """
6406
+ @staticmethod
6407
+ def __key_warning(key: str):
6408
+ suggest = None
6409
+ if key == "headerCountLimit":
6410
+ suggest = "header_count_limit"
6411
+ elif key == "requestIdleTimeout":
6412
+ suggest = "request_idle_timeout"
6413
+ elif key == "terminationGracePeriodSeconds":
6414
+ suggest = "termination_grace_period_seconds"
6415
+ elif key == "workloadProfileName":
6416
+ suggest = "workload_profile_name"
6417
+
6418
+ if suggest:
6419
+ pulumi.log.warn(f"Key '{key}' not found in IngressConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
6420
+
6421
+ def __getitem__(self, key: str) -> Any:
6422
+ IngressConfigurationResponse.__key_warning(key)
6423
+ return super().__getitem__(key)
6424
+
6425
+ def get(self, key: str, default = None) -> Any:
6426
+ IngressConfigurationResponse.__key_warning(key)
6427
+ return super().get(key, default)
6428
+
6429
+ def __init__(__self__, *,
6430
+ header_count_limit: Optional[builtins.int] = None,
6431
+ request_idle_timeout: Optional[builtins.int] = None,
6432
+ scale: Optional['outputs.IngressConfigurationResponseScale'] = None,
6433
+ termination_grace_period_seconds: Optional[builtins.int] = None,
6434
+ workload_profile_name: Optional[builtins.str] = None):
6435
+ """
6436
+ Settings for the ingress component, including workload profile, scaling, and connection handling.
6437
+ :param builtins.int header_count_limit: Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
6438
+ :param builtins.int request_idle_timeout: Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
6439
+ :param 'IngressConfigurationResponseScale' scale: Scaling configuration for the ingress component. Required.
6440
+ :param builtins.int termination_grace_period_seconds: Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
6441
+ :param builtins.str workload_profile_name: Name of the workload profile used by the ingress component. Required.
6442
+ """
6443
+ if header_count_limit is not None:
6444
+ pulumi.set(__self__, "header_count_limit", header_count_limit)
6445
+ if request_idle_timeout is not None:
6446
+ pulumi.set(__self__, "request_idle_timeout", request_idle_timeout)
6447
+ if scale is not None:
6448
+ pulumi.set(__self__, "scale", scale)
6449
+ if termination_grace_period_seconds is not None:
6450
+ pulumi.set(__self__, "termination_grace_period_seconds", termination_grace_period_seconds)
6451
+ if workload_profile_name is not None:
6452
+ pulumi.set(__self__, "workload_profile_name", workload_profile_name)
6453
+
6454
+ @property
6455
+ @pulumi.getter(name="headerCountLimit")
6456
+ def header_count_limit(self) -> Optional[builtins.int]:
6457
+ """
6458
+ Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
6459
+ """
6460
+ return pulumi.get(self, "header_count_limit")
6461
+
6462
+ @property
6463
+ @pulumi.getter(name="requestIdleTimeout")
6464
+ def request_idle_timeout(self) -> Optional[builtins.int]:
6465
+ """
6466
+ Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
6467
+ """
6468
+ return pulumi.get(self, "request_idle_timeout")
6469
+
6470
+ @property
6471
+ @pulumi.getter
6472
+ def scale(self) -> Optional['outputs.IngressConfigurationResponseScale']:
6473
+ """
6474
+ Scaling configuration for the ingress component. Required.
6475
+ """
6476
+ return pulumi.get(self, "scale")
6477
+
6478
+ @property
6479
+ @pulumi.getter(name="terminationGracePeriodSeconds")
6480
+ def termination_grace_period_seconds(self) -> Optional[builtins.int]:
6481
+ """
6482
+ Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
6483
+ """
6484
+ return pulumi.get(self, "termination_grace_period_seconds")
6485
+
6486
+ @property
6487
+ @pulumi.getter(name="workloadProfileName")
6488
+ def workload_profile_name(self) -> Optional[builtins.str]:
6489
+ """
6490
+ Name of the workload profile used by the ingress component. Required.
6491
+ """
6492
+ return pulumi.get(self, "workload_profile_name")
6493
+
6494
+
6495
+ @pulumi.output_type
6496
+ class IngressConfigurationResponseScale(dict):
6497
+ """
6498
+ Scaling configuration for the ingress component. Required.
6499
+ """
6500
+ @staticmethod
6501
+ def __key_warning(key: str):
6502
+ suggest = None
6503
+ if key == "maxReplicas":
6504
+ suggest = "max_replicas"
6505
+ elif key == "minReplicas":
6506
+ suggest = "min_replicas"
6507
+
6508
+ if suggest:
6509
+ pulumi.log.warn(f"Key '{key}' not found in IngressConfigurationResponseScale. Access the value via the '{suggest}' property getter instead.")
6510
+
6511
+ def __getitem__(self, key: str) -> Any:
6512
+ IngressConfigurationResponseScale.__key_warning(key)
6513
+ return super().__getitem__(key)
6514
+
6515
+ def get(self, key: str, default = None) -> Any:
6516
+ IngressConfigurationResponseScale.__key_warning(key)
6517
+ return super().get(key, default)
6518
+
6519
+ def __init__(__self__, *,
6520
+ max_replicas: Optional[builtins.int] = None,
6521
+ min_replicas: Optional[builtins.int] = None):
6522
+ """
6523
+ Scaling configuration for the ingress component. Required.
6524
+ :param builtins.int max_replicas: Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
6525
+ :param builtins.int min_replicas: Minimum number of ingress replicas. Must be at least 2. Required.
6526
+ """
6527
+ if max_replicas is not None:
6528
+ pulumi.set(__self__, "max_replicas", max_replicas)
6529
+ if min_replicas is not None:
6530
+ pulumi.set(__self__, "min_replicas", min_replicas)
6531
+
6532
+ @property
6533
+ @pulumi.getter(name="maxReplicas")
6534
+ def max_replicas(self) -> Optional[builtins.int]:
6535
+ """
6536
+ Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
6537
+ """
6538
+ return pulumi.get(self, "max_replicas")
6539
+
6540
+ @property
6541
+ @pulumi.getter(name="minReplicas")
6542
+ def min_replicas(self) -> Optional[builtins.int]:
6543
+ """
6544
+ Minimum number of ingress replicas. Must be at least 2. Required.
6545
+ """
6546
+ return pulumi.get(self, "min_replicas")
6547
+
6548
+
5629
6549
  @pulumi.output_type
5630
6550
  class IngressPortMappingResponse(dict):
5631
6551
  """
@@ -5716,6 +6636,8 @@ class IngressResponse(dict):
5716
6636
  suggest = "sticky_sessions"
5717
6637
  elif key == "targetPort":
5718
6638
  suggest = "target_port"
6639
+ elif key == "targetPortHttpScheme":
6640
+ suggest = "target_port_http_scheme"
5719
6641
 
5720
6642
  if suggest:
5721
6643
  pulumi.log.warn(f"Key '{key}' not found in IngressResponse. Access the value via the '{suggest}' property getter instead.")
@@ -5740,6 +6662,7 @@ class IngressResponse(dict):
5740
6662
  ip_security_restrictions: Optional[Sequence['outputs.IpSecurityRestrictionRuleResponse']] = None,
5741
6663
  sticky_sessions: Optional['outputs.IngressResponseStickySessions'] = None,
5742
6664
  target_port: Optional[builtins.int] = None,
6665
+ target_port_http_scheme: Optional[builtins.str] = None,
5743
6666
  traffic: Optional[Sequence['outputs.TrafficWeightResponse']] = None,
5744
6667
  transport: Optional[builtins.str] = None):
5745
6668
  """
@@ -5755,6 +6678,7 @@ class IngressResponse(dict):
5755
6678
  :param Sequence['IpSecurityRestrictionRuleResponse'] ip_security_restrictions: Rules to restrict incoming IP address.
5756
6679
  :param 'IngressResponseStickySessions' sticky_sessions: Sticky Sessions for Single Revision Mode
5757
6680
  :param builtins.int target_port: Target Port in containers for traffic from ingress
6681
+ :param builtins.str target_port_http_scheme: Whether an http app listens on http or https
5758
6682
  :param Sequence['TrafficWeightResponse'] traffic: Traffic weights for app's revisions
5759
6683
  :param builtins.str transport: Ingress transport protocol
5760
6684
  """
@@ -5783,6 +6707,8 @@ class IngressResponse(dict):
5783
6707
  pulumi.set(__self__, "sticky_sessions", sticky_sessions)
5784
6708
  if target_port is not None:
5785
6709
  pulumi.set(__self__, "target_port", target_port)
6710
+ if target_port_http_scheme is not None:
6711
+ pulumi.set(__self__, "target_port_http_scheme", target_port_http_scheme)
5786
6712
  if traffic is not None:
5787
6713
  pulumi.set(__self__, "traffic", traffic)
5788
6714
  if transport is None:
@@ -5878,6 +6804,14 @@ class IngressResponse(dict):
5878
6804
  """
5879
6805
  return pulumi.get(self, "target_port")
5880
6806
 
6807
+ @property
6808
+ @pulumi.getter(name="targetPortHttpScheme")
6809
+ def target_port_http_scheme(self) -> Optional[builtins.str]:
6810
+ """
6811
+ Whether an http app listens on http or https
6812
+ """
6813
+ return pulumi.get(self, "target_port_http_scheme")
6814
+
5881
6815
  @property
5882
6816
  @pulumi.getter
5883
6817
  def traffic(self) -> Optional[Sequence['outputs.TrafficWeightResponse']]:
@@ -5926,7 +6860,9 @@ class InitContainerResponse(dict):
5926
6860
  @staticmethod
5927
6861
  def __key_warning(key: str):
5928
6862
  suggest = None
5929
- if key == "volumeMounts":
6863
+ if key == "imageType":
6864
+ suggest = "image_type"
6865
+ elif key == "volumeMounts":
5930
6866
  suggest = "volume_mounts"
5931
6867
 
5932
6868
  if suggest:
@@ -5945,6 +6881,7 @@ class InitContainerResponse(dict):
5945
6881
  command: Optional[Sequence[builtins.str]] = None,
5946
6882
  env: Optional[Sequence['outputs.EnvironmentVarResponse']] = None,
5947
6883
  image: Optional[builtins.str] = None,
6884
+ image_type: Optional[builtins.str] = None,
5948
6885
  name: Optional[builtins.str] = None,
5949
6886
  resources: Optional['outputs.ContainerResourcesResponse'] = None,
5950
6887
  volume_mounts: Optional[Sequence['outputs.VolumeMountResponse']] = None):
@@ -5954,6 +6891,7 @@ class InitContainerResponse(dict):
5954
6891
  :param Sequence[builtins.str] command: Container start command.
5955
6892
  :param Sequence['EnvironmentVarResponse'] env: Container environment variables.
5956
6893
  :param builtins.str image: Container image tag.
6894
+ :param builtins.str image_type: The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
5957
6895
  :param builtins.str name: Custom container name.
5958
6896
  :param 'ContainerResourcesResponse' resources: Container resource requirements.
5959
6897
  :param Sequence['VolumeMountResponse'] volume_mounts: Container volume mounts.
@@ -5966,6 +6904,8 @@ class InitContainerResponse(dict):
5966
6904
  pulumi.set(__self__, "env", env)
5967
6905
  if image is not None:
5968
6906
  pulumi.set(__self__, "image", image)
6907
+ if image_type is not None:
6908
+ pulumi.set(__self__, "image_type", image_type)
5969
6909
  if name is not None:
5970
6910
  pulumi.set(__self__, "name", name)
5971
6911
  if resources is not None:
@@ -6005,6 +6945,14 @@ class InitContainerResponse(dict):
6005
6945
  """
6006
6946
  return pulumi.get(self, "image")
6007
6947
 
6948
+ @property
6949
+ @pulumi.getter(name="imageType")
6950
+ def image_type(self) -> Optional[builtins.str]:
6951
+ """
6952
+ The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
6953
+ """
6954
+ return pulumi.get(self, "image_type")
6955
+
6008
6956
  @property
6009
6957
  @pulumi.getter
6010
6958
  def name(self) -> Optional[builtins.str]:
@@ -6710,7 +7658,7 @@ class JobScaleRuleResponse(dict):
6710
7658
  """
6711
7659
  Scaling rule.
6712
7660
  :param Sequence['ScaleRuleAuthResponse'] auth: Authentication secrets for the scale rule.
6713
- :param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
7661
+ :param builtins.str identity: The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity.
6714
7662
  :param Any metadata: Metadata properties to describe the scale rule.
6715
7663
  :param builtins.str name: Scale Rule Name
6716
7664
  :param builtins.str type: Type of the scale rule
@@ -6739,7 +7687,7 @@ class JobScaleRuleResponse(dict):
6739
7687
  @pulumi.getter
6740
7688
  def identity(self) -> Optional[builtins.str]:
6741
7689
  """
6742
- The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
7690
+ The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity.
6743
7691
  """
6744
7692
  return pulumi.get(self, "identity")
6745
7693
 
@@ -6987,6 +7935,8 @@ class LogAnalyticsConfigurationResponse(dict):
6987
7935
  suggest = None
6988
7936
  if key == "customerId":
6989
7937
  suggest = "customer_id"
7938
+ elif key == "dynamicJsonColumns":
7939
+ suggest = "dynamic_json_columns"
6990
7940
 
6991
7941
  if suggest:
6992
7942
  pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
@@ -7000,13 +7950,17 @@ class LogAnalyticsConfigurationResponse(dict):
7000
7950
  return super().get(key, default)
7001
7951
 
7002
7952
  def __init__(__self__, *,
7003
- customer_id: Optional[builtins.str] = None):
7953
+ customer_id: Optional[builtins.str] = None,
7954
+ dynamic_json_columns: Optional[builtins.bool] = None):
7004
7955
  """
7005
7956
  Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
7006
7957
  :param builtins.str customer_id: Log analytics customer id
7958
+ :param builtins.bool dynamic_json_columns: Boolean indicating whether to parse json string log into dynamic json columns
7007
7959
  """
7008
7960
  if customer_id is not None:
7009
7961
  pulumi.set(__self__, "customer_id", customer_id)
7962
+ if dynamic_json_columns is not None:
7963
+ pulumi.set(__self__, "dynamic_json_columns", dynamic_json_columns)
7010
7964
 
7011
7965
  @property
7012
7966
  @pulumi.getter(name="customerId")
@@ -7016,6 +7970,47 @@ class LogAnalyticsConfigurationResponse(dict):
7016
7970
  """
7017
7971
  return pulumi.get(self, "customer_id")
7018
7972
 
7973
+ @property
7974
+ @pulumi.getter(name="dynamicJsonColumns")
7975
+ def dynamic_json_columns(self) -> Optional[builtins.bool]:
7976
+ """
7977
+ Boolean indicating whether to parse json string log into dynamic json columns
7978
+ """
7979
+ return pulumi.get(self, "dynamic_json_columns")
7980
+
7981
+
7982
+ @pulumi.output_type
7983
+ class LoggerSettingResponse(dict):
7984
+ """
7985
+ Logger settings for java workloads.
7986
+ """
7987
+ def __init__(__self__, *,
7988
+ level: builtins.str,
7989
+ logger: builtins.str):
7990
+ """
7991
+ Logger settings for java workloads.
7992
+ :param builtins.str level: The specified logger's log level.
7993
+ :param builtins.str logger: Logger name.
7994
+ """
7995
+ pulumi.set(__self__, "level", level)
7996
+ pulumi.set(__self__, "logger", logger)
7997
+
7998
+ @property
7999
+ @pulumi.getter
8000
+ def level(self) -> builtins.str:
8001
+ """
8002
+ The specified logger's log level.
8003
+ """
8004
+ return pulumi.get(self, "level")
8005
+
8006
+ @property
8007
+ @pulumi.getter
8008
+ def logger(self) -> builtins.str:
8009
+ """
8010
+ Logger name.
8011
+ """
8012
+ return pulumi.get(self, "logger")
8013
+
7019
8014
 
7020
8015
  @pulumi.output_type
7021
8016
  class LoginResponse(dict):
@@ -7190,6 +8185,29 @@ class LoginScopesResponse(dict):
7190
8185
  return pulumi.get(self, "scopes")
7191
8186
 
7192
8187
 
8188
+ @pulumi.output_type
8189
+ class LogsConfigurationResponse(dict):
8190
+ """
8191
+ Configuration of Open Telemetry logs
8192
+ """
8193
+ def __init__(__self__, *,
8194
+ destinations: Optional[Sequence[builtins.str]] = None):
8195
+ """
8196
+ Configuration of Open Telemetry logs
8197
+ :param Sequence[builtins.str] destinations: Open telemetry logs destinations
8198
+ """
8199
+ if destinations is not None:
8200
+ pulumi.set(__self__, "destinations", destinations)
8201
+
8202
+ @property
8203
+ @pulumi.getter
8204
+ def destinations(self) -> Optional[Sequence[builtins.str]]:
8205
+ """
8206
+ Open telemetry logs destinations
8207
+ """
8208
+ return pulumi.get(self, "destinations")
8209
+
8210
+
7193
8211
  @pulumi.output_type
7194
8212
  class ManagedCertificateResponseProperties(dict):
7195
8213
  """
@@ -7517,6 +8535,58 @@ class ManagedServiceIdentityResponse(dict):
7517
8535
  return pulumi.get(self, "user_assigned_identities")
7518
8536
 
7519
8537
 
8538
+ @pulumi.output_type
8539
+ class MetricsConfigurationResponse(dict):
8540
+ """
8541
+ Configuration of Open Telemetry metrics
8542
+ """
8543
+ @staticmethod
8544
+ def __key_warning(key: str):
8545
+ suggest = None
8546
+ if key == "includeKeda":
8547
+ suggest = "include_keda"
8548
+
8549
+ if suggest:
8550
+ pulumi.log.warn(f"Key '{key}' not found in MetricsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
8551
+
8552
+ def __getitem__(self, key: str) -> Any:
8553
+ MetricsConfigurationResponse.__key_warning(key)
8554
+ return super().__getitem__(key)
8555
+
8556
+ def get(self, key: str, default = None) -> Any:
8557
+ MetricsConfigurationResponse.__key_warning(key)
8558
+ return super().get(key, default)
8559
+
8560
+ def __init__(__self__, *,
8561
+ destinations: Optional[Sequence[builtins.str]] = None,
8562
+ include_keda: Optional[builtins.bool] = None):
8563
+ """
8564
+ Configuration of Open Telemetry metrics
8565
+ :param Sequence[builtins.str] destinations: Open telemetry metrics destinations
8566
+ :param builtins.bool include_keda: Boolean indicating if including keda metrics
8567
+ """
8568
+ if destinations is not None:
8569
+ pulumi.set(__self__, "destinations", destinations)
8570
+ if include_keda is not None:
8571
+ pulumi.set(__self__, "include_keda", include_keda)
8572
+
8573
+ @property
8574
+ @pulumi.getter
8575
+ def destinations(self) -> Optional[Sequence[builtins.str]]:
8576
+ """
8577
+ Open telemetry metrics destinations
8578
+ """
8579
+ return pulumi.get(self, "destinations")
8580
+
8581
+ @property
8582
+ @pulumi.getter(name="includeKeda")
8583
+ def include_keda(self) -> Optional[builtins.bool]:
8584
+ """
8585
+ Boolean indicating if including keda metrics
8586
+ """
8587
+ return pulumi.get(self, "include_keda")
8588
+
8589
+
7520
8590
  @pulumi.output_type
7521
8591
  class MtlsResponse(dict):
7522
8592
  """
@@ -7541,59 +8611,163 @@ class MtlsResponse(dict):
7541
8611
 
7542
8612
 
7543
8613
  @pulumi.output_type
7544
- class NfsAzureFilePropertiesResponse(dict):
8614
+ class NacosComponentResponse(dict):
7545
8615
  """
7546
- NFS Azure File Properties.
8616
+ Nacos properties.
7547
8617
  """
7548
8618
  @staticmethod
7549
8619
  def __key_warning(key: str):
7550
8620
  suggest = None
7551
- if key == "accessMode":
7552
- suggest = "access_mode"
7553
- elif key == "shareName":
7554
- suggest = "share_name"
8621
+ if key == "componentType":
8622
+ suggest = "component_type"
8623
+ elif key == "provisioningState":
8624
+ suggest = "provisioning_state"
8625
+ elif key == "serviceBinds":
8626
+ suggest = "service_binds"
7555
8627
 
7556
8628
  if suggest:
7557
- pulumi.log.warn(f"Key '{key}' not found in NfsAzureFilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
8629
+ pulumi.log.warn(f"Key '{key}' not found in NacosComponentResponse. Access the value via the '{suggest}' property getter instead.")
7558
8630
 
7559
8631
  def __getitem__(self, key: str) -> Any:
7560
- NfsAzureFilePropertiesResponse.__key_warning(key)
8632
+ NacosComponentResponse.__key_warning(key)
7561
8633
  return super().__getitem__(key)
7562
8634
 
7563
8635
  def get(self, key: str, default = None) -> Any:
7564
- NfsAzureFilePropertiesResponse.__key_warning(key)
8636
+ NacosComponentResponse.__key_warning(key)
7565
8637
  return super().get(key, default)
7566
8638
 
7567
8639
  def __init__(__self__, *,
7568
- access_mode: Optional[builtins.str] = None,
7569
- server: Optional[builtins.str] = None,
7570
- share_name: Optional[builtins.str] = None):
8640
+ component_type: builtins.str,
8641
+ provisioning_state: builtins.str,
8642
+ configurations: Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']] = None,
8643
+ ingress: Optional['outputs.JavaComponentIngressResponse'] = None,
8644
+ scale: Optional['outputs.JavaComponentPropertiesResponseScale'] = None,
8645
+ service_binds: Optional[Sequence['outputs.JavaComponentServiceBindResponse']] = None):
7571
8646
  """
7572
- NFS Azure File Properties.
7573
- :param builtins.str access_mode: Access mode for storage
7574
- :param builtins.str server: Server for NFS azure file. Specify the Azure storage account server address.
7575
- :param builtins.str share_name: NFS Azure file share name.
8647
+ Nacos properties.
8648
+ :param builtins.str component_type: Type of the Java Component.
8649
+ Expected value is 'Nacos'.
8650
+ :param builtins.str provisioning_state: Provisioning state of the Java Component.
8651
+ :param Sequence['JavaComponentConfigurationPropertyResponse'] configurations: List of Java Components configuration properties
8652
+ :param 'JavaComponentIngressResponse' ingress: Java Component Ingress configurations.
8653
+ :param 'JavaComponentPropertiesResponseScale' scale: Java component scaling configurations
8654
+ :param Sequence['JavaComponentServiceBindResponse'] service_binds: List of Java Components that are bound to the Java component
7576
8655
  """
7577
- if access_mode is not None:
7578
- pulumi.set(__self__, "access_mode", access_mode)
7579
- if server is not None:
7580
- pulumi.set(__self__, "server", server)
7581
- if share_name is not None:
7582
- pulumi.set(__self__, "share_name", share_name)
8656
+ pulumi.set(__self__, "component_type", 'Nacos')
8657
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
8658
+ if configurations is not None:
8659
+ pulumi.set(__self__, "configurations", configurations)
8660
+ if ingress is not None:
8661
+ pulumi.set(__self__, "ingress", ingress)
8662
+ if scale is not None:
8663
+ pulumi.set(__self__, "scale", scale)
8664
+ if service_binds is not None:
8665
+ pulumi.set(__self__, "service_binds", service_binds)
7583
8666
 
7584
8667
  @property
7585
- @pulumi.getter(name="accessMode")
7586
- def access_mode(self) -> Optional[builtins.str]:
8668
+ @pulumi.getter(name="componentType")
8669
+ def component_type(self) -> builtins.str:
7587
8670
  """
7588
- Access mode for storage
8671
+ Type of the Java Component.
8672
+ Expected value is 'Nacos'.
7589
8673
  """
7590
- return pulumi.get(self, "access_mode")
8674
+ return pulumi.get(self, "component_type")
7591
8675
 
7592
8676
  @property
7593
- @pulumi.getter
7594
- def server(self) -> Optional[builtins.str]:
7595
- """
7596
- Server for NFS azure file. Specify the Azure storage account server address.
8677
+ @pulumi.getter(name="provisioningState")
8678
+ def provisioning_state(self) -> builtins.str:
8679
+ """
8680
+ Provisioning state of the Java Component.
8681
+ """
8682
+ return pulumi.get(self, "provisioning_state")
8683
+
8684
+ @property
8685
+ @pulumi.getter
8686
+ def configurations(self) -> Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']]:
8687
+ """
8688
+ List of Java Components configuration properties
8689
+ """
8690
+ return pulumi.get(self, "configurations")
8691
+
8692
+ @property
8693
+ @pulumi.getter
8694
+ def ingress(self) -> Optional['outputs.JavaComponentIngressResponse']:
8695
+ """
8696
+ Java Component Ingress configurations.
8697
+ """
8698
+ return pulumi.get(self, "ingress")
8699
+
8700
+ @property
8701
+ @pulumi.getter
8702
+ def scale(self) -> Optional['outputs.JavaComponentPropertiesResponseScale']:
8703
+ """
8704
+ Java component scaling configurations
8705
+ """
8706
+ return pulumi.get(self, "scale")
8707
+
8708
+ @property
8709
+ @pulumi.getter(name="serviceBinds")
8710
+ def service_binds(self) -> Optional[Sequence['outputs.JavaComponentServiceBindResponse']]:
8711
+ """
8712
+ List of Java Components that are bound to the Java component
8713
+ """
8714
+ return pulumi.get(self, "service_binds")
8715
+
8716
+
8717
+ @pulumi.output_type
8718
+ class NfsAzureFilePropertiesResponse(dict):
8719
+ """
8720
+ NFS Azure File Properties.
8721
+ """
8722
+ @staticmethod
8723
+ def __key_warning(key: str):
8724
+ suggest = None
8725
+ if key == "accessMode":
8726
+ suggest = "access_mode"
8727
+ elif key == "shareName":
8728
+ suggest = "share_name"
8729
+
8730
+ if suggest:
8731
+ pulumi.log.warn(f"Key '{key}' not found in NfsAzureFilePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
8732
+
8733
+ def __getitem__(self, key: str) -> Any:
8734
+ NfsAzureFilePropertiesResponse.__key_warning(key)
8735
+ return super().__getitem__(key)
8736
+
8737
+ def get(self, key: str, default = None) -> Any:
8738
+ NfsAzureFilePropertiesResponse.__key_warning(key)
8739
+ return super().get(key, default)
8740
+
8741
+ def __init__(__self__, *,
8742
+ access_mode: Optional[builtins.str] = None,
8743
+ server: Optional[builtins.str] = None,
8744
+ share_name: Optional[builtins.str] = None):
8745
+ """
8746
+ NFS Azure File Properties.
8747
+ :param builtins.str access_mode: Access mode for storage
8748
+ :param builtins.str server: Server for NFS azure file.
8749
+ :param builtins.str share_name: NFS Azure file share name.
8750
+ """
8751
+ if access_mode is not None:
8752
+ pulumi.set(__self__, "access_mode", access_mode)
8753
+ if server is not None:
8754
+ pulumi.set(__self__, "server", server)
8755
+ if share_name is not None:
8756
+ pulumi.set(__self__, "share_name", share_name)
8757
+
8758
+ @property
8759
+ @pulumi.getter(name="accessMode")
8760
+ def access_mode(self) -> Optional[builtins.str]:
8761
+ """
8762
+ Access mode for storage
8763
+ """
8764
+ return pulumi.get(self, "access_mode")
8765
+
8766
+ @property
8767
+ @pulumi.getter
8768
+ def server(self) -> Optional[builtins.str]:
8769
+ """
8770
+ Server for NFS azure file.
7597
8771
  """
7598
8772
  return pulumi.get(self, "server")
7599
8773
 
@@ -7926,6 +9100,147 @@ class OpenIdConnectRegistrationResponse(dict):
7926
9100
  return pulumi.get(self, "open_id_connect_configuration")
7927
9101
 
7928
9102
 
9103
+ @pulumi.output_type
9104
+ class OpenTelemetryConfigurationResponse(dict):
9105
+ """
9106
+ Configuration of Open Telemetry
9107
+ """
9108
+ @staticmethod
9109
+ def __key_warning(key: str):
9110
+ suggest = None
9111
+ if key == "destinationsConfiguration":
9112
+ suggest = "destinations_configuration"
9113
+ elif key == "logsConfiguration":
9114
+ suggest = "logs_configuration"
9115
+ elif key == "metricsConfiguration":
9116
+ suggest = "metrics_configuration"
9117
+ elif key == "tracesConfiguration":
9118
+ suggest = "traces_configuration"
9119
+
9120
+ if suggest:
9121
+ pulumi.log.warn(f"Key '{key}' not found in OpenTelemetryConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
9122
+
9123
+ def __getitem__(self, key: str) -> Any:
9124
+ OpenTelemetryConfigurationResponse.__key_warning(key)
9125
+ return super().__getitem__(key)
9126
+
9127
+ def get(self, key: str, default = None) -> Any:
9128
+ OpenTelemetryConfigurationResponse.__key_warning(key)
9129
+ return super().get(key, default)
9130
+
9131
+ def __init__(__self__, *,
9132
+ destinations_configuration: Optional['outputs.DestinationsConfigurationResponse'] = None,
9133
+ logs_configuration: Optional['outputs.LogsConfigurationResponse'] = None,
9134
+ metrics_configuration: Optional['outputs.MetricsConfigurationResponse'] = None,
9135
+ traces_configuration: Optional['outputs.TracesConfigurationResponse'] = None):
9136
+ """
9137
+ Configuration of Open Telemetry
9138
+ :param 'DestinationsConfigurationResponse' destinations_configuration: Open telemetry destinations configuration
9139
+ :param 'LogsConfigurationResponse' logs_configuration: Open telemetry logs configuration
9140
+ :param 'MetricsConfigurationResponse' metrics_configuration: Open telemetry metrics configuration
9141
+ :param 'TracesConfigurationResponse' traces_configuration: Open telemetry trace configuration
9142
+ """
9143
+ if destinations_configuration is not None:
9144
+ pulumi.set(__self__, "destinations_configuration", destinations_configuration)
9145
+ if logs_configuration is not None:
9146
+ pulumi.set(__self__, "logs_configuration", logs_configuration)
9147
+ if metrics_configuration is not None:
9148
+ pulumi.set(__self__, "metrics_configuration", metrics_configuration)
9149
+ if traces_configuration is not None:
9150
+ pulumi.set(__self__, "traces_configuration", traces_configuration)
9151
+
9152
+ @property
9153
+ @pulumi.getter(name="destinationsConfiguration")
9154
+ def destinations_configuration(self) -> Optional['outputs.DestinationsConfigurationResponse']:
9155
+ """
9156
+ Open telemetry destinations configuration
9157
+ """
9158
+ return pulumi.get(self, "destinations_configuration")
9159
+
9160
+ @property
9161
+ @pulumi.getter(name="logsConfiguration")
9162
+ def logs_configuration(self) -> Optional['outputs.LogsConfigurationResponse']:
9163
+ """
9164
+ Open telemetry logs configuration
9165
+ """
9166
+ return pulumi.get(self, "logs_configuration")
9167
+
9168
+ @property
9169
+ @pulumi.getter(name="metricsConfiguration")
9170
+ def metrics_configuration(self) -> Optional['outputs.MetricsConfigurationResponse']:
9171
+ """
9172
+ Open telemetry metrics configuration
9173
+ """
9174
+ return pulumi.get(self, "metrics_configuration")
9175
+
9176
+ @property
9177
+ @pulumi.getter(name="tracesConfiguration")
9178
+ def traces_configuration(self) -> Optional['outputs.TracesConfigurationResponse']:
9179
+ """
9180
+ Open telemetry trace configuration
9181
+ """
9182
+ return pulumi.get(self, "traces_configuration")
9183
+
9184
+
9185
+ @pulumi.output_type
9186
+ class OtlpConfigurationResponse(dict):
9187
+ """
9188
+ Configuration of otlp
9189
+ """
9190
+ def __init__(__self__, *,
9191
+ endpoint: Optional[builtins.str] = None,
9192
+ headers: Optional[Sequence['outputs.HeaderResponse']] = None,
9193
+ insecure: Optional[builtins.bool] = None,
9194
+ name: Optional[builtins.str] = None):
9195
+ """
9196
+ Configuration of otlp
9197
+ :param builtins.str endpoint: The endpoint of otlp configuration
9198
+ :param Sequence['HeaderResponse'] headers: Headers of otlp configurations
9199
+ :param builtins.bool insecure: Boolean indicating if otlp configuration is insecure
9200
+ :param builtins.str name: The name of otlp configuration
9201
+ """
9202
+ if endpoint is not None:
9203
+ pulumi.set(__self__, "endpoint", endpoint)
9204
+ if headers is not None:
9205
+ pulumi.set(__self__, "headers", headers)
9206
+ if insecure is not None:
9207
+ pulumi.set(__self__, "insecure", insecure)
9208
+ if name is not None:
9209
+ pulumi.set(__self__, "name", name)
9210
+
9211
+ @property
9212
+ @pulumi.getter
9213
+ def endpoint(self) -> Optional[builtins.str]:
9214
+ """
9215
+ The endpoint of otlp configuration
9216
+ """
9217
+ return pulumi.get(self, "endpoint")
9218
+
9219
+ @property
9220
+ @pulumi.getter
9221
+ def headers(self) -> Optional[Sequence['outputs.HeaderResponse']]:
9222
+ """
9223
+ Headers of otlp configurations
9224
+ """
9225
+ return pulumi.get(self, "headers")
9226
+
9227
+ @property
9228
+ @pulumi.getter
9229
+ def insecure(self) -> Optional[builtins.bool]:
9230
+ """
9231
+ Boolean indicating if otlp configuration is insecure
9232
+ """
9233
+ return pulumi.get(self, "insecure")
9234
+
9235
+ @property
9236
+ @pulumi.getter
9237
+ def name(self) -> Optional[builtins.str]:
9238
+ """
9239
+ The name of otlp configuration
9240
+ """
9241
+ return pulumi.get(self, "name")
9242
+
9243
+
7929
9244
  @pulumi.output_type
7930
9245
  class PreBuildStepResponse(dict):
7931
9246
  """
@@ -7990,6 +9305,131 @@ class PreBuildStepResponse(dict):
7990
9305
  return pulumi.get(self, "scripts")
7991
9306
 
7992
9307
 
9308
+ @pulumi.output_type
9309
+ class PrivateEndpointConnectionResponse(dict):
9310
+ """
9311
+ The Private Endpoint Connection resource.
9312
+ """
9313
+ @staticmethod
9314
+ def __key_warning(key: str):
9315
+ suggest = None
9316
+ if key == "groupIds":
9317
+ suggest = "group_ids"
9318
+ elif key == "privateLinkServiceConnectionState":
9319
+ suggest = "private_link_service_connection_state"
9320
+ elif key == "provisioningState":
9321
+ suggest = "provisioning_state"
9322
+ elif key == "systemData":
9323
+ suggest = "system_data"
9324
+ elif key == "privateEndpoint":
9325
+ suggest = "private_endpoint"
9326
+
9327
+ if suggest:
9328
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
9329
+
9330
+ def __getitem__(self, key: str) -> Any:
9331
+ PrivateEndpointConnectionResponse.__key_warning(key)
9332
+ return super().__getitem__(key)
9333
+
9334
+ def get(self, key: str, default = None) -> Any:
9335
+ PrivateEndpointConnectionResponse.__key_warning(key)
9336
+ return super().get(key, default)
9337
+
9338
+ def __init__(__self__, *,
9339
+ group_ids: Sequence[builtins.str],
9340
+ id: builtins.str,
9341
+ name: builtins.str,
9342
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
9343
+ provisioning_state: builtins.str,
9344
+ system_data: 'outputs.SystemDataResponse',
9345
+ type: builtins.str,
9346
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
9347
+ """
9348
+ The Private Endpoint Connection resource.
9349
+ :param Sequence[builtins.str] group_ids: The group ids for the private endpoint resource.
9350
+ :param builtins.str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
9351
+ :param builtins.str name: The name of the resource
9352
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
9353
+ :param builtins.str provisioning_state: The provisioning state of the private endpoint connection resource.
9354
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
9355
+ :param builtins.str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
9356
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
9357
+ """
9358
+ pulumi.set(__self__, "group_ids", group_ids)
9359
+ pulumi.set(__self__, "id", id)
9360
+ pulumi.set(__self__, "name", name)
9361
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
9362
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
9363
+ pulumi.set(__self__, "system_data", system_data)
9364
+ pulumi.set(__self__, "type", type)
9365
+ if private_endpoint is not None:
9366
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
9367
+
9368
+ @property
9369
+ @pulumi.getter(name="groupIds")
9370
+ def group_ids(self) -> Sequence[builtins.str]:
9371
+ """
9372
+ The group ids for the private endpoint resource.
9373
+ """
9374
+ return pulumi.get(self, "group_ids")
9375
+
9376
+ @property
9377
+ @pulumi.getter
9378
+ def id(self) -> builtins.str:
9379
+ """
9380
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
9381
+ """
9382
+ return pulumi.get(self, "id")
9383
+
9384
+ @property
9385
+ @pulumi.getter
9386
+ def name(self) -> builtins.str:
9387
+ """
9388
+ The name of the resource
9389
+ """
9390
+ return pulumi.get(self, "name")
9391
+
9392
+ @property
9393
+ @pulumi.getter(name="privateLinkServiceConnectionState")
9394
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
9395
+ """
9396
+ A collection of information about the state of the connection between service consumer and provider.
9397
+ """
9398
+ return pulumi.get(self, "private_link_service_connection_state")
9399
+
9400
+ @property
9401
+ @pulumi.getter(name="provisioningState")
9402
+ def provisioning_state(self) -> builtins.str:
9403
+ """
9404
+ The provisioning state of the private endpoint connection resource.
9405
+ """
9406
+ return pulumi.get(self, "provisioning_state")
9407
+
9408
+ @property
9409
+ @pulumi.getter(name="systemData")
9410
+ def system_data(self) -> 'outputs.SystemDataResponse':
9411
+ """
9412
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
9413
+ """
9414
+ return pulumi.get(self, "system_data")
9415
+
9416
+ @property
9417
+ @pulumi.getter
9418
+ def type(self) -> builtins.str:
9419
+ """
9420
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
9421
+ """
9422
+ return pulumi.get(self, "type")
9423
+
9424
+ @property
9425
+ @pulumi.getter(name="privateEndpoint")
9426
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
9427
+ """
9428
+ The resource of private end point.
9429
+ """
9430
+ return pulumi.get(self, "private_endpoint")
9431
+
9432
+
7993
9433
  @pulumi.output_type
7994
9434
  class PrivateEndpointResponse(dict):
7995
9435
  """
@@ -8304,14 +9744,26 @@ class RuntimeResponse(dict):
8304
9744
  Container App Runtime configuration.
8305
9745
  """
8306
9746
  def __init__(__self__, *,
9747
+ dotnet: Optional['outputs.RuntimeResponseDotnet'] = None,
8307
9748
  java: Optional['outputs.RuntimeResponseJava'] = None):
8308
9749
  """
8309
9750
  Container App Runtime configuration.
9751
+ :param 'RuntimeResponseDotnet' dotnet: .NET app configuration
8310
9752
  :param 'RuntimeResponseJava' java: Java app configuration
8311
9753
  """
9754
+ if dotnet is not None:
9755
+ pulumi.set(__self__, "dotnet", dotnet)
8312
9756
  if java is not None:
8313
9757
  pulumi.set(__self__, "java", java)
8314
9758
 
9759
+ @property
9760
+ @pulumi.getter
9761
+ def dotnet(self) -> Optional['outputs.RuntimeResponseDotnet']:
9762
+ """
9763
+ .NET app configuration
9764
+ """
9765
+ return pulumi.get(self, "dotnet")
9766
+
8315
9767
  @property
8316
9768
  @pulumi.getter
8317
9769
  def java(self) -> Optional['outputs.RuntimeResponseJava']:
@@ -8322,43 +9774,172 @@ class RuntimeResponse(dict):
8322
9774
 
8323
9775
 
8324
9776
  @pulumi.output_type
8325
- class RuntimeResponseJava(dict):
9777
+ class RuntimeResponseDotnet(dict):
8326
9778
  """
8327
- Java app configuration
9779
+ .NET app configuration
8328
9780
  """
8329
9781
  @staticmethod
8330
9782
  def __key_warning(key: str):
8331
9783
  suggest = None
8332
- if key == "enableMetrics":
8333
- suggest = "enable_metrics"
9784
+ if key == "autoConfigureDataProtection":
9785
+ suggest = "auto_configure_data_protection"
8334
9786
 
8335
9787
  if suggest:
8336
- pulumi.log.warn(f"Key '{key}' not found in RuntimeResponseJava. Access the value via the '{suggest}' property getter instead.")
9788
+ pulumi.log.warn(f"Key '{key}' not found in RuntimeResponseDotnet. Access the value via the '{suggest}' property getter instead.")
8337
9789
 
8338
9790
  def __getitem__(self, key: str) -> Any:
8339
- RuntimeResponseJava.__key_warning(key)
9791
+ RuntimeResponseDotnet.__key_warning(key)
8340
9792
  return super().__getitem__(key)
8341
9793
 
8342
9794
  def get(self, key: str, default = None) -> Any:
8343
- RuntimeResponseJava.__key_warning(key)
9795
+ RuntimeResponseDotnet.__key_warning(key)
8344
9796
  return super().get(key, default)
8345
9797
 
8346
9798
  def __init__(__self__, *,
8347
- enable_metrics: Optional[builtins.bool] = None):
9799
+ auto_configure_data_protection: Optional[builtins.bool] = None):
8348
9800
  """
8349
- Java app configuration
8350
- :param builtins.bool enable_metrics: Enable jmx core metrics for the java app
9801
+ .NET app configuration
9802
+ :param builtins.bool auto_configure_data_protection: Auto configure the ASP.NET Core Data Protection feature
8351
9803
  """
8352
- if enable_metrics is not None:
8353
- pulumi.set(__self__, "enable_metrics", enable_metrics)
9804
+ if auto_configure_data_protection is not None:
9805
+ pulumi.set(__self__, "auto_configure_data_protection", auto_configure_data_protection)
8354
9806
 
8355
9807
  @property
8356
- @pulumi.getter(name="enableMetrics")
8357
- def enable_metrics(self) -> Optional[builtins.bool]:
9808
+ @pulumi.getter(name="autoConfigureDataProtection")
9809
+ def auto_configure_data_protection(self) -> Optional[builtins.bool]:
8358
9810
  """
8359
- Enable jmx core metrics for the java app
9811
+ Auto configure the ASP.NET Core Data Protection feature
8360
9812
  """
8361
- return pulumi.get(self, "enable_metrics")
9813
+ return pulumi.get(self, "auto_configure_data_protection")
9814
+
9815
+
9816
+ @pulumi.output_type
9817
+ class RuntimeResponseJava(dict):
9818
+ """
9819
+ Java app configuration
9820
+ """
9821
+ @staticmethod
9822
+ def __key_warning(key: str):
9823
+ suggest = None
9824
+ if key == "enableMetrics":
9825
+ suggest = "enable_metrics"
9826
+ elif key == "javaAgent":
9827
+ suggest = "java_agent"
9828
+
9829
+ if suggest:
9830
+ pulumi.log.warn(f"Key '{key}' not found in RuntimeResponseJava. Access the value via the '{suggest}' property getter instead.")
9831
+
9832
+ def __getitem__(self, key: str) -> Any:
9833
+ RuntimeResponseJava.__key_warning(key)
9834
+ return super().__getitem__(key)
9835
+
9836
+ def get(self, key: str, default = None) -> Any:
9837
+ RuntimeResponseJava.__key_warning(key)
9838
+ return super().get(key, default)
9839
+
9840
+ def __init__(__self__, *,
9841
+ enable_metrics: Optional[builtins.bool] = None,
9842
+ java_agent: Optional['outputs.RuntimeResponseJavaAgent'] = None):
9843
+ """
9844
+ Java app configuration
9845
+ :param builtins.bool enable_metrics: Enable jmx core metrics for the java app
9846
+ :param 'RuntimeResponseJavaAgent' java_agent: Diagnostic capabilities achieved by java agent
9847
+ """
9848
+ if enable_metrics is not None:
9849
+ pulumi.set(__self__, "enable_metrics", enable_metrics)
9850
+ if java_agent is not None:
9851
+ pulumi.set(__self__, "java_agent", java_agent)
9852
+
9853
+ @property
9854
+ @pulumi.getter(name="enableMetrics")
9855
+ def enable_metrics(self) -> Optional[builtins.bool]:
9856
+ """
9857
+ Enable jmx core metrics for the java app
9858
+ """
9859
+ return pulumi.get(self, "enable_metrics")
9860
+
9861
+ @property
9862
+ @pulumi.getter(name="javaAgent")
9863
+ def java_agent(self) -> Optional['outputs.RuntimeResponseJavaAgent']:
9864
+ """
9865
+ Diagnostic capabilities achieved by java agent
9866
+ """
9867
+ return pulumi.get(self, "java_agent")
9868
+
9869
+
9870
+ @pulumi.output_type
9871
+ class RuntimeResponseJavaAgent(dict):
9872
+ """
9873
+ Diagnostic capabilities achieved by java agent
9874
+ """
9875
+ def __init__(__self__, *,
9876
+ enabled: Optional[builtins.bool] = None,
9877
+ logging: Optional['outputs.RuntimeResponseLogging'] = None):
9878
+ """
9879
+ Diagnostic capabilities achieved by java agent
9880
+ :param builtins.bool enabled: Enable java agent injection for the java app.
9881
+ :param 'RuntimeResponseLogging' logging: Capabilities on the java logging scenario.
9882
+ """
9883
+ if enabled is not None:
9884
+ pulumi.set(__self__, "enabled", enabled)
9885
+ if logging is not None:
9886
+ pulumi.set(__self__, "logging", logging)
9887
+
9888
+ @property
9889
+ @pulumi.getter
9890
+ def enabled(self) -> Optional[builtins.bool]:
9891
+ """
9892
+ Enable java agent injection for the java app.
9893
+ """
9894
+ return pulumi.get(self, "enabled")
9895
+
9896
+ @property
9897
+ @pulumi.getter
9898
+ def logging(self) -> Optional['outputs.RuntimeResponseLogging']:
9899
+ """
9900
+ Capabilities on the java logging scenario.
9901
+ """
9902
+ return pulumi.get(self, "logging")
9903
+
9904
+
9905
+ @pulumi.output_type
9906
+ class RuntimeResponseLogging(dict):
9907
+ """
9908
+ Capabilities on the java logging scenario.
9909
+ """
9910
+ @staticmethod
9911
+ def __key_warning(key: str):
9912
+ suggest = None
9913
+ if key == "loggerSettings":
9914
+ suggest = "logger_settings"
9915
+
9916
+ if suggest:
9917
+ pulumi.log.warn(f"Key '{key}' not found in RuntimeResponseLogging. Access the value via the '{suggest}' property getter instead.")
9918
+
9919
+ def __getitem__(self, key: str) -> Any:
9920
+ RuntimeResponseLogging.__key_warning(key)
9921
+ return super().__getitem__(key)
9922
+
9923
+ def get(self, key: str, default = None) -> Any:
9924
+ RuntimeResponseLogging.__key_warning(key)
9925
+ return super().get(key, default)
9926
+
9927
+ def __init__(__self__, *,
9928
+ logger_settings: Optional[Sequence['outputs.LoggerSettingResponse']] = None):
9929
+ """
9930
+ Capabilities on the java logging scenario.
9931
+ :param Sequence['LoggerSettingResponse'] logger_settings: Settings of the logger for the java app.
9932
+ """
9933
+ if logger_settings is not None:
9934
+ pulumi.set(__self__, "logger_settings", logger_settings)
9935
+
9936
+ @property
9937
+ @pulumi.getter(name="loggerSettings")
9938
+ def logger_settings(self) -> Optional[Sequence['outputs.LoggerSettingResponse']]:
9939
+ """
9940
+ Settings of the logger for the java app.
9941
+ """
9942
+ return pulumi.get(self, "logger_settings")
8362
9943
 
8363
9944
 
8364
9945
  @pulumi.output_type
@@ -8451,10 +10032,10 @@ class ScaleResponse(dict):
8451
10032
  rules: Optional[Sequence['outputs.ScaleRuleResponse']] = None):
8452
10033
  """
8453
10034
  Container App scaling configurations.
8454
- :param builtins.int cooldown_period: Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
10035
+ :param builtins.int cooldown_period: Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set.
8455
10036
  :param builtins.int max_replicas: Optional. Maximum number of container replicas. Defaults to 10 if not set.
8456
10037
  :param builtins.int min_replicas: Optional. Minimum number of container replicas.
8457
- :param builtins.int polling_interval: Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
10038
+ :param builtins.int polling_interval: Optional. KEDA Polling Interval. Defaults to 30 seconds if not set.
8458
10039
  :param Sequence['ScaleRuleResponse'] rules: Scaling rules.
8459
10040
  """
8460
10041
  if cooldown_period is not None:
@@ -8474,7 +10055,7 @@ class ScaleResponse(dict):
8474
10055
  @pulumi.getter(name="cooldownPeriod")
8475
10056
  def cooldown_period(self) -> Optional[builtins.int]:
8476
10057
  """
8477
- Optional. KEDA Cooldown Period in seconds. Defaults to 300 seconds if not set.
10058
+ Optional. KEDA Cooldown Period. Defaults to 300 seconds if not set.
8478
10059
  """
8479
10060
  return pulumi.get(self, "cooldown_period")
8480
10061
 
@@ -8498,7 +10079,7 @@ class ScaleResponse(dict):
8498
10079
  @pulumi.getter(name="pollingInterval")
8499
10080
  def polling_interval(self) -> Optional[builtins.int]:
8500
10081
  """
8501
- Optional. KEDA Polling Interval in seconds. Defaults to 30 seconds if not set.
10082
+ Optional. KEDA Polling Interval. Defaults to 30 seconds if not set.
8502
10083
  """
8503
10084
  return pulumi.get(self, "polling_interval")
8504
10085
 
@@ -8653,6 +10234,75 @@ class ScaleRuleResponse(dict):
8653
10234
  return pulumi.get(self, "tcp")
8654
10235
 
8655
10236
 
10237
+ @pulumi.output_type
10238
+ class ScgRouteResponse(dict):
10239
+ """
10240
+ Spring Cloud Gateway route definition
10241
+ """
10242
+ def __init__(__self__, *,
10243
+ id: builtins.str,
10244
+ uri: builtins.str,
10245
+ filters: Optional[Sequence[builtins.str]] = None,
10246
+ order: Optional[builtins.float] = None,
10247
+ predicates: Optional[Sequence[builtins.str]] = None):
10248
+ """
10249
+ Spring Cloud Gateway route definition
10250
+ :param builtins.str id: Id of the route
10251
+ :param builtins.str uri: Uri of the route
10252
+ :param Sequence[builtins.str] filters: Filters of the route
10253
+ :param builtins.float order: Order of the route
10254
+ :param Sequence[builtins.str] predicates: Predicates of the route
10255
+ """
10256
+ pulumi.set(__self__, "id", id)
10257
+ pulumi.set(__self__, "uri", uri)
10258
+ if filters is not None:
10259
+ pulumi.set(__self__, "filters", filters)
10260
+ if order is not None:
10261
+ pulumi.set(__self__, "order", order)
10262
+ if predicates is not None:
10263
+ pulumi.set(__self__, "predicates", predicates)
10264
+
10265
+ @property
10266
+ @pulumi.getter
10267
+ def id(self) -> builtins.str:
10268
+ """
10269
+ Id of the route
10270
+ """
10271
+ return pulumi.get(self, "id")
10272
+
10273
+ @property
10274
+ @pulumi.getter
10275
+ def uri(self) -> builtins.str:
10276
+ """
10277
+ Uri of the route
10278
+ """
10279
+ return pulumi.get(self, "uri")
10280
+
10281
+ @property
10282
+ @pulumi.getter
10283
+ def filters(self) -> Optional[Sequence[builtins.str]]:
10284
+ """
10285
+ Filters of the route
10286
+ """
10287
+ return pulumi.get(self, "filters")
10288
+
10289
+ @property
10290
+ @pulumi.getter
10291
+ def order(self) -> Optional[builtins.float]:
10292
+ """
10293
+ Order of the route
10294
+ """
10295
+ return pulumi.get(self, "order")
10296
+
10297
+ @property
10298
+ @pulumi.getter
10299
+ def predicates(self) -> Optional[Sequence[builtins.str]]:
10300
+ """
10301
+ Predicates of the route
10302
+ """
10303
+ return pulumi.get(self, "predicates")
10304
+
10305
+
8656
10306
  @pulumi.output_type
8657
10307
  class ScheduledEntryResponse(dict):
8658
10308
  """
@@ -8718,6 +10368,58 @@ class ScheduledEntryResponse(dict):
8718
10368
  return pulumi.get(self, "week_day")
8719
10369
 
8720
10370
 
10371
+ @pulumi.output_type
10372
+ class SecretKeyVaultPropertiesResponse(dict):
10373
+ """
10374
+ Properties for a secret stored in a Key Vault.
10375
+ """
10376
+ @staticmethod
10377
+ def __key_warning(key: str):
10378
+ suggest = None
10379
+ if key == "keyVaultUrl":
10380
+ suggest = "key_vault_url"
10381
+
10382
+ if suggest:
10383
+ pulumi.log.warn(f"Key '{key}' not found in SecretKeyVaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
10384
+
10385
+ def __getitem__(self, key: str) -> Any:
10386
+ SecretKeyVaultPropertiesResponse.__key_warning(key)
10387
+ return super().__getitem__(key)
10388
+
10389
+ def get(self, key: str, default = None) -> Any:
10390
+ SecretKeyVaultPropertiesResponse.__key_warning(key)
10391
+ return super().get(key, default)
10392
+
10393
+ def __init__(__self__, *,
10394
+ identity: Optional[builtins.str] = None,
10395
+ key_vault_url: Optional[builtins.str] = None):
10396
+ """
10397
+ Properties for a secret stored in a Key Vault.
10398
+ :param builtins.str identity: Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
10399
+ :param builtins.str key_vault_url: URL pointing to the Azure Key Vault secret.
10400
+ """
10401
+ if identity is not None:
10402
+ pulumi.set(__self__, "identity", identity)
10403
+ if key_vault_url is not None:
10404
+ pulumi.set(__self__, "key_vault_url", key_vault_url)
10405
+
10406
+ @property
10407
+ @pulumi.getter
10408
+ def identity(self) -> Optional[builtins.str]:
10409
+ """
10410
+ Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
10411
+ """
10412
+ return pulumi.get(self, "identity")
10413
+
10414
+ @property
10415
+ @pulumi.getter(name="keyVaultUrl")
10416
+ def key_vault_url(self) -> Optional[builtins.str]:
10417
+ """
10418
+ URL pointing to the Azure Key Vault secret.
10419
+ """
10420
+ return pulumi.get(self, "key_vault_url")
10421
+
10422
+
8721
10423
  @pulumi.output_type
8722
10424
  class SecretResponse(dict):
8723
10425
  """
@@ -8842,7 +10544,11 @@ class ServiceBindResponse(dict):
8842
10544
  @staticmethod
8843
10545
  def __key_warning(key: str):
8844
10546
  suggest = None
8845
- if key == "serviceId":
10547
+ if key == "clientType":
10548
+ suggest = "client_type"
10549
+ elif key == "customizedKeys":
10550
+ suggest = "customized_keys"
10551
+ elif key == "serviceId":
8846
10552
  suggest = "service_id"
8847
10553
 
8848
10554
  if suggest:
@@ -8857,18 +10563,42 @@ class ServiceBindResponse(dict):
8857
10563
  return super().get(key, default)
8858
10564
 
8859
10565
  def __init__(__self__, *,
10566
+ client_type: Optional[builtins.str] = None,
10567
+ customized_keys: Optional[Mapping[str, builtins.str]] = None,
8860
10568
  name: Optional[builtins.str] = None,
8861
10569
  service_id: Optional[builtins.str] = None):
8862
10570
  """
8863
10571
  Configuration to bind a ContainerApp to a dev ContainerApp Service
10572
+ :param builtins.str client_type: Type of the client to be used to connect to the service
10573
+ :param Mapping[str, builtins.str] customized_keys: Customized keys for customizing injected values to the app
8864
10574
  :param builtins.str name: Name of the service bind
8865
10575
  :param builtins.str service_id: Resource id of the target service
8866
10576
  """
10577
+ if client_type is not None:
10578
+ pulumi.set(__self__, "client_type", client_type)
10579
+ if customized_keys is not None:
10580
+ pulumi.set(__self__, "customized_keys", customized_keys)
8867
10581
  if name is not None:
8868
10582
  pulumi.set(__self__, "name", name)
8869
10583
  if service_id is not None:
8870
10584
  pulumi.set(__self__, "service_id", service_id)
8871
10585
 
10586
+ @property
10587
+ @pulumi.getter(name="clientType")
10588
+ def client_type(self) -> Optional[builtins.str]:
10589
+ """
10590
+ Type of the client to be used to connect to the service
10591
+ """
10592
+ return pulumi.get(self, "client_type")
10593
+
10594
+ @property
10595
+ @pulumi.getter(name="customizedKeys")
10596
+ def customized_keys(self) -> Optional[Mapping[str, builtins.str]]:
10597
+ """
10598
+ Customized keys for customizing injected values to the app
10599
+ """
10600
+ return pulumi.get(self, "customized_keys")
10601
+
8872
10602
  @property
8873
10603
  @pulumi.getter
8874
10604
  def name(self) -> Optional[builtins.str]:
@@ -8954,6 +10684,7 @@ class SessionContainerResponse(dict):
8954
10684
  env: Optional[Sequence['outputs.EnvironmentVarResponse']] = None,
8955
10685
  image: Optional[builtins.str] = None,
8956
10686
  name: Optional[builtins.str] = None,
10687
+ probes: Optional[Sequence['outputs.SessionProbeResponse']] = None,
8957
10688
  resources: Optional['outputs.SessionContainerResourcesResponse'] = None):
8958
10689
  """
8959
10690
  Container definitions for the sessions of the session pool.
@@ -8962,6 +10693,7 @@ class SessionContainerResponse(dict):
8962
10693
  :param Sequence['EnvironmentVarResponse'] env: Container environment variables.
8963
10694
  :param builtins.str image: Container image tag.
8964
10695
  :param builtins.str name: Custom container name.
10696
+ :param Sequence['SessionProbeResponse'] probes: List of probes for the container.
8965
10697
  :param 'SessionContainerResourcesResponse' resources: Container resource requirements.
8966
10698
  """
8967
10699
  if args is not None:
@@ -8974,6 +10706,8 @@ class SessionContainerResponse(dict):
8974
10706
  pulumi.set(__self__, "image", image)
8975
10707
  if name is not None:
8976
10708
  pulumi.set(__self__, "name", name)
10709
+ if probes is not None:
10710
+ pulumi.set(__self__, "probes", probes)
8977
10711
  if resources is not None:
8978
10712
  pulumi.set(__self__, "resources", resources)
8979
10713
 
@@ -9017,6 +10751,14 @@ class SessionContainerResponse(dict):
9017
10751
  """
9018
10752
  return pulumi.get(self, "name")
9019
10753
 
10754
+ @property
10755
+ @pulumi.getter
10756
+ def probes(self) -> Optional[Sequence['outputs.SessionProbeResponse']]:
10757
+ """
10758
+ List of probes for the container.
10759
+ """
10760
+ return pulumi.get(self, "probes")
10761
+
9020
10762
  @property
9021
10763
  @pulumi.getter
9022
10764
  def resources(self) -> Optional['outputs.SessionContainerResourcesResponse']:
@@ -9074,42 +10816,346 @@ class SessionNetworkConfigurationResponse(dict):
9074
10816
  def __init__(__self__, *,
9075
10817
  status: Optional[builtins.str] = None):
9076
10818
  """
9077
- Session network configuration.
9078
- :param builtins.str status: Network status for the sessions.
10819
+ Session network configuration.
10820
+ :param builtins.str status: Network status for the sessions.
10821
+ """
10822
+ if status is not None:
10823
+ pulumi.set(__self__, "status", status)
10824
+
10825
+ @property
10826
+ @pulumi.getter
10827
+ def status(self) -> Optional[builtins.str]:
10828
+ """
10829
+ Network status for the sessions.
10830
+ """
10831
+ return pulumi.get(self, "status")
10832
+
10833
+
10834
+ @pulumi.output_type
10835
+ class SessionPoolSecretResponse(dict):
10836
+ """
10837
+ Secret definition.
10838
+ """
10839
+ def __init__(__self__, *,
10840
+ name: Optional[builtins.str] = None):
10841
+ """
10842
+ Secret definition.
10843
+ :param builtins.str name: Secret Name.
10844
+ """
10845
+ if name is not None:
10846
+ pulumi.set(__self__, "name", name)
10847
+
10848
+ @property
10849
+ @pulumi.getter
10850
+ def name(self) -> Optional[builtins.str]:
10851
+ """
10852
+ Secret Name.
10853
+ """
10854
+ return pulumi.get(self, "name")
10855
+
10856
+
10857
+ @pulumi.output_type
10858
+ class SessionProbeResponse(dict):
10859
+ """
10860
+ Session probe configuration.
10861
+ """
10862
+ @staticmethod
10863
+ def __key_warning(key: str):
10864
+ suggest = None
10865
+ if key == "failureThreshold":
10866
+ suggest = "failure_threshold"
10867
+ elif key == "httpGet":
10868
+ suggest = "http_get"
10869
+ elif key == "initialDelaySeconds":
10870
+ suggest = "initial_delay_seconds"
10871
+ elif key == "periodSeconds":
10872
+ suggest = "period_seconds"
10873
+ elif key == "successThreshold":
10874
+ suggest = "success_threshold"
10875
+ elif key == "tcpSocket":
10876
+ suggest = "tcp_socket"
10877
+ elif key == "terminationGracePeriodSeconds":
10878
+ suggest = "termination_grace_period_seconds"
10879
+ elif key == "timeoutSeconds":
10880
+ suggest = "timeout_seconds"
10881
+
10882
+ if suggest:
10883
+ pulumi.log.warn(f"Key '{key}' not found in SessionProbeResponse. Access the value via the '{suggest}' property getter instead.")
10884
+
10885
+ def __getitem__(self, key: str) -> Any:
10886
+ SessionProbeResponse.__key_warning(key)
10887
+ return super().__getitem__(key)
10888
+
10889
+ def get(self, key: str, default = None) -> Any:
10890
+ SessionProbeResponse.__key_warning(key)
10891
+ return super().get(key, default)
10892
+
10893
+ def __init__(__self__, *,
10894
+ failure_threshold: Optional[builtins.int] = None,
10895
+ http_get: Optional['outputs.SessionProbeResponseHttpGet'] = None,
10896
+ initial_delay_seconds: Optional[builtins.int] = None,
10897
+ period_seconds: Optional[builtins.int] = None,
10898
+ success_threshold: Optional[builtins.int] = None,
10899
+ tcp_socket: Optional['outputs.SessionProbeResponseTcpSocket'] = None,
10900
+ termination_grace_period_seconds: Optional[builtins.float] = None,
10901
+ timeout_seconds: Optional[builtins.int] = None,
10902
+ type: Optional[builtins.str] = None):
10903
+ """
10904
+ Session probe configuration.
10905
+ :param builtins.int failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10.
10906
+ :param 'SessionProbeResponseHttpGet' http_get: HTTPGet specifies the http request to perform.
10907
+ :param builtins.int initial_delay_seconds: Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60.
10908
+ :param builtins.int period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240.
10909
+ :param builtins.int success_threshold: Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10.
10910
+ :param 'SessionProbeResponseTcpSocket' tcp_socket: TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
10911
+ :param builtins.float termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour)
10912
+ :param builtins.int timeout_seconds: Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240.
10913
+ :param builtins.str type: Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes).
10914
+ """
10915
+ if failure_threshold is not None:
10916
+ pulumi.set(__self__, "failure_threshold", failure_threshold)
10917
+ if http_get is not None:
10918
+ pulumi.set(__self__, "http_get", http_get)
10919
+ if initial_delay_seconds is not None:
10920
+ pulumi.set(__self__, "initial_delay_seconds", initial_delay_seconds)
10921
+ if period_seconds is not None:
10922
+ pulumi.set(__self__, "period_seconds", period_seconds)
10923
+ if success_threshold is not None:
10924
+ pulumi.set(__self__, "success_threshold", success_threshold)
10925
+ if tcp_socket is not None:
10926
+ pulumi.set(__self__, "tcp_socket", tcp_socket)
10927
+ if termination_grace_period_seconds is not None:
10928
+ pulumi.set(__self__, "termination_grace_period_seconds", termination_grace_period_seconds)
10929
+ if timeout_seconds is not None:
10930
+ pulumi.set(__self__, "timeout_seconds", timeout_seconds)
10931
+ if type is not None:
10932
+ pulumi.set(__self__, "type", type)
10933
+
10934
+ @property
10935
+ @pulumi.getter(name="failureThreshold")
10936
+ def failure_threshold(self) -> Optional[builtins.int]:
10937
+ """
10938
+ Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. Maximum value is 10.
10939
+ """
10940
+ return pulumi.get(self, "failure_threshold")
10941
+
10942
+ @property
10943
+ @pulumi.getter(name="httpGet")
10944
+ def http_get(self) -> Optional['outputs.SessionProbeResponseHttpGet']:
10945
+ """
10946
+ HTTPGet specifies the http request to perform.
10947
+ """
10948
+ return pulumi.get(self, "http_get")
10949
+
10950
+ @property
10951
+ @pulumi.getter(name="initialDelaySeconds")
10952
+ def initial_delay_seconds(self) -> Optional[builtins.int]:
10953
+ """
10954
+ Number of seconds after the container has started before liveness probes are initiated. Minimum value is 1. Maximum value is 60.
10955
+ """
10956
+ return pulumi.get(self, "initial_delay_seconds")
10957
+
10958
+ @property
10959
+ @pulumi.getter(name="periodSeconds")
10960
+ def period_seconds(self) -> Optional[builtins.int]:
10961
+ """
10962
+ How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240.
10963
+ """
10964
+ return pulumi.get(self, "period_seconds")
10965
+
10966
+ @property
10967
+ @pulumi.getter(name="successThreshold")
10968
+ def success_threshold(self) -> Optional[builtins.int]:
10969
+ """
10970
+ Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. Maximum value is 10.
10971
+ """
10972
+ return pulumi.get(self, "success_threshold")
10973
+
10974
+ @property
10975
+ @pulumi.getter(name="tcpSocket")
10976
+ def tcp_socket(self) -> Optional['outputs.SessionProbeResponseTcpSocket']:
10977
+ """
10978
+ TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
10979
+ """
10980
+ return pulumi.get(self, "tcp_socket")
10981
+
10982
+ @property
10983
+ @pulumi.getter(name="terminationGracePeriodSeconds")
10984
+ def termination_grace_period_seconds(self) -> Optional[builtins.float]:
10985
+ """
10986
+ Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. Maximum value is 3600 seconds (1 hour)
10987
+ """
10988
+ return pulumi.get(self, "termination_grace_period_seconds")
10989
+
10990
+ @property
10991
+ @pulumi.getter(name="timeoutSeconds")
10992
+ def timeout_seconds(self) -> Optional[builtins.int]:
10993
+ """
10994
+ Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 240.
10995
+ """
10996
+ return pulumi.get(self, "timeout_seconds")
10997
+
10998
+ @property
10999
+ @pulumi.getter
11000
+ def type(self) -> Optional[builtins.str]:
11001
+ """
11002
+ Denotes the type of probe. Can be Liveness or Startup, Readiness probe is not supported in sessions. Type must be unique for each probe within the context of a list of probes (SessionProbes).
11003
+ """
11004
+ return pulumi.get(self, "type")
11005
+
11006
+
11007
+ @pulumi.output_type
11008
+ class SessionProbeResponseHttpGet(dict):
11009
+ """
11010
+ HTTPGet specifies the http request to perform.
11011
+ """
11012
+ @staticmethod
11013
+ def __key_warning(key: str):
11014
+ suggest = None
11015
+ if key == "httpHeaders":
11016
+ suggest = "http_headers"
11017
+
11018
+ if suggest:
11019
+ pulumi.log.warn(f"Key '{key}' not found in SessionProbeResponseHttpGet. Access the value via the '{suggest}' property getter instead.")
11020
+
11021
+ def __getitem__(self, key: str) -> Any:
11022
+ SessionProbeResponseHttpGet.__key_warning(key)
11023
+ return super().__getitem__(key)
11024
+
11025
+ def get(self, key: str, default = None) -> Any:
11026
+ SessionProbeResponseHttpGet.__key_warning(key)
11027
+ return super().get(key, default)
11028
+
11029
+ def __init__(__self__, *,
11030
+ port: builtins.int,
11031
+ host: Optional[builtins.str] = None,
11032
+ http_headers: Optional[Sequence['outputs.SessionProbeResponseHttpHeaders']] = None,
11033
+ path: Optional[builtins.str] = None,
11034
+ scheme: Optional[builtins.str] = None):
11035
+ """
11036
+ HTTPGet specifies the http request to perform.
11037
+ :param builtins.int port: Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
11038
+ :param builtins.str host: Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
11039
+ :param Sequence['SessionProbeResponseHttpHeaders'] http_headers: Custom headers to set in the request. HTTP allows repeated headers.
11040
+ :param builtins.str path: Path to access on the HTTP server.
11041
+ :param builtins.str scheme: Scheme to use for connecting to the host. Defaults to HTTP.
11042
+ """
11043
+ pulumi.set(__self__, "port", port)
11044
+ if host is not None:
11045
+ pulumi.set(__self__, "host", host)
11046
+ if http_headers is not None:
11047
+ pulumi.set(__self__, "http_headers", http_headers)
11048
+ if path is not None:
11049
+ pulumi.set(__self__, "path", path)
11050
+ if scheme is not None:
11051
+ pulumi.set(__self__, "scheme", scheme)
11052
+
11053
+ @property
11054
+ @pulumi.getter
11055
+ def port(self) -> builtins.int:
11056
+ """
11057
+ Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
11058
+ """
11059
+ return pulumi.get(self, "port")
11060
+
11061
+ @property
11062
+ @pulumi.getter
11063
+ def host(self) -> Optional[builtins.str]:
11064
+ """
11065
+ Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
11066
+ """
11067
+ return pulumi.get(self, "host")
11068
+
11069
+ @property
11070
+ @pulumi.getter(name="httpHeaders")
11071
+ def http_headers(self) -> Optional[Sequence['outputs.SessionProbeResponseHttpHeaders']]:
11072
+ """
11073
+ Custom headers to set in the request. HTTP allows repeated headers.
11074
+ """
11075
+ return pulumi.get(self, "http_headers")
11076
+
11077
+ @property
11078
+ @pulumi.getter
11079
+ def path(self) -> Optional[builtins.str]:
11080
+ """
11081
+ Path to access on the HTTP server.
11082
+ """
11083
+ return pulumi.get(self, "path")
11084
+
11085
+ @property
11086
+ @pulumi.getter
11087
+ def scheme(self) -> Optional[builtins.str]:
11088
+ """
11089
+ Scheme to use for connecting to the host. Defaults to HTTP.
11090
+ """
11091
+ return pulumi.get(self, "scheme")
11092
+
11093
+
11094
+ @pulumi.output_type
11095
+ class SessionProbeResponseHttpHeaders(dict):
11096
+ """
11097
+ HTTPHeader describes a custom header to be used in HTTP probes
11098
+ """
11099
+ def __init__(__self__, *,
11100
+ name: builtins.str,
11101
+ value: builtins.str):
11102
+ """
11103
+ HTTPHeader describes a custom header to be used in HTTP probes
11104
+ :param builtins.str name: The header field name
11105
+ :param builtins.str value: The header field value
11106
+ """
11107
+ pulumi.set(__self__, "name", name)
11108
+ pulumi.set(__self__, "value", value)
11109
+
11110
+ @property
11111
+ @pulumi.getter
11112
+ def name(self) -> builtins.str:
9079
11113
  """
9080
- if status is not None:
9081
- pulumi.set(__self__, "status", status)
11114
+ The header field name
11115
+ """
11116
+ return pulumi.get(self, "name")
9082
11117
 
9083
11118
  @property
9084
11119
  @pulumi.getter
9085
- def status(self) -> Optional[builtins.str]:
11120
+ def value(self) -> builtins.str:
9086
11121
  """
9087
- Network status for the sessions.
11122
+ The header field value
9088
11123
  """
9089
- return pulumi.get(self, "status")
11124
+ return pulumi.get(self, "value")
9090
11125
 
9091
11126
 
9092
11127
  @pulumi.output_type
9093
- class SessionPoolSecretResponse(dict):
11128
+ class SessionProbeResponseTcpSocket(dict):
9094
11129
  """
9095
- Secret definition.
11130
+ TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
9096
11131
  """
9097
11132
  def __init__(__self__, *,
9098
- name: Optional[builtins.str] = None):
11133
+ port: builtins.int,
11134
+ host: Optional[builtins.str] = None):
9099
11135
  """
9100
- Secret definition.
9101
- :param builtins.str name: Secret Name.
11136
+ TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.
11137
+ :param builtins.int port: Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
11138
+ :param builtins.str host: Optional: Host name to connect to, defaults to the pod IP.
9102
11139
  """
9103
- if name is not None:
9104
- pulumi.set(__self__, "name", name)
11140
+ pulumi.set(__self__, "port", port)
11141
+ if host is not None:
11142
+ pulumi.set(__self__, "host", host)
9105
11143
 
9106
11144
  @property
9107
11145
  @pulumi.getter
9108
- def name(self) -> Optional[builtins.str]:
11146
+ def port(self) -> builtins.int:
9109
11147
  """
9110
- Secret Name.
11148
+ Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
9111
11149
  """
9112
- return pulumi.get(self, "name")
11150
+ return pulumi.get(self, "port")
11151
+
11152
+ @property
11153
+ @pulumi.getter
11154
+ def host(self) -> Optional[builtins.str]:
11155
+ """
11156
+ Optional: Host name to connect to, defaults to the pod IP.
11157
+ """
11158
+ return pulumi.get(self, "host")
9113
11159
 
9114
11160
 
9115
11161
  @pulumi.output_type
@@ -9188,6 +11234,108 @@ class SessionRegistryCredentialsResponse(dict):
9188
11234
  return pulumi.get(self, "username")
9189
11235
 
9190
11236
 
11237
+ @pulumi.output_type
11238
+ class SmbStorageResponse(dict):
11239
+ """
11240
+ SMB storage properties
11241
+ """
11242
+ @staticmethod
11243
+ def __key_warning(key: str):
11244
+ suggest = None
11245
+ if key == "accessMode":
11246
+ suggest = "access_mode"
11247
+ elif key == "shareName":
11248
+ suggest = "share_name"
11249
+
11250
+ if suggest:
11251
+ pulumi.log.warn(f"Key '{key}' not found in SmbStorageResponse. Access the value via the '{suggest}' property getter instead.")
11252
+
11253
+ def __getitem__(self, key: str) -> Any:
11254
+ SmbStorageResponse.__key_warning(key)
11255
+ return super().__getitem__(key)
11256
+
11257
+ def get(self, key: str, default = None) -> Any:
11258
+ SmbStorageResponse.__key_warning(key)
11259
+ return super().get(key, default)
11260
+
11261
+ def __init__(__self__, *,
11262
+ access_mode: Optional[builtins.str] = None,
11263
+ domain: Optional[builtins.str] = None,
11264
+ host: Optional[builtins.str] = None,
11265
+ password: Optional[builtins.str] = None,
11266
+ share_name: Optional[builtins.str] = None,
11267
+ username: Optional[builtins.str] = None):
11268
+ """
11269
+ SMB storage properties
11270
+ :param builtins.str access_mode: Access mode for storage
11271
+ :param builtins.str domain: The domain name for the user.
11272
+ :param builtins.str host: The host name or IP address of the SMB server.
11273
+ :param builtins.str password: The password for the user.
11274
+ :param builtins.str share_name: The path to the SMB shared folder.
11275
+ :param builtins.str username: The user to log on to the SMB server.
11276
+ """
11277
+ if access_mode is not None:
11278
+ pulumi.set(__self__, "access_mode", access_mode)
11279
+ if domain is not None:
11280
+ pulumi.set(__self__, "domain", domain)
11281
+ if host is not None:
11282
+ pulumi.set(__self__, "host", host)
11283
+ if password is not None:
11284
+ pulumi.set(__self__, "password", password)
11285
+ if share_name is not None:
11286
+ pulumi.set(__self__, "share_name", share_name)
11287
+ if username is not None:
11288
+ pulumi.set(__self__, "username", username)
11289
+
11290
+ @property
11291
+ @pulumi.getter(name="accessMode")
11292
+ def access_mode(self) -> Optional[builtins.str]:
11293
+ """
11294
+ Access mode for storage
11295
+ """
11296
+ return pulumi.get(self, "access_mode")
11297
+
11298
+ @property
11299
+ @pulumi.getter
11300
+ def domain(self) -> Optional[builtins.str]:
11301
+ """
11302
+ The domain name for the user.
11303
+ """
11304
+ return pulumi.get(self, "domain")
11305
+
11306
+ @property
11307
+ @pulumi.getter
11308
+ def host(self) -> Optional[builtins.str]:
11309
+ """
11310
+ The host name or IP address of the SMB server.
11311
+ """
11312
+ return pulumi.get(self, "host")
11313
+
11314
+ @property
11315
+ @pulumi.getter
11316
+ def password(self) -> Optional[builtins.str]:
11317
+ """
11318
+ The password for the user.
11319
+ """
11320
+ return pulumi.get(self, "password")
11321
+
11322
+ @property
11323
+ @pulumi.getter(name="shareName")
11324
+ def share_name(self) -> Optional[builtins.str]:
11325
+ """
11326
+ The path to the SMB shared folder.
11327
+ """
11328
+ return pulumi.get(self, "share_name")
11329
+
11330
+ @property
11331
+ @pulumi.getter
11332
+ def username(self) -> Optional[builtins.str]:
11333
+ """
11334
+ The user to log on to the SMB server.
11335
+ """
11336
+ return pulumi.get(self, "username")
11337
+
11338
+
9191
11339
  @pulumi.output_type
9192
11340
  class SpringBootAdminComponentResponse(dict):
9193
11341
  """
@@ -9488,6 +11636,124 @@ class SpringCloudEurekaComponentResponse(dict):
9488
11636
  return pulumi.get(self, "service_binds")
9489
11637
 
9490
11638
 
11639
+ @pulumi.output_type
11640
+ class SpringCloudGatewayComponentResponse(dict):
11641
+ """
11642
+ Spring Cloud Gateway properties.
11643
+ """
11644
+ @staticmethod
11645
+ def __key_warning(key: str):
11646
+ suggest = None
11647
+ if key == "componentType":
11648
+ suggest = "component_type"
11649
+ elif key == "provisioningState":
11650
+ suggest = "provisioning_state"
11651
+ elif key == "serviceBinds":
11652
+ suggest = "service_binds"
11653
+ elif key == "springCloudGatewayRoutes":
11654
+ suggest = "spring_cloud_gateway_routes"
11655
+
11656
+ if suggest:
11657
+ pulumi.log.warn(f"Key '{key}' not found in SpringCloudGatewayComponentResponse. Access the value via the '{suggest}' property getter instead.")
11658
+
11659
+ def __getitem__(self, key: str) -> Any:
11660
+ SpringCloudGatewayComponentResponse.__key_warning(key)
11661
+ return super().__getitem__(key)
11662
+
11663
+ def get(self, key: str, default = None) -> Any:
11664
+ SpringCloudGatewayComponentResponse.__key_warning(key)
11665
+ return super().get(key, default)
11666
+
11667
+ def __init__(__self__, *,
11668
+ component_type: builtins.str,
11669
+ provisioning_state: builtins.str,
11670
+ configurations: Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']] = None,
11671
+ ingress: Optional['outputs.JavaComponentIngressResponse'] = None,
11672
+ scale: Optional['outputs.JavaComponentPropertiesResponseScale'] = None,
11673
+ service_binds: Optional[Sequence['outputs.JavaComponentServiceBindResponse']] = None,
11674
+ spring_cloud_gateway_routes: Optional[Sequence['outputs.ScgRouteResponse']] = None):
11675
+ """
11676
+ Spring Cloud Gateway properties.
11677
+ :param builtins.str component_type: Type of the Java Component.
11678
+ Expected value is 'SpringCloudGateway'.
11679
+ :param builtins.str provisioning_state: Provisioning state of the Java Component.
11680
+ :param Sequence['JavaComponentConfigurationPropertyResponse'] configurations: List of Java Components configuration properties
11681
+ :param 'JavaComponentIngressResponse' ingress: Java Component Ingress configurations.
11682
+ :param 'JavaComponentPropertiesResponseScale' scale: Java component scaling configurations
11683
+ :param Sequence['JavaComponentServiceBindResponse'] service_binds: List of Java Components that are bound to the Java component
11684
+ :param Sequence['ScgRouteResponse'] spring_cloud_gateway_routes: Gateway route definition
11685
+ """
11686
+ pulumi.set(__self__, "component_type", 'SpringCloudGateway')
11687
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
11688
+ if configurations is not None:
11689
+ pulumi.set(__self__, "configurations", configurations)
11690
+ if ingress is not None:
11691
+ pulumi.set(__self__, "ingress", ingress)
11692
+ if scale is not None:
11693
+ pulumi.set(__self__, "scale", scale)
11694
+ if service_binds is not None:
11695
+ pulumi.set(__self__, "service_binds", service_binds)
11696
+ if spring_cloud_gateway_routes is not None:
11697
+ pulumi.set(__self__, "spring_cloud_gateway_routes", spring_cloud_gateway_routes)
11698
+
11699
+ @property
11700
+ @pulumi.getter(name="componentType")
11701
+ def component_type(self) -> builtins.str:
11702
+ """
11703
+ Type of the Java Component.
11704
+ Expected value is 'SpringCloudGateway'.
11705
+ """
11706
+ return pulumi.get(self, "component_type")
11707
+
11708
+ @property
11709
+ @pulumi.getter(name="provisioningState")
11710
+ def provisioning_state(self) -> builtins.str:
11711
+ """
11712
+ Provisioning state of the Java Component.
11713
+ """
11714
+ return pulumi.get(self, "provisioning_state")
11715
+
11716
+ @property
11717
+ @pulumi.getter
11718
+ def configurations(self) -> Optional[Sequence['outputs.JavaComponentConfigurationPropertyResponse']]:
11719
+ """
11720
+ List of Java Components configuration properties
11721
+ """
11722
+ return pulumi.get(self, "configurations")
11723
+
11724
+ @property
11725
+ @pulumi.getter
11726
+ def ingress(self) -> Optional['outputs.JavaComponentIngressResponse']:
11727
+ """
11728
+ Java Component Ingress configurations.
11729
+ """
11730
+ return pulumi.get(self, "ingress")
11731
+
11732
+ @property
11733
+ @pulumi.getter
11734
+ def scale(self) -> Optional['outputs.JavaComponentPropertiesResponseScale']:
11735
+ """
11736
+ Java component scaling configurations
11737
+ """
11738
+ return pulumi.get(self, "scale")
11739
+
11740
+ @property
11741
+ @pulumi.getter(name="serviceBinds")
11742
+ def service_binds(self) -> Optional[Sequence['outputs.JavaComponentServiceBindResponse']]:
11743
+ """
11744
+ List of Java Components that are bound to the Java component
11745
+ """
11746
+ return pulumi.get(self, "service_binds")
11747
+
11748
+ @property
11749
+ @pulumi.getter(name="springCloudGatewayRoutes")
11750
+ def spring_cloud_gateway_routes(self) -> Optional[Sequence['outputs.ScgRouteResponse']]:
11751
+ """
11752
+ Gateway route definition
11753
+ """
11754
+ return pulumi.get(self, "spring_cloud_gateway_routes")
11755
+
11756
+
9491
11757
  @pulumi.output_type
9492
11758
  class SystemDataResponse(dict):
9493
11759
  """
@@ -9971,6 +12237,58 @@ class TokenStoreResponse(dict):
9971
12237
  return pulumi.get(self, "token_refresh_extension_hours")
9972
12238
 
9973
12239
 
12240
+ @pulumi.output_type
12241
+ class TracesConfigurationResponse(dict):
12242
+ """
12243
+ Configuration of Open Telemetry traces
12244
+ """
12245
+ @staticmethod
12246
+ def __key_warning(key: str):
12247
+ suggest = None
12248
+ if key == "includeDapr":
12249
+ suggest = "include_dapr"
12250
+
12251
+ if suggest:
12252
+ pulumi.log.warn(f"Key '{key}' not found in TracesConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
12253
+
12254
+ def __getitem__(self, key: str) -> Any:
12255
+ TracesConfigurationResponse.__key_warning(key)
12256
+ return super().__getitem__(key)
12257
+
12258
+ def get(self, key: str, default = None) -> Any:
12259
+ TracesConfigurationResponse.__key_warning(key)
12260
+ return super().get(key, default)
12261
+
12262
+ def __init__(__self__, *,
12263
+ destinations: Optional[Sequence[builtins.str]] = None,
12264
+ include_dapr: Optional[builtins.bool] = None):
12265
+ """
12266
+ Configuration of Open Telemetry traces
12267
+ :param Sequence[builtins.str] destinations: Open telemetry traces destinations
12268
+ :param builtins.bool include_dapr: Boolean indicating if including dapr traces
12269
+ """
12270
+ if destinations is not None:
12271
+ pulumi.set(__self__, "destinations", destinations)
12272
+ if include_dapr is not None:
12273
+ pulumi.set(__self__, "include_dapr", include_dapr)
12274
+
12275
+ @property
12276
+ @pulumi.getter
12277
+ def destinations(self) -> Optional[Sequence[builtins.str]]:
12278
+ """
12279
+ Open telemetry traces destinations
12280
+ """
12281
+ return pulumi.get(self, "destinations")
12282
+
12283
+ @property
12284
+ @pulumi.getter(name="includeDapr")
12285
+ def include_dapr(self) -> Optional[builtins.bool]:
12286
+ """
12287
+ Boolean indicating if including dapr traces
12288
+ """
12289
+ return pulumi.get(self, "include_dapr")
12290
+
12291
+
9974
12292
  @pulumi.output_type
9975
12293
  class TrafficWeightResponse(dict):
9976
12294
  """
@@ -10543,6 +12861,8 @@ class WorkloadProfileResponse(dict):
10543
12861
  suggest = None
10544
12862
  if key == "workloadProfileType":
10545
12863
  suggest = "workload_profile_type"
12864
+ elif key == "enableFips":
12865
+ suggest = "enable_fips"
10546
12866
  elif key == "maximumCount":
10547
12867
  suggest = "maximum_count"
10548
12868
  elif key == "minimumCount":
@@ -10562,17 +12882,23 @@ class WorkloadProfileResponse(dict):
10562
12882
  def __init__(__self__, *,
10563
12883
  name: builtins.str,
10564
12884
  workload_profile_type: builtins.str,
12885
+ enable_fips: Optional[builtins.bool] = None,
10565
12886
  maximum_count: Optional[builtins.int] = None,
10566
12887
  minimum_count: Optional[builtins.int] = None):
10567
12888
  """
10568
12889
  Workload profile to scope container app execution.
10569
12890
  :param builtins.str name: Workload profile type for the workloads to run on.
10570
12891
  :param builtins.str workload_profile_type: Workload profile type for the workloads to run on.
12892
+ :param builtins.bool enable_fips: Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
10571
12893
  :param builtins.int maximum_count: The maximum capacity.
10572
12894
  :param builtins.int minimum_count: The minimum capacity.
10573
12895
  """
10574
12896
  pulumi.set(__self__, "name", name)
10575
12897
  pulumi.set(__self__, "workload_profile_type", workload_profile_type)
12898
+ if enable_fips is None:
12899
+ enable_fips = False
12900
+ if enable_fips is not None:
12901
+ pulumi.set(__self__, "enable_fips", enable_fips)
10576
12902
  if maximum_count is not None:
10577
12903
  pulumi.set(__self__, "maximum_count", maximum_count)
10578
12904
  if minimum_count is not None:
@@ -10594,6 +12920,14 @@ class WorkloadProfileResponse(dict):
10594
12920
  """
10595
12921
  return pulumi.get(self, "workload_profile_type")
10596
12922
 
12923
+ @property
12924
+ @pulumi.getter(name="enableFips")
12925
+ def enable_fips(self) -> Optional[builtins.bool]:
12926
+ """
12927
+ Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
12928
+ """
12929
+ return pulumi.get(self, "enable_fips")
12930
+
10597
12931
  @property
10598
12932
  @pulumi.getter(name="maximumCount")
10599
12933
  def maximum_count(self) -> Optional[builtins.int]: