pulumi-oci 1.29.0a1711606977__py3-none-any.whl → 1.29.0a1711616250__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.
- pulumi_oci/__init__.py +8 -0
- pulumi_oci/database/autonomous_database.py +155 -14
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_databases.py +1 -1
- pulumi_oci/database/outputs.py +68 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +111 -6
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +32 -4
- pulumi_oci/databasemanagement/outputs.py +267 -75
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +4504 -0
- pulumi_oci/dataintegration/get_workspace_task.py +443 -0
- pulumi_oci/dataintegration/get_workspace_tasks.py +254 -0
- pulumi_oci/dataintegration/outputs.py +16511 -4723
- pulumi_oci/dataintegration/workspace_task.py +1364 -0
- pulumi_oci/devops/_inputs.py +18 -2
- pulumi_oci/devops/deploy_artifact.py +2 -0
- pulumi_oci/devops/deploy_stage.py +141 -0
- pulumi_oci/devops/get_deploy_stage.py +40 -1
- pulumi_oci/devops/outputs.py +75 -6
- pulumi_oci/logging/_inputs.py +2751 -187
- pulumi_oci/logging/outputs.py +4981 -768
- pulumi_oci/logging/unified_agent_configuration.py +34 -208
- pulumi_oci/monitoring/_inputs.py +136 -0
- pulumi_oci/monitoring/alarm.py +173 -0
- pulumi_oci/monitoring/get_alarm.py +40 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +2 -2
- pulumi_oci/monitoring/outputs.py +305 -0
- pulumi_oci/networkloadbalancer/_inputs.py +20 -20
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +11 -11
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancer.py +56 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +7 -7
- pulumi_oci/networkloadbalancer/outputs.py +41 -34
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/METADATA +1 -1
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/RECORD +41 -38
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.29.0a1711606977.dist-info → pulumi_oci-1.29.0a1711616250.dist-info}/top_level.txt +0 -0
@@ -66,6 +66,85 @@ __all__ = [
|
|
66
66
|
'WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs',
|
67
67
|
'WorkspaceProjectParentRefArgs',
|
68
68
|
'WorkspaceProjectRegistryMetadataArgs',
|
69
|
+
'WorkspaceTaskAuthConfigArgs',
|
70
|
+
'WorkspaceTaskAuthConfigParentRefArgs',
|
71
|
+
'WorkspaceTaskCancelRestCallConfigArgs',
|
72
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesArgs',
|
73
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs',
|
74
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
|
75
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
|
76
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
|
77
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
|
78
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
|
79
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
|
80
|
+
'WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs',
|
81
|
+
'WorkspaceTaskConfigProviderDelegateArgs',
|
82
|
+
'WorkspaceTaskConfigProviderDelegateBindingArgs',
|
83
|
+
'WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs',
|
84
|
+
'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs',
|
85
|
+
'WorkspaceTaskExecuteRestCallConfigArgs',
|
86
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesArgs',
|
87
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs',
|
88
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
|
89
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
|
90
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
|
91
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
|
92
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
|
93
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
|
94
|
+
'WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs',
|
95
|
+
'WorkspaceTaskInputPortArgs',
|
96
|
+
'WorkspaceTaskInputPortConfigValuesArgs',
|
97
|
+
'WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs',
|
98
|
+
'WorkspaceTaskInputPortConfigValuesParentRefArgs',
|
99
|
+
'WorkspaceTaskInputPortParentRefArgs',
|
100
|
+
'WorkspaceTaskMetadataArgs',
|
101
|
+
'WorkspaceTaskMetadataAggregatorArgs',
|
102
|
+
'WorkspaceTaskMetadataCountStatisticArgs',
|
103
|
+
'WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs',
|
104
|
+
'WorkspaceTaskOpConfigValuesArgs',
|
105
|
+
'WorkspaceTaskOpConfigValuesConfigParamValuesArgs',
|
106
|
+
'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs',
|
107
|
+
'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs',
|
108
|
+
'WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs',
|
109
|
+
'WorkspaceTaskOpConfigValuesParentRefArgs',
|
110
|
+
'WorkspaceTaskOutputPortArgs',
|
111
|
+
'WorkspaceTaskOutputPortConfigValuesArgs',
|
112
|
+
'WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs',
|
113
|
+
'WorkspaceTaskOutputPortConfigValuesParentRefArgs',
|
114
|
+
'WorkspaceTaskOutputPortParentRefArgs',
|
115
|
+
'WorkspaceTaskParameterArgs',
|
116
|
+
'WorkspaceTaskParameterConfigValuesArgs',
|
117
|
+
'WorkspaceTaskParameterConfigValuesConfigParamValuesArgs',
|
118
|
+
'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs',
|
119
|
+
'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs',
|
120
|
+
'WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs',
|
121
|
+
'WorkspaceTaskParameterConfigValuesParentRefArgs',
|
122
|
+
'WorkspaceTaskParameterParentRefArgs',
|
123
|
+
'WorkspaceTaskParentRefArgs',
|
124
|
+
'WorkspaceTaskPollRestCallConfigArgs',
|
125
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesArgs',
|
126
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs',
|
127
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs',
|
128
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs',
|
129
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs',
|
130
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs',
|
131
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs',
|
132
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs',
|
133
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs',
|
134
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs',
|
135
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs',
|
136
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs',
|
137
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs',
|
138
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs',
|
139
|
+
'WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs',
|
140
|
+
'WorkspaceTaskRegistryMetadataArgs',
|
141
|
+
'WorkspaceTaskTypedExpressionArgs',
|
142
|
+
'WorkspaceTaskTypedExpressionConfigValuesArgs',
|
143
|
+
'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs',
|
144
|
+
'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs',
|
145
|
+
'WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs',
|
146
|
+
'WorkspaceTaskTypedExpressionConfigValuesParentRefArgs',
|
147
|
+
'WorkspaceTaskTypedExpressionParentRefArgs',
|
69
148
|
'GetWorkspaceApplicationPatchesFilterArgs',
|
70
149
|
'GetWorkspaceApplicationSchedulesFilterArgs',
|
71
150
|
'GetWorkspaceApplicationTaskSchedulesFilterArgs',
|
@@ -74,6 +153,7 @@ __all__ = [
|
|
74
153
|
'GetWorkspaceFoldersFilterArgs',
|
75
154
|
'GetWorkspaceImportRequestsFilterArgs',
|
76
155
|
'GetWorkspaceProjectsFilterArgs',
|
156
|
+
'GetWorkspaceTasksFilterArgs',
|
77
157
|
'GetWorkspacesFilterArgs',
|
78
158
|
]
|
79
159
|
|
@@ -5257,6 +5337,4385 @@ class WorkspaceProjectRegistryMetadataArgs:
|
|
5257
5337
|
pulumi.set(self, "registry_version", value)
|
5258
5338
|
|
5259
5339
|
|
5340
|
+
@pulumi.input_type
|
5341
|
+
class WorkspaceTaskAuthConfigArgs:
|
5342
|
+
def __init__(__self__, *,
|
5343
|
+
key: Optional[pulumi.Input[str]] = None,
|
5344
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
5345
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
5346
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs']] = None,
|
5347
|
+
resource_principal_source: Optional[pulumi.Input[str]] = None):
|
5348
|
+
"""
|
5349
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
5350
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
5351
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
5352
|
+
:param pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
5353
|
+
:param pulumi.Input[str] resource_principal_source: (Updatable) The Oracle Cloud Infrastructure resource type that will supply the authentication token
|
5354
|
+
"""
|
5355
|
+
if key is not None:
|
5356
|
+
pulumi.set(__self__, "key", key)
|
5357
|
+
if model_type is not None:
|
5358
|
+
pulumi.set(__self__, "model_type", model_type)
|
5359
|
+
if model_version is not None:
|
5360
|
+
pulumi.set(__self__, "model_version", model_version)
|
5361
|
+
if parent_ref is not None:
|
5362
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
5363
|
+
if resource_principal_source is not None:
|
5364
|
+
pulumi.set(__self__, "resource_principal_source", resource_principal_source)
|
5365
|
+
|
5366
|
+
@property
|
5367
|
+
@pulumi.getter
|
5368
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
5369
|
+
"""
|
5370
|
+
(Updatable) The key of the object.
|
5371
|
+
"""
|
5372
|
+
return pulumi.get(self, "key")
|
5373
|
+
|
5374
|
+
@key.setter
|
5375
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
5376
|
+
pulumi.set(self, "key", value)
|
5377
|
+
|
5378
|
+
@property
|
5379
|
+
@pulumi.getter(name="modelType")
|
5380
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
5381
|
+
"""
|
5382
|
+
(Updatable) The type of the types object.
|
5383
|
+
"""
|
5384
|
+
return pulumi.get(self, "model_type")
|
5385
|
+
|
5386
|
+
@model_type.setter
|
5387
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
5388
|
+
pulumi.set(self, "model_type", value)
|
5389
|
+
|
5390
|
+
@property
|
5391
|
+
@pulumi.getter(name="modelVersion")
|
5392
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
5393
|
+
"""
|
5394
|
+
(Updatable) The model version of an object.
|
5395
|
+
"""
|
5396
|
+
return pulumi.get(self, "model_version")
|
5397
|
+
|
5398
|
+
@model_version.setter
|
5399
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
5400
|
+
pulumi.set(self, "model_version", value)
|
5401
|
+
|
5402
|
+
@property
|
5403
|
+
@pulumi.getter(name="parentRef")
|
5404
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs']]:
|
5405
|
+
"""
|
5406
|
+
(Updatable) A reference to the object's parent.
|
5407
|
+
"""
|
5408
|
+
return pulumi.get(self, "parent_ref")
|
5409
|
+
|
5410
|
+
@parent_ref.setter
|
5411
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskAuthConfigParentRefArgs']]):
|
5412
|
+
pulumi.set(self, "parent_ref", value)
|
5413
|
+
|
5414
|
+
@property
|
5415
|
+
@pulumi.getter(name="resourcePrincipalSource")
|
5416
|
+
def resource_principal_source(self) -> Optional[pulumi.Input[str]]:
|
5417
|
+
"""
|
5418
|
+
(Updatable) The Oracle Cloud Infrastructure resource type that will supply the authentication token
|
5419
|
+
"""
|
5420
|
+
return pulumi.get(self, "resource_principal_source")
|
5421
|
+
|
5422
|
+
@resource_principal_source.setter
|
5423
|
+
def resource_principal_source(self, value: Optional[pulumi.Input[str]]):
|
5424
|
+
pulumi.set(self, "resource_principal_source", value)
|
5425
|
+
|
5426
|
+
|
5427
|
+
@pulumi.input_type
|
5428
|
+
class WorkspaceTaskAuthConfigParentRefArgs:
|
5429
|
+
def __init__(__self__, *,
|
5430
|
+
parent: Optional[pulumi.Input[str]] = None,
|
5431
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
5432
|
+
"""
|
5433
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
5434
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
5435
|
+
"""
|
5436
|
+
if parent is not None:
|
5437
|
+
pulumi.set(__self__, "parent", parent)
|
5438
|
+
if root_doc_id is not None:
|
5439
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
5440
|
+
|
5441
|
+
@property
|
5442
|
+
@pulumi.getter
|
5443
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
5444
|
+
"""
|
5445
|
+
(Updatable) Key of the parent object.
|
5446
|
+
"""
|
5447
|
+
return pulumi.get(self, "parent")
|
5448
|
+
|
5449
|
+
@parent.setter
|
5450
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
5451
|
+
pulumi.set(self, "parent", value)
|
5452
|
+
|
5453
|
+
@property
|
5454
|
+
@pulumi.getter(name="rootDocId")
|
5455
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
5456
|
+
"""
|
5457
|
+
(Updatable) Key of the root document object.
|
5458
|
+
"""
|
5459
|
+
return pulumi.get(self, "root_doc_id")
|
5460
|
+
|
5461
|
+
@root_doc_id.setter
|
5462
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
5463
|
+
pulumi.set(self, "root_doc_id", value)
|
5464
|
+
|
5465
|
+
|
5466
|
+
@pulumi.input_type
|
5467
|
+
class WorkspaceTaskCancelRestCallConfigArgs:
|
5468
|
+
def __init__(__self__, *,
|
5469
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgs']] = None,
|
5470
|
+
key: Optional[pulumi.Input[str]] = None,
|
5471
|
+
method_type: Optional[pulumi.Input[str]] = None,
|
5472
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
5473
|
+
request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
5474
|
+
"""
|
5475
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
5476
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
5477
|
+
:param pulumi.Input[str] method_type: (Updatable) The REST method to use.
|
5478
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
5479
|
+
:param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
|
5480
|
+
"""
|
5481
|
+
if config_values is not None:
|
5482
|
+
pulumi.set(__self__, "config_values", config_values)
|
5483
|
+
if key is not None:
|
5484
|
+
pulumi.set(__self__, "key", key)
|
5485
|
+
if method_type is not None:
|
5486
|
+
pulumi.set(__self__, "method_type", method_type)
|
5487
|
+
if model_type is not None:
|
5488
|
+
pulumi.set(__self__, "model_type", model_type)
|
5489
|
+
if request_headers is not None:
|
5490
|
+
pulumi.set(__self__, "request_headers", request_headers)
|
5491
|
+
|
5492
|
+
@property
|
5493
|
+
@pulumi.getter(name="configValues")
|
5494
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgs']]:
|
5495
|
+
"""
|
5496
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
5497
|
+
"""
|
5498
|
+
return pulumi.get(self, "config_values")
|
5499
|
+
|
5500
|
+
@config_values.setter
|
5501
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesArgs']]):
|
5502
|
+
pulumi.set(self, "config_values", value)
|
5503
|
+
|
5504
|
+
@property
|
5505
|
+
@pulumi.getter
|
5506
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
5507
|
+
"""
|
5508
|
+
(Updatable) The key of the object.
|
5509
|
+
"""
|
5510
|
+
return pulumi.get(self, "key")
|
5511
|
+
|
5512
|
+
@key.setter
|
5513
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
5514
|
+
pulumi.set(self, "key", value)
|
5515
|
+
|
5516
|
+
@property
|
5517
|
+
@pulumi.getter(name="methodType")
|
5518
|
+
def method_type(self) -> Optional[pulumi.Input[str]]:
|
5519
|
+
"""
|
5520
|
+
(Updatable) The REST method to use.
|
5521
|
+
"""
|
5522
|
+
return pulumi.get(self, "method_type")
|
5523
|
+
|
5524
|
+
@method_type.setter
|
5525
|
+
def method_type(self, value: Optional[pulumi.Input[str]]):
|
5526
|
+
pulumi.set(self, "method_type", value)
|
5527
|
+
|
5528
|
+
@property
|
5529
|
+
@pulumi.getter(name="modelType")
|
5530
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
5531
|
+
"""
|
5532
|
+
(Updatable) The type of the types object.
|
5533
|
+
"""
|
5534
|
+
return pulumi.get(self, "model_type")
|
5535
|
+
|
5536
|
+
@model_type.setter
|
5537
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
5538
|
+
pulumi.set(self, "model_type", value)
|
5539
|
+
|
5540
|
+
@property
|
5541
|
+
@pulumi.getter(name="requestHeaders")
|
5542
|
+
def request_headers(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
5543
|
+
"""
|
5544
|
+
(Updatable) The headers for the REST call.
|
5545
|
+
"""
|
5546
|
+
return pulumi.get(self, "request_headers")
|
5547
|
+
|
5548
|
+
@request_headers.setter
|
5549
|
+
def request_headers(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
5550
|
+
pulumi.set(self, "request_headers", value)
|
5551
|
+
|
5552
|
+
|
5553
|
+
@pulumi.input_type
|
5554
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesArgs:
|
5555
|
+
def __init__(__self__, *,
|
5556
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs']] = None,
|
5557
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs']] = None):
|
5558
|
+
"""
|
5559
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
5560
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
5561
|
+
"""
|
5562
|
+
if config_param_values is not None:
|
5563
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
5564
|
+
if parent_ref is not None:
|
5565
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
5566
|
+
|
5567
|
+
@property
|
5568
|
+
@pulumi.getter(name="configParamValues")
|
5569
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs']]:
|
5570
|
+
"""
|
5571
|
+
(Updatable) The configuration parameter values.
|
5572
|
+
"""
|
5573
|
+
return pulumi.get(self, "config_param_values")
|
5574
|
+
|
5575
|
+
@config_param_values.setter
|
5576
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs']]):
|
5577
|
+
pulumi.set(self, "config_param_values", value)
|
5578
|
+
|
5579
|
+
@property
|
5580
|
+
@pulumi.getter(name="parentRef")
|
5581
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs']]:
|
5582
|
+
"""
|
5583
|
+
(Updatable) A reference to the object's parent.
|
5584
|
+
"""
|
5585
|
+
return pulumi.get(self, "parent_ref")
|
5586
|
+
|
5587
|
+
@parent_ref.setter
|
5588
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs']]):
|
5589
|
+
pulumi.set(self, "parent_ref", value)
|
5590
|
+
|
5591
|
+
|
5592
|
+
@pulumi.input_type
|
5593
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesArgs:
|
5594
|
+
def __init__(__self__, *,
|
5595
|
+
request_payload: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']] = None,
|
5596
|
+
request_url: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']] = None):
|
5597
|
+
if request_payload is not None:
|
5598
|
+
pulumi.set(__self__, "request_payload", request_payload)
|
5599
|
+
if request_url is not None:
|
5600
|
+
pulumi.set(__self__, "request_url", request_url)
|
5601
|
+
|
5602
|
+
@property
|
5603
|
+
@pulumi.getter(name="requestPayload")
|
5604
|
+
def request_payload(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]:
|
5605
|
+
return pulumi.get(self, "request_payload")
|
5606
|
+
|
5607
|
+
@request_payload.setter
|
5608
|
+
def request_payload(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]):
|
5609
|
+
pulumi.set(self, "request_payload", value)
|
5610
|
+
|
5611
|
+
@property
|
5612
|
+
@pulumi.getter(name="requestUrl")
|
5613
|
+
def request_url(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]:
|
5614
|
+
return pulumi.get(self, "request_url")
|
5615
|
+
|
5616
|
+
@request_url.setter
|
5617
|
+
def request_url(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]):
|
5618
|
+
pulumi.set(self, "request_url", value)
|
5619
|
+
|
5620
|
+
|
5621
|
+
@pulumi.input_type
|
5622
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
|
5623
|
+
def __init__(__self__, *,
|
5624
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
5625
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
|
5626
|
+
"""
|
5627
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
5628
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
5629
|
+
"""
|
5630
|
+
if parameter_value is not None:
|
5631
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
5632
|
+
if ref_value is not None:
|
5633
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
5634
|
+
|
5635
|
+
@property
|
5636
|
+
@pulumi.getter(name="parameterValue")
|
5637
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
5638
|
+
"""
|
5639
|
+
(Updatable) Reference to the parameter by its key.
|
5640
|
+
"""
|
5641
|
+
return pulumi.get(self, "parameter_value")
|
5642
|
+
|
5643
|
+
@parameter_value.setter
|
5644
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
5645
|
+
pulumi.set(self, "parameter_value", value)
|
5646
|
+
|
5647
|
+
@property
|
5648
|
+
@pulumi.getter(name="refValue")
|
5649
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
|
5650
|
+
"""
|
5651
|
+
(Updatable) The root object reference value.
|
5652
|
+
"""
|
5653
|
+
return pulumi.get(self, "ref_value")
|
5654
|
+
|
5655
|
+
@ref_value.setter
|
5656
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]):
|
5657
|
+
pulumi.set(self, "ref_value", value)
|
5658
|
+
|
5659
|
+
|
5660
|
+
@pulumi.input_type
|
5661
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
|
5662
|
+
def __init__(__self__, *,
|
5663
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']] = None,
|
5664
|
+
key: Optional[pulumi.Input[str]] = None,
|
5665
|
+
model_type: Optional[pulumi.Input[str]] = None):
|
5666
|
+
"""
|
5667
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
5668
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
5669
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
5670
|
+
"""
|
5671
|
+
if config_values is not None:
|
5672
|
+
pulumi.set(__self__, "config_values", config_values)
|
5673
|
+
if key is not None:
|
5674
|
+
pulumi.set(__self__, "key", key)
|
5675
|
+
if model_type is not None:
|
5676
|
+
pulumi.set(__self__, "model_type", model_type)
|
5677
|
+
|
5678
|
+
@property
|
5679
|
+
@pulumi.getter(name="configValues")
|
5680
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
|
5681
|
+
"""
|
5682
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
5683
|
+
"""
|
5684
|
+
return pulumi.get(self, "config_values")
|
5685
|
+
|
5686
|
+
@config_values.setter
|
5687
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]):
|
5688
|
+
pulumi.set(self, "config_values", value)
|
5689
|
+
|
5690
|
+
@property
|
5691
|
+
@pulumi.getter
|
5692
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
5693
|
+
"""
|
5694
|
+
(Updatable) The key of the object.
|
5695
|
+
"""
|
5696
|
+
return pulumi.get(self, "key")
|
5697
|
+
|
5698
|
+
@key.setter
|
5699
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
5700
|
+
pulumi.set(self, "key", value)
|
5701
|
+
|
5702
|
+
@property
|
5703
|
+
@pulumi.getter(name="modelType")
|
5704
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
5705
|
+
"""
|
5706
|
+
(Updatable) The type of the types object.
|
5707
|
+
"""
|
5708
|
+
return pulumi.get(self, "model_type")
|
5709
|
+
|
5710
|
+
@model_type.setter
|
5711
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
5712
|
+
pulumi.set(self, "model_type", value)
|
5713
|
+
|
5714
|
+
|
5715
|
+
@pulumi.input_type
|
5716
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
|
5717
|
+
def __init__(__self__, *,
|
5718
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
|
5719
|
+
"""
|
5720
|
+
:param pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
5721
|
+
"""
|
5722
|
+
if config_param_values is not None:
|
5723
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
5724
|
+
|
5725
|
+
@property
|
5726
|
+
@pulumi.getter(name="configParamValues")
|
5727
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
|
5728
|
+
"""
|
5729
|
+
(Updatable) The configuration parameter values.
|
5730
|
+
"""
|
5731
|
+
return pulumi.get(self, "config_param_values")
|
5732
|
+
|
5733
|
+
@config_param_values.setter
|
5734
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]):
|
5735
|
+
pulumi.set(self, "config_param_values", value)
|
5736
|
+
|
5737
|
+
|
5738
|
+
@pulumi.input_type
|
5739
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
|
5740
|
+
def __init__(__self__, *,
|
5741
|
+
data_param: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']] = None):
|
5742
|
+
if data_param is not None:
|
5743
|
+
pulumi.set(__self__, "data_param", data_param)
|
5744
|
+
|
5745
|
+
@property
|
5746
|
+
@pulumi.getter(name="dataParam")
|
5747
|
+
def data_param(self) -> Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]:
|
5748
|
+
return pulumi.get(self, "data_param")
|
5749
|
+
|
5750
|
+
@data_param.setter
|
5751
|
+
def data_param(self, value: Optional[pulumi.Input['WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]):
|
5752
|
+
pulumi.set(self, "data_param", value)
|
5753
|
+
|
5754
|
+
|
5755
|
+
@pulumi.input_type
|
5756
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
|
5757
|
+
def __init__(__self__, *,
|
5758
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
5759
|
+
"""
|
5760
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
5761
|
+
"""
|
5762
|
+
if string_value is not None:
|
5763
|
+
pulumi.set(__self__, "string_value", string_value)
|
5764
|
+
|
5765
|
+
@property
|
5766
|
+
@pulumi.getter(name="stringValue")
|
5767
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
5768
|
+
"""
|
5769
|
+
(Updatable) A string value of the parameter.
|
5770
|
+
"""
|
5771
|
+
return pulumi.get(self, "string_value")
|
5772
|
+
|
5773
|
+
@string_value.setter
|
5774
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
5775
|
+
pulumi.set(self, "string_value", value)
|
5776
|
+
|
5777
|
+
|
5778
|
+
@pulumi.input_type
|
5779
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
|
5780
|
+
def __init__(__self__, *,
|
5781
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
5782
|
+
"""
|
5783
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
5784
|
+
"""
|
5785
|
+
if string_value is not None:
|
5786
|
+
pulumi.set(__self__, "string_value", string_value)
|
5787
|
+
|
5788
|
+
@property
|
5789
|
+
@pulumi.getter(name="stringValue")
|
5790
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
5791
|
+
"""
|
5792
|
+
(Updatable) A string value of the parameter.
|
5793
|
+
"""
|
5794
|
+
return pulumi.get(self, "string_value")
|
5795
|
+
|
5796
|
+
@string_value.setter
|
5797
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
5798
|
+
pulumi.set(self, "string_value", value)
|
5799
|
+
|
5800
|
+
|
5801
|
+
@pulumi.input_type
|
5802
|
+
class WorkspaceTaskCancelRestCallConfigConfigValuesParentRefArgs:
|
5803
|
+
def __init__(__self__, *,
|
5804
|
+
parent: Optional[pulumi.Input[str]] = None,
|
5805
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
5806
|
+
"""
|
5807
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
5808
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
5809
|
+
"""
|
5810
|
+
if parent is not None:
|
5811
|
+
pulumi.set(__self__, "parent", parent)
|
5812
|
+
if root_doc_id is not None:
|
5813
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
5814
|
+
|
5815
|
+
@property
|
5816
|
+
@pulumi.getter
|
5817
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
5818
|
+
"""
|
5819
|
+
(Updatable) Key of the parent object.
|
5820
|
+
"""
|
5821
|
+
return pulumi.get(self, "parent")
|
5822
|
+
|
5823
|
+
@parent.setter
|
5824
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
5825
|
+
pulumi.set(self, "parent", value)
|
5826
|
+
|
5827
|
+
@property
|
5828
|
+
@pulumi.getter(name="rootDocId")
|
5829
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
5830
|
+
"""
|
5831
|
+
(Updatable) Key of the root document object.
|
5832
|
+
"""
|
5833
|
+
return pulumi.get(self, "root_doc_id")
|
5834
|
+
|
5835
|
+
@root_doc_id.setter
|
5836
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
5837
|
+
pulumi.set(self, "root_doc_id", value)
|
5838
|
+
|
5839
|
+
|
5840
|
+
@pulumi.input_type
|
5841
|
+
class WorkspaceTaskConfigProviderDelegateArgs:
|
5842
|
+
def __init__(__self__, *,
|
5843
|
+
bindings: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingArgs']]]] = None):
|
5844
|
+
"""
|
5845
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingArgs']]] bindings: bindings
|
5846
|
+
"""
|
5847
|
+
if bindings is not None:
|
5848
|
+
pulumi.set(__self__, "bindings", bindings)
|
5849
|
+
|
5850
|
+
@property
|
5851
|
+
@pulumi.getter
|
5852
|
+
def bindings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingArgs']]]]:
|
5853
|
+
"""
|
5854
|
+
bindings
|
5855
|
+
"""
|
5856
|
+
return pulumi.get(self, "bindings")
|
5857
|
+
|
5858
|
+
@bindings.setter
|
5859
|
+
def bindings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingArgs']]]]):
|
5860
|
+
pulumi.set(self, "bindings", value)
|
5861
|
+
|
5862
|
+
|
5863
|
+
@pulumi.input_type
|
5864
|
+
class WorkspaceTaskConfigProviderDelegateBindingArgs:
|
5865
|
+
def __init__(__self__, *,
|
5866
|
+
key: Optional[pulumi.Input[str]] = None,
|
5867
|
+
parameter_values: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs']] = None):
|
5868
|
+
"""
|
5869
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
5870
|
+
"""
|
5871
|
+
if key is not None:
|
5872
|
+
pulumi.set(__self__, "key", key)
|
5873
|
+
if parameter_values is not None:
|
5874
|
+
pulumi.set(__self__, "parameter_values", parameter_values)
|
5875
|
+
|
5876
|
+
@property
|
5877
|
+
@pulumi.getter
|
5878
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
5879
|
+
"""
|
5880
|
+
(Updatable) The key of the object.
|
5881
|
+
"""
|
5882
|
+
return pulumi.get(self, "key")
|
5883
|
+
|
5884
|
+
@key.setter
|
5885
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
5886
|
+
pulumi.set(self, "key", value)
|
5887
|
+
|
5888
|
+
@property
|
5889
|
+
@pulumi.getter(name="parameterValues")
|
5890
|
+
def parameter_values(self) -> Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs']]:
|
5891
|
+
return pulumi.get(self, "parameter_values")
|
5892
|
+
|
5893
|
+
@parameter_values.setter
|
5894
|
+
def parameter_values(self, value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs']]):
|
5895
|
+
pulumi.set(self, "parameter_values", value)
|
5896
|
+
|
5897
|
+
|
5898
|
+
@pulumi.input_type
|
5899
|
+
class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
|
5900
|
+
def __init__(__self__, *,
|
5901
|
+
root_object_value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs']] = None,
|
5902
|
+
simple_value: Optional[pulumi.Input[str]] = None):
|
5903
|
+
"""
|
5904
|
+
:param pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
|
5905
|
+
:param pulumi.Input[str] simple_value: A simple value for the parameter.
|
5906
|
+
"""
|
5907
|
+
if root_object_value is not None:
|
5908
|
+
pulumi.set(__self__, "root_object_value", root_object_value)
|
5909
|
+
if simple_value is not None:
|
5910
|
+
pulumi.set(__self__, "simple_value", simple_value)
|
5911
|
+
|
5912
|
+
@property
|
5913
|
+
@pulumi.getter(name="rootObjectValue")
|
5914
|
+
def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs']]:
|
5915
|
+
"""
|
5916
|
+
(Updatable) The root object value, used in custom parameters.
|
5917
|
+
"""
|
5918
|
+
return pulumi.get(self, "root_object_value")
|
5919
|
+
|
5920
|
+
@root_object_value.setter
|
5921
|
+
def root_object_value(self, value: Optional[pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs']]):
|
5922
|
+
pulumi.set(self, "root_object_value", value)
|
5923
|
+
|
5924
|
+
@property
|
5925
|
+
@pulumi.getter(name="simpleValue")
|
5926
|
+
def simple_value(self) -> Optional[pulumi.Input[str]]:
|
5927
|
+
"""
|
5928
|
+
A simple value for the parameter.
|
5929
|
+
"""
|
5930
|
+
return pulumi.get(self, "simple_value")
|
5931
|
+
|
5932
|
+
@simple_value.setter
|
5933
|
+
def simple_value(self, value: Optional[pulumi.Input[str]]):
|
5934
|
+
pulumi.set(self, "simple_value", value)
|
5935
|
+
|
5936
|
+
|
5937
|
+
@pulumi.input_type
|
5938
|
+
class WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs:
|
5939
|
+
def __init__(__self__, *,
|
5940
|
+
key: Optional[pulumi.Input[str]] = None,
|
5941
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
5942
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
5943
|
+
object_status: Optional[pulumi.Input[int]] = None):
|
5944
|
+
"""
|
5945
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
5946
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
5947
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
5948
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
5949
|
+
"""
|
5950
|
+
if key is not None:
|
5951
|
+
pulumi.set(__self__, "key", key)
|
5952
|
+
if model_type is not None:
|
5953
|
+
pulumi.set(__self__, "model_type", model_type)
|
5954
|
+
if model_version is not None:
|
5955
|
+
pulumi.set(__self__, "model_version", model_version)
|
5956
|
+
if object_status is not None:
|
5957
|
+
pulumi.set(__self__, "object_status", object_status)
|
5958
|
+
|
5959
|
+
@property
|
5960
|
+
@pulumi.getter
|
5961
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
5962
|
+
"""
|
5963
|
+
(Updatable) The key of the object.
|
5964
|
+
"""
|
5965
|
+
return pulumi.get(self, "key")
|
5966
|
+
|
5967
|
+
@key.setter
|
5968
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
5969
|
+
pulumi.set(self, "key", value)
|
5970
|
+
|
5971
|
+
@property
|
5972
|
+
@pulumi.getter(name="modelType")
|
5973
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
5974
|
+
"""
|
5975
|
+
(Updatable) The type of the types object.
|
5976
|
+
"""
|
5977
|
+
return pulumi.get(self, "model_type")
|
5978
|
+
|
5979
|
+
@model_type.setter
|
5980
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
5981
|
+
pulumi.set(self, "model_type", value)
|
5982
|
+
|
5983
|
+
@property
|
5984
|
+
@pulumi.getter(name="modelVersion")
|
5985
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
5986
|
+
"""
|
5987
|
+
(Updatable) The model version of an object.
|
5988
|
+
"""
|
5989
|
+
return pulumi.get(self, "model_version")
|
5990
|
+
|
5991
|
+
@model_version.setter
|
5992
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
5993
|
+
pulumi.set(self, "model_version", value)
|
5994
|
+
|
5995
|
+
@property
|
5996
|
+
@pulumi.getter(name="objectStatus")
|
5997
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
5998
|
+
"""
|
5999
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
6000
|
+
"""
|
6001
|
+
return pulumi.get(self, "object_status")
|
6002
|
+
|
6003
|
+
@object_status.setter
|
6004
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
6005
|
+
pulumi.set(self, "object_status", value)
|
6006
|
+
|
6007
|
+
|
6008
|
+
@pulumi.input_type
|
6009
|
+
class WorkspaceTaskExecuteRestCallConfigArgs:
|
6010
|
+
def __init__(__self__, *,
|
6011
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgs']] = None,
|
6012
|
+
key: Optional[pulumi.Input[str]] = None,
|
6013
|
+
method_type: Optional[pulumi.Input[str]] = None,
|
6014
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
6015
|
+
request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
6016
|
+
"""
|
6017
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
6018
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
6019
|
+
:param pulumi.Input[str] method_type: (Updatable) The REST method to use.
|
6020
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
6021
|
+
:param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
|
6022
|
+
"""
|
6023
|
+
if config_values is not None:
|
6024
|
+
pulumi.set(__self__, "config_values", config_values)
|
6025
|
+
if key is not None:
|
6026
|
+
pulumi.set(__self__, "key", key)
|
6027
|
+
if method_type is not None:
|
6028
|
+
pulumi.set(__self__, "method_type", method_type)
|
6029
|
+
if model_type is not None:
|
6030
|
+
pulumi.set(__self__, "model_type", model_type)
|
6031
|
+
if request_headers is not None:
|
6032
|
+
pulumi.set(__self__, "request_headers", request_headers)
|
6033
|
+
|
6034
|
+
@property
|
6035
|
+
@pulumi.getter(name="configValues")
|
6036
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgs']]:
|
6037
|
+
"""
|
6038
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
6039
|
+
"""
|
6040
|
+
return pulumi.get(self, "config_values")
|
6041
|
+
|
6042
|
+
@config_values.setter
|
6043
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesArgs']]):
|
6044
|
+
pulumi.set(self, "config_values", value)
|
6045
|
+
|
6046
|
+
@property
|
6047
|
+
@pulumi.getter
|
6048
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
6049
|
+
"""
|
6050
|
+
(Updatable) The key of the object.
|
6051
|
+
"""
|
6052
|
+
return pulumi.get(self, "key")
|
6053
|
+
|
6054
|
+
@key.setter
|
6055
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
6056
|
+
pulumi.set(self, "key", value)
|
6057
|
+
|
6058
|
+
@property
|
6059
|
+
@pulumi.getter(name="methodType")
|
6060
|
+
def method_type(self) -> Optional[pulumi.Input[str]]:
|
6061
|
+
"""
|
6062
|
+
(Updatable) The REST method to use.
|
6063
|
+
"""
|
6064
|
+
return pulumi.get(self, "method_type")
|
6065
|
+
|
6066
|
+
@method_type.setter
|
6067
|
+
def method_type(self, value: Optional[pulumi.Input[str]]):
|
6068
|
+
pulumi.set(self, "method_type", value)
|
6069
|
+
|
6070
|
+
@property
|
6071
|
+
@pulumi.getter(name="modelType")
|
6072
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
6073
|
+
"""
|
6074
|
+
(Updatable) The type of the types object.
|
6075
|
+
"""
|
6076
|
+
return pulumi.get(self, "model_type")
|
6077
|
+
|
6078
|
+
@model_type.setter
|
6079
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
6080
|
+
pulumi.set(self, "model_type", value)
|
6081
|
+
|
6082
|
+
@property
|
6083
|
+
@pulumi.getter(name="requestHeaders")
|
6084
|
+
def request_headers(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6085
|
+
"""
|
6086
|
+
(Updatable) The headers for the REST call.
|
6087
|
+
"""
|
6088
|
+
return pulumi.get(self, "request_headers")
|
6089
|
+
|
6090
|
+
@request_headers.setter
|
6091
|
+
def request_headers(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
6092
|
+
pulumi.set(self, "request_headers", value)
|
6093
|
+
|
6094
|
+
|
6095
|
+
@pulumi.input_type
|
6096
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesArgs:
|
6097
|
+
def __init__(__self__, *,
|
6098
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs']] = None,
|
6099
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs']] = None):
|
6100
|
+
"""
|
6101
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
6102
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
6103
|
+
"""
|
6104
|
+
if config_param_values is not None:
|
6105
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
6106
|
+
if parent_ref is not None:
|
6107
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
6108
|
+
|
6109
|
+
@property
|
6110
|
+
@pulumi.getter(name="configParamValues")
|
6111
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs']]:
|
6112
|
+
"""
|
6113
|
+
(Updatable) The configuration parameter values.
|
6114
|
+
"""
|
6115
|
+
return pulumi.get(self, "config_param_values")
|
6116
|
+
|
6117
|
+
@config_param_values.setter
|
6118
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs']]):
|
6119
|
+
pulumi.set(self, "config_param_values", value)
|
6120
|
+
|
6121
|
+
@property
|
6122
|
+
@pulumi.getter(name="parentRef")
|
6123
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs']]:
|
6124
|
+
"""
|
6125
|
+
(Updatable) A reference to the object's parent.
|
6126
|
+
"""
|
6127
|
+
return pulumi.get(self, "parent_ref")
|
6128
|
+
|
6129
|
+
@parent_ref.setter
|
6130
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs']]):
|
6131
|
+
pulumi.set(self, "parent_ref", value)
|
6132
|
+
|
6133
|
+
|
6134
|
+
@pulumi.input_type
|
6135
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesArgs:
|
6136
|
+
def __init__(__self__, *,
|
6137
|
+
request_payload: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']] = None,
|
6138
|
+
request_url: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']] = None):
|
6139
|
+
if request_payload is not None:
|
6140
|
+
pulumi.set(__self__, "request_payload", request_payload)
|
6141
|
+
if request_url is not None:
|
6142
|
+
pulumi.set(__self__, "request_url", request_url)
|
6143
|
+
|
6144
|
+
@property
|
6145
|
+
@pulumi.getter(name="requestPayload")
|
6146
|
+
def request_payload(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]:
|
6147
|
+
return pulumi.get(self, "request_payload")
|
6148
|
+
|
6149
|
+
@request_payload.setter
|
6150
|
+
def request_payload(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]):
|
6151
|
+
pulumi.set(self, "request_payload", value)
|
6152
|
+
|
6153
|
+
@property
|
6154
|
+
@pulumi.getter(name="requestUrl")
|
6155
|
+
def request_url(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]:
|
6156
|
+
return pulumi.get(self, "request_url")
|
6157
|
+
|
6158
|
+
@request_url.setter
|
6159
|
+
def request_url(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]):
|
6160
|
+
pulumi.set(self, "request_url", value)
|
6161
|
+
|
6162
|
+
|
6163
|
+
@pulumi.input_type
|
6164
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
|
6165
|
+
def __init__(__self__, *,
|
6166
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
6167
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
|
6168
|
+
"""
|
6169
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
6170
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
6171
|
+
"""
|
6172
|
+
if parameter_value is not None:
|
6173
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
6174
|
+
if ref_value is not None:
|
6175
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
6176
|
+
|
6177
|
+
@property
|
6178
|
+
@pulumi.getter(name="parameterValue")
|
6179
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
6180
|
+
"""
|
6181
|
+
(Updatable) Reference to the parameter by its key.
|
6182
|
+
"""
|
6183
|
+
return pulumi.get(self, "parameter_value")
|
6184
|
+
|
6185
|
+
@parameter_value.setter
|
6186
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
6187
|
+
pulumi.set(self, "parameter_value", value)
|
6188
|
+
|
6189
|
+
@property
|
6190
|
+
@pulumi.getter(name="refValue")
|
6191
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
|
6192
|
+
"""
|
6193
|
+
(Updatable) The root object reference value.
|
6194
|
+
"""
|
6195
|
+
return pulumi.get(self, "ref_value")
|
6196
|
+
|
6197
|
+
@ref_value.setter
|
6198
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]):
|
6199
|
+
pulumi.set(self, "ref_value", value)
|
6200
|
+
|
6201
|
+
|
6202
|
+
@pulumi.input_type
|
6203
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
|
6204
|
+
def __init__(__self__, *,
|
6205
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']] = None,
|
6206
|
+
key: Optional[pulumi.Input[str]] = None,
|
6207
|
+
model_type: Optional[pulumi.Input[str]] = None):
|
6208
|
+
"""
|
6209
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
6210
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
6211
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
6212
|
+
"""
|
6213
|
+
if config_values is not None:
|
6214
|
+
pulumi.set(__self__, "config_values", config_values)
|
6215
|
+
if key is not None:
|
6216
|
+
pulumi.set(__self__, "key", key)
|
6217
|
+
if model_type is not None:
|
6218
|
+
pulumi.set(__self__, "model_type", model_type)
|
6219
|
+
|
6220
|
+
@property
|
6221
|
+
@pulumi.getter(name="configValues")
|
6222
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
|
6223
|
+
"""
|
6224
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
6225
|
+
"""
|
6226
|
+
return pulumi.get(self, "config_values")
|
6227
|
+
|
6228
|
+
@config_values.setter
|
6229
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]):
|
6230
|
+
pulumi.set(self, "config_values", value)
|
6231
|
+
|
6232
|
+
@property
|
6233
|
+
@pulumi.getter
|
6234
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
6235
|
+
"""
|
6236
|
+
(Updatable) The key of the object.
|
6237
|
+
"""
|
6238
|
+
return pulumi.get(self, "key")
|
6239
|
+
|
6240
|
+
@key.setter
|
6241
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
6242
|
+
pulumi.set(self, "key", value)
|
6243
|
+
|
6244
|
+
@property
|
6245
|
+
@pulumi.getter(name="modelType")
|
6246
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
6247
|
+
"""
|
6248
|
+
(Updatable) The type of the types object.
|
6249
|
+
"""
|
6250
|
+
return pulumi.get(self, "model_type")
|
6251
|
+
|
6252
|
+
@model_type.setter
|
6253
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
6254
|
+
pulumi.set(self, "model_type", value)
|
6255
|
+
|
6256
|
+
|
6257
|
+
@pulumi.input_type
|
6258
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
|
6259
|
+
def __init__(__self__, *,
|
6260
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
|
6261
|
+
"""
|
6262
|
+
:param pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
6263
|
+
"""
|
6264
|
+
if config_param_values is not None:
|
6265
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
6266
|
+
|
6267
|
+
@property
|
6268
|
+
@pulumi.getter(name="configParamValues")
|
6269
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
|
6270
|
+
"""
|
6271
|
+
(Updatable) The configuration parameter values.
|
6272
|
+
"""
|
6273
|
+
return pulumi.get(self, "config_param_values")
|
6274
|
+
|
6275
|
+
@config_param_values.setter
|
6276
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]):
|
6277
|
+
pulumi.set(self, "config_param_values", value)
|
6278
|
+
|
6279
|
+
|
6280
|
+
@pulumi.input_type
|
6281
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
|
6282
|
+
def __init__(__self__, *,
|
6283
|
+
data_param: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']] = None):
|
6284
|
+
if data_param is not None:
|
6285
|
+
pulumi.set(__self__, "data_param", data_param)
|
6286
|
+
|
6287
|
+
@property
|
6288
|
+
@pulumi.getter(name="dataParam")
|
6289
|
+
def data_param(self) -> Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]:
|
6290
|
+
return pulumi.get(self, "data_param")
|
6291
|
+
|
6292
|
+
@data_param.setter
|
6293
|
+
def data_param(self, value: Optional[pulumi.Input['WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]):
|
6294
|
+
pulumi.set(self, "data_param", value)
|
6295
|
+
|
6296
|
+
|
6297
|
+
@pulumi.input_type
|
6298
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
|
6299
|
+
def __init__(__self__, *,
|
6300
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
6301
|
+
"""
|
6302
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
6303
|
+
"""
|
6304
|
+
if string_value is not None:
|
6305
|
+
pulumi.set(__self__, "string_value", string_value)
|
6306
|
+
|
6307
|
+
@property
|
6308
|
+
@pulumi.getter(name="stringValue")
|
6309
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
6310
|
+
"""
|
6311
|
+
(Updatable) A string value of the parameter.
|
6312
|
+
"""
|
6313
|
+
return pulumi.get(self, "string_value")
|
6314
|
+
|
6315
|
+
@string_value.setter
|
6316
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
6317
|
+
pulumi.set(self, "string_value", value)
|
6318
|
+
|
6319
|
+
|
6320
|
+
@pulumi.input_type
|
6321
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
|
6322
|
+
def __init__(__self__, *,
|
6323
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
6324
|
+
"""
|
6325
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
6326
|
+
"""
|
6327
|
+
if string_value is not None:
|
6328
|
+
pulumi.set(__self__, "string_value", string_value)
|
6329
|
+
|
6330
|
+
@property
|
6331
|
+
@pulumi.getter(name="stringValue")
|
6332
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
6333
|
+
"""
|
6334
|
+
(Updatable) A string value of the parameter.
|
6335
|
+
"""
|
6336
|
+
return pulumi.get(self, "string_value")
|
6337
|
+
|
6338
|
+
@string_value.setter
|
6339
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
6340
|
+
pulumi.set(self, "string_value", value)
|
6341
|
+
|
6342
|
+
|
6343
|
+
@pulumi.input_type
|
6344
|
+
class WorkspaceTaskExecuteRestCallConfigConfigValuesParentRefArgs:
|
6345
|
+
def __init__(__self__, *,
|
6346
|
+
parent: Optional[pulumi.Input[str]] = None,
|
6347
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
6348
|
+
"""
|
6349
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
6350
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
6351
|
+
"""
|
6352
|
+
if parent is not None:
|
6353
|
+
pulumi.set(__self__, "parent", parent)
|
6354
|
+
if root_doc_id is not None:
|
6355
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
6356
|
+
|
6357
|
+
@property
|
6358
|
+
@pulumi.getter
|
6359
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
6360
|
+
"""
|
6361
|
+
(Updatable) Key of the parent object.
|
6362
|
+
"""
|
6363
|
+
return pulumi.get(self, "parent")
|
6364
|
+
|
6365
|
+
@parent.setter
|
6366
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
6367
|
+
pulumi.set(self, "parent", value)
|
6368
|
+
|
6369
|
+
@property
|
6370
|
+
@pulumi.getter(name="rootDocId")
|
6371
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
6372
|
+
"""
|
6373
|
+
(Updatable) Key of the root document object.
|
6374
|
+
"""
|
6375
|
+
return pulumi.get(self, "root_doc_id")
|
6376
|
+
|
6377
|
+
@root_doc_id.setter
|
6378
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
6379
|
+
pulumi.set(self, "root_doc_id", value)
|
6380
|
+
|
6381
|
+
|
6382
|
+
@pulumi.input_type
|
6383
|
+
class WorkspaceTaskInputPortArgs:
|
6384
|
+
def __init__(__self__, *,
|
6385
|
+
model_type: pulumi.Input[str],
|
6386
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesArgs']] = None,
|
6387
|
+
description: Optional[pulumi.Input[str]] = None,
|
6388
|
+
fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6389
|
+
key: Optional[pulumi.Input[str]] = None,
|
6390
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
6391
|
+
name: Optional[pulumi.Input[str]] = None,
|
6392
|
+
object_status: Optional[pulumi.Input[int]] = None,
|
6393
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskInputPortParentRefArgs']] = None,
|
6394
|
+
port_type: Optional[pulumi.Input[str]] = None):
|
6395
|
+
"""
|
6396
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
6397
|
+
:param pulumi.Input['WorkspaceTaskInputPortConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
6398
|
+
:param pulumi.Input[str] description: (Updatable) Detailed description for the object.
|
6399
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] fields: (Updatable) An array of fields.
|
6400
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
6401
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
6402
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
6403
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
6404
|
+
:param pulumi.Input['WorkspaceTaskInputPortParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
6405
|
+
:param pulumi.Input[str] port_type: (Updatable) The port details for the data asset.Type.
|
6406
|
+
"""
|
6407
|
+
pulumi.set(__self__, "model_type", model_type)
|
6408
|
+
if config_values is not None:
|
6409
|
+
pulumi.set(__self__, "config_values", config_values)
|
6410
|
+
if description is not None:
|
6411
|
+
pulumi.set(__self__, "description", description)
|
6412
|
+
if fields is not None:
|
6413
|
+
pulumi.set(__self__, "fields", fields)
|
6414
|
+
if key is not None:
|
6415
|
+
pulumi.set(__self__, "key", key)
|
6416
|
+
if model_version is not None:
|
6417
|
+
pulumi.set(__self__, "model_version", model_version)
|
6418
|
+
if name is not None:
|
6419
|
+
pulumi.set(__self__, "name", name)
|
6420
|
+
if object_status is not None:
|
6421
|
+
pulumi.set(__self__, "object_status", object_status)
|
6422
|
+
if parent_ref is not None:
|
6423
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
6424
|
+
if port_type is not None:
|
6425
|
+
pulumi.set(__self__, "port_type", port_type)
|
6426
|
+
|
6427
|
+
@property
|
6428
|
+
@pulumi.getter(name="modelType")
|
6429
|
+
def model_type(self) -> pulumi.Input[str]:
|
6430
|
+
"""
|
6431
|
+
(Updatable) The type of the types object.
|
6432
|
+
"""
|
6433
|
+
return pulumi.get(self, "model_type")
|
6434
|
+
|
6435
|
+
@model_type.setter
|
6436
|
+
def model_type(self, value: pulumi.Input[str]):
|
6437
|
+
pulumi.set(self, "model_type", value)
|
6438
|
+
|
6439
|
+
@property
|
6440
|
+
@pulumi.getter(name="configValues")
|
6441
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesArgs']]:
|
6442
|
+
"""
|
6443
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
6444
|
+
"""
|
6445
|
+
return pulumi.get(self, "config_values")
|
6446
|
+
|
6447
|
+
@config_values.setter
|
6448
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesArgs']]):
|
6449
|
+
pulumi.set(self, "config_values", value)
|
6450
|
+
|
6451
|
+
@property
|
6452
|
+
@pulumi.getter
|
6453
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
6454
|
+
"""
|
6455
|
+
(Updatable) Detailed description for the object.
|
6456
|
+
"""
|
6457
|
+
return pulumi.get(self, "description")
|
6458
|
+
|
6459
|
+
@description.setter
|
6460
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
6461
|
+
pulumi.set(self, "description", value)
|
6462
|
+
|
6463
|
+
@property
|
6464
|
+
@pulumi.getter
|
6465
|
+
def fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
6466
|
+
"""
|
6467
|
+
(Updatable) An array of fields.
|
6468
|
+
"""
|
6469
|
+
return pulumi.get(self, "fields")
|
6470
|
+
|
6471
|
+
@fields.setter
|
6472
|
+
def fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
6473
|
+
pulumi.set(self, "fields", value)
|
6474
|
+
|
6475
|
+
@property
|
6476
|
+
@pulumi.getter
|
6477
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
6478
|
+
"""
|
6479
|
+
(Updatable) The key of the object.
|
6480
|
+
"""
|
6481
|
+
return pulumi.get(self, "key")
|
6482
|
+
|
6483
|
+
@key.setter
|
6484
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
6485
|
+
pulumi.set(self, "key", value)
|
6486
|
+
|
6487
|
+
@property
|
6488
|
+
@pulumi.getter(name="modelVersion")
|
6489
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
6490
|
+
"""
|
6491
|
+
(Updatable) The model version of an object.
|
6492
|
+
"""
|
6493
|
+
return pulumi.get(self, "model_version")
|
6494
|
+
|
6495
|
+
@model_version.setter
|
6496
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
6497
|
+
pulumi.set(self, "model_version", value)
|
6498
|
+
|
6499
|
+
@property
|
6500
|
+
@pulumi.getter
|
6501
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
6502
|
+
"""
|
6503
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
6504
|
+
"""
|
6505
|
+
return pulumi.get(self, "name")
|
6506
|
+
|
6507
|
+
@name.setter
|
6508
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
6509
|
+
pulumi.set(self, "name", value)
|
6510
|
+
|
6511
|
+
@property
|
6512
|
+
@pulumi.getter(name="objectStatus")
|
6513
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
6514
|
+
"""
|
6515
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
6516
|
+
"""
|
6517
|
+
return pulumi.get(self, "object_status")
|
6518
|
+
|
6519
|
+
@object_status.setter
|
6520
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
6521
|
+
pulumi.set(self, "object_status", value)
|
6522
|
+
|
6523
|
+
@property
|
6524
|
+
@pulumi.getter(name="parentRef")
|
6525
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskInputPortParentRefArgs']]:
|
6526
|
+
"""
|
6527
|
+
(Updatable) A reference to the object's parent.
|
6528
|
+
"""
|
6529
|
+
return pulumi.get(self, "parent_ref")
|
6530
|
+
|
6531
|
+
@parent_ref.setter
|
6532
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskInputPortParentRefArgs']]):
|
6533
|
+
pulumi.set(self, "parent_ref", value)
|
6534
|
+
|
6535
|
+
@property
|
6536
|
+
@pulumi.getter(name="portType")
|
6537
|
+
def port_type(self) -> Optional[pulumi.Input[str]]:
|
6538
|
+
"""
|
6539
|
+
(Updatable) The port details for the data asset.Type.
|
6540
|
+
"""
|
6541
|
+
return pulumi.get(self, "port_type")
|
6542
|
+
|
6543
|
+
@port_type.setter
|
6544
|
+
def port_type(self, value: Optional[pulumi.Input[str]]):
|
6545
|
+
pulumi.set(self, "port_type", value)
|
6546
|
+
|
6547
|
+
|
6548
|
+
@pulumi.input_type
|
6549
|
+
class WorkspaceTaskInputPortConfigValuesArgs:
|
6550
|
+
def __init__(__self__, *,
|
6551
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs']] = None,
|
6552
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesParentRefArgs']] = None):
|
6553
|
+
"""
|
6554
|
+
:param pulumi.Input['WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
6555
|
+
:param pulumi.Input['WorkspaceTaskInputPortConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
6556
|
+
"""
|
6557
|
+
if config_param_values is not None:
|
6558
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
6559
|
+
if parent_ref is not None:
|
6560
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
6561
|
+
|
6562
|
+
@property
|
6563
|
+
@pulumi.getter(name="configParamValues")
|
6564
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs']]:
|
6565
|
+
"""
|
6566
|
+
(Updatable) The configuration parameter values.
|
6567
|
+
"""
|
6568
|
+
return pulumi.get(self, "config_param_values")
|
6569
|
+
|
6570
|
+
@config_param_values.setter
|
6571
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs']]):
|
6572
|
+
pulumi.set(self, "config_param_values", value)
|
6573
|
+
|
6574
|
+
@property
|
6575
|
+
@pulumi.getter(name="parentRef")
|
6576
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesParentRefArgs']]:
|
6577
|
+
"""
|
6578
|
+
(Updatable) A reference to the object's parent.
|
6579
|
+
"""
|
6580
|
+
return pulumi.get(self, "parent_ref")
|
6581
|
+
|
6582
|
+
@parent_ref.setter
|
6583
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskInputPortConfigValuesParentRefArgs']]):
|
6584
|
+
pulumi.set(self, "parent_ref", value)
|
6585
|
+
|
6586
|
+
|
6587
|
+
@pulumi.input_type
|
6588
|
+
class WorkspaceTaskInputPortConfigValuesConfigParamValuesArgs:
|
6589
|
+
def __init__(__self__, *,
|
6590
|
+
int_value: Optional[pulumi.Input[int]] = None,
|
6591
|
+
object_value: Optional[pulumi.Input[str]] = None,
|
6592
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
6593
|
+
ref_value: Optional[pulumi.Input[str]] = None,
|
6594
|
+
root_object_value: Optional[pulumi.Input[str]] = None,
|
6595
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
6596
|
+
"""
|
6597
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
6598
|
+
:param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
|
6599
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
6600
|
+
:param pulumi.Input[str] ref_value: (Updatable) The root object reference value.
|
6601
|
+
:param pulumi.Input[str] root_object_value: (Updatable) The root object value, used in custom parameters.
|
6602
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
6603
|
+
"""
|
6604
|
+
if int_value is not None:
|
6605
|
+
pulumi.set(__self__, "int_value", int_value)
|
6606
|
+
if object_value is not None:
|
6607
|
+
pulumi.set(__self__, "object_value", object_value)
|
6608
|
+
if parameter_value is not None:
|
6609
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
6610
|
+
if ref_value is not None:
|
6611
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
6612
|
+
if root_object_value is not None:
|
6613
|
+
pulumi.set(__self__, "root_object_value", root_object_value)
|
6614
|
+
if string_value is not None:
|
6615
|
+
pulumi.set(__self__, "string_value", string_value)
|
6616
|
+
|
6617
|
+
@property
|
6618
|
+
@pulumi.getter(name="intValue")
|
6619
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
6620
|
+
"""
|
6621
|
+
(Updatable) An integer value of the parameter.
|
6622
|
+
"""
|
6623
|
+
return pulumi.get(self, "int_value")
|
6624
|
+
|
6625
|
+
@int_value.setter
|
6626
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
6627
|
+
pulumi.set(self, "int_value", value)
|
6628
|
+
|
6629
|
+
@property
|
6630
|
+
@pulumi.getter(name="objectValue")
|
6631
|
+
def object_value(self) -> Optional[pulumi.Input[str]]:
|
6632
|
+
"""
|
6633
|
+
(Updatable) An object value of the parameter.
|
6634
|
+
"""
|
6635
|
+
return pulumi.get(self, "object_value")
|
6636
|
+
|
6637
|
+
@object_value.setter
|
6638
|
+
def object_value(self, value: Optional[pulumi.Input[str]]):
|
6639
|
+
pulumi.set(self, "object_value", value)
|
6640
|
+
|
6641
|
+
@property
|
6642
|
+
@pulumi.getter(name="parameterValue")
|
6643
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
6644
|
+
"""
|
6645
|
+
(Updatable) Reference to the parameter by its key.
|
6646
|
+
"""
|
6647
|
+
return pulumi.get(self, "parameter_value")
|
6648
|
+
|
6649
|
+
@parameter_value.setter
|
6650
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
6651
|
+
pulumi.set(self, "parameter_value", value)
|
6652
|
+
|
6653
|
+
@property
|
6654
|
+
@pulumi.getter(name="refValue")
|
6655
|
+
def ref_value(self) -> Optional[pulumi.Input[str]]:
|
6656
|
+
"""
|
6657
|
+
(Updatable) The root object reference value.
|
6658
|
+
"""
|
6659
|
+
return pulumi.get(self, "ref_value")
|
6660
|
+
|
6661
|
+
@ref_value.setter
|
6662
|
+
def ref_value(self, value: Optional[pulumi.Input[str]]):
|
6663
|
+
pulumi.set(self, "ref_value", value)
|
6664
|
+
|
6665
|
+
@property
|
6666
|
+
@pulumi.getter(name="rootObjectValue")
|
6667
|
+
def root_object_value(self) -> Optional[pulumi.Input[str]]:
|
6668
|
+
"""
|
6669
|
+
(Updatable) The root object value, used in custom parameters.
|
6670
|
+
"""
|
6671
|
+
return pulumi.get(self, "root_object_value")
|
6672
|
+
|
6673
|
+
@root_object_value.setter
|
6674
|
+
def root_object_value(self, value: Optional[pulumi.Input[str]]):
|
6675
|
+
pulumi.set(self, "root_object_value", value)
|
6676
|
+
|
6677
|
+
@property
|
6678
|
+
@pulumi.getter(name="stringValue")
|
6679
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
6680
|
+
"""
|
6681
|
+
(Updatable) A string value of the parameter.
|
6682
|
+
"""
|
6683
|
+
return pulumi.get(self, "string_value")
|
6684
|
+
|
6685
|
+
@string_value.setter
|
6686
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
6687
|
+
pulumi.set(self, "string_value", value)
|
6688
|
+
|
6689
|
+
|
6690
|
+
@pulumi.input_type
|
6691
|
+
class WorkspaceTaskInputPortConfigValuesParentRefArgs:
|
6692
|
+
def __init__(__self__, *,
|
6693
|
+
parent: Optional[pulumi.Input[str]] = None,
|
6694
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
6695
|
+
"""
|
6696
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
6697
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
6698
|
+
"""
|
6699
|
+
if parent is not None:
|
6700
|
+
pulumi.set(__self__, "parent", parent)
|
6701
|
+
if root_doc_id is not None:
|
6702
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
6703
|
+
|
6704
|
+
@property
|
6705
|
+
@pulumi.getter
|
6706
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
6707
|
+
"""
|
6708
|
+
(Updatable) Key of the parent object.
|
6709
|
+
"""
|
6710
|
+
return pulumi.get(self, "parent")
|
6711
|
+
|
6712
|
+
@parent.setter
|
6713
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
6714
|
+
pulumi.set(self, "parent", value)
|
6715
|
+
|
6716
|
+
@property
|
6717
|
+
@pulumi.getter(name="rootDocId")
|
6718
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
6719
|
+
"""
|
6720
|
+
(Updatable) Key of the root document object.
|
6721
|
+
"""
|
6722
|
+
return pulumi.get(self, "root_doc_id")
|
6723
|
+
|
6724
|
+
@root_doc_id.setter
|
6725
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
6726
|
+
pulumi.set(self, "root_doc_id", value)
|
6727
|
+
|
6728
|
+
|
6729
|
+
@pulumi.input_type
|
6730
|
+
class WorkspaceTaskInputPortParentRefArgs:
|
6731
|
+
def __init__(__self__, *,
|
6732
|
+
parent: Optional[pulumi.Input[str]] = None,
|
6733
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
6734
|
+
"""
|
6735
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
6736
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
6737
|
+
"""
|
6738
|
+
if parent is not None:
|
6739
|
+
pulumi.set(__self__, "parent", parent)
|
6740
|
+
if root_doc_id is not None:
|
6741
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
6742
|
+
|
6743
|
+
@property
|
6744
|
+
@pulumi.getter
|
6745
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
6746
|
+
"""
|
6747
|
+
(Updatable) Key of the parent object.
|
6748
|
+
"""
|
6749
|
+
return pulumi.get(self, "parent")
|
6750
|
+
|
6751
|
+
@parent.setter
|
6752
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
6753
|
+
pulumi.set(self, "parent", value)
|
6754
|
+
|
6755
|
+
@property
|
6756
|
+
@pulumi.getter(name="rootDocId")
|
6757
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
6758
|
+
"""
|
6759
|
+
(Updatable) Key of the root document object.
|
6760
|
+
"""
|
6761
|
+
return pulumi.get(self, "root_doc_id")
|
6762
|
+
|
6763
|
+
@root_doc_id.setter
|
6764
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
6765
|
+
pulumi.set(self, "root_doc_id", value)
|
6766
|
+
|
6767
|
+
|
6768
|
+
@pulumi.input_type
|
6769
|
+
class WorkspaceTaskMetadataArgs:
|
6770
|
+
def __init__(__self__, *,
|
6771
|
+
aggregator_key: Optional[pulumi.Input[str]] = None,
|
6772
|
+
aggregators: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]]] = None,
|
6773
|
+
count_statistics: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]]] = None,
|
6774
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
6775
|
+
created_by_name: Optional[pulumi.Input[str]] = None,
|
6776
|
+
identifier_path: Optional[pulumi.Input[str]] = None,
|
6777
|
+
info_fields: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
6778
|
+
is_favorite: Optional[pulumi.Input[bool]] = None,
|
6779
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6780
|
+
registry_version: Optional[pulumi.Input[int]] = None,
|
6781
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
6782
|
+
time_updated: Optional[pulumi.Input[str]] = None,
|
6783
|
+
updated_by: Optional[pulumi.Input[str]] = None,
|
6784
|
+
updated_by_name: Optional[pulumi.Input[str]] = None):
|
6785
|
+
"""
|
6786
|
+
:param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
|
6787
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]] aggregators: (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
|
6788
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]] count_statistics: (Updatable) A count statistics.
|
6789
|
+
:param pulumi.Input[str] created_by: (Updatable) The user that created the object.
|
6790
|
+
:param pulumi.Input[str] created_by_name: (Updatable) The user that created the object.
|
6791
|
+
:param pulumi.Input[str] identifier_path: (Updatable) The full path to identify this object.
|
6792
|
+
:param pulumi.Input[Mapping[str, Any]] info_fields: (Updatable) Information property fields.
|
6793
|
+
:param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
6794
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
6795
|
+
:param pulumi.Input[int] registry_version: (Updatable) The registry version.
|
6796
|
+
:param pulumi.Input[str] time_created: (Updatable) The date and time that the object was created.
|
6797
|
+
:param pulumi.Input[str] time_updated: (Updatable) The date and time that the object was updated.
|
6798
|
+
:param pulumi.Input[str] updated_by: (Updatable) The user that updated the object.
|
6799
|
+
:param pulumi.Input[str] updated_by_name: (Updatable) The user that updated the object.
|
6800
|
+
"""
|
6801
|
+
if aggregator_key is not None:
|
6802
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
6803
|
+
if aggregators is not None:
|
6804
|
+
pulumi.set(__self__, "aggregators", aggregators)
|
6805
|
+
if count_statistics is not None:
|
6806
|
+
pulumi.set(__self__, "count_statistics", count_statistics)
|
6807
|
+
if created_by is not None:
|
6808
|
+
pulumi.set(__self__, "created_by", created_by)
|
6809
|
+
if created_by_name is not None:
|
6810
|
+
pulumi.set(__self__, "created_by_name", created_by_name)
|
6811
|
+
if identifier_path is not None:
|
6812
|
+
pulumi.set(__self__, "identifier_path", identifier_path)
|
6813
|
+
if info_fields is not None:
|
6814
|
+
pulumi.set(__self__, "info_fields", info_fields)
|
6815
|
+
if is_favorite is not None:
|
6816
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
6817
|
+
if labels is not None:
|
6818
|
+
pulumi.set(__self__, "labels", labels)
|
6819
|
+
if registry_version is not None:
|
6820
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
6821
|
+
if time_created is not None:
|
6822
|
+
pulumi.set(__self__, "time_created", time_created)
|
6823
|
+
if time_updated is not None:
|
6824
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
6825
|
+
if updated_by is not None:
|
6826
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
6827
|
+
if updated_by_name is not None:
|
6828
|
+
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
6829
|
+
|
6830
|
+
@property
|
6831
|
+
@pulumi.getter(name="aggregatorKey")
|
6832
|
+
def aggregator_key(self) -> Optional[pulumi.Input[str]]:
|
6833
|
+
"""
|
6834
|
+
(Updatable) The owning object's key for this object.
|
6835
|
+
"""
|
6836
|
+
return pulumi.get(self, "aggregator_key")
|
6837
|
+
|
6838
|
+
@aggregator_key.setter
|
6839
|
+
def aggregator_key(self, value: Optional[pulumi.Input[str]]):
|
6840
|
+
pulumi.set(self, "aggregator_key", value)
|
6841
|
+
|
6842
|
+
@property
|
6843
|
+
@pulumi.getter
|
6844
|
+
def aggregators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]]]:
|
6845
|
+
"""
|
6846
|
+
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
|
6847
|
+
"""
|
6848
|
+
return pulumi.get(self, "aggregators")
|
6849
|
+
|
6850
|
+
@aggregators.setter
|
6851
|
+
def aggregators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataAggregatorArgs']]]]):
|
6852
|
+
pulumi.set(self, "aggregators", value)
|
6853
|
+
|
6854
|
+
@property
|
6855
|
+
@pulumi.getter(name="countStatistics")
|
6856
|
+
def count_statistics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]]]:
|
6857
|
+
"""
|
6858
|
+
(Updatable) A count statistics.
|
6859
|
+
"""
|
6860
|
+
return pulumi.get(self, "count_statistics")
|
6861
|
+
|
6862
|
+
@count_statistics.setter
|
6863
|
+
def count_statistics(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticArgs']]]]):
|
6864
|
+
pulumi.set(self, "count_statistics", value)
|
6865
|
+
|
6866
|
+
@property
|
6867
|
+
@pulumi.getter(name="createdBy")
|
6868
|
+
def created_by(self) -> Optional[pulumi.Input[str]]:
|
6869
|
+
"""
|
6870
|
+
(Updatable) The user that created the object.
|
6871
|
+
"""
|
6872
|
+
return pulumi.get(self, "created_by")
|
6873
|
+
|
6874
|
+
@created_by.setter
|
6875
|
+
def created_by(self, value: Optional[pulumi.Input[str]]):
|
6876
|
+
pulumi.set(self, "created_by", value)
|
6877
|
+
|
6878
|
+
@property
|
6879
|
+
@pulumi.getter(name="createdByName")
|
6880
|
+
def created_by_name(self) -> Optional[pulumi.Input[str]]:
|
6881
|
+
"""
|
6882
|
+
(Updatable) The user that created the object.
|
6883
|
+
"""
|
6884
|
+
return pulumi.get(self, "created_by_name")
|
6885
|
+
|
6886
|
+
@created_by_name.setter
|
6887
|
+
def created_by_name(self, value: Optional[pulumi.Input[str]]):
|
6888
|
+
pulumi.set(self, "created_by_name", value)
|
6889
|
+
|
6890
|
+
@property
|
6891
|
+
@pulumi.getter(name="identifierPath")
|
6892
|
+
def identifier_path(self) -> Optional[pulumi.Input[str]]:
|
6893
|
+
"""
|
6894
|
+
(Updatable) The full path to identify this object.
|
6895
|
+
"""
|
6896
|
+
return pulumi.get(self, "identifier_path")
|
6897
|
+
|
6898
|
+
@identifier_path.setter
|
6899
|
+
def identifier_path(self, value: Optional[pulumi.Input[str]]):
|
6900
|
+
pulumi.set(self, "identifier_path", value)
|
6901
|
+
|
6902
|
+
@property
|
6903
|
+
@pulumi.getter(name="infoFields")
|
6904
|
+
def info_fields(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
6905
|
+
"""
|
6906
|
+
(Updatable) Information property fields.
|
6907
|
+
"""
|
6908
|
+
return pulumi.get(self, "info_fields")
|
6909
|
+
|
6910
|
+
@info_fields.setter
|
6911
|
+
def info_fields(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
6912
|
+
pulumi.set(self, "info_fields", value)
|
6913
|
+
|
6914
|
+
@property
|
6915
|
+
@pulumi.getter(name="isFavorite")
|
6916
|
+
def is_favorite(self) -> Optional[pulumi.Input[bool]]:
|
6917
|
+
"""
|
6918
|
+
(Updatable) Specifies whether this object is a favorite or not.
|
6919
|
+
"""
|
6920
|
+
return pulumi.get(self, "is_favorite")
|
6921
|
+
|
6922
|
+
@is_favorite.setter
|
6923
|
+
def is_favorite(self, value: Optional[pulumi.Input[bool]]):
|
6924
|
+
pulumi.set(self, "is_favorite", value)
|
6925
|
+
|
6926
|
+
@property
|
6927
|
+
@pulumi.getter
|
6928
|
+
def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
6929
|
+
"""
|
6930
|
+
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
6931
|
+
"""
|
6932
|
+
return pulumi.get(self, "labels")
|
6933
|
+
|
6934
|
+
@labels.setter
|
6935
|
+
def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
6936
|
+
pulumi.set(self, "labels", value)
|
6937
|
+
|
6938
|
+
@property
|
6939
|
+
@pulumi.getter(name="registryVersion")
|
6940
|
+
def registry_version(self) -> Optional[pulumi.Input[int]]:
|
6941
|
+
"""
|
6942
|
+
(Updatable) The registry version.
|
6943
|
+
"""
|
6944
|
+
return pulumi.get(self, "registry_version")
|
6945
|
+
|
6946
|
+
@registry_version.setter
|
6947
|
+
def registry_version(self, value: Optional[pulumi.Input[int]]):
|
6948
|
+
pulumi.set(self, "registry_version", value)
|
6949
|
+
|
6950
|
+
@property
|
6951
|
+
@pulumi.getter(name="timeCreated")
|
6952
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
6953
|
+
"""
|
6954
|
+
(Updatable) The date and time that the object was created.
|
6955
|
+
"""
|
6956
|
+
return pulumi.get(self, "time_created")
|
6957
|
+
|
6958
|
+
@time_created.setter
|
6959
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
6960
|
+
pulumi.set(self, "time_created", value)
|
6961
|
+
|
6962
|
+
@property
|
6963
|
+
@pulumi.getter(name="timeUpdated")
|
6964
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
6965
|
+
"""
|
6966
|
+
(Updatable) The date and time that the object was updated.
|
6967
|
+
"""
|
6968
|
+
return pulumi.get(self, "time_updated")
|
6969
|
+
|
6970
|
+
@time_updated.setter
|
6971
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
6972
|
+
pulumi.set(self, "time_updated", value)
|
6973
|
+
|
6974
|
+
@property
|
6975
|
+
@pulumi.getter(name="updatedBy")
|
6976
|
+
def updated_by(self) -> Optional[pulumi.Input[str]]:
|
6977
|
+
"""
|
6978
|
+
(Updatable) The user that updated the object.
|
6979
|
+
"""
|
6980
|
+
return pulumi.get(self, "updated_by")
|
6981
|
+
|
6982
|
+
@updated_by.setter
|
6983
|
+
def updated_by(self, value: Optional[pulumi.Input[str]]):
|
6984
|
+
pulumi.set(self, "updated_by", value)
|
6985
|
+
|
6986
|
+
@property
|
6987
|
+
@pulumi.getter(name="updatedByName")
|
6988
|
+
def updated_by_name(self) -> Optional[pulumi.Input[str]]:
|
6989
|
+
"""
|
6990
|
+
(Updatable) The user that updated the object.
|
6991
|
+
"""
|
6992
|
+
return pulumi.get(self, "updated_by_name")
|
6993
|
+
|
6994
|
+
@updated_by_name.setter
|
6995
|
+
def updated_by_name(self, value: Optional[pulumi.Input[str]]):
|
6996
|
+
pulumi.set(self, "updated_by_name", value)
|
6997
|
+
|
6998
|
+
|
6999
|
+
@pulumi.input_type
|
7000
|
+
class WorkspaceTaskMetadataAggregatorArgs:
|
7001
|
+
def __init__(__self__, *,
|
7002
|
+
description: Optional[pulumi.Input[str]] = None,
|
7003
|
+
identifier: Optional[pulumi.Input[str]] = None,
|
7004
|
+
key: Optional[pulumi.Input[str]] = None,
|
7005
|
+
name: Optional[pulumi.Input[str]] = None,
|
7006
|
+
type: Optional[pulumi.Input[str]] = None):
|
7007
|
+
"""
|
7008
|
+
:param pulumi.Input[str] description: (Updatable) Detailed description for the object.
|
7009
|
+
:param pulumi.Input[str] identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
7010
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7011
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7012
|
+
:param pulumi.Input[str] type: (Updatable) The object type.
|
7013
|
+
"""
|
7014
|
+
if description is not None:
|
7015
|
+
pulumi.set(__self__, "description", description)
|
7016
|
+
if identifier is not None:
|
7017
|
+
pulumi.set(__self__, "identifier", identifier)
|
7018
|
+
if key is not None:
|
7019
|
+
pulumi.set(__self__, "key", key)
|
7020
|
+
if name is not None:
|
7021
|
+
pulumi.set(__self__, "name", name)
|
7022
|
+
if type is not None:
|
7023
|
+
pulumi.set(__self__, "type", type)
|
7024
|
+
|
7025
|
+
@property
|
7026
|
+
@pulumi.getter
|
7027
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
7028
|
+
"""
|
7029
|
+
(Updatable) Detailed description for the object.
|
7030
|
+
"""
|
7031
|
+
return pulumi.get(self, "description")
|
7032
|
+
|
7033
|
+
@description.setter
|
7034
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
7035
|
+
pulumi.set(self, "description", value)
|
7036
|
+
|
7037
|
+
@property
|
7038
|
+
@pulumi.getter
|
7039
|
+
def identifier(self) -> Optional[pulumi.Input[str]]:
|
7040
|
+
"""
|
7041
|
+
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
7042
|
+
"""
|
7043
|
+
return pulumi.get(self, "identifier")
|
7044
|
+
|
7045
|
+
@identifier.setter
|
7046
|
+
def identifier(self, value: Optional[pulumi.Input[str]]):
|
7047
|
+
pulumi.set(self, "identifier", value)
|
7048
|
+
|
7049
|
+
@property
|
7050
|
+
@pulumi.getter
|
7051
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
7052
|
+
"""
|
7053
|
+
(Updatable) The key of the object.
|
7054
|
+
"""
|
7055
|
+
return pulumi.get(self, "key")
|
7056
|
+
|
7057
|
+
@key.setter
|
7058
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
7059
|
+
pulumi.set(self, "key", value)
|
7060
|
+
|
7061
|
+
@property
|
7062
|
+
@pulumi.getter
|
7063
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
7064
|
+
"""
|
7065
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7066
|
+
"""
|
7067
|
+
return pulumi.get(self, "name")
|
7068
|
+
|
7069
|
+
@name.setter
|
7070
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
7071
|
+
pulumi.set(self, "name", value)
|
7072
|
+
|
7073
|
+
@property
|
7074
|
+
@pulumi.getter
|
7075
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
7076
|
+
"""
|
7077
|
+
(Updatable) The object type.
|
7078
|
+
"""
|
7079
|
+
return pulumi.get(self, "type")
|
7080
|
+
|
7081
|
+
@type.setter
|
7082
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
7083
|
+
pulumi.set(self, "type", value)
|
7084
|
+
|
7085
|
+
|
7086
|
+
@pulumi.input_type
|
7087
|
+
class WorkspaceTaskMetadataCountStatisticArgs:
|
7088
|
+
def __init__(__self__, *,
|
7089
|
+
object_type_count_lists: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]]] = None):
|
7090
|
+
"""
|
7091
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]] object_type_count_lists: (Updatable) The array of statistics.
|
7092
|
+
"""
|
7093
|
+
if object_type_count_lists is not None:
|
7094
|
+
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
7095
|
+
|
7096
|
+
@property
|
7097
|
+
@pulumi.getter(name="objectTypeCountLists")
|
7098
|
+
def object_type_count_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]]]:
|
7099
|
+
"""
|
7100
|
+
(Updatable) The array of statistics.
|
7101
|
+
"""
|
7102
|
+
return pulumi.get(self, "object_type_count_lists")
|
7103
|
+
|
7104
|
+
@object_type_count_lists.setter
|
7105
|
+
def object_type_count_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs']]]]):
|
7106
|
+
pulumi.set(self, "object_type_count_lists", value)
|
7107
|
+
|
7108
|
+
|
7109
|
+
@pulumi.input_type
|
7110
|
+
class WorkspaceTaskMetadataCountStatisticObjectTypeCountListArgs:
|
7111
|
+
def __init__(__self__, *,
|
7112
|
+
object_count: Optional[pulumi.Input[str]] = None,
|
7113
|
+
object_type: Optional[pulumi.Input[str]] = None):
|
7114
|
+
"""
|
7115
|
+
:param pulumi.Input[str] object_count: (Updatable) The value for the count statistic object.
|
7116
|
+
:param pulumi.Input[str] object_type: (Updatable) The type of object for the count statistic object.
|
7117
|
+
"""
|
7118
|
+
if object_count is not None:
|
7119
|
+
pulumi.set(__self__, "object_count", object_count)
|
7120
|
+
if object_type is not None:
|
7121
|
+
pulumi.set(__self__, "object_type", object_type)
|
7122
|
+
|
7123
|
+
@property
|
7124
|
+
@pulumi.getter(name="objectCount")
|
7125
|
+
def object_count(self) -> Optional[pulumi.Input[str]]:
|
7126
|
+
"""
|
7127
|
+
(Updatable) The value for the count statistic object.
|
7128
|
+
"""
|
7129
|
+
return pulumi.get(self, "object_count")
|
7130
|
+
|
7131
|
+
@object_count.setter
|
7132
|
+
def object_count(self, value: Optional[pulumi.Input[str]]):
|
7133
|
+
pulumi.set(self, "object_count", value)
|
7134
|
+
|
7135
|
+
@property
|
7136
|
+
@pulumi.getter(name="objectType")
|
7137
|
+
def object_type(self) -> Optional[pulumi.Input[str]]:
|
7138
|
+
"""
|
7139
|
+
(Updatable) The type of object for the count statistic object.
|
7140
|
+
"""
|
7141
|
+
return pulumi.get(self, "object_type")
|
7142
|
+
|
7143
|
+
@object_type.setter
|
7144
|
+
def object_type(self, value: Optional[pulumi.Input[str]]):
|
7145
|
+
pulumi.set(self, "object_type", value)
|
7146
|
+
|
7147
|
+
|
7148
|
+
@pulumi.input_type
|
7149
|
+
class WorkspaceTaskOpConfigValuesArgs:
|
7150
|
+
def __init__(__self__, *,
|
7151
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesArgs']] = None,
|
7152
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesParentRefArgs']] = None):
|
7153
|
+
"""
|
7154
|
+
:param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
7155
|
+
:param pulumi.Input['WorkspaceTaskOpConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
7156
|
+
"""
|
7157
|
+
if config_param_values is not None:
|
7158
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
7159
|
+
if parent_ref is not None:
|
7160
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
7161
|
+
|
7162
|
+
@property
|
7163
|
+
@pulumi.getter(name="configParamValues")
|
7164
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesArgs']]:
|
7165
|
+
"""
|
7166
|
+
(Updatable) The configuration parameter values.
|
7167
|
+
"""
|
7168
|
+
return pulumi.get(self, "config_param_values")
|
7169
|
+
|
7170
|
+
@config_param_values.setter
|
7171
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesArgs']]):
|
7172
|
+
pulumi.set(self, "config_param_values", value)
|
7173
|
+
|
7174
|
+
@property
|
7175
|
+
@pulumi.getter(name="parentRef")
|
7176
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesParentRefArgs']]:
|
7177
|
+
"""
|
7178
|
+
(Updatable) A reference to the object's parent.
|
7179
|
+
"""
|
7180
|
+
return pulumi.get(self, "parent_ref")
|
7181
|
+
|
7182
|
+
@parent_ref.setter
|
7183
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesParentRefArgs']]):
|
7184
|
+
pulumi.set(self, "parent_ref", value)
|
7185
|
+
|
7186
|
+
|
7187
|
+
@pulumi.input_type
|
7188
|
+
class WorkspaceTaskOpConfigValuesConfigParamValuesArgs:
|
7189
|
+
def __init__(__self__, *,
|
7190
|
+
config_param_value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs']] = None,
|
7191
|
+
key: Optional[pulumi.Input[str]] = None):
|
7192
|
+
"""
|
7193
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7194
|
+
"""
|
7195
|
+
if config_param_value is not None:
|
7196
|
+
pulumi.set(__self__, "config_param_value", config_param_value)
|
7197
|
+
if key is not None:
|
7198
|
+
pulumi.set(__self__, "key", key)
|
7199
|
+
|
7200
|
+
@property
|
7201
|
+
@pulumi.getter(name="configParamValue")
|
7202
|
+
def config_param_value(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs']]:
|
7203
|
+
return pulumi.get(self, "config_param_value")
|
7204
|
+
|
7205
|
+
@config_param_value.setter
|
7206
|
+
def config_param_value(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs']]):
|
7207
|
+
pulumi.set(self, "config_param_value", value)
|
7208
|
+
|
7209
|
+
@property
|
7210
|
+
@pulumi.getter
|
7211
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
7212
|
+
"""
|
7213
|
+
(Updatable) The key of the object.
|
7214
|
+
"""
|
7215
|
+
return pulumi.get(self, "key")
|
7216
|
+
|
7217
|
+
@key.setter
|
7218
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
7219
|
+
pulumi.set(self, "key", value)
|
7220
|
+
|
7221
|
+
|
7222
|
+
@pulumi.input_type
|
7223
|
+
class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueArgs:
|
7224
|
+
def __init__(__self__, *,
|
7225
|
+
int_value: Optional[pulumi.Input[int]] = None,
|
7226
|
+
object_value: Optional[pulumi.Input[str]] = None,
|
7227
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
7228
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs']] = None,
|
7229
|
+
root_object_value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']] = None,
|
7230
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
7231
|
+
"""
|
7232
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
7233
|
+
:param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
|
7234
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
7235
|
+
:param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
7236
|
+
:param pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
|
7237
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
7238
|
+
"""
|
7239
|
+
if int_value is not None:
|
7240
|
+
pulumi.set(__self__, "int_value", int_value)
|
7241
|
+
if object_value is not None:
|
7242
|
+
pulumi.set(__self__, "object_value", object_value)
|
7243
|
+
if parameter_value is not None:
|
7244
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
7245
|
+
if ref_value is not None:
|
7246
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
7247
|
+
if root_object_value is not None:
|
7248
|
+
pulumi.set(__self__, "root_object_value", root_object_value)
|
7249
|
+
if string_value is not None:
|
7250
|
+
pulumi.set(__self__, "string_value", string_value)
|
7251
|
+
|
7252
|
+
@property
|
7253
|
+
@pulumi.getter(name="intValue")
|
7254
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
7255
|
+
"""
|
7256
|
+
(Updatable) An integer value of the parameter.
|
7257
|
+
"""
|
7258
|
+
return pulumi.get(self, "int_value")
|
7259
|
+
|
7260
|
+
@int_value.setter
|
7261
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
7262
|
+
pulumi.set(self, "int_value", value)
|
7263
|
+
|
7264
|
+
@property
|
7265
|
+
@pulumi.getter(name="objectValue")
|
7266
|
+
def object_value(self) -> Optional[pulumi.Input[str]]:
|
7267
|
+
"""
|
7268
|
+
(Updatable) An object value of the parameter.
|
7269
|
+
"""
|
7270
|
+
return pulumi.get(self, "object_value")
|
7271
|
+
|
7272
|
+
@object_value.setter
|
7273
|
+
def object_value(self, value: Optional[pulumi.Input[str]]):
|
7274
|
+
pulumi.set(self, "object_value", value)
|
7275
|
+
|
7276
|
+
@property
|
7277
|
+
@pulumi.getter(name="parameterValue")
|
7278
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
7279
|
+
"""
|
7280
|
+
(Updatable) Reference to the parameter by its key.
|
7281
|
+
"""
|
7282
|
+
return pulumi.get(self, "parameter_value")
|
7283
|
+
|
7284
|
+
@parameter_value.setter
|
7285
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
7286
|
+
pulumi.set(self, "parameter_value", value)
|
7287
|
+
|
7288
|
+
@property
|
7289
|
+
@pulumi.getter(name="refValue")
|
7290
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]:
|
7291
|
+
"""
|
7292
|
+
(Updatable) The root object reference value.
|
7293
|
+
"""
|
7294
|
+
return pulumi.get(self, "ref_value")
|
7295
|
+
|
7296
|
+
@ref_value.setter
|
7297
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]):
|
7298
|
+
pulumi.set(self, "ref_value", value)
|
7299
|
+
|
7300
|
+
@property
|
7301
|
+
@pulumi.getter(name="rootObjectValue")
|
7302
|
+
def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]:
|
7303
|
+
"""
|
7304
|
+
(Updatable) The root object value, used in custom parameters.
|
7305
|
+
"""
|
7306
|
+
return pulumi.get(self, "root_object_value")
|
7307
|
+
|
7308
|
+
@root_object_value.setter
|
7309
|
+
def root_object_value(self, value: Optional[pulumi.Input['WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]):
|
7310
|
+
pulumi.set(self, "root_object_value", value)
|
7311
|
+
|
7312
|
+
@property
|
7313
|
+
@pulumi.getter(name="stringValue")
|
7314
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
7315
|
+
"""
|
7316
|
+
(Updatable) A string value of the parameter.
|
7317
|
+
"""
|
7318
|
+
return pulumi.get(self, "string_value")
|
7319
|
+
|
7320
|
+
@string_value.setter
|
7321
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
7322
|
+
pulumi.set(self, "string_value", value)
|
7323
|
+
|
7324
|
+
|
7325
|
+
@pulumi.input_type
|
7326
|
+
class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
|
7327
|
+
def __init__(__self__, *,
|
7328
|
+
key: Optional[pulumi.Input[str]] = None,
|
7329
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
7330
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
7331
|
+
name: Optional[pulumi.Input[str]] = None,
|
7332
|
+
object_status: Optional[pulumi.Input[int]] = None):
|
7333
|
+
"""
|
7334
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7335
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
7336
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
7337
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7338
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7339
|
+
"""
|
7340
|
+
if key is not None:
|
7341
|
+
pulumi.set(__self__, "key", key)
|
7342
|
+
if model_type is not None:
|
7343
|
+
pulumi.set(__self__, "model_type", model_type)
|
7344
|
+
if model_version is not None:
|
7345
|
+
pulumi.set(__self__, "model_version", model_version)
|
7346
|
+
if name is not None:
|
7347
|
+
pulumi.set(__self__, "name", name)
|
7348
|
+
if object_status is not None:
|
7349
|
+
pulumi.set(__self__, "object_status", object_status)
|
7350
|
+
|
7351
|
+
@property
|
7352
|
+
@pulumi.getter
|
7353
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
7354
|
+
"""
|
7355
|
+
(Updatable) The key of the object.
|
7356
|
+
"""
|
7357
|
+
return pulumi.get(self, "key")
|
7358
|
+
|
7359
|
+
@key.setter
|
7360
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
7361
|
+
pulumi.set(self, "key", value)
|
7362
|
+
|
7363
|
+
@property
|
7364
|
+
@pulumi.getter(name="modelType")
|
7365
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
7366
|
+
"""
|
7367
|
+
(Updatable) The type of the types object.
|
7368
|
+
"""
|
7369
|
+
return pulumi.get(self, "model_type")
|
7370
|
+
|
7371
|
+
@model_type.setter
|
7372
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
7373
|
+
pulumi.set(self, "model_type", value)
|
7374
|
+
|
7375
|
+
@property
|
7376
|
+
@pulumi.getter(name="modelVersion")
|
7377
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
7378
|
+
"""
|
7379
|
+
(Updatable) The model version of an object.
|
7380
|
+
"""
|
7381
|
+
return pulumi.get(self, "model_version")
|
7382
|
+
|
7383
|
+
@model_version.setter
|
7384
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
7385
|
+
pulumi.set(self, "model_version", value)
|
7386
|
+
|
7387
|
+
@property
|
7388
|
+
@pulumi.getter
|
7389
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
7390
|
+
"""
|
7391
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7392
|
+
"""
|
7393
|
+
return pulumi.get(self, "name")
|
7394
|
+
|
7395
|
+
@name.setter
|
7396
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
7397
|
+
pulumi.set(self, "name", value)
|
7398
|
+
|
7399
|
+
@property
|
7400
|
+
@pulumi.getter(name="objectStatus")
|
7401
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
7402
|
+
"""
|
7403
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7404
|
+
"""
|
7405
|
+
return pulumi.get(self, "object_status")
|
7406
|
+
|
7407
|
+
@object_status.setter
|
7408
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
7409
|
+
pulumi.set(self, "object_status", value)
|
7410
|
+
|
7411
|
+
|
7412
|
+
@pulumi.input_type
|
7413
|
+
class WorkspaceTaskOpConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs:
|
7414
|
+
def __init__(__self__, *,
|
7415
|
+
key: Optional[pulumi.Input[str]] = None,
|
7416
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
7417
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
7418
|
+
object_status: Optional[pulumi.Input[int]] = None):
|
7419
|
+
"""
|
7420
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7421
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
7422
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
7423
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7424
|
+
"""
|
7425
|
+
if key is not None:
|
7426
|
+
pulumi.set(__self__, "key", key)
|
7427
|
+
if model_type is not None:
|
7428
|
+
pulumi.set(__self__, "model_type", model_type)
|
7429
|
+
if model_version is not None:
|
7430
|
+
pulumi.set(__self__, "model_version", model_version)
|
7431
|
+
if object_status is not None:
|
7432
|
+
pulumi.set(__self__, "object_status", object_status)
|
7433
|
+
|
7434
|
+
@property
|
7435
|
+
@pulumi.getter
|
7436
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
7437
|
+
"""
|
7438
|
+
(Updatable) The key of the object.
|
7439
|
+
"""
|
7440
|
+
return pulumi.get(self, "key")
|
7441
|
+
|
7442
|
+
@key.setter
|
7443
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
7444
|
+
pulumi.set(self, "key", value)
|
7445
|
+
|
7446
|
+
@property
|
7447
|
+
@pulumi.getter(name="modelType")
|
7448
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
7449
|
+
"""
|
7450
|
+
(Updatable) The type of the types object.
|
7451
|
+
"""
|
7452
|
+
return pulumi.get(self, "model_type")
|
7453
|
+
|
7454
|
+
@model_type.setter
|
7455
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
7456
|
+
pulumi.set(self, "model_type", value)
|
7457
|
+
|
7458
|
+
@property
|
7459
|
+
@pulumi.getter(name="modelVersion")
|
7460
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
7461
|
+
"""
|
7462
|
+
(Updatable) The model version of an object.
|
7463
|
+
"""
|
7464
|
+
return pulumi.get(self, "model_version")
|
7465
|
+
|
7466
|
+
@model_version.setter
|
7467
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
7468
|
+
pulumi.set(self, "model_version", value)
|
7469
|
+
|
7470
|
+
@property
|
7471
|
+
@pulumi.getter(name="objectStatus")
|
7472
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
7473
|
+
"""
|
7474
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7475
|
+
"""
|
7476
|
+
return pulumi.get(self, "object_status")
|
7477
|
+
|
7478
|
+
@object_status.setter
|
7479
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
7480
|
+
pulumi.set(self, "object_status", value)
|
7481
|
+
|
7482
|
+
|
7483
|
+
@pulumi.input_type
|
7484
|
+
class WorkspaceTaskOpConfigValuesParentRefArgs:
|
7485
|
+
def __init__(__self__, *,
|
7486
|
+
parent: Optional[pulumi.Input[str]] = None,
|
7487
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
7488
|
+
"""
|
7489
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
7490
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
7491
|
+
"""
|
7492
|
+
if parent is not None:
|
7493
|
+
pulumi.set(__self__, "parent", parent)
|
7494
|
+
if root_doc_id is not None:
|
7495
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
7496
|
+
|
7497
|
+
@property
|
7498
|
+
@pulumi.getter
|
7499
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
7500
|
+
"""
|
7501
|
+
(Updatable) Key of the parent object.
|
7502
|
+
"""
|
7503
|
+
return pulumi.get(self, "parent")
|
7504
|
+
|
7505
|
+
@parent.setter
|
7506
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
7507
|
+
pulumi.set(self, "parent", value)
|
7508
|
+
|
7509
|
+
@property
|
7510
|
+
@pulumi.getter(name="rootDocId")
|
7511
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
7512
|
+
"""
|
7513
|
+
(Updatable) Key of the root document object.
|
7514
|
+
"""
|
7515
|
+
return pulumi.get(self, "root_doc_id")
|
7516
|
+
|
7517
|
+
@root_doc_id.setter
|
7518
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
7519
|
+
pulumi.set(self, "root_doc_id", value)
|
7520
|
+
|
7521
|
+
|
7522
|
+
@pulumi.input_type
|
7523
|
+
class WorkspaceTaskOutputPortArgs:
|
7524
|
+
def __init__(__self__, *,
|
7525
|
+
model_type: pulumi.Input[str],
|
7526
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesArgs']] = None,
|
7527
|
+
description: Optional[pulumi.Input[str]] = None,
|
7528
|
+
fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
7529
|
+
key: Optional[pulumi.Input[str]] = None,
|
7530
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
7531
|
+
name: Optional[pulumi.Input[str]] = None,
|
7532
|
+
object_status: Optional[pulumi.Input[int]] = None,
|
7533
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskOutputPortParentRefArgs']] = None,
|
7534
|
+
port_type: Optional[pulumi.Input[str]] = None):
|
7535
|
+
"""
|
7536
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
7537
|
+
:param pulumi.Input['WorkspaceTaskOutputPortConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
7538
|
+
:param pulumi.Input[str] description: (Updatable) Detailed description for the object.
|
7539
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] fields: (Updatable) An array of fields.
|
7540
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7541
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
7542
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7543
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7544
|
+
:param pulumi.Input['WorkspaceTaskOutputPortParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
7545
|
+
:param pulumi.Input[str] port_type: (Updatable) The port details for the data asset.Type.
|
7546
|
+
"""
|
7547
|
+
pulumi.set(__self__, "model_type", model_type)
|
7548
|
+
if config_values is not None:
|
7549
|
+
pulumi.set(__self__, "config_values", config_values)
|
7550
|
+
if description is not None:
|
7551
|
+
pulumi.set(__self__, "description", description)
|
7552
|
+
if fields is not None:
|
7553
|
+
pulumi.set(__self__, "fields", fields)
|
7554
|
+
if key is not None:
|
7555
|
+
pulumi.set(__self__, "key", key)
|
7556
|
+
if model_version is not None:
|
7557
|
+
pulumi.set(__self__, "model_version", model_version)
|
7558
|
+
if name is not None:
|
7559
|
+
pulumi.set(__self__, "name", name)
|
7560
|
+
if object_status is not None:
|
7561
|
+
pulumi.set(__self__, "object_status", object_status)
|
7562
|
+
if parent_ref is not None:
|
7563
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
7564
|
+
if port_type is not None:
|
7565
|
+
pulumi.set(__self__, "port_type", port_type)
|
7566
|
+
|
7567
|
+
@property
|
7568
|
+
@pulumi.getter(name="modelType")
|
7569
|
+
def model_type(self) -> pulumi.Input[str]:
|
7570
|
+
"""
|
7571
|
+
(Updatable) The type of the types object.
|
7572
|
+
"""
|
7573
|
+
return pulumi.get(self, "model_type")
|
7574
|
+
|
7575
|
+
@model_type.setter
|
7576
|
+
def model_type(self, value: pulumi.Input[str]):
|
7577
|
+
pulumi.set(self, "model_type", value)
|
7578
|
+
|
7579
|
+
@property
|
7580
|
+
@pulumi.getter(name="configValues")
|
7581
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesArgs']]:
|
7582
|
+
"""
|
7583
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
7584
|
+
"""
|
7585
|
+
return pulumi.get(self, "config_values")
|
7586
|
+
|
7587
|
+
@config_values.setter
|
7588
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesArgs']]):
|
7589
|
+
pulumi.set(self, "config_values", value)
|
7590
|
+
|
7591
|
+
@property
|
7592
|
+
@pulumi.getter
|
7593
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
7594
|
+
"""
|
7595
|
+
(Updatable) Detailed description for the object.
|
7596
|
+
"""
|
7597
|
+
return pulumi.get(self, "description")
|
7598
|
+
|
7599
|
+
@description.setter
|
7600
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
7601
|
+
pulumi.set(self, "description", value)
|
7602
|
+
|
7603
|
+
@property
|
7604
|
+
@pulumi.getter
|
7605
|
+
def fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
7606
|
+
"""
|
7607
|
+
(Updatable) An array of fields.
|
7608
|
+
"""
|
7609
|
+
return pulumi.get(self, "fields")
|
7610
|
+
|
7611
|
+
@fields.setter
|
7612
|
+
def fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
7613
|
+
pulumi.set(self, "fields", value)
|
7614
|
+
|
7615
|
+
@property
|
7616
|
+
@pulumi.getter
|
7617
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
7618
|
+
"""
|
7619
|
+
(Updatable) The key of the object.
|
7620
|
+
"""
|
7621
|
+
return pulumi.get(self, "key")
|
7622
|
+
|
7623
|
+
@key.setter
|
7624
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
7625
|
+
pulumi.set(self, "key", value)
|
7626
|
+
|
7627
|
+
@property
|
7628
|
+
@pulumi.getter(name="modelVersion")
|
7629
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
7630
|
+
"""
|
7631
|
+
(Updatable) The model version of an object.
|
7632
|
+
"""
|
7633
|
+
return pulumi.get(self, "model_version")
|
7634
|
+
|
7635
|
+
@model_version.setter
|
7636
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
7637
|
+
pulumi.set(self, "model_version", value)
|
7638
|
+
|
7639
|
+
@property
|
7640
|
+
@pulumi.getter
|
7641
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
7642
|
+
"""
|
7643
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7644
|
+
"""
|
7645
|
+
return pulumi.get(self, "name")
|
7646
|
+
|
7647
|
+
@name.setter
|
7648
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
7649
|
+
pulumi.set(self, "name", value)
|
7650
|
+
|
7651
|
+
@property
|
7652
|
+
@pulumi.getter(name="objectStatus")
|
7653
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
7654
|
+
"""
|
7655
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7656
|
+
"""
|
7657
|
+
return pulumi.get(self, "object_status")
|
7658
|
+
|
7659
|
+
@object_status.setter
|
7660
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
7661
|
+
pulumi.set(self, "object_status", value)
|
7662
|
+
|
7663
|
+
@property
|
7664
|
+
@pulumi.getter(name="parentRef")
|
7665
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskOutputPortParentRefArgs']]:
|
7666
|
+
"""
|
7667
|
+
(Updatable) A reference to the object's parent.
|
7668
|
+
"""
|
7669
|
+
return pulumi.get(self, "parent_ref")
|
7670
|
+
|
7671
|
+
@parent_ref.setter
|
7672
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskOutputPortParentRefArgs']]):
|
7673
|
+
pulumi.set(self, "parent_ref", value)
|
7674
|
+
|
7675
|
+
@property
|
7676
|
+
@pulumi.getter(name="portType")
|
7677
|
+
def port_type(self) -> Optional[pulumi.Input[str]]:
|
7678
|
+
"""
|
7679
|
+
(Updatable) The port details for the data asset.Type.
|
7680
|
+
"""
|
7681
|
+
return pulumi.get(self, "port_type")
|
7682
|
+
|
7683
|
+
@port_type.setter
|
7684
|
+
def port_type(self, value: Optional[pulumi.Input[str]]):
|
7685
|
+
pulumi.set(self, "port_type", value)
|
7686
|
+
|
7687
|
+
|
7688
|
+
@pulumi.input_type
|
7689
|
+
class WorkspaceTaskOutputPortConfigValuesArgs:
|
7690
|
+
def __init__(__self__, *,
|
7691
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs']] = None,
|
7692
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesParentRefArgs']] = None):
|
7693
|
+
"""
|
7694
|
+
:param pulumi.Input['WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
7695
|
+
:param pulumi.Input['WorkspaceTaskOutputPortConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
7696
|
+
"""
|
7697
|
+
if config_param_values is not None:
|
7698
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
7699
|
+
if parent_ref is not None:
|
7700
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
7701
|
+
|
7702
|
+
@property
|
7703
|
+
@pulumi.getter(name="configParamValues")
|
7704
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs']]:
|
7705
|
+
"""
|
7706
|
+
(Updatable) The configuration parameter values.
|
7707
|
+
"""
|
7708
|
+
return pulumi.get(self, "config_param_values")
|
7709
|
+
|
7710
|
+
@config_param_values.setter
|
7711
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs']]):
|
7712
|
+
pulumi.set(self, "config_param_values", value)
|
7713
|
+
|
7714
|
+
@property
|
7715
|
+
@pulumi.getter(name="parentRef")
|
7716
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesParentRefArgs']]:
|
7717
|
+
"""
|
7718
|
+
(Updatable) A reference to the object's parent.
|
7719
|
+
"""
|
7720
|
+
return pulumi.get(self, "parent_ref")
|
7721
|
+
|
7722
|
+
@parent_ref.setter
|
7723
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskOutputPortConfigValuesParentRefArgs']]):
|
7724
|
+
pulumi.set(self, "parent_ref", value)
|
7725
|
+
|
7726
|
+
|
7727
|
+
@pulumi.input_type
|
7728
|
+
class WorkspaceTaskOutputPortConfigValuesConfigParamValuesArgs:
|
7729
|
+
def __init__(__self__, *,
|
7730
|
+
int_value: Optional[pulumi.Input[int]] = None,
|
7731
|
+
object_value: Optional[pulumi.Input[str]] = None,
|
7732
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
7733
|
+
ref_value: Optional[pulumi.Input[str]] = None,
|
7734
|
+
root_object_value: Optional[pulumi.Input[str]] = None,
|
7735
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
7736
|
+
"""
|
7737
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
7738
|
+
:param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
|
7739
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
7740
|
+
:param pulumi.Input[str] ref_value: (Updatable) The root object reference value.
|
7741
|
+
:param pulumi.Input[str] root_object_value: (Updatable) The root object value, used in custom parameters.
|
7742
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
7743
|
+
"""
|
7744
|
+
if int_value is not None:
|
7745
|
+
pulumi.set(__self__, "int_value", int_value)
|
7746
|
+
if object_value is not None:
|
7747
|
+
pulumi.set(__self__, "object_value", object_value)
|
7748
|
+
if parameter_value is not None:
|
7749
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
7750
|
+
if ref_value is not None:
|
7751
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
7752
|
+
if root_object_value is not None:
|
7753
|
+
pulumi.set(__self__, "root_object_value", root_object_value)
|
7754
|
+
if string_value is not None:
|
7755
|
+
pulumi.set(__self__, "string_value", string_value)
|
7756
|
+
|
7757
|
+
@property
|
7758
|
+
@pulumi.getter(name="intValue")
|
7759
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
7760
|
+
"""
|
7761
|
+
(Updatable) An integer value of the parameter.
|
7762
|
+
"""
|
7763
|
+
return pulumi.get(self, "int_value")
|
7764
|
+
|
7765
|
+
@int_value.setter
|
7766
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
7767
|
+
pulumi.set(self, "int_value", value)
|
7768
|
+
|
7769
|
+
@property
|
7770
|
+
@pulumi.getter(name="objectValue")
|
7771
|
+
def object_value(self) -> Optional[pulumi.Input[str]]:
|
7772
|
+
"""
|
7773
|
+
(Updatable) An object value of the parameter.
|
7774
|
+
"""
|
7775
|
+
return pulumi.get(self, "object_value")
|
7776
|
+
|
7777
|
+
@object_value.setter
|
7778
|
+
def object_value(self, value: Optional[pulumi.Input[str]]):
|
7779
|
+
pulumi.set(self, "object_value", value)
|
7780
|
+
|
7781
|
+
@property
|
7782
|
+
@pulumi.getter(name="parameterValue")
|
7783
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
7784
|
+
"""
|
7785
|
+
(Updatable) Reference to the parameter by its key.
|
7786
|
+
"""
|
7787
|
+
return pulumi.get(self, "parameter_value")
|
7788
|
+
|
7789
|
+
@parameter_value.setter
|
7790
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
7791
|
+
pulumi.set(self, "parameter_value", value)
|
7792
|
+
|
7793
|
+
@property
|
7794
|
+
@pulumi.getter(name="refValue")
|
7795
|
+
def ref_value(self) -> Optional[pulumi.Input[str]]:
|
7796
|
+
"""
|
7797
|
+
(Updatable) The root object reference value.
|
7798
|
+
"""
|
7799
|
+
return pulumi.get(self, "ref_value")
|
7800
|
+
|
7801
|
+
@ref_value.setter
|
7802
|
+
def ref_value(self, value: Optional[pulumi.Input[str]]):
|
7803
|
+
pulumi.set(self, "ref_value", value)
|
7804
|
+
|
7805
|
+
@property
|
7806
|
+
@pulumi.getter(name="rootObjectValue")
|
7807
|
+
def root_object_value(self) -> Optional[pulumi.Input[str]]:
|
7808
|
+
"""
|
7809
|
+
(Updatable) The root object value, used in custom parameters.
|
7810
|
+
"""
|
7811
|
+
return pulumi.get(self, "root_object_value")
|
7812
|
+
|
7813
|
+
@root_object_value.setter
|
7814
|
+
def root_object_value(self, value: Optional[pulumi.Input[str]]):
|
7815
|
+
pulumi.set(self, "root_object_value", value)
|
7816
|
+
|
7817
|
+
@property
|
7818
|
+
@pulumi.getter(name="stringValue")
|
7819
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
7820
|
+
"""
|
7821
|
+
(Updatable) A string value of the parameter.
|
7822
|
+
"""
|
7823
|
+
return pulumi.get(self, "string_value")
|
7824
|
+
|
7825
|
+
@string_value.setter
|
7826
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
7827
|
+
pulumi.set(self, "string_value", value)
|
7828
|
+
|
7829
|
+
|
7830
|
+
@pulumi.input_type
|
7831
|
+
class WorkspaceTaskOutputPortConfigValuesParentRefArgs:
|
7832
|
+
def __init__(__self__, *,
|
7833
|
+
parent: Optional[pulumi.Input[str]] = None,
|
7834
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
7835
|
+
"""
|
7836
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
7837
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
7838
|
+
"""
|
7839
|
+
if parent is not None:
|
7840
|
+
pulumi.set(__self__, "parent", parent)
|
7841
|
+
if root_doc_id is not None:
|
7842
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
7843
|
+
|
7844
|
+
@property
|
7845
|
+
@pulumi.getter
|
7846
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
7847
|
+
"""
|
7848
|
+
(Updatable) Key of the parent object.
|
7849
|
+
"""
|
7850
|
+
return pulumi.get(self, "parent")
|
7851
|
+
|
7852
|
+
@parent.setter
|
7853
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
7854
|
+
pulumi.set(self, "parent", value)
|
7855
|
+
|
7856
|
+
@property
|
7857
|
+
@pulumi.getter(name="rootDocId")
|
7858
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
7859
|
+
"""
|
7860
|
+
(Updatable) Key of the root document object.
|
7861
|
+
"""
|
7862
|
+
return pulumi.get(self, "root_doc_id")
|
7863
|
+
|
7864
|
+
@root_doc_id.setter
|
7865
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
7866
|
+
pulumi.set(self, "root_doc_id", value)
|
7867
|
+
|
7868
|
+
|
7869
|
+
@pulumi.input_type
|
7870
|
+
class WorkspaceTaskOutputPortParentRefArgs:
|
7871
|
+
def __init__(__self__, *,
|
7872
|
+
parent: Optional[pulumi.Input[str]] = None,
|
7873
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
7874
|
+
"""
|
7875
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
7876
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
7877
|
+
"""
|
7878
|
+
if parent is not None:
|
7879
|
+
pulumi.set(__self__, "parent", parent)
|
7880
|
+
if root_doc_id is not None:
|
7881
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
7882
|
+
|
7883
|
+
@property
|
7884
|
+
@pulumi.getter
|
7885
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
7886
|
+
"""
|
7887
|
+
(Updatable) Key of the parent object.
|
7888
|
+
"""
|
7889
|
+
return pulumi.get(self, "parent")
|
7890
|
+
|
7891
|
+
@parent.setter
|
7892
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
7893
|
+
pulumi.set(self, "parent", value)
|
7894
|
+
|
7895
|
+
@property
|
7896
|
+
@pulumi.getter(name="rootDocId")
|
7897
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
7898
|
+
"""
|
7899
|
+
(Updatable) Key of the root document object.
|
7900
|
+
"""
|
7901
|
+
return pulumi.get(self, "root_doc_id")
|
7902
|
+
|
7903
|
+
@root_doc_id.setter
|
7904
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
7905
|
+
pulumi.set(self, "root_doc_id", value)
|
7906
|
+
|
7907
|
+
|
7908
|
+
@pulumi.input_type
|
7909
|
+
class WorkspaceTaskParameterArgs:
|
7910
|
+
def __init__(__self__, *,
|
7911
|
+
model_type: pulumi.Input[str],
|
7912
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesArgs']] = None,
|
7913
|
+
default_value: Optional[pulumi.Input[str]] = None,
|
7914
|
+
description: Optional[pulumi.Input[str]] = None,
|
7915
|
+
is_input: Optional[pulumi.Input[bool]] = None,
|
7916
|
+
is_output: Optional[pulumi.Input[bool]] = None,
|
7917
|
+
key: Optional[pulumi.Input[str]] = None,
|
7918
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
7919
|
+
name: Optional[pulumi.Input[str]] = None,
|
7920
|
+
object_status: Optional[pulumi.Input[int]] = None,
|
7921
|
+
output_aggregation_type: Optional[pulumi.Input[str]] = None,
|
7922
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskParameterParentRefArgs']] = None,
|
7923
|
+
root_object_default_value: Optional[pulumi.Input[str]] = None,
|
7924
|
+
type: Optional[pulumi.Input[str]] = None,
|
7925
|
+
type_name: Optional[pulumi.Input[str]] = None,
|
7926
|
+
used_for: Optional[pulumi.Input[str]] = None):
|
7927
|
+
"""
|
7928
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
7929
|
+
:param pulumi.Input['WorkspaceTaskParameterConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
7930
|
+
:param pulumi.Input[str] default_value: (Updatable) A default value for the vairable.
|
7931
|
+
:param pulumi.Input[str] description: (Updatable) Detailed description for the object.
|
7932
|
+
:param pulumi.Input[bool] is_input: (Updatable) Specifies whether the parameter is input value.
|
7933
|
+
:param pulumi.Input[bool] is_output: (Updatable) Specifies whether the parameter is output value.
|
7934
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
7935
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
7936
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
7937
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
7938
|
+
:param pulumi.Input[str] output_aggregation_type: (Updatable) The output aggregation type.
|
7939
|
+
:param pulumi.Input['WorkspaceTaskParameterParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
7940
|
+
:param pulumi.Input[str] root_object_default_value: (Updatable) A base class for all model types, including First Class and its contained objects.
|
7941
|
+
:param pulumi.Input[str] type: (Updatable) The object type.
|
7942
|
+
:param pulumi.Input[str] type_name: (Updatable) The type of value the parameter was created for.
|
7943
|
+
:param pulumi.Input[str] used_for: (Updatable) The param name for which parameter is created for for eg. driver Shape, Operation etc.
|
7944
|
+
"""
|
7945
|
+
pulumi.set(__self__, "model_type", model_type)
|
7946
|
+
if config_values is not None:
|
7947
|
+
pulumi.set(__self__, "config_values", config_values)
|
7948
|
+
if default_value is not None:
|
7949
|
+
pulumi.set(__self__, "default_value", default_value)
|
7950
|
+
if description is not None:
|
7951
|
+
pulumi.set(__self__, "description", description)
|
7952
|
+
if is_input is not None:
|
7953
|
+
pulumi.set(__self__, "is_input", is_input)
|
7954
|
+
if is_output is not None:
|
7955
|
+
pulumi.set(__self__, "is_output", is_output)
|
7956
|
+
if key is not None:
|
7957
|
+
pulumi.set(__self__, "key", key)
|
7958
|
+
if model_version is not None:
|
7959
|
+
pulumi.set(__self__, "model_version", model_version)
|
7960
|
+
if name is not None:
|
7961
|
+
pulumi.set(__self__, "name", name)
|
7962
|
+
if object_status is not None:
|
7963
|
+
pulumi.set(__self__, "object_status", object_status)
|
7964
|
+
if output_aggregation_type is not None:
|
7965
|
+
pulumi.set(__self__, "output_aggregation_type", output_aggregation_type)
|
7966
|
+
if parent_ref is not None:
|
7967
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
7968
|
+
if root_object_default_value is not None:
|
7969
|
+
pulumi.set(__self__, "root_object_default_value", root_object_default_value)
|
7970
|
+
if type is not None:
|
7971
|
+
pulumi.set(__self__, "type", type)
|
7972
|
+
if type_name is not None:
|
7973
|
+
pulumi.set(__self__, "type_name", type_name)
|
7974
|
+
if used_for is not None:
|
7975
|
+
pulumi.set(__self__, "used_for", used_for)
|
7976
|
+
|
7977
|
+
@property
|
7978
|
+
@pulumi.getter(name="modelType")
|
7979
|
+
def model_type(self) -> pulumi.Input[str]:
|
7980
|
+
"""
|
7981
|
+
(Updatable) The type of the types object.
|
7982
|
+
"""
|
7983
|
+
return pulumi.get(self, "model_type")
|
7984
|
+
|
7985
|
+
@model_type.setter
|
7986
|
+
def model_type(self, value: pulumi.Input[str]):
|
7987
|
+
pulumi.set(self, "model_type", value)
|
7988
|
+
|
7989
|
+
@property
|
7990
|
+
@pulumi.getter(name="configValues")
|
7991
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesArgs']]:
|
7992
|
+
"""
|
7993
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
7994
|
+
"""
|
7995
|
+
return pulumi.get(self, "config_values")
|
7996
|
+
|
7997
|
+
@config_values.setter
|
7998
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesArgs']]):
|
7999
|
+
pulumi.set(self, "config_values", value)
|
8000
|
+
|
8001
|
+
@property
|
8002
|
+
@pulumi.getter(name="defaultValue")
|
8003
|
+
def default_value(self) -> Optional[pulumi.Input[str]]:
|
8004
|
+
"""
|
8005
|
+
(Updatable) A default value for the vairable.
|
8006
|
+
"""
|
8007
|
+
return pulumi.get(self, "default_value")
|
8008
|
+
|
8009
|
+
@default_value.setter
|
8010
|
+
def default_value(self, value: Optional[pulumi.Input[str]]):
|
8011
|
+
pulumi.set(self, "default_value", value)
|
8012
|
+
|
8013
|
+
@property
|
8014
|
+
@pulumi.getter
|
8015
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
8016
|
+
"""
|
8017
|
+
(Updatable) Detailed description for the object.
|
8018
|
+
"""
|
8019
|
+
return pulumi.get(self, "description")
|
8020
|
+
|
8021
|
+
@description.setter
|
8022
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
8023
|
+
pulumi.set(self, "description", value)
|
8024
|
+
|
8025
|
+
@property
|
8026
|
+
@pulumi.getter(name="isInput")
|
8027
|
+
def is_input(self) -> Optional[pulumi.Input[bool]]:
|
8028
|
+
"""
|
8029
|
+
(Updatable) Specifies whether the parameter is input value.
|
8030
|
+
"""
|
8031
|
+
return pulumi.get(self, "is_input")
|
8032
|
+
|
8033
|
+
@is_input.setter
|
8034
|
+
def is_input(self, value: Optional[pulumi.Input[bool]]):
|
8035
|
+
pulumi.set(self, "is_input", value)
|
8036
|
+
|
8037
|
+
@property
|
8038
|
+
@pulumi.getter(name="isOutput")
|
8039
|
+
def is_output(self) -> Optional[pulumi.Input[bool]]:
|
8040
|
+
"""
|
8041
|
+
(Updatable) Specifies whether the parameter is output value.
|
8042
|
+
"""
|
8043
|
+
return pulumi.get(self, "is_output")
|
8044
|
+
|
8045
|
+
@is_output.setter
|
8046
|
+
def is_output(self, value: Optional[pulumi.Input[bool]]):
|
8047
|
+
pulumi.set(self, "is_output", value)
|
8048
|
+
|
8049
|
+
@property
|
8050
|
+
@pulumi.getter
|
8051
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8052
|
+
"""
|
8053
|
+
(Updatable) The key of the object.
|
8054
|
+
"""
|
8055
|
+
return pulumi.get(self, "key")
|
8056
|
+
|
8057
|
+
@key.setter
|
8058
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8059
|
+
pulumi.set(self, "key", value)
|
8060
|
+
|
8061
|
+
@property
|
8062
|
+
@pulumi.getter(name="modelVersion")
|
8063
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
8064
|
+
"""
|
8065
|
+
(Updatable) The model version of an object.
|
8066
|
+
"""
|
8067
|
+
return pulumi.get(self, "model_version")
|
8068
|
+
|
8069
|
+
@model_version.setter
|
8070
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
8071
|
+
pulumi.set(self, "model_version", value)
|
8072
|
+
|
8073
|
+
@property
|
8074
|
+
@pulumi.getter
|
8075
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
8076
|
+
"""
|
8077
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
8078
|
+
"""
|
8079
|
+
return pulumi.get(self, "name")
|
8080
|
+
|
8081
|
+
@name.setter
|
8082
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
8083
|
+
pulumi.set(self, "name", value)
|
8084
|
+
|
8085
|
+
@property
|
8086
|
+
@pulumi.getter(name="objectStatus")
|
8087
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
8088
|
+
"""
|
8089
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
8090
|
+
"""
|
8091
|
+
return pulumi.get(self, "object_status")
|
8092
|
+
|
8093
|
+
@object_status.setter
|
8094
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
8095
|
+
pulumi.set(self, "object_status", value)
|
8096
|
+
|
8097
|
+
@property
|
8098
|
+
@pulumi.getter(name="outputAggregationType")
|
8099
|
+
def output_aggregation_type(self) -> Optional[pulumi.Input[str]]:
|
8100
|
+
"""
|
8101
|
+
(Updatable) The output aggregation type.
|
8102
|
+
"""
|
8103
|
+
return pulumi.get(self, "output_aggregation_type")
|
8104
|
+
|
8105
|
+
@output_aggregation_type.setter
|
8106
|
+
def output_aggregation_type(self, value: Optional[pulumi.Input[str]]):
|
8107
|
+
pulumi.set(self, "output_aggregation_type", value)
|
8108
|
+
|
8109
|
+
@property
|
8110
|
+
@pulumi.getter(name="parentRef")
|
8111
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskParameterParentRefArgs']]:
|
8112
|
+
"""
|
8113
|
+
(Updatable) A reference to the object's parent.
|
8114
|
+
"""
|
8115
|
+
return pulumi.get(self, "parent_ref")
|
8116
|
+
|
8117
|
+
@parent_ref.setter
|
8118
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskParameterParentRefArgs']]):
|
8119
|
+
pulumi.set(self, "parent_ref", value)
|
8120
|
+
|
8121
|
+
@property
|
8122
|
+
@pulumi.getter(name="rootObjectDefaultValue")
|
8123
|
+
def root_object_default_value(self) -> Optional[pulumi.Input[str]]:
|
8124
|
+
"""
|
8125
|
+
(Updatable) A base class for all model types, including First Class and its contained objects.
|
8126
|
+
"""
|
8127
|
+
return pulumi.get(self, "root_object_default_value")
|
8128
|
+
|
8129
|
+
@root_object_default_value.setter
|
8130
|
+
def root_object_default_value(self, value: Optional[pulumi.Input[str]]):
|
8131
|
+
pulumi.set(self, "root_object_default_value", value)
|
8132
|
+
|
8133
|
+
@property
|
8134
|
+
@pulumi.getter
|
8135
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
8136
|
+
"""
|
8137
|
+
(Updatable) The object type.
|
8138
|
+
"""
|
8139
|
+
return pulumi.get(self, "type")
|
8140
|
+
|
8141
|
+
@type.setter
|
8142
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
8143
|
+
pulumi.set(self, "type", value)
|
8144
|
+
|
8145
|
+
@property
|
8146
|
+
@pulumi.getter(name="typeName")
|
8147
|
+
def type_name(self) -> Optional[pulumi.Input[str]]:
|
8148
|
+
"""
|
8149
|
+
(Updatable) The type of value the parameter was created for.
|
8150
|
+
"""
|
8151
|
+
return pulumi.get(self, "type_name")
|
8152
|
+
|
8153
|
+
@type_name.setter
|
8154
|
+
def type_name(self, value: Optional[pulumi.Input[str]]):
|
8155
|
+
pulumi.set(self, "type_name", value)
|
8156
|
+
|
8157
|
+
@property
|
8158
|
+
@pulumi.getter(name="usedFor")
|
8159
|
+
def used_for(self) -> Optional[pulumi.Input[str]]:
|
8160
|
+
"""
|
8161
|
+
(Updatable) The param name for which parameter is created for for eg. driver Shape, Operation etc.
|
8162
|
+
"""
|
8163
|
+
return pulumi.get(self, "used_for")
|
8164
|
+
|
8165
|
+
@used_for.setter
|
8166
|
+
def used_for(self, value: Optional[pulumi.Input[str]]):
|
8167
|
+
pulumi.set(self, "used_for", value)
|
8168
|
+
|
8169
|
+
|
8170
|
+
@pulumi.input_type
|
8171
|
+
class WorkspaceTaskParameterConfigValuesArgs:
|
8172
|
+
def __init__(__self__, *,
|
8173
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesArgs']] = None,
|
8174
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesParentRefArgs']] = None):
|
8175
|
+
"""
|
8176
|
+
:param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
8177
|
+
:param pulumi.Input['WorkspaceTaskParameterConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
8178
|
+
"""
|
8179
|
+
if config_param_values is not None:
|
8180
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
8181
|
+
if parent_ref is not None:
|
8182
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
8183
|
+
|
8184
|
+
@property
|
8185
|
+
@pulumi.getter(name="configParamValues")
|
8186
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesArgs']]:
|
8187
|
+
"""
|
8188
|
+
(Updatable) The configuration parameter values.
|
8189
|
+
"""
|
8190
|
+
return pulumi.get(self, "config_param_values")
|
8191
|
+
|
8192
|
+
@config_param_values.setter
|
8193
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesArgs']]):
|
8194
|
+
pulumi.set(self, "config_param_values", value)
|
8195
|
+
|
8196
|
+
@property
|
8197
|
+
@pulumi.getter(name="parentRef")
|
8198
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesParentRefArgs']]:
|
8199
|
+
"""
|
8200
|
+
(Updatable) A reference to the object's parent.
|
8201
|
+
"""
|
8202
|
+
return pulumi.get(self, "parent_ref")
|
8203
|
+
|
8204
|
+
@parent_ref.setter
|
8205
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesParentRefArgs']]):
|
8206
|
+
pulumi.set(self, "parent_ref", value)
|
8207
|
+
|
8208
|
+
|
8209
|
+
@pulumi.input_type
|
8210
|
+
class WorkspaceTaskParameterConfigValuesConfigParamValuesArgs:
|
8211
|
+
def __init__(__self__, *,
|
8212
|
+
config_param_value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs']] = None,
|
8213
|
+
key: Optional[pulumi.Input[str]] = None):
|
8214
|
+
"""
|
8215
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
8216
|
+
"""
|
8217
|
+
if config_param_value is not None:
|
8218
|
+
pulumi.set(__self__, "config_param_value", config_param_value)
|
8219
|
+
if key is not None:
|
8220
|
+
pulumi.set(__self__, "key", key)
|
8221
|
+
|
8222
|
+
@property
|
8223
|
+
@pulumi.getter(name="configParamValue")
|
8224
|
+
def config_param_value(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs']]:
|
8225
|
+
return pulumi.get(self, "config_param_value")
|
8226
|
+
|
8227
|
+
@config_param_value.setter
|
8228
|
+
def config_param_value(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs']]):
|
8229
|
+
pulumi.set(self, "config_param_value", value)
|
8230
|
+
|
8231
|
+
@property
|
8232
|
+
@pulumi.getter
|
8233
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8234
|
+
"""
|
8235
|
+
(Updatable) The key of the object.
|
8236
|
+
"""
|
8237
|
+
return pulumi.get(self, "key")
|
8238
|
+
|
8239
|
+
@key.setter
|
8240
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8241
|
+
pulumi.set(self, "key", value)
|
8242
|
+
|
8243
|
+
|
8244
|
+
@pulumi.input_type
|
8245
|
+
class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueArgs:
|
8246
|
+
def __init__(__self__, *,
|
8247
|
+
int_value: Optional[pulumi.Input[int]] = None,
|
8248
|
+
object_value: Optional[pulumi.Input[str]] = None,
|
8249
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
8250
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs']] = None,
|
8251
|
+
root_object_value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']] = None,
|
8252
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
8253
|
+
"""
|
8254
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
8255
|
+
:param pulumi.Input[str] object_value: (Updatable) An object value of the parameter.
|
8256
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
8257
|
+
:param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
8258
|
+
:param pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs'] root_object_value: (Updatable) The root object value, used in custom parameters.
|
8259
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
8260
|
+
"""
|
8261
|
+
if int_value is not None:
|
8262
|
+
pulumi.set(__self__, "int_value", int_value)
|
8263
|
+
if object_value is not None:
|
8264
|
+
pulumi.set(__self__, "object_value", object_value)
|
8265
|
+
if parameter_value is not None:
|
8266
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
8267
|
+
if ref_value is not None:
|
8268
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
8269
|
+
if root_object_value is not None:
|
8270
|
+
pulumi.set(__self__, "root_object_value", root_object_value)
|
8271
|
+
if string_value is not None:
|
8272
|
+
pulumi.set(__self__, "string_value", string_value)
|
8273
|
+
|
8274
|
+
@property
|
8275
|
+
@pulumi.getter(name="intValue")
|
8276
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
8277
|
+
"""
|
8278
|
+
(Updatable) An integer value of the parameter.
|
8279
|
+
"""
|
8280
|
+
return pulumi.get(self, "int_value")
|
8281
|
+
|
8282
|
+
@int_value.setter
|
8283
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
8284
|
+
pulumi.set(self, "int_value", value)
|
8285
|
+
|
8286
|
+
@property
|
8287
|
+
@pulumi.getter(name="objectValue")
|
8288
|
+
def object_value(self) -> Optional[pulumi.Input[str]]:
|
8289
|
+
"""
|
8290
|
+
(Updatable) An object value of the parameter.
|
8291
|
+
"""
|
8292
|
+
return pulumi.get(self, "object_value")
|
8293
|
+
|
8294
|
+
@object_value.setter
|
8295
|
+
def object_value(self, value: Optional[pulumi.Input[str]]):
|
8296
|
+
pulumi.set(self, "object_value", value)
|
8297
|
+
|
8298
|
+
@property
|
8299
|
+
@pulumi.getter(name="parameterValue")
|
8300
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
8301
|
+
"""
|
8302
|
+
(Updatable) Reference to the parameter by its key.
|
8303
|
+
"""
|
8304
|
+
return pulumi.get(self, "parameter_value")
|
8305
|
+
|
8306
|
+
@parameter_value.setter
|
8307
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
8308
|
+
pulumi.set(self, "parameter_value", value)
|
8309
|
+
|
8310
|
+
@property
|
8311
|
+
@pulumi.getter(name="refValue")
|
8312
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]:
|
8313
|
+
"""
|
8314
|
+
(Updatable) The root object reference value.
|
8315
|
+
"""
|
8316
|
+
return pulumi.get(self, "ref_value")
|
8317
|
+
|
8318
|
+
@ref_value.setter
|
8319
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs']]):
|
8320
|
+
pulumi.set(self, "ref_value", value)
|
8321
|
+
|
8322
|
+
@property
|
8323
|
+
@pulumi.getter(name="rootObjectValue")
|
8324
|
+
def root_object_value(self) -> Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]:
|
8325
|
+
"""
|
8326
|
+
(Updatable) The root object value, used in custom parameters.
|
8327
|
+
"""
|
8328
|
+
return pulumi.get(self, "root_object_value")
|
8329
|
+
|
8330
|
+
@root_object_value.setter
|
8331
|
+
def root_object_value(self, value: Optional[pulumi.Input['WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs']]):
|
8332
|
+
pulumi.set(self, "root_object_value", value)
|
8333
|
+
|
8334
|
+
@property
|
8335
|
+
@pulumi.getter(name="stringValue")
|
8336
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
8337
|
+
"""
|
8338
|
+
(Updatable) A string value of the parameter.
|
8339
|
+
"""
|
8340
|
+
return pulumi.get(self, "string_value")
|
8341
|
+
|
8342
|
+
@string_value.setter
|
8343
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
8344
|
+
pulumi.set(self, "string_value", value)
|
8345
|
+
|
8346
|
+
|
8347
|
+
@pulumi.input_type
|
8348
|
+
class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRefValueArgs:
|
8349
|
+
def __init__(__self__, *,
|
8350
|
+
key: Optional[pulumi.Input[str]] = None,
|
8351
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
8352
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
8353
|
+
name: Optional[pulumi.Input[str]] = None,
|
8354
|
+
object_status: Optional[pulumi.Input[int]] = None):
|
8355
|
+
"""
|
8356
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
8357
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
8358
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
8359
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
8360
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
8361
|
+
"""
|
8362
|
+
if key is not None:
|
8363
|
+
pulumi.set(__self__, "key", key)
|
8364
|
+
if model_type is not None:
|
8365
|
+
pulumi.set(__self__, "model_type", model_type)
|
8366
|
+
if model_version is not None:
|
8367
|
+
pulumi.set(__self__, "model_version", model_version)
|
8368
|
+
if name is not None:
|
8369
|
+
pulumi.set(__self__, "name", name)
|
8370
|
+
if object_status is not None:
|
8371
|
+
pulumi.set(__self__, "object_status", object_status)
|
8372
|
+
|
8373
|
+
@property
|
8374
|
+
@pulumi.getter
|
8375
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8376
|
+
"""
|
8377
|
+
(Updatable) The key of the object.
|
8378
|
+
"""
|
8379
|
+
return pulumi.get(self, "key")
|
8380
|
+
|
8381
|
+
@key.setter
|
8382
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8383
|
+
pulumi.set(self, "key", value)
|
8384
|
+
|
8385
|
+
@property
|
8386
|
+
@pulumi.getter(name="modelType")
|
8387
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
8388
|
+
"""
|
8389
|
+
(Updatable) The type of the types object.
|
8390
|
+
"""
|
8391
|
+
return pulumi.get(self, "model_type")
|
8392
|
+
|
8393
|
+
@model_type.setter
|
8394
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
8395
|
+
pulumi.set(self, "model_type", value)
|
8396
|
+
|
8397
|
+
@property
|
8398
|
+
@pulumi.getter(name="modelVersion")
|
8399
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
8400
|
+
"""
|
8401
|
+
(Updatable) The model version of an object.
|
8402
|
+
"""
|
8403
|
+
return pulumi.get(self, "model_version")
|
8404
|
+
|
8405
|
+
@model_version.setter
|
8406
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
8407
|
+
pulumi.set(self, "model_version", value)
|
8408
|
+
|
8409
|
+
@property
|
8410
|
+
@pulumi.getter
|
8411
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
8412
|
+
"""
|
8413
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
8414
|
+
"""
|
8415
|
+
return pulumi.get(self, "name")
|
8416
|
+
|
8417
|
+
@name.setter
|
8418
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
8419
|
+
pulumi.set(self, "name", value)
|
8420
|
+
|
8421
|
+
@property
|
8422
|
+
@pulumi.getter(name="objectStatus")
|
8423
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
8424
|
+
"""
|
8425
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
8426
|
+
"""
|
8427
|
+
return pulumi.get(self, "object_status")
|
8428
|
+
|
8429
|
+
@object_status.setter
|
8430
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
8431
|
+
pulumi.set(self, "object_status", value)
|
8432
|
+
|
8433
|
+
|
8434
|
+
@pulumi.input_type
|
8435
|
+
class WorkspaceTaskParameterConfigValuesConfigParamValuesConfigParamValueRootObjectValueArgs:
|
8436
|
+
def __init__(__self__, *,
|
8437
|
+
key: Optional[pulumi.Input[str]] = None,
|
8438
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
8439
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
8440
|
+
object_status: Optional[pulumi.Input[int]] = None):
|
8441
|
+
"""
|
8442
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
8443
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
8444
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
8445
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
8446
|
+
"""
|
8447
|
+
if key is not None:
|
8448
|
+
pulumi.set(__self__, "key", key)
|
8449
|
+
if model_type is not None:
|
8450
|
+
pulumi.set(__self__, "model_type", model_type)
|
8451
|
+
if model_version is not None:
|
8452
|
+
pulumi.set(__self__, "model_version", model_version)
|
8453
|
+
if object_status is not None:
|
8454
|
+
pulumi.set(__self__, "object_status", object_status)
|
8455
|
+
|
8456
|
+
@property
|
8457
|
+
@pulumi.getter
|
8458
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8459
|
+
"""
|
8460
|
+
(Updatable) The key of the object.
|
8461
|
+
"""
|
8462
|
+
return pulumi.get(self, "key")
|
8463
|
+
|
8464
|
+
@key.setter
|
8465
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8466
|
+
pulumi.set(self, "key", value)
|
8467
|
+
|
8468
|
+
@property
|
8469
|
+
@pulumi.getter(name="modelType")
|
8470
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
8471
|
+
"""
|
8472
|
+
(Updatable) The type of the types object.
|
8473
|
+
"""
|
8474
|
+
return pulumi.get(self, "model_type")
|
8475
|
+
|
8476
|
+
@model_type.setter
|
8477
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
8478
|
+
pulumi.set(self, "model_type", value)
|
8479
|
+
|
8480
|
+
@property
|
8481
|
+
@pulumi.getter(name="modelVersion")
|
8482
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
8483
|
+
"""
|
8484
|
+
(Updatable) The model version of an object.
|
8485
|
+
"""
|
8486
|
+
return pulumi.get(self, "model_version")
|
8487
|
+
|
8488
|
+
@model_version.setter
|
8489
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
8490
|
+
pulumi.set(self, "model_version", value)
|
8491
|
+
|
8492
|
+
@property
|
8493
|
+
@pulumi.getter(name="objectStatus")
|
8494
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
8495
|
+
"""
|
8496
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
8497
|
+
"""
|
8498
|
+
return pulumi.get(self, "object_status")
|
8499
|
+
|
8500
|
+
@object_status.setter
|
8501
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
8502
|
+
pulumi.set(self, "object_status", value)
|
8503
|
+
|
8504
|
+
|
8505
|
+
@pulumi.input_type
|
8506
|
+
class WorkspaceTaskParameterConfigValuesParentRefArgs:
|
8507
|
+
def __init__(__self__, *,
|
8508
|
+
parent: Optional[pulumi.Input[str]] = None,
|
8509
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
8510
|
+
"""
|
8511
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
8512
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
8513
|
+
"""
|
8514
|
+
if parent is not None:
|
8515
|
+
pulumi.set(__self__, "parent", parent)
|
8516
|
+
if root_doc_id is not None:
|
8517
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
8518
|
+
|
8519
|
+
@property
|
8520
|
+
@pulumi.getter
|
8521
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
8522
|
+
"""
|
8523
|
+
(Updatable) Key of the parent object.
|
8524
|
+
"""
|
8525
|
+
return pulumi.get(self, "parent")
|
8526
|
+
|
8527
|
+
@parent.setter
|
8528
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
8529
|
+
pulumi.set(self, "parent", value)
|
8530
|
+
|
8531
|
+
@property
|
8532
|
+
@pulumi.getter(name="rootDocId")
|
8533
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
8534
|
+
"""
|
8535
|
+
(Updatable) Key of the root document object.
|
8536
|
+
"""
|
8537
|
+
return pulumi.get(self, "root_doc_id")
|
8538
|
+
|
8539
|
+
@root_doc_id.setter
|
8540
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
8541
|
+
pulumi.set(self, "root_doc_id", value)
|
8542
|
+
|
8543
|
+
|
8544
|
+
@pulumi.input_type
|
8545
|
+
class WorkspaceTaskParameterParentRefArgs:
|
8546
|
+
def __init__(__self__, *,
|
8547
|
+
parent: Optional[pulumi.Input[str]] = None,
|
8548
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
8549
|
+
"""
|
8550
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
8551
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
8552
|
+
"""
|
8553
|
+
if parent is not None:
|
8554
|
+
pulumi.set(__self__, "parent", parent)
|
8555
|
+
if root_doc_id is not None:
|
8556
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
8557
|
+
|
8558
|
+
@property
|
8559
|
+
@pulumi.getter
|
8560
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
8561
|
+
"""
|
8562
|
+
(Updatable) Key of the parent object.
|
8563
|
+
"""
|
8564
|
+
return pulumi.get(self, "parent")
|
8565
|
+
|
8566
|
+
@parent.setter
|
8567
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
8568
|
+
pulumi.set(self, "parent", value)
|
8569
|
+
|
8570
|
+
@property
|
8571
|
+
@pulumi.getter(name="rootDocId")
|
8572
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
8573
|
+
"""
|
8574
|
+
(Updatable) Key of the root document object.
|
8575
|
+
"""
|
8576
|
+
return pulumi.get(self, "root_doc_id")
|
8577
|
+
|
8578
|
+
@root_doc_id.setter
|
8579
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
8580
|
+
pulumi.set(self, "root_doc_id", value)
|
8581
|
+
|
8582
|
+
|
8583
|
+
@pulumi.input_type
|
8584
|
+
class WorkspaceTaskParentRefArgs:
|
8585
|
+
def __init__(__self__, *,
|
8586
|
+
parent: Optional[pulumi.Input[str]] = None,
|
8587
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
8588
|
+
"""
|
8589
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
8590
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
8591
|
+
"""
|
8592
|
+
if parent is not None:
|
8593
|
+
pulumi.set(__self__, "parent", parent)
|
8594
|
+
if root_doc_id is not None:
|
8595
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
8596
|
+
|
8597
|
+
@property
|
8598
|
+
@pulumi.getter
|
8599
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
8600
|
+
"""
|
8601
|
+
(Updatable) Key of the parent object.
|
8602
|
+
"""
|
8603
|
+
return pulumi.get(self, "parent")
|
8604
|
+
|
8605
|
+
@parent.setter
|
8606
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
8607
|
+
pulumi.set(self, "parent", value)
|
8608
|
+
|
8609
|
+
@property
|
8610
|
+
@pulumi.getter(name="rootDocId")
|
8611
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
8612
|
+
"""
|
8613
|
+
(Updatable) Key of the root document object.
|
8614
|
+
"""
|
8615
|
+
return pulumi.get(self, "root_doc_id")
|
8616
|
+
|
8617
|
+
@root_doc_id.setter
|
8618
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
8619
|
+
pulumi.set(self, "root_doc_id", value)
|
8620
|
+
|
8621
|
+
|
8622
|
+
@pulumi.input_type
|
8623
|
+
class WorkspaceTaskPollRestCallConfigArgs:
|
8624
|
+
def __init__(__self__, *,
|
8625
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgs']] = None,
|
8626
|
+
key: Optional[pulumi.Input[str]] = None,
|
8627
|
+
method_type: Optional[pulumi.Input[str]] = None,
|
8628
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
8629
|
+
request_headers: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
8630
|
+
"""
|
8631
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
8632
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
8633
|
+
:param pulumi.Input[str] method_type: (Updatable) The REST method to use.
|
8634
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
8635
|
+
:param pulumi.Input[Mapping[str, Any]] request_headers: (Updatable) The headers for the REST call.
|
8636
|
+
"""
|
8637
|
+
if config_values is not None:
|
8638
|
+
pulumi.set(__self__, "config_values", config_values)
|
8639
|
+
if key is not None:
|
8640
|
+
pulumi.set(__self__, "key", key)
|
8641
|
+
if method_type is not None:
|
8642
|
+
pulumi.set(__self__, "method_type", method_type)
|
8643
|
+
if model_type is not None:
|
8644
|
+
pulumi.set(__self__, "model_type", model_type)
|
8645
|
+
if request_headers is not None:
|
8646
|
+
pulumi.set(__self__, "request_headers", request_headers)
|
8647
|
+
|
8648
|
+
@property
|
8649
|
+
@pulumi.getter(name="configValues")
|
8650
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgs']]:
|
8651
|
+
"""
|
8652
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
8653
|
+
"""
|
8654
|
+
return pulumi.get(self, "config_values")
|
8655
|
+
|
8656
|
+
@config_values.setter
|
8657
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesArgs']]):
|
8658
|
+
pulumi.set(self, "config_values", value)
|
8659
|
+
|
8660
|
+
@property
|
8661
|
+
@pulumi.getter
|
8662
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8663
|
+
"""
|
8664
|
+
(Updatable) The key of the object.
|
8665
|
+
"""
|
8666
|
+
return pulumi.get(self, "key")
|
8667
|
+
|
8668
|
+
@key.setter
|
8669
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8670
|
+
pulumi.set(self, "key", value)
|
8671
|
+
|
8672
|
+
@property
|
8673
|
+
@pulumi.getter(name="methodType")
|
8674
|
+
def method_type(self) -> Optional[pulumi.Input[str]]:
|
8675
|
+
"""
|
8676
|
+
(Updatable) The REST method to use.
|
8677
|
+
"""
|
8678
|
+
return pulumi.get(self, "method_type")
|
8679
|
+
|
8680
|
+
@method_type.setter
|
8681
|
+
def method_type(self, value: Optional[pulumi.Input[str]]):
|
8682
|
+
pulumi.set(self, "method_type", value)
|
8683
|
+
|
8684
|
+
@property
|
8685
|
+
@pulumi.getter(name="modelType")
|
8686
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
8687
|
+
"""
|
8688
|
+
(Updatable) The type of the types object.
|
8689
|
+
"""
|
8690
|
+
return pulumi.get(self, "model_type")
|
8691
|
+
|
8692
|
+
@model_type.setter
|
8693
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
8694
|
+
pulumi.set(self, "model_type", value)
|
8695
|
+
|
8696
|
+
@property
|
8697
|
+
@pulumi.getter(name="requestHeaders")
|
8698
|
+
def request_headers(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
8699
|
+
"""
|
8700
|
+
(Updatable) The headers for the REST call.
|
8701
|
+
"""
|
8702
|
+
return pulumi.get(self, "request_headers")
|
8703
|
+
|
8704
|
+
@request_headers.setter
|
8705
|
+
def request_headers(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
8706
|
+
pulumi.set(self, "request_headers", value)
|
8707
|
+
|
8708
|
+
|
8709
|
+
@pulumi.input_type
|
8710
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesArgs:
|
8711
|
+
def __init__(__self__, *,
|
8712
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs']] = None,
|
8713
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs']] = None):
|
8714
|
+
"""
|
8715
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
8716
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
8717
|
+
"""
|
8718
|
+
if config_param_values is not None:
|
8719
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
8720
|
+
if parent_ref is not None:
|
8721
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
8722
|
+
|
8723
|
+
@property
|
8724
|
+
@pulumi.getter(name="configParamValues")
|
8725
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs']]:
|
8726
|
+
"""
|
8727
|
+
(Updatable) The configuration parameter values.
|
8728
|
+
"""
|
8729
|
+
return pulumi.get(self, "config_param_values")
|
8730
|
+
|
8731
|
+
@config_param_values.setter
|
8732
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs']]):
|
8733
|
+
pulumi.set(self, "config_param_values", value)
|
8734
|
+
|
8735
|
+
@property
|
8736
|
+
@pulumi.getter(name="parentRef")
|
8737
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs']]:
|
8738
|
+
"""
|
8739
|
+
(Updatable) A reference to the object's parent.
|
8740
|
+
"""
|
8741
|
+
return pulumi.get(self, "parent_ref")
|
8742
|
+
|
8743
|
+
@parent_ref.setter
|
8744
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs']]):
|
8745
|
+
pulumi.set(self, "parent_ref", value)
|
8746
|
+
|
8747
|
+
|
8748
|
+
@pulumi.input_type
|
8749
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesArgs:
|
8750
|
+
def __init__(__self__, *,
|
8751
|
+
poll_condition: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs']] = None,
|
8752
|
+
poll_interval: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs']] = None,
|
8753
|
+
poll_interval_unit: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs']] = None,
|
8754
|
+
poll_max_duration: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs']] = None,
|
8755
|
+
poll_max_duration_unit: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs']] = None,
|
8756
|
+
request_payload: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']] = None,
|
8757
|
+
request_url: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']] = None):
|
8758
|
+
if poll_condition is not None:
|
8759
|
+
pulumi.set(__self__, "poll_condition", poll_condition)
|
8760
|
+
if poll_interval is not None:
|
8761
|
+
pulumi.set(__self__, "poll_interval", poll_interval)
|
8762
|
+
if poll_interval_unit is not None:
|
8763
|
+
pulumi.set(__self__, "poll_interval_unit", poll_interval_unit)
|
8764
|
+
if poll_max_duration is not None:
|
8765
|
+
pulumi.set(__self__, "poll_max_duration", poll_max_duration)
|
8766
|
+
if poll_max_duration_unit is not None:
|
8767
|
+
pulumi.set(__self__, "poll_max_duration_unit", poll_max_duration_unit)
|
8768
|
+
if request_payload is not None:
|
8769
|
+
pulumi.set(__self__, "request_payload", request_payload)
|
8770
|
+
if request_url is not None:
|
8771
|
+
pulumi.set(__self__, "request_url", request_url)
|
8772
|
+
|
8773
|
+
@property
|
8774
|
+
@pulumi.getter(name="pollCondition")
|
8775
|
+
def poll_condition(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs']]:
|
8776
|
+
return pulumi.get(self, "poll_condition")
|
8777
|
+
|
8778
|
+
@poll_condition.setter
|
8779
|
+
def poll_condition(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs']]):
|
8780
|
+
pulumi.set(self, "poll_condition", value)
|
8781
|
+
|
8782
|
+
@property
|
8783
|
+
@pulumi.getter(name="pollInterval")
|
8784
|
+
def poll_interval(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs']]:
|
8785
|
+
return pulumi.get(self, "poll_interval")
|
8786
|
+
|
8787
|
+
@poll_interval.setter
|
8788
|
+
def poll_interval(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs']]):
|
8789
|
+
pulumi.set(self, "poll_interval", value)
|
8790
|
+
|
8791
|
+
@property
|
8792
|
+
@pulumi.getter(name="pollIntervalUnit")
|
8793
|
+
def poll_interval_unit(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs']]:
|
8794
|
+
return pulumi.get(self, "poll_interval_unit")
|
8795
|
+
|
8796
|
+
@poll_interval_unit.setter
|
8797
|
+
def poll_interval_unit(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs']]):
|
8798
|
+
pulumi.set(self, "poll_interval_unit", value)
|
8799
|
+
|
8800
|
+
@property
|
8801
|
+
@pulumi.getter(name="pollMaxDuration")
|
8802
|
+
def poll_max_duration(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs']]:
|
8803
|
+
return pulumi.get(self, "poll_max_duration")
|
8804
|
+
|
8805
|
+
@poll_max_duration.setter
|
8806
|
+
def poll_max_duration(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs']]):
|
8807
|
+
pulumi.set(self, "poll_max_duration", value)
|
8808
|
+
|
8809
|
+
@property
|
8810
|
+
@pulumi.getter(name="pollMaxDurationUnit")
|
8811
|
+
def poll_max_duration_unit(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs']]:
|
8812
|
+
return pulumi.get(self, "poll_max_duration_unit")
|
8813
|
+
|
8814
|
+
@poll_max_duration_unit.setter
|
8815
|
+
def poll_max_duration_unit(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs']]):
|
8816
|
+
pulumi.set(self, "poll_max_duration_unit", value)
|
8817
|
+
|
8818
|
+
@property
|
8819
|
+
@pulumi.getter(name="requestPayload")
|
8820
|
+
def request_payload(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]:
|
8821
|
+
return pulumi.get(self, "request_payload")
|
8822
|
+
|
8823
|
+
@request_payload.setter
|
8824
|
+
def request_payload(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs']]):
|
8825
|
+
pulumi.set(self, "request_payload", value)
|
8826
|
+
|
8827
|
+
@property
|
8828
|
+
@pulumi.getter(name="requestUrl")
|
8829
|
+
def request_url(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]:
|
8830
|
+
return pulumi.get(self, "request_url")
|
8831
|
+
|
8832
|
+
@request_url.setter
|
8833
|
+
def request_url(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs']]):
|
8834
|
+
pulumi.set(self, "request_url", value)
|
8835
|
+
|
8836
|
+
|
8837
|
+
@pulumi.input_type
|
8838
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionArgs:
|
8839
|
+
def __init__(__self__, *,
|
8840
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
8841
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs']] = None):
|
8842
|
+
"""
|
8843
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
8844
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
8845
|
+
"""
|
8846
|
+
if parameter_value is not None:
|
8847
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
8848
|
+
if ref_value is not None:
|
8849
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
8850
|
+
|
8851
|
+
@property
|
8852
|
+
@pulumi.getter(name="parameterValue")
|
8853
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
8854
|
+
"""
|
8855
|
+
(Updatable) Reference to the parameter by its key.
|
8856
|
+
"""
|
8857
|
+
return pulumi.get(self, "parameter_value")
|
8858
|
+
|
8859
|
+
@parameter_value.setter
|
8860
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
8861
|
+
pulumi.set(self, "parameter_value", value)
|
8862
|
+
|
8863
|
+
@property
|
8864
|
+
@pulumi.getter(name="refValue")
|
8865
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs']]:
|
8866
|
+
"""
|
8867
|
+
(Updatable) The root object reference value.
|
8868
|
+
"""
|
8869
|
+
return pulumi.get(self, "ref_value")
|
8870
|
+
|
8871
|
+
@ref_value.setter
|
8872
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs']]):
|
8873
|
+
pulumi.set(self, "ref_value", value)
|
8874
|
+
|
8875
|
+
|
8876
|
+
@pulumi.input_type
|
8877
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollConditionRefValueArgs:
|
8878
|
+
def __init__(__self__, *,
|
8879
|
+
expr_string: Optional[pulumi.Input[str]] = None,
|
8880
|
+
key: Optional[pulumi.Input[str]] = None,
|
8881
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
8882
|
+
name: Optional[pulumi.Input[str]] = None):
|
8883
|
+
"""
|
8884
|
+
:param pulumi.Input[str] expr_string: (Updatable) The expression string for the object.
|
8885
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
8886
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
8887
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
8888
|
+
"""
|
8889
|
+
if expr_string is not None:
|
8890
|
+
pulumi.set(__self__, "expr_string", expr_string)
|
8891
|
+
if key is not None:
|
8892
|
+
pulumi.set(__self__, "key", key)
|
8893
|
+
if model_type is not None:
|
8894
|
+
pulumi.set(__self__, "model_type", model_type)
|
8895
|
+
if name is not None:
|
8896
|
+
pulumi.set(__self__, "name", name)
|
8897
|
+
|
8898
|
+
@property
|
8899
|
+
@pulumi.getter(name="exprString")
|
8900
|
+
def expr_string(self) -> Optional[pulumi.Input[str]]:
|
8901
|
+
"""
|
8902
|
+
(Updatable) The expression string for the object.
|
8903
|
+
"""
|
8904
|
+
return pulumi.get(self, "expr_string")
|
8905
|
+
|
8906
|
+
@expr_string.setter
|
8907
|
+
def expr_string(self, value: Optional[pulumi.Input[str]]):
|
8908
|
+
pulumi.set(self, "expr_string", value)
|
8909
|
+
|
8910
|
+
@property
|
8911
|
+
@pulumi.getter
|
8912
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
8913
|
+
"""
|
8914
|
+
(Updatable) The key of the object.
|
8915
|
+
"""
|
8916
|
+
return pulumi.get(self, "key")
|
8917
|
+
|
8918
|
+
@key.setter
|
8919
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
8920
|
+
pulumi.set(self, "key", value)
|
8921
|
+
|
8922
|
+
@property
|
8923
|
+
@pulumi.getter(name="modelType")
|
8924
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
8925
|
+
"""
|
8926
|
+
(Updatable) The type of the types object.
|
8927
|
+
"""
|
8928
|
+
return pulumi.get(self, "model_type")
|
8929
|
+
|
8930
|
+
@model_type.setter
|
8931
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
8932
|
+
pulumi.set(self, "model_type", value)
|
8933
|
+
|
8934
|
+
@property
|
8935
|
+
@pulumi.getter
|
8936
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
8937
|
+
"""
|
8938
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
8939
|
+
"""
|
8940
|
+
return pulumi.get(self, "name")
|
8941
|
+
|
8942
|
+
@name.setter
|
8943
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
8944
|
+
pulumi.set(self, "name", value)
|
8945
|
+
|
8946
|
+
|
8947
|
+
@pulumi.input_type
|
8948
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalArgs:
|
8949
|
+
def __init__(__self__, *,
|
8950
|
+
object_value: Optional[pulumi.Input[float]] = None):
|
8951
|
+
"""
|
8952
|
+
:param pulumi.Input[float] object_value: (Updatable) An object value of the parameter.
|
8953
|
+
"""
|
8954
|
+
if object_value is not None:
|
8955
|
+
pulumi.set(__self__, "object_value", object_value)
|
8956
|
+
|
8957
|
+
@property
|
8958
|
+
@pulumi.getter(name="objectValue")
|
8959
|
+
def object_value(self) -> Optional[pulumi.Input[float]]:
|
8960
|
+
"""
|
8961
|
+
(Updatable) An object value of the parameter.
|
8962
|
+
"""
|
8963
|
+
return pulumi.get(self, "object_value")
|
8964
|
+
|
8965
|
+
@object_value.setter
|
8966
|
+
def object_value(self, value: Optional[pulumi.Input[float]]):
|
8967
|
+
pulumi.set(self, "object_value", value)
|
8968
|
+
|
8969
|
+
|
8970
|
+
@pulumi.input_type
|
8971
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollIntervalUnitArgs:
|
8972
|
+
def __init__(__self__, *,
|
8973
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
8974
|
+
"""
|
8975
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
8976
|
+
"""
|
8977
|
+
if string_value is not None:
|
8978
|
+
pulumi.set(__self__, "string_value", string_value)
|
8979
|
+
|
8980
|
+
@property
|
8981
|
+
@pulumi.getter(name="stringValue")
|
8982
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
8983
|
+
"""
|
8984
|
+
(Updatable) A string value of the parameter.
|
8985
|
+
"""
|
8986
|
+
return pulumi.get(self, "string_value")
|
8987
|
+
|
8988
|
+
@string_value.setter
|
8989
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
8990
|
+
pulumi.set(self, "string_value", value)
|
8991
|
+
|
8992
|
+
|
8993
|
+
@pulumi.input_type
|
8994
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationArgs:
|
8995
|
+
def __init__(__self__, *,
|
8996
|
+
object_value: Optional[pulumi.Input[float]] = None):
|
8997
|
+
"""
|
8998
|
+
:param pulumi.Input[float] object_value: (Updatable) An object value of the parameter.
|
8999
|
+
"""
|
9000
|
+
if object_value is not None:
|
9001
|
+
pulumi.set(__self__, "object_value", object_value)
|
9002
|
+
|
9003
|
+
@property
|
9004
|
+
@pulumi.getter(name="objectValue")
|
9005
|
+
def object_value(self) -> Optional[pulumi.Input[float]]:
|
9006
|
+
"""
|
9007
|
+
(Updatable) An object value of the parameter.
|
9008
|
+
"""
|
9009
|
+
return pulumi.get(self, "object_value")
|
9010
|
+
|
9011
|
+
@object_value.setter
|
9012
|
+
def object_value(self, value: Optional[pulumi.Input[float]]):
|
9013
|
+
pulumi.set(self, "object_value", value)
|
9014
|
+
|
9015
|
+
|
9016
|
+
@pulumi.input_type
|
9017
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesPollMaxDurationUnitArgs:
|
9018
|
+
def __init__(__self__, *,
|
9019
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
9020
|
+
"""
|
9021
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
9022
|
+
"""
|
9023
|
+
if string_value is not None:
|
9024
|
+
pulumi.set(__self__, "string_value", string_value)
|
9025
|
+
|
9026
|
+
@property
|
9027
|
+
@pulumi.getter(name="stringValue")
|
9028
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
9029
|
+
"""
|
9030
|
+
(Updatable) A string value of the parameter.
|
9031
|
+
"""
|
9032
|
+
return pulumi.get(self, "string_value")
|
9033
|
+
|
9034
|
+
@string_value.setter
|
9035
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
9036
|
+
pulumi.set(self, "string_value", value)
|
9037
|
+
|
9038
|
+
|
9039
|
+
@pulumi.input_type
|
9040
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadArgs:
|
9041
|
+
def __init__(__self__, *,
|
9042
|
+
parameter_value: Optional[pulumi.Input[str]] = None,
|
9043
|
+
ref_value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']] = None):
|
9044
|
+
"""
|
9045
|
+
:param pulumi.Input[str] parameter_value: (Updatable) Reference to the parameter by its key.
|
9046
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs'] ref_value: (Updatable) The root object reference value.
|
9047
|
+
"""
|
9048
|
+
if parameter_value is not None:
|
9049
|
+
pulumi.set(__self__, "parameter_value", parameter_value)
|
9050
|
+
if ref_value is not None:
|
9051
|
+
pulumi.set(__self__, "ref_value", ref_value)
|
9052
|
+
|
9053
|
+
@property
|
9054
|
+
@pulumi.getter(name="parameterValue")
|
9055
|
+
def parameter_value(self) -> Optional[pulumi.Input[str]]:
|
9056
|
+
"""
|
9057
|
+
(Updatable) Reference to the parameter by its key.
|
9058
|
+
"""
|
9059
|
+
return pulumi.get(self, "parameter_value")
|
9060
|
+
|
9061
|
+
@parameter_value.setter
|
9062
|
+
def parameter_value(self, value: Optional[pulumi.Input[str]]):
|
9063
|
+
pulumi.set(self, "parameter_value", value)
|
9064
|
+
|
9065
|
+
@property
|
9066
|
+
@pulumi.getter(name="refValue")
|
9067
|
+
def ref_value(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]:
|
9068
|
+
"""
|
9069
|
+
(Updatable) The root object reference value.
|
9070
|
+
"""
|
9071
|
+
return pulumi.get(self, "ref_value")
|
9072
|
+
|
9073
|
+
@ref_value.setter
|
9074
|
+
def ref_value(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs']]):
|
9075
|
+
pulumi.set(self, "ref_value", value)
|
9076
|
+
|
9077
|
+
|
9078
|
+
@pulumi.input_type
|
9079
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueArgs:
|
9080
|
+
def __init__(__self__, *,
|
9081
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']] = None,
|
9082
|
+
key: Optional[pulumi.Input[str]] = None,
|
9083
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
9084
|
+
name: Optional[pulumi.Input[str]] = None):
|
9085
|
+
"""
|
9086
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
9087
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
9088
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
9089
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
9090
|
+
"""
|
9091
|
+
if config_values is not None:
|
9092
|
+
pulumi.set(__self__, "config_values", config_values)
|
9093
|
+
if key is not None:
|
9094
|
+
pulumi.set(__self__, "key", key)
|
9095
|
+
if model_type is not None:
|
9096
|
+
pulumi.set(__self__, "model_type", model_type)
|
9097
|
+
if name is not None:
|
9098
|
+
pulumi.set(__self__, "name", name)
|
9099
|
+
|
9100
|
+
@property
|
9101
|
+
@pulumi.getter(name="configValues")
|
9102
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]:
|
9103
|
+
"""
|
9104
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
9105
|
+
"""
|
9106
|
+
return pulumi.get(self, "config_values")
|
9107
|
+
|
9108
|
+
@config_values.setter
|
9109
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs']]):
|
9110
|
+
pulumi.set(self, "config_values", value)
|
9111
|
+
|
9112
|
+
@property
|
9113
|
+
@pulumi.getter
|
9114
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
9115
|
+
"""
|
9116
|
+
(Updatable) The key of the object.
|
9117
|
+
"""
|
9118
|
+
return pulumi.get(self, "key")
|
9119
|
+
|
9120
|
+
@key.setter
|
9121
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
9122
|
+
pulumi.set(self, "key", value)
|
9123
|
+
|
9124
|
+
@property
|
9125
|
+
@pulumi.getter(name="modelType")
|
9126
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
9127
|
+
"""
|
9128
|
+
(Updatable) The type of the types object.
|
9129
|
+
"""
|
9130
|
+
return pulumi.get(self, "model_type")
|
9131
|
+
|
9132
|
+
@model_type.setter
|
9133
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
9134
|
+
pulumi.set(self, "model_type", value)
|
9135
|
+
|
9136
|
+
@property
|
9137
|
+
@pulumi.getter
|
9138
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
9139
|
+
"""
|
9140
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
9141
|
+
"""
|
9142
|
+
return pulumi.get(self, "name")
|
9143
|
+
|
9144
|
+
@name.setter
|
9145
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
9146
|
+
pulumi.set(self, "name", value)
|
9147
|
+
|
9148
|
+
|
9149
|
+
@pulumi.input_type
|
9150
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesArgs:
|
9151
|
+
def __init__(__self__, *,
|
9152
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']] = None):
|
9153
|
+
"""
|
9154
|
+
:param pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
9155
|
+
"""
|
9156
|
+
if config_param_values is not None:
|
9157
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
9158
|
+
|
9159
|
+
@property
|
9160
|
+
@pulumi.getter(name="configParamValues")
|
9161
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]:
|
9162
|
+
"""
|
9163
|
+
(Updatable) The configuration parameter values.
|
9164
|
+
"""
|
9165
|
+
return pulumi.get(self, "config_param_values")
|
9166
|
+
|
9167
|
+
@config_param_values.setter
|
9168
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs']]):
|
9169
|
+
pulumi.set(self, "config_param_values", value)
|
9170
|
+
|
9171
|
+
|
9172
|
+
@pulumi.input_type
|
9173
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesArgs:
|
9174
|
+
def __init__(__self__, *,
|
9175
|
+
data_param: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']] = None):
|
9176
|
+
if data_param is not None:
|
9177
|
+
pulumi.set(__self__, "data_param", data_param)
|
9178
|
+
|
9179
|
+
@property
|
9180
|
+
@pulumi.getter(name="dataParam")
|
9181
|
+
def data_param(self) -> Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]:
|
9182
|
+
return pulumi.get(self, "data_param")
|
9183
|
+
|
9184
|
+
@data_param.setter
|
9185
|
+
def data_param(self, value: Optional[pulumi.Input['WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs']]):
|
9186
|
+
pulumi.set(self, "data_param", value)
|
9187
|
+
|
9188
|
+
|
9189
|
+
@pulumi.input_type
|
9190
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestPayloadRefValueConfigValuesConfigParamValuesDataParamArgs:
|
9191
|
+
def __init__(__self__, *,
|
9192
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
9193
|
+
"""
|
9194
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
9195
|
+
"""
|
9196
|
+
if string_value is not None:
|
9197
|
+
pulumi.set(__self__, "string_value", string_value)
|
9198
|
+
|
9199
|
+
@property
|
9200
|
+
@pulumi.getter(name="stringValue")
|
9201
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
9202
|
+
"""
|
9203
|
+
(Updatable) A string value of the parameter.
|
9204
|
+
"""
|
9205
|
+
return pulumi.get(self, "string_value")
|
9206
|
+
|
9207
|
+
@string_value.setter
|
9208
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
9209
|
+
pulumi.set(self, "string_value", value)
|
9210
|
+
|
9211
|
+
|
9212
|
+
@pulumi.input_type
|
9213
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesConfigParamValuesRequestUrlArgs:
|
9214
|
+
def __init__(__self__, *,
|
9215
|
+
string_value: Optional[pulumi.Input[str]] = None):
|
9216
|
+
"""
|
9217
|
+
:param pulumi.Input[str] string_value: (Updatable) A string value of the parameter.
|
9218
|
+
"""
|
9219
|
+
if string_value is not None:
|
9220
|
+
pulumi.set(__self__, "string_value", string_value)
|
9221
|
+
|
9222
|
+
@property
|
9223
|
+
@pulumi.getter(name="stringValue")
|
9224
|
+
def string_value(self) -> Optional[pulumi.Input[str]]:
|
9225
|
+
"""
|
9226
|
+
(Updatable) A string value of the parameter.
|
9227
|
+
"""
|
9228
|
+
return pulumi.get(self, "string_value")
|
9229
|
+
|
9230
|
+
@string_value.setter
|
9231
|
+
def string_value(self, value: Optional[pulumi.Input[str]]):
|
9232
|
+
pulumi.set(self, "string_value", value)
|
9233
|
+
|
9234
|
+
|
9235
|
+
@pulumi.input_type
|
9236
|
+
class WorkspaceTaskPollRestCallConfigConfigValuesParentRefArgs:
|
9237
|
+
def __init__(__self__, *,
|
9238
|
+
parent: Optional[pulumi.Input[str]] = None,
|
9239
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
9240
|
+
"""
|
9241
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
9242
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
9243
|
+
"""
|
9244
|
+
if parent is not None:
|
9245
|
+
pulumi.set(__self__, "parent", parent)
|
9246
|
+
if root_doc_id is not None:
|
9247
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
9248
|
+
|
9249
|
+
@property
|
9250
|
+
@pulumi.getter
|
9251
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
9252
|
+
"""
|
9253
|
+
(Updatable) Key of the parent object.
|
9254
|
+
"""
|
9255
|
+
return pulumi.get(self, "parent")
|
9256
|
+
|
9257
|
+
@parent.setter
|
9258
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
9259
|
+
pulumi.set(self, "parent", value)
|
9260
|
+
|
9261
|
+
@property
|
9262
|
+
@pulumi.getter(name="rootDocId")
|
9263
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
9264
|
+
"""
|
9265
|
+
(Updatable) Key of the root document object.
|
9266
|
+
"""
|
9267
|
+
return pulumi.get(self, "root_doc_id")
|
9268
|
+
|
9269
|
+
@root_doc_id.setter
|
9270
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
9271
|
+
pulumi.set(self, "root_doc_id", value)
|
9272
|
+
|
9273
|
+
|
9274
|
+
@pulumi.input_type
|
9275
|
+
class WorkspaceTaskRegistryMetadataArgs:
|
9276
|
+
def __init__(__self__, *,
|
9277
|
+
aggregator_key: pulumi.Input[str],
|
9278
|
+
is_favorite: Optional[pulumi.Input[bool]] = None,
|
9279
|
+
key: Optional[pulumi.Input[str]] = None,
|
9280
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
9281
|
+
registry_version: Optional[pulumi.Input[int]] = None):
|
9282
|
+
"""
|
9283
|
+
:param pulumi.Input[str] aggregator_key: (Updatable) The owning object's key for this object.
|
9284
|
+
:param pulumi.Input[bool] is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
9285
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
9286
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
9287
|
+
:param pulumi.Input[int] registry_version: (Updatable) The registry version.
|
9288
|
+
"""
|
9289
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
9290
|
+
if is_favorite is not None:
|
9291
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
9292
|
+
if key is not None:
|
9293
|
+
pulumi.set(__self__, "key", key)
|
9294
|
+
if labels is not None:
|
9295
|
+
pulumi.set(__self__, "labels", labels)
|
9296
|
+
if registry_version is not None:
|
9297
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
9298
|
+
|
9299
|
+
@property
|
9300
|
+
@pulumi.getter(name="aggregatorKey")
|
9301
|
+
def aggregator_key(self) -> pulumi.Input[str]:
|
9302
|
+
"""
|
9303
|
+
(Updatable) The owning object's key for this object.
|
9304
|
+
"""
|
9305
|
+
return pulumi.get(self, "aggregator_key")
|
9306
|
+
|
9307
|
+
@aggregator_key.setter
|
9308
|
+
def aggregator_key(self, value: pulumi.Input[str]):
|
9309
|
+
pulumi.set(self, "aggregator_key", value)
|
9310
|
+
|
9311
|
+
@property
|
9312
|
+
@pulumi.getter(name="isFavorite")
|
9313
|
+
def is_favorite(self) -> Optional[pulumi.Input[bool]]:
|
9314
|
+
"""
|
9315
|
+
(Updatable) Specifies whether this object is a favorite or not.
|
9316
|
+
"""
|
9317
|
+
return pulumi.get(self, "is_favorite")
|
9318
|
+
|
9319
|
+
@is_favorite.setter
|
9320
|
+
def is_favorite(self, value: Optional[pulumi.Input[bool]]):
|
9321
|
+
pulumi.set(self, "is_favorite", value)
|
9322
|
+
|
9323
|
+
@property
|
9324
|
+
@pulumi.getter
|
9325
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
9326
|
+
"""
|
9327
|
+
(Updatable) The key of the object.
|
9328
|
+
"""
|
9329
|
+
return pulumi.get(self, "key")
|
9330
|
+
|
9331
|
+
@key.setter
|
9332
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
9333
|
+
pulumi.set(self, "key", value)
|
9334
|
+
|
9335
|
+
@property
|
9336
|
+
@pulumi.getter
|
9337
|
+
def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
9338
|
+
"""
|
9339
|
+
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
|
9340
|
+
"""
|
9341
|
+
return pulumi.get(self, "labels")
|
9342
|
+
|
9343
|
+
@labels.setter
|
9344
|
+
def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
9345
|
+
pulumi.set(self, "labels", value)
|
9346
|
+
|
9347
|
+
@property
|
9348
|
+
@pulumi.getter(name="registryVersion")
|
9349
|
+
def registry_version(self) -> Optional[pulumi.Input[int]]:
|
9350
|
+
"""
|
9351
|
+
(Updatable) The registry version.
|
9352
|
+
"""
|
9353
|
+
return pulumi.get(self, "registry_version")
|
9354
|
+
|
9355
|
+
@registry_version.setter
|
9356
|
+
def registry_version(self, value: Optional[pulumi.Input[int]]):
|
9357
|
+
pulumi.set(self, "registry_version", value)
|
9358
|
+
|
9359
|
+
|
9360
|
+
@pulumi.input_type
|
9361
|
+
class WorkspaceTaskTypedExpressionArgs:
|
9362
|
+
def __init__(__self__, *,
|
9363
|
+
config_values: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesArgs']] = None,
|
9364
|
+
description: Optional[pulumi.Input[str]] = None,
|
9365
|
+
expression: Optional[pulumi.Input[str]] = None,
|
9366
|
+
key: Optional[pulumi.Input[str]] = None,
|
9367
|
+
model_type: Optional[pulumi.Input[str]] = None,
|
9368
|
+
model_version: Optional[pulumi.Input[str]] = None,
|
9369
|
+
name: Optional[pulumi.Input[str]] = None,
|
9370
|
+
object_status: Optional[pulumi.Input[int]] = None,
|
9371
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskTypedExpressionParentRefArgs']] = None,
|
9372
|
+
type: Optional[pulumi.Input[str]] = None):
|
9373
|
+
"""
|
9374
|
+
:param pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesArgs'] config_values: (Updatable) Configuration values can be string, objects, or parameters.
|
9375
|
+
:param pulumi.Input[str] description: (Updatable) Detailed description for the object.
|
9376
|
+
:param pulumi.Input[str] expression: (Updatable) The expression string for the object.
|
9377
|
+
:param pulumi.Input[str] key: (Updatable) The key of the object.
|
9378
|
+
:param pulumi.Input[str] model_type: (Updatable) The type of the types object.
|
9379
|
+
:param pulumi.Input[str] model_version: (Updatable) The model version of an object.
|
9380
|
+
:param pulumi.Input[str] name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
9381
|
+
:param pulumi.Input[int] object_status: (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
9382
|
+
:param pulumi.Input['WorkspaceTaskTypedExpressionParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
9383
|
+
:param pulumi.Input[str] type: (Updatable) The object type.
|
9384
|
+
"""
|
9385
|
+
if config_values is not None:
|
9386
|
+
pulumi.set(__self__, "config_values", config_values)
|
9387
|
+
if description is not None:
|
9388
|
+
pulumi.set(__self__, "description", description)
|
9389
|
+
if expression is not None:
|
9390
|
+
pulumi.set(__self__, "expression", expression)
|
9391
|
+
if key is not None:
|
9392
|
+
pulumi.set(__self__, "key", key)
|
9393
|
+
if model_type is not None:
|
9394
|
+
pulumi.set(__self__, "model_type", model_type)
|
9395
|
+
if model_version is not None:
|
9396
|
+
pulumi.set(__self__, "model_version", model_version)
|
9397
|
+
if name is not None:
|
9398
|
+
pulumi.set(__self__, "name", name)
|
9399
|
+
if object_status is not None:
|
9400
|
+
pulumi.set(__self__, "object_status", object_status)
|
9401
|
+
if parent_ref is not None:
|
9402
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
9403
|
+
if type is not None:
|
9404
|
+
pulumi.set(__self__, "type", type)
|
9405
|
+
|
9406
|
+
@property
|
9407
|
+
@pulumi.getter(name="configValues")
|
9408
|
+
def config_values(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesArgs']]:
|
9409
|
+
"""
|
9410
|
+
(Updatable) Configuration values can be string, objects, or parameters.
|
9411
|
+
"""
|
9412
|
+
return pulumi.get(self, "config_values")
|
9413
|
+
|
9414
|
+
@config_values.setter
|
9415
|
+
def config_values(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesArgs']]):
|
9416
|
+
pulumi.set(self, "config_values", value)
|
9417
|
+
|
9418
|
+
@property
|
9419
|
+
@pulumi.getter
|
9420
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
9421
|
+
"""
|
9422
|
+
(Updatable) Detailed description for the object.
|
9423
|
+
"""
|
9424
|
+
return pulumi.get(self, "description")
|
9425
|
+
|
9426
|
+
@description.setter
|
9427
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
9428
|
+
pulumi.set(self, "description", value)
|
9429
|
+
|
9430
|
+
@property
|
9431
|
+
@pulumi.getter
|
9432
|
+
def expression(self) -> Optional[pulumi.Input[str]]:
|
9433
|
+
"""
|
9434
|
+
(Updatable) The expression string for the object.
|
9435
|
+
"""
|
9436
|
+
return pulumi.get(self, "expression")
|
9437
|
+
|
9438
|
+
@expression.setter
|
9439
|
+
def expression(self, value: Optional[pulumi.Input[str]]):
|
9440
|
+
pulumi.set(self, "expression", value)
|
9441
|
+
|
9442
|
+
@property
|
9443
|
+
@pulumi.getter
|
9444
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
9445
|
+
"""
|
9446
|
+
(Updatable) The key of the object.
|
9447
|
+
"""
|
9448
|
+
return pulumi.get(self, "key")
|
9449
|
+
|
9450
|
+
@key.setter
|
9451
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
9452
|
+
pulumi.set(self, "key", value)
|
9453
|
+
|
9454
|
+
@property
|
9455
|
+
@pulumi.getter(name="modelType")
|
9456
|
+
def model_type(self) -> Optional[pulumi.Input[str]]:
|
9457
|
+
"""
|
9458
|
+
(Updatable) The type of the types object.
|
9459
|
+
"""
|
9460
|
+
return pulumi.get(self, "model_type")
|
9461
|
+
|
9462
|
+
@model_type.setter
|
9463
|
+
def model_type(self, value: Optional[pulumi.Input[str]]):
|
9464
|
+
pulumi.set(self, "model_type", value)
|
9465
|
+
|
9466
|
+
@property
|
9467
|
+
@pulumi.getter(name="modelVersion")
|
9468
|
+
def model_version(self) -> Optional[pulumi.Input[str]]:
|
9469
|
+
"""
|
9470
|
+
(Updatable) The model version of an object.
|
9471
|
+
"""
|
9472
|
+
return pulumi.get(self, "model_version")
|
9473
|
+
|
9474
|
+
@model_version.setter
|
9475
|
+
def model_version(self, value: Optional[pulumi.Input[str]]):
|
9476
|
+
pulumi.set(self, "model_version", value)
|
9477
|
+
|
9478
|
+
@property
|
9479
|
+
@pulumi.getter
|
9480
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
9481
|
+
"""
|
9482
|
+
(Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
|
9483
|
+
"""
|
9484
|
+
return pulumi.get(self, "name")
|
9485
|
+
|
9486
|
+
@name.setter
|
9487
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
9488
|
+
pulumi.set(self, "name", value)
|
9489
|
+
|
9490
|
+
@property
|
9491
|
+
@pulumi.getter(name="objectStatus")
|
9492
|
+
def object_status(self) -> Optional[pulumi.Input[int]]:
|
9493
|
+
"""
|
9494
|
+
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
9495
|
+
"""
|
9496
|
+
return pulumi.get(self, "object_status")
|
9497
|
+
|
9498
|
+
@object_status.setter
|
9499
|
+
def object_status(self, value: Optional[pulumi.Input[int]]):
|
9500
|
+
pulumi.set(self, "object_status", value)
|
9501
|
+
|
9502
|
+
@property
|
9503
|
+
@pulumi.getter(name="parentRef")
|
9504
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionParentRefArgs']]:
|
9505
|
+
"""
|
9506
|
+
(Updatable) A reference to the object's parent.
|
9507
|
+
"""
|
9508
|
+
return pulumi.get(self, "parent_ref")
|
9509
|
+
|
9510
|
+
@parent_ref.setter
|
9511
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionParentRefArgs']]):
|
9512
|
+
pulumi.set(self, "parent_ref", value)
|
9513
|
+
|
9514
|
+
@property
|
9515
|
+
@pulumi.getter
|
9516
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
9517
|
+
"""
|
9518
|
+
(Updatable) The object type.
|
9519
|
+
"""
|
9520
|
+
return pulumi.get(self, "type")
|
9521
|
+
|
9522
|
+
@type.setter
|
9523
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
9524
|
+
pulumi.set(self, "type", value)
|
9525
|
+
|
9526
|
+
|
9527
|
+
@pulumi.input_type
|
9528
|
+
class WorkspaceTaskTypedExpressionConfigValuesArgs:
|
9529
|
+
def __init__(__self__, *,
|
9530
|
+
config_param_values: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs']] = None,
|
9531
|
+
parent_ref: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesParentRefArgs']] = None):
|
9532
|
+
"""
|
9533
|
+
:param pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs'] config_param_values: (Updatable) The configuration parameter values.
|
9534
|
+
:param pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesParentRefArgs'] parent_ref: (Updatable) A reference to the object's parent.
|
9535
|
+
"""
|
9536
|
+
if config_param_values is not None:
|
9537
|
+
pulumi.set(__self__, "config_param_values", config_param_values)
|
9538
|
+
if parent_ref is not None:
|
9539
|
+
pulumi.set(__self__, "parent_ref", parent_ref)
|
9540
|
+
|
9541
|
+
@property
|
9542
|
+
@pulumi.getter(name="configParamValues")
|
9543
|
+
def config_param_values(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs']]:
|
9544
|
+
"""
|
9545
|
+
(Updatable) The configuration parameter values.
|
9546
|
+
"""
|
9547
|
+
return pulumi.get(self, "config_param_values")
|
9548
|
+
|
9549
|
+
@config_param_values.setter
|
9550
|
+
def config_param_values(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs']]):
|
9551
|
+
pulumi.set(self, "config_param_values", value)
|
9552
|
+
|
9553
|
+
@property
|
9554
|
+
@pulumi.getter(name="parentRef")
|
9555
|
+
def parent_ref(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesParentRefArgs']]:
|
9556
|
+
"""
|
9557
|
+
(Updatable) A reference to the object's parent.
|
9558
|
+
"""
|
9559
|
+
return pulumi.get(self, "parent_ref")
|
9560
|
+
|
9561
|
+
@parent_ref.setter
|
9562
|
+
def parent_ref(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesParentRefArgs']]):
|
9563
|
+
pulumi.set(self, "parent_ref", value)
|
9564
|
+
|
9565
|
+
|
9566
|
+
@pulumi.input_type
|
9567
|
+
class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesArgs:
|
9568
|
+
def __init__(__self__, *,
|
9569
|
+
length: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs']] = None,
|
9570
|
+
scale: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs']] = None):
|
9571
|
+
if length is not None:
|
9572
|
+
pulumi.set(__self__, "length", length)
|
9573
|
+
if scale is not None:
|
9574
|
+
pulumi.set(__self__, "scale", scale)
|
9575
|
+
|
9576
|
+
@property
|
9577
|
+
@pulumi.getter
|
9578
|
+
def length(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs']]:
|
9579
|
+
return pulumi.get(self, "length")
|
9580
|
+
|
9581
|
+
@length.setter
|
9582
|
+
def length(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs']]):
|
9583
|
+
pulumi.set(self, "length", value)
|
9584
|
+
|
9585
|
+
@property
|
9586
|
+
@pulumi.getter
|
9587
|
+
def scale(self) -> Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs']]:
|
9588
|
+
return pulumi.get(self, "scale")
|
9589
|
+
|
9590
|
+
@scale.setter
|
9591
|
+
def scale(self, value: Optional[pulumi.Input['WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs']]):
|
9592
|
+
pulumi.set(self, "scale", value)
|
9593
|
+
|
9594
|
+
|
9595
|
+
@pulumi.input_type
|
9596
|
+
class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesLengthArgs:
|
9597
|
+
def __init__(__self__, *,
|
9598
|
+
int_value: Optional[pulumi.Input[int]] = None):
|
9599
|
+
"""
|
9600
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
9601
|
+
"""
|
9602
|
+
if int_value is not None:
|
9603
|
+
pulumi.set(__self__, "int_value", int_value)
|
9604
|
+
|
9605
|
+
@property
|
9606
|
+
@pulumi.getter(name="intValue")
|
9607
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
9608
|
+
"""
|
9609
|
+
(Updatable) An integer value of the parameter.
|
9610
|
+
"""
|
9611
|
+
return pulumi.get(self, "int_value")
|
9612
|
+
|
9613
|
+
@int_value.setter
|
9614
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
9615
|
+
pulumi.set(self, "int_value", value)
|
9616
|
+
|
9617
|
+
|
9618
|
+
@pulumi.input_type
|
9619
|
+
class WorkspaceTaskTypedExpressionConfigValuesConfigParamValuesScaleArgs:
|
9620
|
+
def __init__(__self__, *,
|
9621
|
+
int_value: Optional[pulumi.Input[int]] = None):
|
9622
|
+
"""
|
9623
|
+
:param pulumi.Input[int] int_value: (Updatable) An integer value of the parameter.
|
9624
|
+
"""
|
9625
|
+
if int_value is not None:
|
9626
|
+
pulumi.set(__self__, "int_value", int_value)
|
9627
|
+
|
9628
|
+
@property
|
9629
|
+
@pulumi.getter(name="intValue")
|
9630
|
+
def int_value(self) -> Optional[pulumi.Input[int]]:
|
9631
|
+
"""
|
9632
|
+
(Updatable) An integer value of the parameter.
|
9633
|
+
"""
|
9634
|
+
return pulumi.get(self, "int_value")
|
9635
|
+
|
9636
|
+
@int_value.setter
|
9637
|
+
def int_value(self, value: Optional[pulumi.Input[int]]):
|
9638
|
+
pulumi.set(self, "int_value", value)
|
9639
|
+
|
9640
|
+
|
9641
|
+
@pulumi.input_type
|
9642
|
+
class WorkspaceTaskTypedExpressionConfigValuesParentRefArgs:
|
9643
|
+
def __init__(__self__, *,
|
9644
|
+
parent: Optional[pulumi.Input[str]] = None,
|
9645
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
9646
|
+
"""
|
9647
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
9648
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
9649
|
+
"""
|
9650
|
+
if parent is not None:
|
9651
|
+
pulumi.set(__self__, "parent", parent)
|
9652
|
+
if root_doc_id is not None:
|
9653
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
9654
|
+
|
9655
|
+
@property
|
9656
|
+
@pulumi.getter
|
9657
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
9658
|
+
"""
|
9659
|
+
(Updatable) Key of the parent object.
|
9660
|
+
"""
|
9661
|
+
return pulumi.get(self, "parent")
|
9662
|
+
|
9663
|
+
@parent.setter
|
9664
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
9665
|
+
pulumi.set(self, "parent", value)
|
9666
|
+
|
9667
|
+
@property
|
9668
|
+
@pulumi.getter(name="rootDocId")
|
9669
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
9670
|
+
"""
|
9671
|
+
(Updatable) Key of the root document object.
|
9672
|
+
"""
|
9673
|
+
return pulumi.get(self, "root_doc_id")
|
9674
|
+
|
9675
|
+
@root_doc_id.setter
|
9676
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
9677
|
+
pulumi.set(self, "root_doc_id", value)
|
9678
|
+
|
9679
|
+
|
9680
|
+
@pulumi.input_type
|
9681
|
+
class WorkspaceTaskTypedExpressionParentRefArgs:
|
9682
|
+
def __init__(__self__, *,
|
9683
|
+
parent: Optional[pulumi.Input[str]] = None,
|
9684
|
+
root_doc_id: Optional[pulumi.Input[str]] = None):
|
9685
|
+
"""
|
9686
|
+
:param pulumi.Input[str] parent: (Updatable) Key of the parent object.
|
9687
|
+
:param pulumi.Input[str] root_doc_id: (Updatable) Key of the root document object.
|
9688
|
+
"""
|
9689
|
+
if parent is not None:
|
9690
|
+
pulumi.set(__self__, "parent", parent)
|
9691
|
+
if root_doc_id is not None:
|
9692
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
9693
|
+
|
9694
|
+
@property
|
9695
|
+
@pulumi.getter
|
9696
|
+
def parent(self) -> Optional[pulumi.Input[str]]:
|
9697
|
+
"""
|
9698
|
+
(Updatable) Key of the parent object.
|
9699
|
+
"""
|
9700
|
+
return pulumi.get(self, "parent")
|
9701
|
+
|
9702
|
+
@parent.setter
|
9703
|
+
def parent(self, value: Optional[pulumi.Input[str]]):
|
9704
|
+
pulumi.set(self, "parent", value)
|
9705
|
+
|
9706
|
+
@property
|
9707
|
+
@pulumi.getter(name="rootDocId")
|
9708
|
+
def root_doc_id(self) -> Optional[pulumi.Input[str]]:
|
9709
|
+
"""
|
9710
|
+
(Updatable) Key of the root document object.
|
9711
|
+
"""
|
9712
|
+
return pulumi.get(self, "root_doc_id")
|
9713
|
+
|
9714
|
+
@root_doc_id.setter
|
9715
|
+
def root_doc_id(self, value: Optional[pulumi.Input[str]]):
|
9716
|
+
pulumi.set(self, "root_doc_id", value)
|
9717
|
+
|
9718
|
+
|
5260
9719
|
@pulumi.input_type
|
5261
9720
|
class GetWorkspaceApplicationPatchesFilterArgs:
|
5262
9721
|
def __init__(__self__, *,
|
@@ -5617,6 +10076,51 @@ class GetWorkspaceProjectsFilterArgs:
|
|
5617
10076
|
pulumi.set(self, "regex", value)
|
5618
10077
|
|
5619
10078
|
|
10079
|
+
@pulumi.input_type
|
10080
|
+
class GetWorkspaceTasksFilterArgs:
|
10081
|
+
def __init__(__self__, *,
|
10082
|
+
name: str,
|
10083
|
+
values: Sequence[str],
|
10084
|
+
regex: Optional[bool] = None):
|
10085
|
+
"""
|
10086
|
+
:param str name: Used to filter by the name of the object.
|
10087
|
+
"""
|
10088
|
+
pulumi.set(__self__, "name", name)
|
10089
|
+
pulumi.set(__self__, "values", values)
|
10090
|
+
if regex is not None:
|
10091
|
+
pulumi.set(__self__, "regex", regex)
|
10092
|
+
|
10093
|
+
@property
|
10094
|
+
@pulumi.getter
|
10095
|
+
def name(self) -> str:
|
10096
|
+
"""
|
10097
|
+
Used to filter by the name of the object.
|
10098
|
+
"""
|
10099
|
+
return pulumi.get(self, "name")
|
10100
|
+
|
10101
|
+
@name.setter
|
10102
|
+
def name(self, value: str):
|
10103
|
+
pulumi.set(self, "name", value)
|
10104
|
+
|
10105
|
+
@property
|
10106
|
+
@pulumi.getter
|
10107
|
+
def values(self) -> Sequence[str]:
|
10108
|
+
return pulumi.get(self, "values")
|
10109
|
+
|
10110
|
+
@values.setter
|
10111
|
+
def values(self, value: Sequence[str]):
|
10112
|
+
pulumi.set(self, "values", value)
|
10113
|
+
|
10114
|
+
@property
|
10115
|
+
@pulumi.getter
|
10116
|
+
def regex(self) -> Optional[bool]:
|
10117
|
+
return pulumi.get(self, "regex")
|
10118
|
+
|
10119
|
+
@regex.setter
|
10120
|
+
def regex(self, value: Optional[bool]):
|
10121
|
+
pulumi.set(self, "regex", value)
|
10122
|
+
|
10123
|
+
|
5620
10124
|
@pulumi.input_type
|
5621
10125
|
class GetWorkspacesFilterArgs:
|
5622
10126
|
def __init__(__self__, *,
|