pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717427766__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 +5 -69
- pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
- pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
- pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
- pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
- pulumi_azure_native/appcomplianceautomation/report.py +1 -5
- pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +70 -0
- pulumi_azure_native/authorization/_inputs.py +838 -0
- pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
- pulumi_azure_native/authorization/outputs.py +88 -0
- pulumi_azure_native/authorization/role_management_policy.py +327 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
- pulumi_azure_native/devhub/__init__.py +0 -5
- pulumi_azure_native/devhub/_inputs.py +0 -190
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/outputs.py +0 -229
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/hybridcompute/__init__.py +0 -3
- pulumi_azure_native/hybridcompute/gateway.py +1 -5
- pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
- pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
- pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
- pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
- pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
- pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
- pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
- pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
- pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
- pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
- pulumi_azure_native/storage/v20230501/_enums.py +0 -2
- pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
- pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
- pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
- pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
- pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
- pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
- pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
- pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
- pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
- pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
- pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
- pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
- pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
- pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
- pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
- pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
- pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
- pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
- pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
- pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
- pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
- pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
- pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
- pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
- pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
- pulumi_azure_native/devhub/get_iac_profile.py +0 -322
- pulumi_azure_native/devhub/iac_profile.py +0 -539
- pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
- pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
- pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
- pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
- pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
- pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
- pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
- pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
- pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
- pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
- pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
- pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
- pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
- pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
- pulumi_azure_native/verifiedid/__init__.py +0 -18
- pulumi_azure_native/verifiedid/authority.py +0 -234
- pulumi_azure_native/verifiedid/get_authority.py +0 -159
- pulumi_azure_native/verifiedid/outputs.py +0 -125
- pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
- pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
- pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
- pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
- pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
- pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
- pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
- pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
- pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
- pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
- pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
- pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
|
@@ -1,654 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import copy
|
|
6
|
-
import warnings
|
|
7
|
-
import pulumi
|
|
8
|
-
import pulumi.runtime
|
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
-
from ... import _utilities
|
|
11
|
-
from . import outputs
|
|
12
|
-
from ._enums import *
|
|
13
|
-
|
|
14
|
-
__all__ = [
|
|
15
|
-
'ACRResponse',
|
|
16
|
-
'DeploymentPropertiesResponse',
|
|
17
|
-
'GitHubWorkflowProfileResponseOidcCredentials',
|
|
18
|
-
'IacTemplateDetailsResponse',
|
|
19
|
-
'IacTemplatePropertiesResponse',
|
|
20
|
-
'StagePropertiesResponse',
|
|
21
|
-
'SystemDataResponse',
|
|
22
|
-
'WorkflowRunResponse',
|
|
23
|
-
]
|
|
24
|
-
|
|
25
|
-
@pulumi.output_type
|
|
26
|
-
class ACRResponse(dict):
|
|
27
|
-
"""
|
|
28
|
-
Information on the azure container registry
|
|
29
|
-
"""
|
|
30
|
-
@staticmethod
|
|
31
|
-
def __key_warning(key: str):
|
|
32
|
-
suggest = None
|
|
33
|
-
if key == "acrRegistryName":
|
|
34
|
-
suggest = "acr_registry_name"
|
|
35
|
-
elif key == "acrRepositoryName":
|
|
36
|
-
suggest = "acr_repository_name"
|
|
37
|
-
elif key == "acrResourceGroup":
|
|
38
|
-
suggest = "acr_resource_group"
|
|
39
|
-
elif key == "acrSubscriptionId":
|
|
40
|
-
suggest = "acr_subscription_id"
|
|
41
|
-
|
|
42
|
-
if suggest:
|
|
43
|
-
pulumi.log.warn(f"Key '{key}' not found in ACRResponse. Access the value via the '{suggest}' property getter instead.")
|
|
44
|
-
|
|
45
|
-
def __getitem__(self, key: str) -> Any:
|
|
46
|
-
ACRResponse.__key_warning(key)
|
|
47
|
-
return super().__getitem__(key)
|
|
48
|
-
|
|
49
|
-
def get(self, key: str, default = None) -> Any:
|
|
50
|
-
ACRResponse.__key_warning(key)
|
|
51
|
-
return super().get(key, default)
|
|
52
|
-
|
|
53
|
-
def __init__(__self__, *,
|
|
54
|
-
acr_registry_name: Optional[str] = None,
|
|
55
|
-
acr_repository_name: Optional[str] = None,
|
|
56
|
-
acr_resource_group: Optional[str] = None,
|
|
57
|
-
acr_subscription_id: Optional[str] = None):
|
|
58
|
-
"""
|
|
59
|
-
Information on the azure container registry
|
|
60
|
-
:param str acr_registry_name: ACR registry
|
|
61
|
-
:param str acr_repository_name: ACR repository
|
|
62
|
-
:param str acr_resource_group: ACR resource group
|
|
63
|
-
:param str acr_subscription_id: ACR subscription id
|
|
64
|
-
"""
|
|
65
|
-
if acr_registry_name is not None:
|
|
66
|
-
pulumi.set(__self__, "acr_registry_name", acr_registry_name)
|
|
67
|
-
if acr_repository_name is not None:
|
|
68
|
-
pulumi.set(__self__, "acr_repository_name", acr_repository_name)
|
|
69
|
-
if acr_resource_group is not None:
|
|
70
|
-
pulumi.set(__self__, "acr_resource_group", acr_resource_group)
|
|
71
|
-
if acr_subscription_id is not None:
|
|
72
|
-
pulumi.set(__self__, "acr_subscription_id", acr_subscription_id)
|
|
73
|
-
|
|
74
|
-
@property
|
|
75
|
-
@pulumi.getter(name="acrRegistryName")
|
|
76
|
-
def acr_registry_name(self) -> Optional[str]:
|
|
77
|
-
"""
|
|
78
|
-
ACR registry
|
|
79
|
-
"""
|
|
80
|
-
return pulumi.get(self, "acr_registry_name")
|
|
81
|
-
|
|
82
|
-
@property
|
|
83
|
-
@pulumi.getter(name="acrRepositoryName")
|
|
84
|
-
def acr_repository_name(self) -> Optional[str]:
|
|
85
|
-
"""
|
|
86
|
-
ACR repository
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "acr_repository_name")
|
|
89
|
-
|
|
90
|
-
@property
|
|
91
|
-
@pulumi.getter(name="acrResourceGroup")
|
|
92
|
-
def acr_resource_group(self) -> Optional[str]:
|
|
93
|
-
"""
|
|
94
|
-
ACR resource group
|
|
95
|
-
"""
|
|
96
|
-
return pulumi.get(self, "acr_resource_group")
|
|
97
|
-
|
|
98
|
-
@property
|
|
99
|
-
@pulumi.getter(name="acrSubscriptionId")
|
|
100
|
-
def acr_subscription_id(self) -> Optional[str]:
|
|
101
|
-
"""
|
|
102
|
-
ACR subscription id
|
|
103
|
-
"""
|
|
104
|
-
return pulumi.get(self, "acr_subscription_id")
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
@pulumi.output_type
|
|
108
|
-
class DeploymentPropertiesResponse(dict):
|
|
109
|
-
@staticmethod
|
|
110
|
-
def __key_warning(key: str):
|
|
111
|
-
suggest = None
|
|
112
|
-
if key == "helmChartPath":
|
|
113
|
-
suggest = "helm_chart_path"
|
|
114
|
-
elif key == "helmValues":
|
|
115
|
-
suggest = "helm_values"
|
|
116
|
-
elif key == "kubeManifestLocations":
|
|
117
|
-
suggest = "kube_manifest_locations"
|
|
118
|
-
elif key == "manifestType":
|
|
119
|
-
suggest = "manifest_type"
|
|
120
|
-
|
|
121
|
-
if suggest:
|
|
122
|
-
pulumi.log.warn(f"Key '{key}' not found in DeploymentPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
123
|
-
|
|
124
|
-
def __getitem__(self, key: str) -> Any:
|
|
125
|
-
DeploymentPropertiesResponse.__key_warning(key)
|
|
126
|
-
return super().__getitem__(key)
|
|
127
|
-
|
|
128
|
-
def get(self, key: str, default = None) -> Any:
|
|
129
|
-
DeploymentPropertiesResponse.__key_warning(key)
|
|
130
|
-
return super().get(key, default)
|
|
131
|
-
|
|
132
|
-
def __init__(__self__, *,
|
|
133
|
-
helm_chart_path: Optional[str] = None,
|
|
134
|
-
helm_values: Optional[str] = None,
|
|
135
|
-
kube_manifest_locations: Optional[Sequence[str]] = None,
|
|
136
|
-
manifest_type: Optional[str] = None,
|
|
137
|
-
overrides: Optional[Mapping[str, str]] = None):
|
|
138
|
-
"""
|
|
139
|
-
:param str helm_chart_path: Helm chart directory path in repository.
|
|
140
|
-
:param str helm_values: Helm Values.yaml file location in repository.
|
|
141
|
-
:param str manifest_type: Determines the type of manifests within the repository.
|
|
142
|
-
:param Mapping[str, str] overrides: Manifest override values.
|
|
143
|
-
"""
|
|
144
|
-
if helm_chart_path is not None:
|
|
145
|
-
pulumi.set(__self__, "helm_chart_path", helm_chart_path)
|
|
146
|
-
if helm_values is not None:
|
|
147
|
-
pulumi.set(__self__, "helm_values", helm_values)
|
|
148
|
-
if kube_manifest_locations is not None:
|
|
149
|
-
pulumi.set(__self__, "kube_manifest_locations", kube_manifest_locations)
|
|
150
|
-
if manifest_type is not None:
|
|
151
|
-
pulumi.set(__self__, "manifest_type", manifest_type)
|
|
152
|
-
if overrides is not None:
|
|
153
|
-
pulumi.set(__self__, "overrides", overrides)
|
|
154
|
-
|
|
155
|
-
@property
|
|
156
|
-
@pulumi.getter(name="helmChartPath")
|
|
157
|
-
def helm_chart_path(self) -> Optional[str]:
|
|
158
|
-
"""
|
|
159
|
-
Helm chart directory path in repository.
|
|
160
|
-
"""
|
|
161
|
-
return pulumi.get(self, "helm_chart_path")
|
|
162
|
-
|
|
163
|
-
@property
|
|
164
|
-
@pulumi.getter(name="helmValues")
|
|
165
|
-
def helm_values(self) -> Optional[str]:
|
|
166
|
-
"""
|
|
167
|
-
Helm Values.yaml file location in repository.
|
|
168
|
-
"""
|
|
169
|
-
return pulumi.get(self, "helm_values")
|
|
170
|
-
|
|
171
|
-
@property
|
|
172
|
-
@pulumi.getter(name="kubeManifestLocations")
|
|
173
|
-
def kube_manifest_locations(self) -> Optional[Sequence[str]]:
|
|
174
|
-
return pulumi.get(self, "kube_manifest_locations")
|
|
175
|
-
|
|
176
|
-
@property
|
|
177
|
-
@pulumi.getter(name="manifestType")
|
|
178
|
-
def manifest_type(self) -> Optional[str]:
|
|
179
|
-
"""
|
|
180
|
-
Determines the type of manifests within the repository.
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "manifest_type")
|
|
183
|
-
|
|
184
|
-
@property
|
|
185
|
-
@pulumi.getter
|
|
186
|
-
def overrides(self) -> Optional[Mapping[str, str]]:
|
|
187
|
-
"""
|
|
188
|
-
Manifest override values.
|
|
189
|
-
"""
|
|
190
|
-
return pulumi.get(self, "overrides")
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
@pulumi.output_type
|
|
194
|
-
class GitHubWorkflowProfileResponseOidcCredentials(dict):
|
|
195
|
-
"""
|
|
196
|
-
The fields needed for OIDC with GitHub.
|
|
197
|
-
"""
|
|
198
|
-
@staticmethod
|
|
199
|
-
def __key_warning(key: str):
|
|
200
|
-
suggest = None
|
|
201
|
-
if key == "azureClientId":
|
|
202
|
-
suggest = "azure_client_id"
|
|
203
|
-
elif key == "azureTenantId":
|
|
204
|
-
suggest = "azure_tenant_id"
|
|
205
|
-
|
|
206
|
-
if suggest:
|
|
207
|
-
pulumi.log.warn(f"Key '{key}' not found in GitHubWorkflowProfileResponseOidcCredentials. Access the value via the '{suggest}' property getter instead.")
|
|
208
|
-
|
|
209
|
-
def __getitem__(self, key: str) -> Any:
|
|
210
|
-
GitHubWorkflowProfileResponseOidcCredentials.__key_warning(key)
|
|
211
|
-
return super().__getitem__(key)
|
|
212
|
-
|
|
213
|
-
def get(self, key: str, default = None) -> Any:
|
|
214
|
-
GitHubWorkflowProfileResponseOidcCredentials.__key_warning(key)
|
|
215
|
-
return super().get(key, default)
|
|
216
|
-
|
|
217
|
-
def __init__(__self__, *,
|
|
218
|
-
azure_client_id: Optional[str] = None,
|
|
219
|
-
azure_tenant_id: Optional[str] = None):
|
|
220
|
-
"""
|
|
221
|
-
The fields needed for OIDC with GitHub.
|
|
222
|
-
:param str azure_client_id: Azure Application Client ID
|
|
223
|
-
:param str azure_tenant_id: Azure Directory (tenant) ID
|
|
224
|
-
"""
|
|
225
|
-
if azure_client_id is not None:
|
|
226
|
-
pulumi.set(__self__, "azure_client_id", azure_client_id)
|
|
227
|
-
if azure_tenant_id is not None:
|
|
228
|
-
pulumi.set(__self__, "azure_tenant_id", azure_tenant_id)
|
|
229
|
-
|
|
230
|
-
@property
|
|
231
|
-
@pulumi.getter(name="azureClientId")
|
|
232
|
-
def azure_client_id(self) -> Optional[str]:
|
|
233
|
-
"""
|
|
234
|
-
Azure Application Client ID
|
|
235
|
-
"""
|
|
236
|
-
return pulumi.get(self, "azure_client_id")
|
|
237
|
-
|
|
238
|
-
@property
|
|
239
|
-
@pulumi.getter(name="azureTenantId")
|
|
240
|
-
def azure_tenant_id(self) -> Optional[str]:
|
|
241
|
-
"""
|
|
242
|
-
Azure Directory (tenant) ID
|
|
243
|
-
"""
|
|
244
|
-
return pulumi.get(self, "azure_tenant_id")
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
@pulumi.output_type
|
|
248
|
-
class IacTemplateDetailsResponse(dict):
|
|
249
|
-
@staticmethod
|
|
250
|
-
def __key_warning(key: str):
|
|
251
|
-
suggest = None
|
|
252
|
-
if key == "namingConvention":
|
|
253
|
-
suggest = "naming_convention"
|
|
254
|
-
elif key == "productName":
|
|
255
|
-
suggest = "product_name"
|
|
256
|
-
|
|
257
|
-
if suggest:
|
|
258
|
-
pulumi.log.warn(f"Key '{key}' not found in IacTemplateDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
259
|
-
|
|
260
|
-
def __getitem__(self, key: str) -> Any:
|
|
261
|
-
IacTemplateDetailsResponse.__key_warning(key)
|
|
262
|
-
return super().__getitem__(key)
|
|
263
|
-
|
|
264
|
-
def get(self, key: str, default = None) -> Any:
|
|
265
|
-
IacTemplateDetailsResponse.__key_warning(key)
|
|
266
|
-
return super().get(key, default)
|
|
267
|
-
|
|
268
|
-
def __init__(__self__, *,
|
|
269
|
-
count: Optional[int] = None,
|
|
270
|
-
naming_convention: Optional[str] = None,
|
|
271
|
-
product_name: Optional[str] = None):
|
|
272
|
-
"""
|
|
273
|
-
:param int count: Count of the product
|
|
274
|
-
:param str naming_convention: Naming convention of this product
|
|
275
|
-
:param str product_name: The name of the products.
|
|
276
|
-
"""
|
|
277
|
-
if count is not None:
|
|
278
|
-
pulumi.set(__self__, "count", count)
|
|
279
|
-
if naming_convention is not None:
|
|
280
|
-
pulumi.set(__self__, "naming_convention", naming_convention)
|
|
281
|
-
if product_name is not None:
|
|
282
|
-
pulumi.set(__self__, "product_name", product_name)
|
|
283
|
-
|
|
284
|
-
@property
|
|
285
|
-
@pulumi.getter
|
|
286
|
-
def count(self) -> Optional[int]:
|
|
287
|
-
"""
|
|
288
|
-
Count of the product
|
|
289
|
-
"""
|
|
290
|
-
return pulumi.get(self, "count")
|
|
291
|
-
|
|
292
|
-
@property
|
|
293
|
-
@pulumi.getter(name="namingConvention")
|
|
294
|
-
def naming_convention(self) -> Optional[str]:
|
|
295
|
-
"""
|
|
296
|
-
Naming convention of this product
|
|
297
|
-
"""
|
|
298
|
-
return pulumi.get(self, "naming_convention")
|
|
299
|
-
|
|
300
|
-
@property
|
|
301
|
-
@pulumi.getter(name="productName")
|
|
302
|
-
def product_name(self) -> Optional[str]:
|
|
303
|
-
"""
|
|
304
|
-
The name of the products.
|
|
305
|
-
"""
|
|
306
|
-
return pulumi.get(self, "product_name")
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
@pulumi.output_type
|
|
310
|
-
class IacTemplatePropertiesResponse(dict):
|
|
311
|
-
"""
|
|
312
|
-
Properties of a IacTemplate.
|
|
313
|
-
"""
|
|
314
|
-
@staticmethod
|
|
315
|
-
def __key_warning(key: str):
|
|
316
|
-
suggest = None
|
|
317
|
-
if key == "quickStartTemplateType":
|
|
318
|
-
suggest = "quick_start_template_type"
|
|
319
|
-
elif key == "instanceName":
|
|
320
|
-
suggest = "instance_name"
|
|
321
|
-
elif key == "instanceStage":
|
|
322
|
-
suggest = "instance_stage"
|
|
323
|
-
elif key == "sourceResourceId":
|
|
324
|
-
suggest = "source_resource_id"
|
|
325
|
-
elif key == "templateDetails":
|
|
326
|
-
suggest = "template_details"
|
|
327
|
-
elif key == "templateName":
|
|
328
|
-
suggest = "template_name"
|
|
329
|
-
|
|
330
|
-
if suggest:
|
|
331
|
-
pulumi.log.warn(f"Key '{key}' not found in IacTemplatePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
332
|
-
|
|
333
|
-
def __getitem__(self, key: str) -> Any:
|
|
334
|
-
IacTemplatePropertiesResponse.__key_warning(key)
|
|
335
|
-
return super().__getitem__(key)
|
|
336
|
-
|
|
337
|
-
def get(self, key: str, default = None) -> Any:
|
|
338
|
-
IacTemplatePropertiesResponse.__key_warning(key)
|
|
339
|
-
return super().get(key, default)
|
|
340
|
-
|
|
341
|
-
def __init__(__self__, *,
|
|
342
|
-
quick_start_template_type: str,
|
|
343
|
-
instance_name: Optional[str] = None,
|
|
344
|
-
instance_stage: Optional[str] = None,
|
|
345
|
-
source_resource_id: Optional[str] = None,
|
|
346
|
-
template_details: Optional[Sequence['outputs.IacTemplateDetailsResponse']] = None,
|
|
347
|
-
template_name: Optional[str] = None):
|
|
348
|
-
"""
|
|
349
|
-
Properties of a IacTemplate.
|
|
350
|
-
:param str quick_start_template_type: Determines the authorization status of requests.
|
|
351
|
-
:param str instance_name: the sample instance name of the template
|
|
352
|
-
:param str instance_stage: the source stage of the template
|
|
353
|
-
:param str source_resource_id: the source store of the template
|
|
354
|
-
:param str template_name: Template Name
|
|
355
|
-
"""
|
|
356
|
-
pulumi.set(__self__, "quick_start_template_type", quick_start_template_type)
|
|
357
|
-
if instance_name is not None:
|
|
358
|
-
pulumi.set(__self__, "instance_name", instance_name)
|
|
359
|
-
if instance_stage is not None:
|
|
360
|
-
pulumi.set(__self__, "instance_stage", instance_stage)
|
|
361
|
-
if source_resource_id is not None:
|
|
362
|
-
pulumi.set(__self__, "source_resource_id", source_resource_id)
|
|
363
|
-
if template_details is not None:
|
|
364
|
-
pulumi.set(__self__, "template_details", template_details)
|
|
365
|
-
if template_name is not None:
|
|
366
|
-
pulumi.set(__self__, "template_name", template_name)
|
|
367
|
-
|
|
368
|
-
@property
|
|
369
|
-
@pulumi.getter(name="quickStartTemplateType")
|
|
370
|
-
def quick_start_template_type(self) -> str:
|
|
371
|
-
"""
|
|
372
|
-
Determines the authorization status of requests.
|
|
373
|
-
"""
|
|
374
|
-
return pulumi.get(self, "quick_start_template_type")
|
|
375
|
-
|
|
376
|
-
@property
|
|
377
|
-
@pulumi.getter(name="instanceName")
|
|
378
|
-
def instance_name(self) -> Optional[str]:
|
|
379
|
-
"""
|
|
380
|
-
the sample instance name of the template
|
|
381
|
-
"""
|
|
382
|
-
return pulumi.get(self, "instance_name")
|
|
383
|
-
|
|
384
|
-
@property
|
|
385
|
-
@pulumi.getter(name="instanceStage")
|
|
386
|
-
def instance_stage(self) -> Optional[str]:
|
|
387
|
-
"""
|
|
388
|
-
the source stage of the template
|
|
389
|
-
"""
|
|
390
|
-
return pulumi.get(self, "instance_stage")
|
|
391
|
-
|
|
392
|
-
@property
|
|
393
|
-
@pulumi.getter(name="sourceResourceId")
|
|
394
|
-
def source_resource_id(self) -> Optional[str]:
|
|
395
|
-
"""
|
|
396
|
-
the source store of the template
|
|
397
|
-
"""
|
|
398
|
-
return pulumi.get(self, "source_resource_id")
|
|
399
|
-
|
|
400
|
-
@property
|
|
401
|
-
@pulumi.getter(name="templateDetails")
|
|
402
|
-
def template_details(self) -> Optional[Sequence['outputs.IacTemplateDetailsResponse']]:
|
|
403
|
-
return pulumi.get(self, "template_details")
|
|
404
|
-
|
|
405
|
-
@property
|
|
406
|
-
@pulumi.getter(name="templateName")
|
|
407
|
-
def template_name(self) -> Optional[str]:
|
|
408
|
-
"""
|
|
409
|
-
Template Name
|
|
410
|
-
"""
|
|
411
|
-
return pulumi.get(self, "template_name")
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
@pulumi.output_type
|
|
415
|
-
class StagePropertiesResponse(dict):
|
|
416
|
-
"""
|
|
417
|
-
Properties of a Stage.
|
|
418
|
-
"""
|
|
419
|
-
@staticmethod
|
|
420
|
-
def __key_warning(key: str):
|
|
421
|
-
suggest = None
|
|
422
|
-
if key == "gitEnvironment":
|
|
423
|
-
suggest = "git_environment"
|
|
424
|
-
elif key == "stageName":
|
|
425
|
-
suggest = "stage_name"
|
|
426
|
-
|
|
427
|
-
if suggest:
|
|
428
|
-
pulumi.log.warn(f"Key '{key}' not found in StagePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
429
|
-
|
|
430
|
-
def __getitem__(self, key: str) -> Any:
|
|
431
|
-
StagePropertiesResponse.__key_warning(key)
|
|
432
|
-
return super().__getitem__(key)
|
|
433
|
-
|
|
434
|
-
def get(self, key: str, default = None) -> Any:
|
|
435
|
-
StagePropertiesResponse.__key_warning(key)
|
|
436
|
-
return super().get(key, default)
|
|
437
|
-
|
|
438
|
-
def __init__(__self__, *,
|
|
439
|
-
dependencies: Optional[Sequence[str]] = None,
|
|
440
|
-
git_environment: Optional[str] = None,
|
|
441
|
-
stage_name: Optional[str] = None):
|
|
442
|
-
"""
|
|
443
|
-
Properties of a Stage.
|
|
444
|
-
:param str stage_name: Stage Name
|
|
445
|
-
"""
|
|
446
|
-
if dependencies is not None:
|
|
447
|
-
pulumi.set(__self__, "dependencies", dependencies)
|
|
448
|
-
if git_environment is not None:
|
|
449
|
-
pulumi.set(__self__, "git_environment", git_environment)
|
|
450
|
-
if stage_name is not None:
|
|
451
|
-
pulumi.set(__self__, "stage_name", stage_name)
|
|
452
|
-
|
|
453
|
-
@property
|
|
454
|
-
@pulumi.getter
|
|
455
|
-
def dependencies(self) -> Optional[Sequence[str]]:
|
|
456
|
-
return pulumi.get(self, "dependencies")
|
|
457
|
-
|
|
458
|
-
@property
|
|
459
|
-
@pulumi.getter(name="gitEnvironment")
|
|
460
|
-
def git_environment(self) -> Optional[str]:
|
|
461
|
-
return pulumi.get(self, "git_environment")
|
|
462
|
-
|
|
463
|
-
@property
|
|
464
|
-
@pulumi.getter(name="stageName")
|
|
465
|
-
def stage_name(self) -> Optional[str]:
|
|
466
|
-
"""
|
|
467
|
-
Stage Name
|
|
468
|
-
"""
|
|
469
|
-
return pulumi.get(self, "stage_name")
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
@pulumi.output_type
|
|
473
|
-
class SystemDataResponse(dict):
|
|
474
|
-
"""
|
|
475
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
476
|
-
"""
|
|
477
|
-
@staticmethod
|
|
478
|
-
def __key_warning(key: str):
|
|
479
|
-
suggest = None
|
|
480
|
-
if key == "createdAt":
|
|
481
|
-
suggest = "created_at"
|
|
482
|
-
elif key == "createdBy":
|
|
483
|
-
suggest = "created_by"
|
|
484
|
-
elif key == "createdByType":
|
|
485
|
-
suggest = "created_by_type"
|
|
486
|
-
elif key == "lastModifiedAt":
|
|
487
|
-
suggest = "last_modified_at"
|
|
488
|
-
elif key == "lastModifiedBy":
|
|
489
|
-
suggest = "last_modified_by"
|
|
490
|
-
elif key == "lastModifiedByType":
|
|
491
|
-
suggest = "last_modified_by_type"
|
|
492
|
-
|
|
493
|
-
if suggest:
|
|
494
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
495
|
-
|
|
496
|
-
def __getitem__(self, key: str) -> Any:
|
|
497
|
-
SystemDataResponse.__key_warning(key)
|
|
498
|
-
return super().__getitem__(key)
|
|
499
|
-
|
|
500
|
-
def get(self, key: str, default = None) -> Any:
|
|
501
|
-
SystemDataResponse.__key_warning(key)
|
|
502
|
-
return super().get(key, default)
|
|
503
|
-
|
|
504
|
-
def __init__(__self__, *,
|
|
505
|
-
created_at: Optional[str] = None,
|
|
506
|
-
created_by: Optional[str] = None,
|
|
507
|
-
created_by_type: Optional[str] = None,
|
|
508
|
-
last_modified_at: Optional[str] = None,
|
|
509
|
-
last_modified_by: Optional[str] = None,
|
|
510
|
-
last_modified_by_type: Optional[str] = None):
|
|
511
|
-
"""
|
|
512
|
-
Metadata pertaining to creation and last modification of the resource.
|
|
513
|
-
:param str created_at: The timestamp of resource creation (UTC).
|
|
514
|
-
:param str created_by: The identity that created the resource.
|
|
515
|
-
:param str created_by_type: The type of identity that created the resource.
|
|
516
|
-
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
517
|
-
:param str last_modified_by: The identity that last modified the resource.
|
|
518
|
-
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
519
|
-
"""
|
|
520
|
-
if created_at is not None:
|
|
521
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
522
|
-
if created_by is not None:
|
|
523
|
-
pulumi.set(__self__, "created_by", created_by)
|
|
524
|
-
if created_by_type is not None:
|
|
525
|
-
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
526
|
-
if last_modified_at is not None:
|
|
527
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
528
|
-
if last_modified_by is not None:
|
|
529
|
-
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
530
|
-
if last_modified_by_type is not None:
|
|
531
|
-
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
532
|
-
|
|
533
|
-
@property
|
|
534
|
-
@pulumi.getter(name="createdAt")
|
|
535
|
-
def created_at(self) -> Optional[str]:
|
|
536
|
-
"""
|
|
537
|
-
The timestamp of resource creation (UTC).
|
|
538
|
-
"""
|
|
539
|
-
return pulumi.get(self, "created_at")
|
|
540
|
-
|
|
541
|
-
@property
|
|
542
|
-
@pulumi.getter(name="createdBy")
|
|
543
|
-
def created_by(self) -> Optional[str]:
|
|
544
|
-
"""
|
|
545
|
-
The identity that created the resource.
|
|
546
|
-
"""
|
|
547
|
-
return pulumi.get(self, "created_by")
|
|
548
|
-
|
|
549
|
-
@property
|
|
550
|
-
@pulumi.getter(name="createdByType")
|
|
551
|
-
def created_by_type(self) -> Optional[str]:
|
|
552
|
-
"""
|
|
553
|
-
The type of identity that created the resource.
|
|
554
|
-
"""
|
|
555
|
-
return pulumi.get(self, "created_by_type")
|
|
556
|
-
|
|
557
|
-
@property
|
|
558
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
559
|
-
def last_modified_at(self) -> Optional[str]:
|
|
560
|
-
"""
|
|
561
|
-
The timestamp of resource last modification (UTC)
|
|
562
|
-
"""
|
|
563
|
-
return pulumi.get(self, "last_modified_at")
|
|
564
|
-
|
|
565
|
-
@property
|
|
566
|
-
@pulumi.getter(name="lastModifiedBy")
|
|
567
|
-
def last_modified_by(self) -> Optional[str]:
|
|
568
|
-
"""
|
|
569
|
-
The identity that last modified the resource.
|
|
570
|
-
"""
|
|
571
|
-
return pulumi.get(self, "last_modified_by")
|
|
572
|
-
|
|
573
|
-
@property
|
|
574
|
-
@pulumi.getter(name="lastModifiedByType")
|
|
575
|
-
def last_modified_by_type(self) -> Optional[str]:
|
|
576
|
-
"""
|
|
577
|
-
The type of identity that last modified the resource.
|
|
578
|
-
"""
|
|
579
|
-
return pulumi.get(self, "last_modified_by_type")
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
@pulumi.output_type
|
|
583
|
-
class WorkflowRunResponse(dict):
|
|
584
|
-
@staticmethod
|
|
585
|
-
def __key_warning(key: str):
|
|
586
|
-
suggest = None
|
|
587
|
-
if key == "lastRunAt":
|
|
588
|
-
suggest = "last_run_at"
|
|
589
|
-
elif key == "workflowRunURL":
|
|
590
|
-
suggest = "workflow_run_url"
|
|
591
|
-
elif key == "workflowRunStatus":
|
|
592
|
-
suggest = "workflow_run_status"
|
|
593
|
-
|
|
594
|
-
if suggest:
|
|
595
|
-
pulumi.log.warn(f"Key '{key}' not found in WorkflowRunResponse. Access the value via the '{suggest}' property getter instead.")
|
|
596
|
-
|
|
597
|
-
def __getitem__(self, key: str) -> Any:
|
|
598
|
-
WorkflowRunResponse.__key_warning(key)
|
|
599
|
-
return super().__getitem__(key)
|
|
600
|
-
|
|
601
|
-
def get(self, key: str, default = None) -> Any:
|
|
602
|
-
WorkflowRunResponse.__key_warning(key)
|
|
603
|
-
return super().get(key, default)
|
|
604
|
-
|
|
605
|
-
def __init__(__self__, *,
|
|
606
|
-
last_run_at: str,
|
|
607
|
-
succeeded: bool,
|
|
608
|
-
workflow_run_url: str,
|
|
609
|
-
workflow_run_status: Optional[str] = None):
|
|
610
|
-
"""
|
|
611
|
-
:param str last_run_at: The timestamp of the last workflow run.
|
|
612
|
-
:param bool succeeded: Describes if the workflow run succeeded.
|
|
613
|
-
:param str workflow_run_url: URL to the run of the workflow.
|
|
614
|
-
:param str workflow_run_status: Describes the status of the workflow run
|
|
615
|
-
"""
|
|
616
|
-
pulumi.set(__self__, "last_run_at", last_run_at)
|
|
617
|
-
pulumi.set(__self__, "succeeded", succeeded)
|
|
618
|
-
pulumi.set(__self__, "workflow_run_url", workflow_run_url)
|
|
619
|
-
if workflow_run_status is not None:
|
|
620
|
-
pulumi.set(__self__, "workflow_run_status", workflow_run_status)
|
|
621
|
-
|
|
622
|
-
@property
|
|
623
|
-
@pulumi.getter(name="lastRunAt")
|
|
624
|
-
def last_run_at(self) -> str:
|
|
625
|
-
"""
|
|
626
|
-
The timestamp of the last workflow run.
|
|
627
|
-
"""
|
|
628
|
-
return pulumi.get(self, "last_run_at")
|
|
629
|
-
|
|
630
|
-
@property
|
|
631
|
-
@pulumi.getter
|
|
632
|
-
def succeeded(self) -> bool:
|
|
633
|
-
"""
|
|
634
|
-
Describes if the workflow run succeeded.
|
|
635
|
-
"""
|
|
636
|
-
return pulumi.get(self, "succeeded")
|
|
637
|
-
|
|
638
|
-
@property
|
|
639
|
-
@pulumi.getter(name="workflowRunURL")
|
|
640
|
-
def workflow_run_url(self) -> str:
|
|
641
|
-
"""
|
|
642
|
-
URL to the run of the workflow.
|
|
643
|
-
"""
|
|
644
|
-
return pulumi.get(self, "workflow_run_url")
|
|
645
|
-
|
|
646
|
-
@property
|
|
647
|
-
@pulumi.getter(name="workflowRunStatus")
|
|
648
|
-
def workflow_run_status(self) -> Optional[str]:
|
|
649
|
-
"""
|
|
650
|
-
Describes the status of the workflow run
|
|
651
|
-
"""
|
|
652
|
-
return pulumi.get(self, "workflow_run_status")
|
|
653
|
-
|
|
654
|
-
|