pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0a1757045455__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 +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,744 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = ['StreamJobArgs', 'StreamJob']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class StreamJobArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
compartment_id: pulumi.Input[_builtins.str],
|
25
|
+
features: pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]],
|
26
|
+
stream_output_location: pulumi.Input['StreamJobStreamOutputLocationArgs'],
|
27
|
+
stream_source_id: pulumi.Input[_builtins.str],
|
28
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
29
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
30
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
|
+
state: Optional[pulumi.Input[_builtins.str]] = None):
|
32
|
+
"""
|
33
|
+
The set of arguments for constructing a StreamJob resource.
|
34
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]] features: (Updatable) a list of stream analysis features.
|
36
|
+
:param pulumi.Input['StreamJobStreamOutputLocationArgs'] stream_output_location: (Updatable) Details about a where results will be Sent
|
37
|
+
:param pulumi.Input[_builtins.str] stream_source_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
38
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
39
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Stream job display name.
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
41
|
+
:param pulumi.Input[_builtins.str] state: (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
42
|
+
|
43
|
+
|
44
|
+
** IMPORTANT **
|
45
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
46
|
+
"""
|
47
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
48
|
+
pulumi.set(__self__, "features", features)
|
49
|
+
pulumi.set(__self__, "stream_output_location", stream_output_location)
|
50
|
+
pulumi.set(__self__, "stream_source_id", stream_source_id)
|
51
|
+
if defined_tags is not None:
|
52
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
53
|
+
if display_name is not None:
|
54
|
+
pulumi.set(__self__, "display_name", display_name)
|
55
|
+
if freeform_tags is not None:
|
56
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
57
|
+
if state is not None:
|
58
|
+
pulumi.set(__self__, "state", state)
|
59
|
+
|
60
|
+
@_builtins.property
|
61
|
+
@pulumi.getter(name="compartmentId")
|
62
|
+
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
63
|
+
"""
|
64
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
65
|
+
"""
|
66
|
+
return pulumi.get(self, "compartment_id")
|
67
|
+
|
68
|
+
@compartment_id.setter
|
69
|
+
def compartment_id(self, value: pulumi.Input[_builtins.str]):
|
70
|
+
pulumi.set(self, "compartment_id", value)
|
71
|
+
|
72
|
+
@_builtins.property
|
73
|
+
@pulumi.getter
|
74
|
+
def features(self) -> pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]]:
|
75
|
+
"""
|
76
|
+
(Updatable) a list of stream analysis features.
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "features")
|
79
|
+
|
80
|
+
@features.setter
|
81
|
+
def features(self, value: pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]]):
|
82
|
+
pulumi.set(self, "features", value)
|
83
|
+
|
84
|
+
@_builtins.property
|
85
|
+
@pulumi.getter(name="streamOutputLocation")
|
86
|
+
def stream_output_location(self) -> pulumi.Input['StreamJobStreamOutputLocationArgs']:
|
87
|
+
"""
|
88
|
+
(Updatable) Details about a where results will be Sent
|
89
|
+
"""
|
90
|
+
return pulumi.get(self, "stream_output_location")
|
91
|
+
|
92
|
+
@stream_output_location.setter
|
93
|
+
def stream_output_location(self, value: pulumi.Input['StreamJobStreamOutputLocationArgs']):
|
94
|
+
pulumi.set(self, "stream_output_location", value)
|
95
|
+
|
96
|
+
@_builtins.property
|
97
|
+
@pulumi.getter(name="streamSourceId")
|
98
|
+
def stream_source_id(self) -> pulumi.Input[_builtins.str]:
|
99
|
+
"""
|
100
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "stream_source_id")
|
103
|
+
|
104
|
+
@stream_source_id.setter
|
105
|
+
def stream_source_id(self, value: pulumi.Input[_builtins.str]):
|
106
|
+
pulumi.set(self, "stream_source_id", value)
|
107
|
+
|
108
|
+
@_builtins.property
|
109
|
+
@pulumi.getter(name="definedTags")
|
110
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
111
|
+
"""
|
112
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "defined_tags")
|
115
|
+
|
116
|
+
@defined_tags.setter
|
117
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
118
|
+
pulumi.set(self, "defined_tags", value)
|
119
|
+
|
120
|
+
@_builtins.property
|
121
|
+
@pulumi.getter(name="displayName")
|
122
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
123
|
+
"""
|
124
|
+
(Updatable) Stream job display name.
|
125
|
+
"""
|
126
|
+
return pulumi.get(self, "display_name")
|
127
|
+
|
128
|
+
@display_name.setter
|
129
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
130
|
+
pulumi.set(self, "display_name", value)
|
131
|
+
|
132
|
+
@_builtins.property
|
133
|
+
@pulumi.getter(name="freeformTags")
|
134
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
135
|
+
"""
|
136
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "freeform_tags")
|
139
|
+
|
140
|
+
@freeform_tags.setter
|
141
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
142
|
+
pulumi.set(self, "freeform_tags", value)
|
143
|
+
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter
|
146
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
147
|
+
"""
|
148
|
+
(Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
149
|
+
|
150
|
+
|
151
|
+
** IMPORTANT **
|
152
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "state")
|
155
|
+
|
156
|
+
@state.setter
|
157
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
158
|
+
pulumi.set(self, "state", value)
|
159
|
+
|
160
|
+
|
161
|
+
@pulumi.input_type
|
162
|
+
class _StreamJobState:
|
163
|
+
def __init__(__self__, *,
|
164
|
+
agent_participant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
165
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
166
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
167
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
168
|
+
features: Optional[pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]]] = None,
|
169
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
170
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
171
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
172
|
+
stream_output_location: Optional[pulumi.Input['StreamJobStreamOutputLocationArgs']] = None,
|
173
|
+
stream_source_id: Optional[pulumi.Input[_builtins.str]] = None,
|
174
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
175
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
176
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
177
|
+
"""
|
178
|
+
Input properties used for looking up and filtering StreamJob resources.
|
179
|
+
:param pulumi.Input[_builtins.str] agent_participant_id: participant id of agent where results need to be sent
|
180
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
181
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
182
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Stream job display name.
|
183
|
+
:param pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]] features: (Updatable) a list of stream analysis features.
|
184
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
185
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional details about current state of streamJob
|
186
|
+
:param pulumi.Input[_builtins.str] state: (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
187
|
+
|
188
|
+
|
189
|
+
** IMPORTANT **
|
190
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
191
|
+
:param pulumi.Input['StreamJobStreamOutputLocationArgs'] stream_output_location: (Updatable) Details about a where results will be Sent
|
192
|
+
:param pulumi.Input[_builtins.str] stream_source_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
193
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
194
|
+
:param pulumi.Input[_builtins.str] time_created: When the streamJob was created, as an RFC3339 datetime string.
|
195
|
+
:param pulumi.Input[_builtins.str] time_updated: When the stream job was updated, as an RFC3339 datetime string.
|
196
|
+
"""
|
197
|
+
if agent_participant_id is not None:
|
198
|
+
pulumi.set(__self__, "agent_participant_id", agent_participant_id)
|
199
|
+
if compartment_id is not None:
|
200
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
201
|
+
if defined_tags is not None:
|
202
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
203
|
+
if display_name is not None:
|
204
|
+
pulumi.set(__self__, "display_name", display_name)
|
205
|
+
if features is not None:
|
206
|
+
pulumi.set(__self__, "features", features)
|
207
|
+
if freeform_tags is not None:
|
208
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
209
|
+
if lifecycle_details is not None:
|
210
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
211
|
+
if state is not None:
|
212
|
+
pulumi.set(__self__, "state", state)
|
213
|
+
if stream_output_location is not None:
|
214
|
+
pulumi.set(__self__, "stream_output_location", stream_output_location)
|
215
|
+
if stream_source_id is not None:
|
216
|
+
pulumi.set(__self__, "stream_source_id", stream_source_id)
|
217
|
+
if system_tags is not None:
|
218
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
219
|
+
if time_created is not None:
|
220
|
+
pulumi.set(__self__, "time_created", time_created)
|
221
|
+
if time_updated is not None:
|
222
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
223
|
+
|
224
|
+
@_builtins.property
|
225
|
+
@pulumi.getter(name="agentParticipantId")
|
226
|
+
def agent_participant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
227
|
+
"""
|
228
|
+
participant id of agent where results need to be sent
|
229
|
+
"""
|
230
|
+
return pulumi.get(self, "agent_participant_id")
|
231
|
+
|
232
|
+
@agent_participant_id.setter
|
233
|
+
def agent_participant_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
234
|
+
pulumi.set(self, "agent_participant_id", value)
|
235
|
+
|
236
|
+
@_builtins.property
|
237
|
+
@pulumi.getter(name="compartmentId")
|
238
|
+
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
239
|
+
"""
|
240
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
241
|
+
"""
|
242
|
+
return pulumi.get(self, "compartment_id")
|
243
|
+
|
244
|
+
@compartment_id.setter
|
245
|
+
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
246
|
+
pulumi.set(self, "compartment_id", value)
|
247
|
+
|
248
|
+
@_builtins.property
|
249
|
+
@pulumi.getter(name="definedTags")
|
250
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
251
|
+
"""
|
252
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
253
|
+
"""
|
254
|
+
return pulumi.get(self, "defined_tags")
|
255
|
+
|
256
|
+
@defined_tags.setter
|
257
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
258
|
+
pulumi.set(self, "defined_tags", value)
|
259
|
+
|
260
|
+
@_builtins.property
|
261
|
+
@pulumi.getter(name="displayName")
|
262
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
263
|
+
"""
|
264
|
+
(Updatable) Stream job display name.
|
265
|
+
"""
|
266
|
+
return pulumi.get(self, "display_name")
|
267
|
+
|
268
|
+
@display_name.setter
|
269
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
270
|
+
pulumi.set(self, "display_name", value)
|
271
|
+
|
272
|
+
@_builtins.property
|
273
|
+
@pulumi.getter
|
274
|
+
def features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]]]:
|
275
|
+
"""
|
276
|
+
(Updatable) a list of stream analysis features.
|
277
|
+
"""
|
278
|
+
return pulumi.get(self, "features")
|
279
|
+
|
280
|
+
@features.setter
|
281
|
+
def features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StreamJobFeatureArgs']]]]):
|
282
|
+
pulumi.set(self, "features", value)
|
283
|
+
|
284
|
+
@_builtins.property
|
285
|
+
@pulumi.getter(name="freeformTags")
|
286
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
287
|
+
"""
|
288
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
289
|
+
"""
|
290
|
+
return pulumi.get(self, "freeform_tags")
|
291
|
+
|
292
|
+
@freeform_tags.setter
|
293
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
294
|
+
pulumi.set(self, "freeform_tags", value)
|
295
|
+
|
296
|
+
@_builtins.property
|
297
|
+
@pulumi.getter(name="lifecycleDetails")
|
298
|
+
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
299
|
+
"""
|
300
|
+
Additional details about current state of streamJob
|
301
|
+
"""
|
302
|
+
return pulumi.get(self, "lifecycle_details")
|
303
|
+
|
304
|
+
@lifecycle_details.setter
|
305
|
+
def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
|
306
|
+
pulumi.set(self, "lifecycle_details", value)
|
307
|
+
|
308
|
+
@_builtins.property
|
309
|
+
@pulumi.getter
|
310
|
+
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
311
|
+
"""
|
312
|
+
(Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
313
|
+
|
314
|
+
|
315
|
+
** IMPORTANT **
|
316
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
317
|
+
"""
|
318
|
+
return pulumi.get(self, "state")
|
319
|
+
|
320
|
+
@state.setter
|
321
|
+
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
322
|
+
pulumi.set(self, "state", value)
|
323
|
+
|
324
|
+
@_builtins.property
|
325
|
+
@pulumi.getter(name="streamOutputLocation")
|
326
|
+
def stream_output_location(self) -> Optional[pulumi.Input['StreamJobStreamOutputLocationArgs']]:
|
327
|
+
"""
|
328
|
+
(Updatable) Details about a where results will be Sent
|
329
|
+
"""
|
330
|
+
return pulumi.get(self, "stream_output_location")
|
331
|
+
|
332
|
+
@stream_output_location.setter
|
333
|
+
def stream_output_location(self, value: Optional[pulumi.Input['StreamJobStreamOutputLocationArgs']]):
|
334
|
+
pulumi.set(self, "stream_output_location", value)
|
335
|
+
|
336
|
+
@_builtins.property
|
337
|
+
@pulumi.getter(name="streamSourceId")
|
338
|
+
def stream_source_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
339
|
+
"""
|
340
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
341
|
+
"""
|
342
|
+
return pulumi.get(self, "stream_source_id")
|
343
|
+
|
344
|
+
@stream_source_id.setter
|
345
|
+
def stream_source_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
346
|
+
pulumi.set(self, "stream_source_id", value)
|
347
|
+
|
348
|
+
@_builtins.property
|
349
|
+
@pulumi.getter(name="systemTags")
|
350
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
351
|
+
"""
|
352
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
353
|
+
"""
|
354
|
+
return pulumi.get(self, "system_tags")
|
355
|
+
|
356
|
+
@system_tags.setter
|
357
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
358
|
+
pulumi.set(self, "system_tags", value)
|
359
|
+
|
360
|
+
@_builtins.property
|
361
|
+
@pulumi.getter(name="timeCreated")
|
362
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
363
|
+
"""
|
364
|
+
When the streamJob was created, as an RFC3339 datetime string.
|
365
|
+
"""
|
366
|
+
return pulumi.get(self, "time_created")
|
367
|
+
|
368
|
+
@time_created.setter
|
369
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
370
|
+
pulumi.set(self, "time_created", value)
|
371
|
+
|
372
|
+
@_builtins.property
|
373
|
+
@pulumi.getter(name="timeUpdated")
|
374
|
+
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
375
|
+
"""
|
376
|
+
When the stream job was updated, as an RFC3339 datetime string.
|
377
|
+
"""
|
378
|
+
return pulumi.get(self, "time_updated")
|
379
|
+
|
380
|
+
@time_updated.setter
|
381
|
+
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
382
|
+
pulumi.set(self, "time_updated", value)
|
383
|
+
|
384
|
+
|
385
|
+
@pulumi.type_token("oci:AiVision/streamJob:StreamJob")
|
386
|
+
class StreamJob(pulumi.CustomResource):
|
387
|
+
@overload
|
388
|
+
def __init__(__self__,
|
389
|
+
resource_name: str,
|
390
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
391
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
392
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
393
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
394
|
+
features: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamJobFeatureArgs', 'StreamJobFeatureArgsDict']]]]] = None,
|
395
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
396
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
397
|
+
stream_output_location: Optional[pulumi.Input[Union['StreamJobStreamOutputLocationArgs', 'StreamJobStreamOutputLocationArgsDict']]] = None,
|
398
|
+
stream_source_id: Optional[pulumi.Input[_builtins.str]] = None,
|
399
|
+
__props__=None):
|
400
|
+
"""
|
401
|
+
This resource provides the Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
402
|
+
|
403
|
+
Create a stream analysis job with given inputs and features.
|
404
|
+
|
405
|
+
## Example Usage
|
406
|
+
|
407
|
+
```python
|
408
|
+
import pulumi
|
409
|
+
import pulumi_oci as oci
|
410
|
+
|
411
|
+
test_stream_job = oci.aivision.StreamJob("test_stream_job",
|
412
|
+
compartment_id=compartment_id,
|
413
|
+
features=[{
|
414
|
+
"feature_type": stream_job_features_feature_type,
|
415
|
+
"max_results": stream_job_features_max_results,
|
416
|
+
"should_return_landmarks": stream_job_features_should_return_landmarks,
|
417
|
+
"tracking_types": [{
|
418
|
+
"biometric_store_compartment_id": test_compartment["id"],
|
419
|
+
"biometric_store_id": test_biometric_store["id"],
|
420
|
+
"detection_model_id": test_model["id"],
|
421
|
+
"max_results": stream_job_features_tracking_types_max_results,
|
422
|
+
"objects": stream_job_features_tracking_types_objects,
|
423
|
+
"should_return_landmarks": stream_job_features_tracking_types_should_return_landmarks,
|
424
|
+
"tracking_model_id": test_model["id"],
|
425
|
+
}],
|
426
|
+
}],
|
427
|
+
stream_output_location={
|
428
|
+
"bucket": stream_job_stream_output_location_bucket,
|
429
|
+
"namespace": stream_job_stream_output_location_namespace,
|
430
|
+
"output_location_type": stream_job_stream_output_location_output_location_type,
|
431
|
+
"prefix": stream_job_stream_output_location_prefix,
|
432
|
+
"obo_token": stream_job_stream_output_location_obo_token,
|
433
|
+
},
|
434
|
+
stream_source_id=test_stream_source["id"],
|
435
|
+
defined_tags=stream_job_defined_tags,
|
436
|
+
display_name=stream_job_display_name,
|
437
|
+
freeform_tags=stream_job_freeform_tags)
|
438
|
+
```
|
439
|
+
|
440
|
+
## Import
|
441
|
+
|
442
|
+
StreamJobs can be imported using the `id`, e.g.
|
443
|
+
|
444
|
+
```sh
|
445
|
+
$ pulumi import oci:AiVision/streamJob:StreamJob test_stream_job "id"
|
446
|
+
```
|
447
|
+
|
448
|
+
:param str resource_name: The name of the resource.
|
449
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
450
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
451
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
452
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Stream job display name.
|
453
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamJobFeatureArgs', 'StreamJobFeatureArgsDict']]]] features: (Updatable) a list of stream analysis features.
|
454
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
455
|
+
:param pulumi.Input[_builtins.str] state: (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
456
|
+
|
457
|
+
|
458
|
+
** IMPORTANT **
|
459
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
460
|
+
:param pulumi.Input[Union['StreamJobStreamOutputLocationArgs', 'StreamJobStreamOutputLocationArgsDict']] stream_output_location: (Updatable) Details about a where results will be Sent
|
461
|
+
:param pulumi.Input[_builtins.str] stream_source_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
462
|
+
"""
|
463
|
+
...
|
464
|
+
@overload
|
465
|
+
def __init__(__self__,
|
466
|
+
resource_name: str,
|
467
|
+
args: StreamJobArgs,
|
468
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
469
|
+
"""
|
470
|
+
This resource provides the Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
|
471
|
+
|
472
|
+
Create a stream analysis job with given inputs and features.
|
473
|
+
|
474
|
+
## Example Usage
|
475
|
+
|
476
|
+
```python
|
477
|
+
import pulumi
|
478
|
+
import pulumi_oci as oci
|
479
|
+
|
480
|
+
test_stream_job = oci.aivision.StreamJob("test_stream_job",
|
481
|
+
compartment_id=compartment_id,
|
482
|
+
features=[{
|
483
|
+
"feature_type": stream_job_features_feature_type,
|
484
|
+
"max_results": stream_job_features_max_results,
|
485
|
+
"should_return_landmarks": stream_job_features_should_return_landmarks,
|
486
|
+
"tracking_types": [{
|
487
|
+
"biometric_store_compartment_id": test_compartment["id"],
|
488
|
+
"biometric_store_id": test_biometric_store["id"],
|
489
|
+
"detection_model_id": test_model["id"],
|
490
|
+
"max_results": stream_job_features_tracking_types_max_results,
|
491
|
+
"objects": stream_job_features_tracking_types_objects,
|
492
|
+
"should_return_landmarks": stream_job_features_tracking_types_should_return_landmarks,
|
493
|
+
"tracking_model_id": test_model["id"],
|
494
|
+
}],
|
495
|
+
}],
|
496
|
+
stream_output_location={
|
497
|
+
"bucket": stream_job_stream_output_location_bucket,
|
498
|
+
"namespace": stream_job_stream_output_location_namespace,
|
499
|
+
"output_location_type": stream_job_stream_output_location_output_location_type,
|
500
|
+
"prefix": stream_job_stream_output_location_prefix,
|
501
|
+
"obo_token": stream_job_stream_output_location_obo_token,
|
502
|
+
},
|
503
|
+
stream_source_id=test_stream_source["id"],
|
504
|
+
defined_tags=stream_job_defined_tags,
|
505
|
+
display_name=stream_job_display_name,
|
506
|
+
freeform_tags=stream_job_freeform_tags)
|
507
|
+
```
|
508
|
+
|
509
|
+
## Import
|
510
|
+
|
511
|
+
StreamJobs can be imported using the `id`, e.g.
|
512
|
+
|
513
|
+
```sh
|
514
|
+
$ pulumi import oci:AiVision/streamJob:StreamJob test_stream_job "id"
|
515
|
+
```
|
516
|
+
|
517
|
+
:param str resource_name: The name of the resource.
|
518
|
+
:param StreamJobArgs args: The arguments to use to populate this resource's properties.
|
519
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
520
|
+
"""
|
521
|
+
...
|
522
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
523
|
+
resource_args, opts = _utilities.get_resource_args_opts(StreamJobArgs, pulumi.ResourceOptions, *args, **kwargs)
|
524
|
+
if resource_args is not None:
|
525
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
526
|
+
else:
|
527
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
528
|
+
|
529
|
+
def _internal_init(__self__,
|
530
|
+
resource_name: str,
|
531
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
532
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
533
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
534
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
535
|
+
features: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamJobFeatureArgs', 'StreamJobFeatureArgsDict']]]]] = None,
|
536
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
537
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
538
|
+
stream_output_location: Optional[pulumi.Input[Union['StreamJobStreamOutputLocationArgs', 'StreamJobStreamOutputLocationArgsDict']]] = None,
|
539
|
+
stream_source_id: Optional[pulumi.Input[_builtins.str]] = None,
|
540
|
+
__props__=None):
|
541
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
542
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
543
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
544
|
+
if opts.id is None:
|
545
|
+
if __props__ is not None:
|
546
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
547
|
+
__props__ = StreamJobArgs.__new__(StreamJobArgs)
|
548
|
+
|
549
|
+
if compartment_id is None and not opts.urn:
|
550
|
+
raise TypeError("Missing required property 'compartment_id'")
|
551
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
552
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
553
|
+
__props__.__dict__["display_name"] = display_name
|
554
|
+
if features is None and not opts.urn:
|
555
|
+
raise TypeError("Missing required property 'features'")
|
556
|
+
__props__.__dict__["features"] = features
|
557
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
558
|
+
__props__.__dict__["state"] = state
|
559
|
+
if stream_output_location is None and not opts.urn:
|
560
|
+
raise TypeError("Missing required property 'stream_output_location'")
|
561
|
+
__props__.__dict__["stream_output_location"] = stream_output_location
|
562
|
+
if stream_source_id is None and not opts.urn:
|
563
|
+
raise TypeError("Missing required property 'stream_source_id'")
|
564
|
+
__props__.__dict__["stream_source_id"] = stream_source_id
|
565
|
+
__props__.__dict__["agent_participant_id"] = None
|
566
|
+
__props__.__dict__["lifecycle_details"] = None
|
567
|
+
__props__.__dict__["system_tags"] = None
|
568
|
+
__props__.__dict__["time_created"] = None
|
569
|
+
__props__.__dict__["time_updated"] = None
|
570
|
+
super(StreamJob, __self__).__init__(
|
571
|
+
'oci:AiVision/streamJob:StreamJob',
|
572
|
+
resource_name,
|
573
|
+
__props__,
|
574
|
+
opts)
|
575
|
+
|
576
|
+
@staticmethod
|
577
|
+
def get(resource_name: str,
|
578
|
+
id: pulumi.Input[str],
|
579
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
580
|
+
agent_participant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
581
|
+
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
582
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
583
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
584
|
+
features: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamJobFeatureArgs', 'StreamJobFeatureArgsDict']]]]] = None,
|
585
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
586
|
+
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
587
|
+
state: Optional[pulumi.Input[_builtins.str]] = None,
|
588
|
+
stream_output_location: Optional[pulumi.Input[Union['StreamJobStreamOutputLocationArgs', 'StreamJobStreamOutputLocationArgsDict']]] = None,
|
589
|
+
stream_source_id: Optional[pulumi.Input[_builtins.str]] = None,
|
590
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
591
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
592
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'StreamJob':
|
593
|
+
"""
|
594
|
+
Get an existing StreamJob resource's state with the given name, id, and optional extra
|
595
|
+
properties used to qualify the lookup.
|
596
|
+
|
597
|
+
:param str resource_name: The unique name of the resulting resource.
|
598
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
599
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
600
|
+
:param pulumi.Input[_builtins.str] agent_participant_id: participant id of agent where results need to be sent
|
601
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
602
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
603
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) Stream job display name.
|
604
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['StreamJobFeatureArgs', 'StreamJobFeatureArgsDict']]]] features: (Updatable) a list of stream analysis features.
|
605
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
606
|
+
:param pulumi.Input[_builtins.str] lifecycle_details: Additional details about current state of streamJob
|
607
|
+
:param pulumi.Input[_builtins.str] state: (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
608
|
+
|
609
|
+
|
610
|
+
** IMPORTANT **
|
611
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
612
|
+
:param pulumi.Input[Union['StreamJobStreamOutputLocationArgs', 'StreamJobStreamOutputLocationArgsDict']] stream_output_location: (Updatable) Details about a where results will be Sent
|
613
|
+
:param pulumi.Input[_builtins.str] stream_source_id: (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
614
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
615
|
+
:param pulumi.Input[_builtins.str] time_created: When the streamJob was created, as an RFC3339 datetime string.
|
616
|
+
:param pulumi.Input[_builtins.str] time_updated: When the stream job was updated, as an RFC3339 datetime string.
|
617
|
+
"""
|
618
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
619
|
+
|
620
|
+
__props__ = _StreamJobState.__new__(_StreamJobState)
|
621
|
+
|
622
|
+
__props__.__dict__["agent_participant_id"] = agent_participant_id
|
623
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
624
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
625
|
+
__props__.__dict__["display_name"] = display_name
|
626
|
+
__props__.__dict__["features"] = features
|
627
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
628
|
+
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
629
|
+
__props__.__dict__["state"] = state
|
630
|
+
__props__.__dict__["stream_output_location"] = stream_output_location
|
631
|
+
__props__.__dict__["stream_source_id"] = stream_source_id
|
632
|
+
__props__.__dict__["system_tags"] = system_tags
|
633
|
+
__props__.__dict__["time_created"] = time_created
|
634
|
+
__props__.__dict__["time_updated"] = time_updated
|
635
|
+
return StreamJob(resource_name, opts=opts, __props__=__props__)
|
636
|
+
|
637
|
+
@_builtins.property
|
638
|
+
@pulumi.getter(name="agentParticipantId")
|
639
|
+
def agent_participant_id(self) -> pulumi.Output[_builtins.str]:
|
640
|
+
"""
|
641
|
+
participant id of agent where results need to be sent
|
642
|
+
"""
|
643
|
+
return pulumi.get(self, "agent_participant_id")
|
644
|
+
|
645
|
+
@_builtins.property
|
646
|
+
@pulumi.getter(name="compartmentId")
|
647
|
+
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
648
|
+
"""
|
649
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
650
|
+
"""
|
651
|
+
return pulumi.get(self, "compartment_id")
|
652
|
+
|
653
|
+
@_builtins.property
|
654
|
+
@pulumi.getter(name="definedTags")
|
655
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
656
|
+
"""
|
657
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
658
|
+
"""
|
659
|
+
return pulumi.get(self, "defined_tags")
|
660
|
+
|
661
|
+
@_builtins.property
|
662
|
+
@pulumi.getter(name="displayName")
|
663
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
664
|
+
"""
|
665
|
+
(Updatable) Stream job display name.
|
666
|
+
"""
|
667
|
+
return pulumi.get(self, "display_name")
|
668
|
+
|
669
|
+
@_builtins.property
|
670
|
+
@pulumi.getter
|
671
|
+
def features(self) -> pulumi.Output[Sequence['outputs.StreamJobFeature']]:
|
672
|
+
"""
|
673
|
+
(Updatable) a list of stream analysis features.
|
674
|
+
"""
|
675
|
+
return pulumi.get(self, "features")
|
676
|
+
|
677
|
+
@_builtins.property
|
678
|
+
@pulumi.getter(name="freeformTags")
|
679
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
680
|
+
"""
|
681
|
+
(Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
682
|
+
"""
|
683
|
+
return pulumi.get(self, "freeform_tags")
|
684
|
+
|
685
|
+
@_builtins.property
|
686
|
+
@pulumi.getter(name="lifecycleDetails")
|
687
|
+
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|
688
|
+
"""
|
689
|
+
Additional details about current state of streamJob
|
690
|
+
"""
|
691
|
+
return pulumi.get(self, "lifecycle_details")
|
692
|
+
|
693
|
+
@_builtins.property
|
694
|
+
@pulumi.getter
|
695
|
+
def state(self) -> pulumi.Output[_builtins.str]:
|
696
|
+
"""
|
697
|
+
(Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
|
698
|
+
|
699
|
+
|
700
|
+
** IMPORTANT **
|
701
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
702
|
+
"""
|
703
|
+
return pulumi.get(self, "state")
|
704
|
+
|
705
|
+
@_builtins.property
|
706
|
+
@pulumi.getter(name="streamOutputLocation")
|
707
|
+
def stream_output_location(self) -> pulumi.Output['outputs.StreamJobStreamOutputLocation']:
|
708
|
+
"""
|
709
|
+
(Updatable) Details about a where results will be Sent
|
710
|
+
"""
|
711
|
+
return pulumi.get(self, "stream_output_location")
|
712
|
+
|
713
|
+
@_builtins.property
|
714
|
+
@pulumi.getter(name="streamSourceId")
|
715
|
+
def stream_source_id(self) -> pulumi.Output[_builtins.str]:
|
716
|
+
"""
|
717
|
+
(Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
|
718
|
+
"""
|
719
|
+
return pulumi.get(self, "stream_source_id")
|
720
|
+
|
721
|
+
@_builtins.property
|
722
|
+
@pulumi.getter(name="systemTags")
|
723
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
724
|
+
"""
|
725
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "system_tags")
|
728
|
+
|
729
|
+
@_builtins.property
|
730
|
+
@pulumi.getter(name="timeCreated")
|
731
|
+
def time_created(self) -> pulumi.Output[_builtins.str]:
|
732
|
+
"""
|
733
|
+
When the streamJob was created, as an RFC3339 datetime string.
|
734
|
+
"""
|
735
|
+
return pulumi.get(self, "time_created")
|
736
|
+
|
737
|
+
@_builtins.property
|
738
|
+
@pulumi.getter(name="timeUpdated")
|
739
|
+
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
740
|
+
"""
|
741
|
+
When the stream job was updated, as an RFC3339 datetime string.
|
742
|
+
"""
|
743
|
+
return pulumi.get(self, "time_updated")
|
744
|
+
|