pulumi-azure-native 2.54.0a1723136521__py3-none-any.whl → 2.55.0a1723186763__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.
- pulumi_azure_native/__init__.py +50 -6
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/web/__init__.py +6 -0
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +186 -0
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +144 -0
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +144 -0
- pulumi_azure_native/web/v20160801/__init__.py +2 -0
- pulumi_azure_native/web/v20160801/_enums.py +12 -0
- pulumi_azure_native/web/v20160801/_inputs.py +529 -0
- pulumi_azure_native/web/v20160801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20160801/outputs.py +443 -0
- pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20180201/__init__.py +4 -0
- pulumi_azure_native/web/v20180201/_enums.py +20 -0
- pulumi_azure_native/web/v20180201/_inputs.py +551 -0
- pulumi_azure_native/web/v20180201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20180201/outputs.py +445 -0
- pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20181101/__init__.py +2 -0
- pulumi_azure_native/web/v20181101/_enums.py +12 -0
- pulumi_azure_native/web/v20181101/_inputs.py +529 -0
- pulumi_azure_native/web/v20181101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20181101/outputs.py +443 -0
- pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20190801/__init__.py +2 -0
- pulumi_azure_native/web/v20190801/_enums.py +12 -0
- pulumi_azure_native/web/v20190801/_inputs.py +529 -0
- pulumi_azure_native/web/v20190801/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20190801/outputs.py +444 -0
- pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200601/__init__.py +4 -0
- pulumi_azure_native/web/v20200601/_enums.py +20 -0
- pulumi_azure_native/web/v20200601/_inputs.py +551 -0
- pulumi_azure_native/web/v20200601/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20200601/outputs.py +445 -0
- pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20200901/__init__.py +4 -0
- pulumi_azure_native/web/v20200901/_enums.py +20 -0
- pulumi_azure_native/web/v20200901/_inputs.py +551 -0
- pulumi_azure_native/web/v20200901/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20200901/outputs.py +444 -0
- pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201001/__init__.py +2 -0
- pulumi_azure_native/web/v20201001/get_web_app_diagnostic_logs_configuration_slot.py +193 -0
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +337 -0
- pulumi_azure_native/web/v20201201/__init__.py +8 -0
- pulumi_azure_native/web/v20201201/_enums.py +20 -0
- pulumi_azure_native/web/v20201201/_inputs.py +551 -0
- pulumi_azure_native/web/v20201201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20201201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20201201/outputs.py +445 -0
- pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/__init__.py +8 -0
- pulumi_azure_native/web/v20210101/_enums.py +20 -0
- pulumi_azure_native/web/v20210101/_inputs.py +551 -0
- pulumi_azure_native/web/v20210101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210101/outputs.py +445 -0
- pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/__init__.py +6 -0
- pulumi_azure_native/web/v20210115/_enums.py +12 -0
- pulumi_azure_native/web/v20210115/_inputs.py +529 -0
- pulumi_azure_native/web/v20210115/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210115/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210115/outputs.py +444 -0
- pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/__init__.py +6 -0
- pulumi_azure_native/web/v20210201/_enums.py +12 -0
- pulumi_azure_native/web/v20210201/_inputs.py +529 -0
- pulumi_azure_native/web/v20210201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210201/outputs.py +443 -0
- pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/__init__.py +8 -0
- pulumi_azure_native/web/v20210301/_enums.py +20 -0
- pulumi_azure_native/web/v20210301/_inputs.py +551 -0
- pulumi_azure_native/web/v20210301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20210301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20210301/outputs.py +445 -0
- pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/__init__.py +8 -0
- pulumi_azure_native/web/v20220301/_enums.py +20 -0
- pulumi_azure_native/web/v20220301/_inputs.py +551 -0
- pulumi_azure_native/web/v20220301/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220301/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220301/outputs.py +445 -0
- pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/__init__.py +6 -0
- pulumi_azure_native/web/v20220901/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20220901/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/__init__.py +6 -0
- pulumi_azure_native/web/v20230101/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20230101/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/__init__.py +6 -0
- pulumi_azure_native/web/v20231201/get_web_app_diagnostic_logs_configuration_slot.py +180 -0
- pulumi_azure_native/web/v20231201/get_web_app_ftp_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/get_web_app_scm_allowed_slot.py +138 -0
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +333 -0
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +239 -0
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +239 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/RECORD +133 -45
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.54.0a1723136521.dist-info → pulumi_azure_native-2.55.0a1723186763.dist-info}/top_level.txt +0 -0
|
@@ -22,6 +22,7 @@ __all__ = [
|
|
|
22
22
|
'AppRegistrationResponse',
|
|
23
23
|
'AppleRegistrationResponse',
|
|
24
24
|
'AppleResponse',
|
|
25
|
+
'ApplicationLogsConfigResponse',
|
|
25
26
|
'ArmIdWrapperResponse',
|
|
26
27
|
'ArmPlanResponse',
|
|
27
28
|
'AuthPlatformResponse',
|
|
@@ -29,21 +30,28 @@ __all__ = [
|
|
|
29
30
|
'AzureActiveDirectoryRegistrationResponse',
|
|
30
31
|
'AzureActiveDirectoryResponse',
|
|
31
32
|
'AzureActiveDirectoryValidationResponse',
|
|
33
|
+
'AzureBlobStorageApplicationLogsConfigResponse',
|
|
34
|
+
'AzureBlobStorageHttpLogsConfigResponse',
|
|
32
35
|
'AzureStaticWebAppsRegistrationResponse',
|
|
33
36
|
'AzureStaticWebAppsResponse',
|
|
37
|
+
'AzureTableStorageApplicationLogsConfigResponse',
|
|
34
38
|
'BlobStorageTokenStoreResponse',
|
|
35
39
|
'CapabilityResponse',
|
|
36
40
|
'ClientRegistrationResponse',
|
|
37
41
|
'CookieExpirationResponse',
|
|
38
42
|
'CustomOpenIdConnectProviderResponse',
|
|
39
43
|
'DefaultAuthorizationPolicyResponse',
|
|
44
|
+
'EnabledConfigResponse',
|
|
40
45
|
'ErrorEntityResponse',
|
|
41
46
|
'FacebookResponse',
|
|
47
|
+
'FileSystemApplicationLogsConfigResponse',
|
|
48
|
+
'FileSystemHttpLogsConfigResponse',
|
|
42
49
|
'FileSystemTokenStoreResponse',
|
|
43
50
|
'ForwardProxyResponse',
|
|
44
51
|
'GitHubResponse',
|
|
45
52
|
'GlobalValidationResponse',
|
|
46
53
|
'GoogleResponse',
|
|
54
|
+
'HttpLogsConfigResponse',
|
|
47
55
|
'HttpSettingsResponse',
|
|
48
56
|
'HttpSettingsRoutesResponse',
|
|
49
57
|
'IdentifierResponse',
|
|
@@ -304,6 +312,74 @@ class AppleResponse(dict):
|
|
|
304
312
|
return pulumi.get(self, "registration")
|
|
305
313
|
|
|
306
314
|
|
|
315
|
+
@pulumi.output_type
|
|
316
|
+
class ApplicationLogsConfigResponse(dict):
|
|
317
|
+
"""
|
|
318
|
+
Application logs configuration.
|
|
319
|
+
"""
|
|
320
|
+
@staticmethod
|
|
321
|
+
def __key_warning(key: str):
|
|
322
|
+
suggest = None
|
|
323
|
+
if key == "azureBlobStorage":
|
|
324
|
+
suggest = "azure_blob_storage"
|
|
325
|
+
elif key == "azureTableStorage":
|
|
326
|
+
suggest = "azure_table_storage"
|
|
327
|
+
elif key == "fileSystem":
|
|
328
|
+
suggest = "file_system"
|
|
329
|
+
|
|
330
|
+
if suggest:
|
|
331
|
+
pulumi.log.warn(f"Key '{key}' not found in ApplicationLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
332
|
+
|
|
333
|
+
def __getitem__(self, key: str) -> Any:
|
|
334
|
+
ApplicationLogsConfigResponse.__key_warning(key)
|
|
335
|
+
return super().__getitem__(key)
|
|
336
|
+
|
|
337
|
+
def get(self, key: str, default = None) -> Any:
|
|
338
|
+
ApplicationLogsConfigResponse.__key_warning(key)
|
|
339
|
+
return super().get(key, default)
|
|
340
|
+
|
|
341
|
+
def __init__(__self__, *,
|
|
342
|
+
azure_blob_storage: Optional['outputs.AzureBlobStorageApplicationLogsConfigResponse'] = None,
|
|
343
|
+
azure_table_storage: Optional['outputs.AzureTableStorageApplicationLogsConfigResponse'] = None,
|
|
344
|
+
file_system: Optional['outputs.FileSystemApplicationLogsConfigResponse'] = None):
|
|
345
|
+
"""
|
|
346
|
+
Application logs configuration.
|
|
347
|
+
:param 'AzureBlobStorageApplicationLogsConfigResponse' azure_blob_storage: Application logs to blob storage configuration.
|
|
348
|
+
:param 'AzureTableStorageApplicationLogsConfigResponse' azure_table_storage: Application logs to azure table storage configuration.
|
|
349
|
+
:param 'FileSystemApplicationLogsConfigResponse' file_system: Application logs to file system configuration.
|
|
350
|
+
"""
|
|
351
|
+
if azure_blob_storage is not None:
|
|
352
|
+
pulumi.set(__self__, "azure_blob_storage", azure_blob_storage)
|
|
353
|
+
if azure_table_storage is not None:
|
|
354
|
+
pulumi.set(__self__, "azure_table_storage", azure_table_storage)
|
|
355
|
+
if file_system is not None:
|
|
356
|
+
pulumi.set(__self__, "file_system", file_system)
|
|
357
|
+
|
|
358
|
+
@property
|
|
359
|
+
@pulumi.getter(name="azureBlobStorage")
|
|
360
|
+
def azure_blob_storage(self) -> Optional['outputs.AzureBlobStorageApplicationLogsConfigResponse']:
|
|
361
|
+
"""
|
|
362
|
+
Application logs to blob storage configuration.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "azure_blob_storage")
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="azureTableStorage")
|
|
368
|
+
def azure_table_storage(self) -> Optional['outputs.AzureTableStorageApplicationLogsConfigResponse']:
|
|
369
|
+
"""
|
|
370
|
+
Application logs to azure table storage configuration.
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "azure_table_storage")
|
|
373
|
+
|
|
374
|
+
@property
|
|
375
|
+
@pulumi.getter(name="fileSystem")
|
|
376
|
+
def file_system(self) -> Optional['outputs.FileSystemApplicationLogsConfigResponse']:
|
|
377
|
+
"""
|
|
378
|
+
Application logs to file system configuration.
|
|
379
|
+
"""
|
|
380
|
+
return pulumi.get(self, "file_system")
|
|
381
|
+
|
|
382
|
+
|
|
307
383
|
@pulumi.output_type
|
|
308
384
|
class ArmIdWrapperResponse(dict):
|
|
309
385
|
"""
|
|
@@ -824,6 +900,146 @@ class AzureActiveDirectoryValidationResponse(dict):
|
|
|
824
900
|
return pulumi.get(self, "jwt_claim_checks")
|
|
825
901
|
|
|
826
902
|
|
|
903
|
+
@pulumi.output_type
|
|
904
|
+
class AzureBlobStorageApplicationLogsConfigResponse(dict):
|
|
905
|
+
"""
|
|
906
|
+
Application logs azure blob storage configuration.
|
|
907
|
+
"""
|
|
908
|
+
@staticmethod
|
|
909
|
+
def __key_warning(key: str):
|
|
910
|
+
suggest = None
|
|
911
|
+
if key == "retentionInDays":
|
|
912
|
+
suggest = "retention_in_days"
|
|
913
|
+
elif key == "sasUrl":
|
|
914
|
+
suggest = "sas_url"
|
|
915
|
+
|
|
916
|
+
if suggest:
|
|
917
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageApplicationLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
918
|
+
|
|
919
|
+
def __getitem__(self, key: str) -> Any:
|
|
920
|
+
AzureBlobStorageApplicationLogsConfigResponse.__key_warning(key)
|
|
921
|
+
return super().__getitem__(key)
|
|
922
|
+
|
|
923
|
+
def get(self, key: str, default = None) -> Any:
|
|
924
|
+
AzureBlobStorageApplicationLogsConfigResponse.__key_warning(key)
|
|
925
|
+
return super().get(key, default)
|
|
926
|
+
|
|
927
|
+
def __init__(__self__, *,
|
|
928
|
+
level: Optional[str] = None,
|
|
929
|
+
retention_in_days: Optional[int] = None,
|
|
930
|
+
sas_url: Optional[str] = None):
|
|
931
|
+
"""
|
|
932
|
+
Application logs azure blob storage configuration.
|
|
933
|
+
:param str level: Log level.
|
|
934
|
+
:param int retention_in_days: Retention in days.
|
|
935
|
+
Remove blobs older than X days.
|
|
936
|
+
0 or lower means no retention.
|
|
937
|
+
:param str sas_url: SAS url to a azure blob container with read/write/list/delete permissions.
|
|
938
|
+
"""
|
|
939
|
+
if level is not None:
|
|
940
|
+
pulumi.set(__self__, "level", level)
|
|
941
|
+
if retention_in_days is not None:
|
|
942
|
+
pulumi.set(__self__, "retention_in_days", retention_in_days)
|
|
943
|
+
if sas_url is not None:
|
|
944
|
+
pulumi.set(__self__, "sas_url", sas_url)
|
|
945
|
+
|
|
946
|
+
@property
|
|
947
|
+
@pulumi.getter
|
|
948
|
+
def level(self) -> Optional[str]:
|
|
949
|
+
"""
|
|
950
|
+
Log level.
|
|
951
|
+
"""
|
|
952
|
+
return pulumi.get(self, "level")
|
|
953
|
+
|
|
954
|
+
@property
|
|
955
|
+
@pulumi.getter(name="retentionInDays")
|
|
956
|
+
def retention_in_days(self) -> Optional[int]:
|
|
957
|
+
"""
|
|
958
|
+
Retention in days.
|
|
959
|
+
Remove blobs older than X days.
|
|
960
|
+
0 or lower means no retention.
|
|
961
|
+
"""
|
|
962
|
+
return pulumi.get(self, "retention_in_days")
|
|
963
|
+
|
|
964
|
+
@property
|
|
965
|
+
@pulumi.getter(name="sasUrl")
|
|
966
|
+
def sas_url(self) -> Optional[str]:
|
|
967
|
+
"""
|
|
968
|
+
SAS url to a azure blob container with read/write/list/delete permissions.
|
|
969
|
+
"""
|
|
970
|
+
return pulumi.get(self, "sas_url")
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
@pulumi.output_type
|
|
974
|
+
class AzureBlobStorageHttpLogsConfigResponse(dict):
|
|
975
|
+
"""
|
|
976
|
+
Http logs to azure blob storage configuration.
|
|
977
|
+
"""
|
|
978
|
+
@staticmethod
|
|
979
|
+
def __key_warning(key: str):
|
|
980
|
+
suggest = None
|
|
981
|
+
if key == "retentionInDays":
|
|
982
|
+
suggest = "retention_in_days"
|
|
983
|
+
elif key == "sasUrl":
|
|
984
|
+
suggest = "sas_url"
|
|
985
|
+
|
|
986
|
+
if suggest:
|
|
987
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageHttpLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
988
|
+
|
|
989
|
+
def __getitem__(self, key: str) -> Any:
|
|
990
|
+
AzureBlobStorageHttpLogsConfigResponse.__key_warning(key)
|
|
991
|
+
return super().__getitem__(key)
|
|
992
|
+
|
|
993
|
+
def get(self, key: str, default = None) -> Any:
|
|
994
|
+
AzureBlobStorageHttpLogsConfigResponse.__key_warning(key)
|
|
995
|
+
return super().get(key, default)
|
|
996
|
+
|
|
997
|
+
def __init__(__self__, *,
|
|
998
|
+
enabled: Optional[bool] = None,
|
|
999
|
+
retention_in_days: Optional[int] = None,
|
|
1000
|
+
sas_url: Optional[str] = None):
|
|
1001
|
+
"""
|
|
1002
|
+
Http logs to azure blob storage configuration.
|
|
1003
|
+
:param bool enabled: True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1004
|
+
:param int retention_in_days: Retention in days.
|
|
1005
|
+
Remove blobs older than X days.
|
|
1006
|
+
0 or lower means no retention.
|
|
1007
|
+
:param str sas_url: SAS url to a azure blob container with read/write/list/delete permissions.
|
|
1008
|
+
"""
|
|
1009
|
+
if enabled is not None:
|
|
1010
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1011
|
+
if retention_in_days is not None:
|
|
1012
|
+
pulumi.set(__self__, "retention_in_days", retention_in_days)
|
|
1013
|
+
if sas_url is not None:
|
|
1014
|
+
pulumi.set(__self__, "sas_url", sas_url)
|
|
1015
|
+
|
|
1016
|
+
@property
|
|
1017
|
+
@pulumi.getter
|
|
1018
|
+
def enabled(self) -> Optional[bool]:
|
|
1019
|
+
"""
|
|
1020
|
+
True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1021
|
+
"""
|
|
1022
|
+
return pulumi.get(self, "enabled")
|
|
1023
|
+
|
|
1024
|
+
@property
|
|
1025
|
+
@pulumi.getter(name="retentionInDays")
|
|
1026
|
+
def retention_in_days(self) -> Optional[int]:
|
|
1027
|
+
"""
|
|
1028
|
+
Retention in days.
|
|
1029
|
+
Remove blobs older than X days.
|
|
1030
|
+
0 or lower means no retention.
|
|
1031
|
+
"""
|
|
1032
|
+
return pulumi.get(self, "retention_in_days")
|
|
1033
|
+
|
|
1034
|
+
@property
|
|
1035
|
+
@pulumi.getter(name="sasUrl")
|
|
1036
|
+
def sas_url(self) -> Optional[str]:
|
|
1037
|
+
"""
|
|
1038
|
+
SAS url to a azure blob container with read/write/list/delete permissions.
|
|
1039
|
+
"""
|
|
1040
|
+
return pulumi.get(self, "sas_url")
|
|
1041
|
+
|
|
1042
|
+
|
|
827
1043
|
@pulumi.output_type
|
|
828
1044
|
class AzureStaticWebAppsRegistrationResponse(dict):
|
|
829
1045
|
"""
|
|
@@ -899,6 +1115,57 @@ class AzureStaticWebAppsResponse(dict):
|
|
|
899
1115
|
return pulumi.get(self, "registration")
|
|
900
1116
|
|
|
901
1117
|
|
|
1118
|
+
@pulumi.output_type
|
|
1119
|
+
class AzureTableStorageApplicationLogsConfigResponse(dict):
|
|
1120
|
+
"""
|
|
1121
|
+
Application logs to Azure table storage configuration.
|
|
1122
|
+
"""
|
|
1123
|
+
@staticmethod
|
|
1124
|
+
def __key_warning(key: str):
|
|
1125
|
+
suggest = None
|
|
1126
|
+
if key == "sasUrl":
|
|
1127
|
+
suggest = "sas_url"
|
|
1128
|
+
|
|
1129
|
+
if suggest:
|
|
1130
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureTableStorageApplicationLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1131
|
+
|
|
1132
|
+
def __getitem__(self, key: str) -> Any:
|
|
1133
|
+
AzureTableStorageApplicationLogsConfigResponse.__key_warning(key)
|
|
1134
|
+
return super().__getitem__(key)
|
|
1135
|
+
|
|
1136
|
+
def get(self, key: str, default = None) -> Any:
|
|
1137
|
+
AzureTableStorageApplicationLogsConfigResponse.__key_warning(key)
|
|
1138
|
+
return super().get(key, default)
|
|
1139
|
+
|
|
1140
|
+
def __init__(__self__, *,
|
|
1141
|
+
sas_url: str,
|
|
1142
|
+
level: Optional[str] = None):
|
|
1143
|
+
"""
|
|
1144
|
+
Application logs to Azure table storage configuration.
|
|
1145
|
+
:param str sas_url: SAS URL to an Azure table with add/query/delete permissions.
|
|
1146
|
+
:param str level: Log level.
|
|
1147
|
+
"""
|
|
1148
|
+
pulumi.set(__self__, "sas_url", sas_url)
|
|
1149
|
+
if level is not None:
|
|
1150
|
+
pulumi.set(__self__, "level", level)
|
|
1151
|
+
|
|
1152
|
+
@property
|
|
1153
|
+
@pulumi.getter(name="sasUrl")
|
|
1154
|
+
def sas_url(self) -> str:
|
|
1155
|
+
"""
|
|
1156
|
+
SAS URL to an Azure table with add/query/delete permissions.
|
|
1157
|
+
"""
|
|
1158
|
+
return pulumi.get(self, "sas_url")
|
|
1159
|
+
|
|
1160
|
+
@property
|
|
1161
|
+
@pulumi.getter
|
|
1162
|
+
def level(self) -> Optional[str]:
|
|
1163
|
+
"""
|
|
1164
|
+
Log level.
|
|
1165
|
+
"""
|
|
1166
|
+
return pulumi.get(self, "level")
|
|
1167
|
+
|
|
1168
|
+
|
|
902
1169
|
@pulumi.output_type
|
|
903
1170
|
class BlobStorageTokenStoreResponse(dict):
|
|
904
1171
|
"""
|
|
@@ -1193,6 +1460,29 @@ class DefaultAuthorizationPolicyResponse(dict):
|
|
|
1193
1460
|
return pulumi.get(self, "allowed_principals")
|
|
1194
1461
|
|
|
1195
1462
|
|
|
1463
|
+
@pulumi.output_type
|
|
1464
|
+
class EnabledConfigResponse(dict):
|
|
1465
|
+
"""
|
|
1466
|
+
Enabled configuration.
|
|
1467
|
+
"""
|
|
1468
|
+
def __init__(__self__, *,
|
|
1469
|
+
enabled: Optional[bool] = None):
|
|
1470
|
+
"""
|
|
1471
|
+
Enabled configuration.
|
|
1472
|
+
:param bool enabled: True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1473
|
+
"""
|
|
1474
|
+
if enabled is not None:
|
|
1475
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1476
|
+
|
|
1477
|
+
@property
|
|
1478
|
+
@pulumi.getter
|
|
1479
|
+
def enabled(self) -> Optional[bool]:
|
|
1480
|
+
"""
|
|
1481
|
+
True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1482
|
+
"""
|
|
1483
|
+
return pulumi.get(self, "enabled")
|
|
1484
|
+
|
|
1485
|
+
|
|
1196
1486
|
@pulumi.output_type
|
|
1197
1487
|
class ErrorEntityResponse(dict):
|
|
1198
1488
|
"""
|
|
@@ -1397,6 +1687,105 @@ class FacebookResponse(dict):
|
|
|
1397
1687
|
return pulumi.get(self, "registration")
|
|
1398
1688
|
|
|
1399
1689
|
|
|
1690
|
+
@pulumi.output_type
|
|
1691
|
+
class FileSystemApplicationLogsConfigResponse(dict):
|
|
1692
|
+
"""
|
|
1693
|
+
Application logs to file system configuration.
|
|
1694
|
+
"""
|
|
1695
|
+
def __init__(__self__, *,
|
|
1696
|
+
level: Optional[str] = None):
|
|
1697
|
+
"""
|
|
1698
|
+
Application logs to file system configuration.
|
|
1699
|
+
:param str level: Log level.
|
|
1700
|
+
"""
|
|
1701
|
+
if level is None:
|
|
1702
|
+
level = 'Off'
|
|
1703
|
+
if level is not None:
|
|
1704
|
+
pulumi.set(__self__, "level", level)
|
|
1705
|
+
|
|
1706
|
+
@property
|
|
1707
|
+
@pulumi.getter
|
|
1708
|
+
def level(self) -> Optional[str]:
|
|
1709
|
+
"""
|
|
1710
|
+
Log level.
|
|
1711
|
+
"""
|
|
1712
|
+
return pulumi.get(self, "level")
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
@pulumi.output_type
|
|
1716
|
+
class FileSystemHttpLogsConfigResponse(dict):
|
|
1717
|
+
"""
|
|
1718
|
+
Http logs to file system configuration.
|
|
1719
|
+
"""
|
|
1720
|
+
@staticmethod
|
|
1721
|
+
def __key_warning(key: str):
|
|
1722
|
+
suggest = None
|
|
1723
|
+
if key == "retentionInDays":
|
|
1724
|
+
suggest = "retention_in_days"
|
|
1725
|
+
elif key == "retentionInMb":
|
|
1726
|
+
suggest = "retention_in_mb"
|
|
1727
|
+
|
|
1728
|
+
if suggest:
|
|
1729
|
+
pulumi.log.warn(f"Key '{key}' not found in FileSystemHttpLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1730
|
+
|
|
1731
|
+
def __getitem__(self, key: str) -> Any:
|
|
1732
|
+
FileSystemHttpLogsConfigResponse.__key_warning(key)
|
|
1733
|
+
return super().__getitem__(key)
|
|
1734
|
+
|
|
1735
|
+
def get(self, key: str, default = None) -> Any:
|
|
1736
|
+
FileSystemHttpLogsConfigResponse.__key_warning(key)
|
|
1737
|
+
return super().get(key, default)
|
|
1738
|
+
|
|
1739
|
+
def __init__(__self__, *,
|
|
1740
|
+
enabled: Optional[bool] = None,
|
|
1741
|
+
retention_in_days: Optional[int] = None,
|
|
1742
|
+
retention_in_mb: Optional[int] = None):
|
|
1743
|
+
"""
|
|
1744
|
+
Http logs to file system configuration.
|
|
1745
|
+
:param bool enabled: True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1746
|
+
:param int retention_in_days: Retention in days.
|
|
1747
|
+
Remove files older than X days.
|
|
1748
|
+
0 or lower means no retention.
|
|
1749
|
+
:param int retention_in_mb: Maximum size in megabytes that http log files can use.
|
|
1750
|
+
When reached old log files will be removed to make space for new ones.
|
|
1751
|
+
Value can range between 25 and 100.
|
|
1752
|
+
"""
|
|
1753
|
+
if enabled is not None:
|
|
1754
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1755
|
+
if retention_in_days is not None:
|
|
1756
|
+
pulumi.set(__self__, "retention_in_days", retention_in_days)
|
|
1757
|
+
if retention_in_mb is not None:
|
|
1758
|
+
pulumi.set(__self__, "retention_in_mb", retention_in_mb)
|
|
1759
|
+
|
|
1760
|
+
@property
|
|
1761
|
+
@pulumi.getter
|
|
1762
|
+
def enabled(self) -> Optional[bool]:
|
|
1763
|
+
"""
|
|
1764
|
+
True if configuration is enabled, false if it is disabled and null if configuration is not set.
|
|
1765
|
+
"""
|
|
1766
|
+
return pulumi.get(self, "enabled")
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter(name="retentionInDays")
|
|
1770
|
+
def retention_in_days(self) -> Optional[int]:
|
|
1771
|
+
"""
|
|
1772
|
+
Retention in days.
|
|
1773
|
+
Remove files older than X days.
|
|
1774
|
+
0 or lower means no retention.
|
|
1775
|
+
"""
|
|
1776
|
+
return pulumi.get(self, "retention_in_days")
|
|
1777
|
+
|
|
1778
|
+
@property
|
|
1779
|
+
@pulumi.getter(name="retentionInMb")
|
|
1780
|
+
def retention_in_mb(self) -> Optional[int]:
|
|
1781
|
+
"""
|
|
1782
|
+
Maximum size in megabytes that http log files can use.
|
|
1783
|
+
When reached old log files will be removed to make space for new ones.
|
|
1784
|
+
Value can range between 25 and 100.
|
|
1785
|
+
"""
|
|
1786
|
+
return pulumi.get(self, "retention_in_mb")
|
|
1787
|
+
|
|
1788
|
+
|
|
1400
1789
|
@pulumi.output_type
|
|
1401
1790
|
class FileSystemTokenStoreResponse(dict):
|
|
1402
1791
|
"""
|
|
@@ -1678,6 +2067,60 @@ class GoogleResponse(dict):
|
|
|
1678
2067
|
return pulumi.get(self, "validation")
|
|
1679
2068
|
|
|
1680
2069
|
|
|
2070
|
+
@pulumi.output_type
|
|
2071
|
+
class HttpLogsConfigResponse(dict):
|
|
2072
|
+
"""
|
|
2073
|
+
Http logs configuration.
|
|
2074
|
+
"""
|
|
2075
|
+
@staticmethod
|
|
2076
|
+
def __key_warning(key: str):
|
|
2077
|
+
suggest = None
|
|
2078
|
+
if key == "azureBlobStorage":
|
|
2079
|
+
suggest = "azure_blob_storage"
|
|
2080
|
+
elif key == "fileSystem":
|
|
2081
|
+
suggest = "file_system"
|
|
2082
|
+
|
|
2083
|
+
if suggest:
|
|
2084
|
+
pulumi.log.warn(f"Key '{key}' not found in HttpLogsConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2085
|
+
|
|
2086
|
+
def __getitem__(self, key: str) -> Any:
|
|
2087
|
+
HttpLogsConfigResponse.__key_warning(key)
|
|
2088
|
+
return super().__getitem__(key)
|
|
2089
|
+
|
|
2090
|
+
def get(self, key: str, default = None) -> Any:
|
|
2091
|
+
HttpLogsConfigResponse.__key_warning(key)
|
|
2092
|
+
return super().get(key, default)
|
|
2093
|
+
|
|
2094
|
+
def __init__(__self__, *,
|
|
2095
|
+
azure_blob_storage: Optional['outputs.AzureBlobStorageHttpLogsConfigResponse'] = None,
|
|
2096
|
+
file_system: Optional['outputs.FileSystemHttpLogsConfigResponse'] = None):
|
|
2097
|
+
"""
|
|
2098
|
+
Http logs configuration.
|
|
2099
|
+
:param 'AzureBlobStorageHttpLogsConfigResponse' azure_blob_storage: Http logs to azure blob storage configuration.
|
|
2100
|
+
:param 'FileSystemHttpLogsConfigResponse' file_system: Http logs to file system configuration.
|
|
2101
|
+
"""
|
|
2102
|
+
if azure_blob_storage is not None:
|
|
2103
|
+
pulumi.set(__self__, "azure_blob_storage", azure_blob_storage)
|
|
2104
|
+
if file_system is not None:
|
|
2105
|
+
pulumi.set(__self__, "file_system", file_system)
|
|
2106
|
+
|
|
2107
|
+
@property
|
|
2108
|
+
@pulumi.getter(name="azureBlobStorage")
|
|
2109
|
+
def azure_blob_storage(self) -> Optional['outputs.AzureBlobStorageHttpLogsConfigResponse']:
|
|
2110
|
+
"""
|
|
2111
|
+
Http logs to azure blob storage configuration.
|
|
2112
|
+
"""
|
|
2113
|
+
return pulumi.get(self, "azure_blob_storage")
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter(name="fileSystem")
|
|
2117
|
+
def file_system(self) -> Optional['outputs.FileSystemHttpLogsConfigResponse']:
|
|
2118
|
+
"""
|
|
2119
|
+
Http logs to file system configuration.
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "file_system")
|
|
2122
|
+
|
|
2123
|
+
|
|
1681
2124
|
@pulumi.output_type
|
|
1682
2125
|
class HttpSettingsResponse(dict):
|
|
1683
2126
|
"""
|