@pulumi/oci 3.6.0-alpha.1756509375 → 3.6.0

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.
Files changed (147) hide show
  1. package/aivision/getModel.d.ts +4 -4
  2. package/aivision/getModel.js +2 -2
  3. package/aivision/getModels.d.ts +11 -11
  4. package/aivision/getModels.js +2 -2
  5. package/aivision/getProject.d.ts +15 -15
  6. package/aivision/getProject.js +2 -2
  7. package/aivision/getProjects.d.ts +10 -10
  8. package/aivision/getProjects.js +2 -2
  9. package/aivision/getStreamGroup.d.ts +114 -0
  10. package/aivision/getStreamGroup.js +54 -0
  11. package/aivision/getStreamGroup.js.map +1 -0
  12. package/aivision/getStreamGroups.d.ts +99 -0
  13. package/aivision/getStreamGroups.js +66 -0
  14. package/aivision/getStreamGroups.js.map +1 -0
  15. package/aivision/getStreamJob.d.ts +122 -0
  16. package/aivision/getStreamJob.js +54 -0
  17. package/aivision/getStreamJob.js.map +1 -0
  18. package/aivision/getStreamJobs.d.ts +113 -0
  19. package/aivision/getStreamJobs.js +70 -0
  20. package/aivision/getStreamJobs.js.map +1 -0
  21. package/aivision/getStreamSource.d.ts +106 -0
  22. package/aivision/getStreamSource.js +54 -0
  23. package/aivision/getStreamSource.js.map +1 -0
  24. package/aivision/getStreamSources.d.ts +113 -0
  25. package/aivision/getStreamSources.js +70 -0
  26. package/aivision/getStreamSources.js.map +1 -0
  27. package/aivision/getVisionPrivateEndpoint.d.ts +113 -0
  28. package/aivision/getVisionPrivateEndpoint.js +54 -0
  29. package/aivision/getVisionPrivateEndpoint.js.map +1 -0
  30. package/aivision/getVisionPrivateEndpoints.d.ts +113 -0
  31. package/aivision/getVisionPrivateEndpoints.js +70 -0
  32. package/aivision/getVisionPrivateEndpoints.js.map +1 -0
  33. package/aivision/index.d.ts +36 -0
  34. package/aivision/index.js +45 -1
  35. package/aivision/index.js.map +1 -1
  36. package/aivision/model.d.ts +68 -72
  37. package/aivision/model.js +3 -7
  38. package/aivision/model.js.map +1 -1
  39. package/aivision/project.d.ts +28 -32
  40. package/aivision/project.js +3 -7
  41. package/aivision/project.js.map +1 -1
  42. package/aivision/streamGroup.d.ts +214 -0
  43. package/aivision/streamGroup.js +104 -0
  44. package/aivision/streamGroup.js.map +1 -0
  45. package/aivision/streamJob.d.ts +251 -0
  46. package/aivision/streamJob.js +134 -0
  47. package/aivision/streamJob.js.map +1 -0
  48. package/aivision/streamSource.d.ts +182 -0
  49. package/aivision/streamSource.js +107 -0
  50. package/aivision/streamSource.js.map +1 -0
  51. package/aivision/visionPrivateEndpoint.d.ts +205 -0
  52. package/aivision/visionPrivateEndpoint.js +104 -0
  53. package/aivision/visionPrivateEndpoint.js.map +1 -0
  54. package/cloudguard/getManagedList.d.ts +4 -0
  55. package/cloudguard/getManagedList.js.map +1 -1
  56. package/cloudguard/managedList.d.ts +12 -0
  57. package/cloudguard/managedList.js +2 -0
  58. package/cloudguard/managedList.js.map +1 -1
  59. package/database/exascaleDbStorageVault.d.ts +26 -0
  60. package/database/exascaleDbStorageVault.js +6 -0
  61. package/database/exascaleDbStorageVault.js.map +1 -1
  62. package/database/getExascaleDbStorageVault.d.ts +8 -0
  63. package/database/getExascaleDbStorageVault.js.map +1 -1
  64. package/mysql/getMysqlBackup.d.ts +6 -0
  65. package/mysql/getMysqlBackup.js.map +1 -1
  66. package/mysql/getMysqlBackups.d.ts +2 -2
  67. package/mysql/getMysqlBackups.js +2 -2
  68. package/mysql/mysqlBackup.d.ts +26 -0
  69. package/mysql/mysqlBackup.js +6 -0
  70. package/mysql/mysqlBackup.js.map +1 -1
  71. package/oci/dbmulticloudMultiCloudResourceDiscovery.d.ts +44 -25
  72. package/oci/dbmulticloudMultiCloudResourceDiscovery.js +4 -1
  73. package/oci/dbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
  74. package/oci/dbmulticloudOracleDbAzureBlobContainer.d.ts +20 -20
  75. package/oci/dbmulticloudOracleDbAzureBlobContainer.js +1 -1
  76. package/oci/dbmulticloudOracleDbAzureBlobMount.d.ts +19 -20
  77. package/oci/dbmulticloudOracleDbAzureBlobMount.js +1 -2
  78. package/oci/dbmulticloudOracleDbAzureBlobMount.js.map +1 -1
  79. package/oci/dbmulticloudOracleDbAzureConnector.d.ts +40 -32
  80. package/oci/dbmulticloudOracleDbAzureConnector.js +4 -2
  81. package/oci/dbmulticloudOracleDbAzureConnector.js.map +1 -1
  82. package/oci/dbmulticloudOracleDbAzureVault.d.ts +33 -33
  83. package/oci/dbmulticloudOracleDbAzureVault.js +1 -1
  84. package/oci/dbmulticloudOracleDbAzureVaultAssociation.d.ts +23 -23
  85. package/oci/dbmulticloudOracleDbAzureVaultAssociation.js +1 -1
  86. package/oci/dbmulticloudOracleDbGcpIdentityConnector.d.ts +292 -0
  87. package/oci/dbmulticloudOracleDbGcpIdentityConnector.js +148 -0
  88. package/oci/dbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
  89. package/oci/dbmulticloudOracleDbGcpKeyRing.d.ts +254 -0
  90. package/oci/dbmulticloudOracleDbGcpKeyRing.js +120 -0
  91. package/oci/dbmulticloudOracleDbGcpKeyRing.js.map +1 -0
  92. package/oci/getDbmulticloudMultiCloudResourceDiscoveries.d.ts +28 -14
  93. package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js +6 -2
  94. package/oci/getDbmulticloudMultiCloudResourceDiscoveries.js.map +1 -1
  95. package/oci/getDbmulticloudMultiCloudResourceDiscovery.d.ts +17 -11
  96. package/oci/getDbmulticloudMultiCloudResourceDiscovery.js +2 -2
  97. package/oci/getDbmulticloudMultiCloudResourceDiscovery.js.map +1 -1
  98. package/oci/getDbmulticloudOracleDbAzureBlobContainer.d.ts +12 -12
  99. package/oci/getDbmulticloudOracleDbAzureBlobContainer.js +2 -2
  100. package/oci/getDbmulticloudOracleDbAzureBlobContainers.d.ts +15 -15
  101. package/oci/getDbmulticloudOracleDbAzureBlobContainers.js +2 -2
  102. package/oci/getDbmulticloudOracleDbAzureBlobMount.d.ts +12 -12
  103. package/oci/getDbmulticloudOracleDbAzureBlobMount.js +2 -2
  104. package/oci/getDbmulticloudOracleDbAzureBlobMounts.d.ts +15 -15
  105. package/oci/getDbmulticloudOracleDbAzureBlobMounts.js +2 -2
  106. package/oci/getDbmulticloudOracleDbAzureConnector.d.ts +19 -15
  107. package/oci/getDbmulticloudOracleDbAzureConnector.js +2 -2
  108. package/oci/getDbmulticloudOracleDbAzureConnector.js.map +1 -1
  109. package/oci/getDbmulticloudOracleDbAzureConnectors.d.ts +11 -11
  110. package/oci/getDbmulticloudOracleDbAzureConnectors.js +2 -2
  111. package/oci/getDbmulticloudOracleDbAzureKey.d.ts +22 -12
  112. package/oci/getDbmulticloudOracleDbAzureKey.js +2 -2
  113. package/oci/getDbmulticloudOracleDbAzureKey.js.map +1 -1
  114. package/oci/getDbmulticloudOracleDbAzureKeys.d.ts +12 -12
  115. package/oci/getDbmulticloudOracleDbAzureKeys.js +2 -2
  116. package/oci/getDbmulticloudOracleDbAzureVault.d.ts +17 -17
  117. package/oci/getDbmulticloudOracleDbAzureVault.js +2 -2
  118. package/oci/getDbmulticloudOracleDbAzureVaultAssociation.d.ts +14 -14
  119. package/oci/getDbmulticloudOracleDbAzureVaultAssociation.js +2 -2
  120. package/oci/getDbmulticloudOracleDbAzureVaultAssociations.d.ts +15 -15
  121. package/oci/getDbmulticloudOracleDbAzureVaultAssociations.js +2 -2
  122. package/oci/getDbmulticloudOracleDbAzureVaults.d.ts +14 -14
  123. package/oci/getDbmulticloudOracleDbAzureVaults.js +2 -2
  124. package/oci/getDbmulticloudOracleDbGcpIdentityConnector.d.ts +142 -0
  125. package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js +54 -0
  126. package/oci/getDbmulticloudOracleDbGcpIdentityConnector.js.map +1 -0
  127. package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.d.ts +117 -0
  128. package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js +68 -0
  129. package/oci/getDbmulticloudOracleDbGcpIdentityConnectors.js.map +1 -0
  130. package/oci/getDbmulticloudOracleDbGcpKey.d.ts +123 -0
  131. package/oci/getDbmulticloudOracleDbGcpKey.js +54 -0
  132. package/oci/getDbmulticloudOracleDbGcpKey.js.map +1 -0
  133. package/oci/getDbmulticloudOracleDbGcpKeyRing.d.ts +127 -0
  134. package/oci/getDbmulticloudOracleDbGcpKeyRing.js +54 -0
  135. package/oci/getDbmulticloudOracleDbGcpKeyRing.js.map +1 -0
  136. package/oci/getDbmulticloudOracleDbGcpKeyRings.d.ts +125 -0
  137. package/oci/getDbmulticloudOracleDbGcpKeyRings.js +72 -0
  138. package/oci/getDbmulticloudOracleDbGcpKeyRings.js.map +1 -0
  139. package/oci/getDbmulticloudOracleDbGcpKeys.d.ts +128 -0
  140. package/oci/getDbmulticloudOracleDbGcpKeys.js +72 -0
  141. package/oci/getDbmulticloudOracleDbGcpKeys.js.map +1 -0
  142. package/oci/index.d.ts +24 -0
  143. package/oci/index.js +31 -3
  144. package/oci/index.js.map +1 -1
  145. package/package.json +2 -2
  146. package/types/input.d.ts +484 -26
  147. package/types/output.d.ts +1822 -479
@@ -8,7 +8,7 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * This resource provides the Project resource in Oracle Cloud Infrastructure Ai Vision service.
10
10
  *
11
- * Creates a new Project.
11
+ * Create a new project.
12
12
  *
13
13
  * ## Example Usage
14
14
  *
@@ -18,14 +18,10 @@ const utilities = require("../utilities");
18
18
  *
19
19
  * const testProject = new oci.aivision.Project("test_project", {
20
20
  * compartmentId: compartmentId,
21
- * definedTags: {
22
- * "foo-namespace.bar-key": "value",
23
- * },
21
+ * definedTags: projectDefinedTags,
24
22
  * description: projectDescription,
25
23
  * displayName: projectDisplayName,
26
- * freeformTags: {
27
- * "bar-key": "value",
28
- * },
24
+ * freeformTags: projectFreeformTags,
29
25
  * });
30
26
  * ```
31
27
  *
@@ -1 +1 @@
1
- {"version":3,"file":"project.js","sourceRoot":"","sources":["../../aivision/project.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"project.js","sourceRoot":"","sources":["../../aivision/project.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,214 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource provides the Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.
6
+ *
7
+ * Registration of new streamGroup
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testStreamGroup = new oci.aivision.StreamGroup("test_stream_group", {
16
+ * compartmentId: compartmentId,
17
+ * definedTags: streamGroupDefinedTags,
18
+ * displayName: streamGroupDisplayName,
19
+ * freeformTags: streamGroupFreeformTags,
20
+ * isEnabled: streamGroupIsEnabled,
21
+ * streamOverlaps: [{
22
+ * overlappingStreams: streamGroupStreamOverlapsOverlappingStreams,
23
+ * }],
24
+ * streamSourceIds: streamGroupStreamSourceIds,
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * StreamGroups can be imported using the `id`, e.g.
31
+ *
32
+ * ```sh
33
+ * $ pulumi import oci:AiVision/streamGroup:StreamGroup test_stream_group "id"
34
+ * ```
35
+ */
36
+ export declare class StreamGroup extends pulumi.CustomResource {
37
+ /**
38
+ * Get an existing StreamGroup resource's state with the given name, ID, and optional extra
39
+ * properties used to qualify the lookup.
40
+ *
41
+ * @param name The _unique_ name of the resulting resource.
42
+ * @param id The _unique_ provider ID of the resource to lookup.
43
+ * @param state Any extra arguments used during the lookup.
44
+ * @param opts Optional settings to control the behavior of the CustomResource.
45
+ */
46
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: StreamGroupState, opts?: pulumi.CustomResourceOptions): StreamGroup;
47
+ /**
48
+ * Returns true if the given object is an instance of StreamGroup. This is designed to work even
49
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
50
+ */
51
+ static isInstance(obj: any): obj is StreamGroup;
52
+ /**
53
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
54
+ */
55
+ readonly compartmentId: pulumi.Output<string>;
56
+ /**
57
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
58
+ */
59
+ readonly definedTags: pulumi.Output<{
60
+ [key: string]: string;
61
+ }>;
62
+ /**
63
+ * (Updatable) A human-friendly name for the streamGroup.
64
+ */
65
+ readonly displayName: pulumi.Output<string>;
66
+ /**
67
+ * (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"}`
68
+ */
69
+ readonly freeformTags: pulumi.Output<{
70
+ [key: string]: string;
71
+ }>;
72
+ /**
73
+ * (Updatable) Stream
74
+ */
75
+ readonly isEnabled: pulumi.Output<boolean>;
76
+ /**
77
+ * The current state of the streamGroup.
78
+ */
79
+ readonly state: pulumi.Output<string>;
80
+ /**
81
+ * (Updatable) List of streamSource OCIDs where the streamSource overlaps in field of view.
82
+ */
83
+ readonly streamOverlaps: pulumi.Output<outputs.AiVision.StreamGroupStreamOverlap[]>;
84
+ /**
85
+ * (Updatable) List of streamSource OCIDs associated with the stream group
86
+ *
87
+ *
88
+ * ** IMPORTANT **
89
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
90
+ */
91
+ readonly streamSourceIds: pulumi.Output<string[]>;
92
+ /**
93
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
94
+ */
95
+ readonly systemTags: pulumi.Output<{
96
+ [key: string]: string;
97
+ }>;
98
+ /**
99
+ * When the streamGroup was created, as an RFC3339 datetime string.
100
+ */
101
+ readonly timeCreated: pulumi.Output<string>;
102
+ /**
103
+ * When the streamGroup was updated, as an RFC3339 datetime string.
104
+ */
105
+ readonly timeUpdated: pulumi.Output<string>;
106
+ /**
107
+ * Create a StreamGroup resource with the given unique name, arguments, and options.
108
+ *
109
+ * @param name The _unique_ name of the resource.
110
+ * @param args The arguments to use to populate this resource's properties.
111
+ * @param opts A bag of options that control this resource's behavior.
112
+ */
113
+ constructor(name: string, args: StreamGroupArgs, opts?: pulumi.CustomResourceOptions);
114
+ }
115
+ /**
116
+ * Input properties used for looking up and filtering StreamGroup resources.
117
+ */
118
+ export interface StreamGroupState {
119
+ /**
120
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
121
+ */
122
+ compartmentId?: pulumi.Input<string>;
123
+ /**
124
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
125
+ */
126
+ definedTags?: pulumi.Input<{
127
+ [key: string]: pulumi.Input<string>;
128
+ }>;
129
+ /**
130
+ * (Updatable) A human-friendly name for the streamGroup.
131
+ */
132
+ displayName?: pulumi.Input<string>;
133
+ /**
134
+ * (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"}`
135
+ */
136
+ freeformTags?: pulumi.Input<{
137
+ [key: string]: pulumi.Input<string>;
138
+ }>;
139
+ /**
140
+ * (Updatable) Stream
141
+ */
142
+ isEnabled?: pulumi.Input<boolean>;
143
+ /**
144
+ * The current state of the streamGroup.
145
+ */
146
+ state?: pulumi.Input<string>;
147
+ /**
148
+ * (Updatable) List of streamSource OCIDs where the streamSource overlaps in field of view.
149
+ */
150
+ streamOverlaps?: pulumi.Input<pulumi.Input<inputs.AiVision.StreamGroupStreamOverlap>[]>;
151
+ /**
152
+ * (Updatable) List of streamSource OCIDs associated with the stream group
153
+ *
154
+ *
155
+ * ** IMPORTANT **
156
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
157
+ */
158
+ streamSourceIds?: pulumi.Input<pulumi.Input<string>[]>;
159
+ /**
160
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
161
+ */
162
+ systemTags?: pulumi.Input<{
163
+ [key: string]: pulumi.Input<string>;
164
+ }>;
165
+ /**
166
+ * When the streamGroup was created, as an RFC3339 datetime string.
167
+ */
168
+ timeCreated?: pulumi.Input<string>;
169
+ /**
170
+ * When the streamGroup was updated, as an RFC3339 datetime string.
171
+ */
172
+ timeUpdated?: pulumi.Input<string>;
173
+ }
174
+ /**
175
+ * The set of arguments for constructing a StreamGroup resource.
176
+ */
177
+ export interface StreamGroupArgs {
178
+ /**
179
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
180
+ */
181
+ compartmentId: pulumi.Input<string>;
182
+ /**
183
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
184
+ */
185
+ definedTags?: pulumi.Input<{
186
+ [key: string]: pulumi.Input<string>;
187
+ }>;
188
+ /**
189
+ * (Updatable) A human-friendly name for the streamGroup.
190
+ */
191
+ displayName?: pulumi.Input<string>;
192
+ /**
193
+ * (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"}`
194
+ */
195
+ freeformTags?: pulumi.Input<{
196
+ [key: string]: pulumi.Input<string>;
197
+ }>;
198
+ /**
199
+ * (Updatable) Stream
200
+ */
201
+ isEnabled?: pulumi.Input<boolean>;
202
+ /**
203
+ * (Updatable) List of streamSource OCIDs where the streamSource overlaps in field of view.
204
+ */
205
+ streamOverlaps?: pulumi.Input<pulumi.Input<inputs.AiVision.StreamGroupStreamOverlap>[]>;
206
+ /**
207
+ * (Updatable) List of streamSource OCIDs associated with the stream group
208
+ *
209
+ *
210
+ * ** IMPORTANT **
211
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
212
+ */
213
+ streamSourceIds?: pulumi.Input<pulumi.Input<string>[]>;
214
+ }
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.StreamGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.
10
+ *
11
+ * Registration of new streamGroup
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testStreamGroup = new oci.aivision.StreamGroup("test_stream_group", {
20
+ * compartmentId: compartmentId,
21
+ * definedTags: streamGroupDefinedTags,
22
+ * displayName: streamGroupDisplayName,
23
+ * freeformTags: streamGroupFreeformTags,
24
+ * isEnabled: streamGroupIsEnabled,
25
+ * streamOverlaps: [{
26
+ * overlappingStreams: streamGroupStreamOverlapsOverlappingStreams,
27
+ * }],
28
+ * streamSourceIds: streamGroupStreamSourceIds,
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * StreamGroups can be imported using the `id`, e.g.
35
+ *
36
+ * ```sh
37
+ * $ pulumi import oci:AiVision/streamGroup:StreamGroup test_stream_group "id"
38
+ * ```
39
+ */
40
+ class StreamGroup extends pulumi.CustomResource {
41
+ /**
42
+ * Get an existing StreamGroup resource's state with the given name, ID, and optional extra
43
+ * properties used to qualify the lookup.
44
+ *
45
+ * @param name The _unique_ name of the resulting resource.
46
+ * @param id The _unique_ provider ID of the resource to lookup.
47
+ * @param state Any extra arguments used during the lookup.
48
+ * @param opts Optional settings to control the behavior of the CustomResource.
49
+ */
50
+ static get(name, id, state, opts) {
51
+ return new StreamGroup(name, state, { ...opts, id: id });
52
+ }
53
+ /**
54
+ * Returns true if the given object is an instance of StreamGroup. This is designed to work even
55
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
56
+ */
57
+ static isInstance(obj) {
58
+ if (obj === undefined || obj === null) {
59
+ return false;
60
+ }
61
+ return obj['__pulumiType'] === StreamGroup.__pulumiType;
62
+ }
63
+ constructor(name, argsOrState, opts) {
64
+ let resourceInputs = {};
65
+ opts = opts || {};
66
+ if (opts.id) {
67
+ const state = argsOrState;
68
+ resourceInputs["compartmentId"] = state?.compartmentId;
69
+ resourceInputs["definedTags"] = state?.definedTags;
70
+ resourceInputs["displayName"] = state?.displayName;
71
+ resourceInputs["freeformTags"] = state?.freeformTags;
72
+ resourceInputs["isEnabled"] = state?.isEnabled;
73
+ resourceInputs["state"] = state?.state;
74
+ resourceInputs["streamOverlaps"] = state?.streamOverlaps;
75
+ resourceInputs["streamSourceIds"] = state?.streamSourceIds;
76
+ resourceInputs["systemTags"] = state?.systemTags;
77
+ resourceInputs["timeCreated"] = state?.timeCreated;
78
+ resourceInputs["timeUpdated"] = state?.timeUpdated;
79
+ }
80
+ else {
81
+ const args = argsOrState;
82
+ if (args?.compartmentId === undefined && !opts.urn) {
83
+ throw new Error("Missing required property 'compartmentId'");
84
+ }
85
+ resourceInputs["compartmentId"] = args?.compartmentId;
86
+ resourceInputs["definedTags"] = args?.definedTags;
87
+ resourceInputs["displayName"] = args?.displayName;
88
+ resourceInputs["freeformTags"] = args?.freeformTags;
89
+ resourceInputs["isEnabled"] = args?.isEnabled;
90
+ resourceInputs["streamOverlaps"] = args?.streamOverlaps;
91
+ resourceInputs["streamSourceIds"] = args?.streamSourceIds;
92
+ resourceInputs["state"] = undefined /*out*/;
93
+ resourceInputs["systemTags"] = undefined /*out*/;
94
+ resourceInputs["timeCreated"] = undefined /*out*/;
95
+ resourceInputs["timeUpdated"] = undefined /*out*/;
96
+ }
97
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
98
+ super(StreamGroup.__pulumiType, name, resourceInputs, opts);
99
+ }
100
+ }
101
+ exports.StreamGroup = StreamGroup;
102
+ /** @internal */
103
+ StreamGroup.__pulumiType = 'oci:AiVision/streamGroup:StreamGroup';
104
+ //# sourceMappingURL=streamGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"streamGroup.js","sourceRoot":"","sources":["../../aivision/streamGroup.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,251 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource provides the Stream Job resource in Oracle Cloud Infrastructure Ai Vision service.
6
+ *
7
+ * Create a stream analysis job with given inputs and features.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testStreamJob = new oci.aivision.StreamJob("test_stream_job", {
16
+ * compartmentId: compartmentId,
17
+ * features: [{
18
+ * featureType: streamJobFeaturesFeatureType,
19
+ * maxResults: streamJobFeaturesMaxResults,
20
+ * shouldReturnLandmarks: streamJobFeaturesShouldReturnLandmarks,
21
+ * trackingTypes: [{
22
+ * biometricStoreCompartmentId: testCompartment.id,
23
+ * biometricStoreId: testBiometricStore.id,
24
+ * detectionModelId: testModel.id,
25
+ * maxResults: streamJobFeaturesTrackingTypesMaxResults,
26
+ * objects: streamJobFeaturesTrackingTypesObjects,
27
+ * shouldReturnLandmarks: streamJobFeaturesTrackingTypesShouldReturnLandmarks,
28
+ * trackingModelId: testModel.id,
29
+ * }],
30
+ * }],
31
+ * streamOutputLocation: {
32
+ * bucket: streamJobStreamOutputLocationBucket,
33
+ * namespace: streamJobStreamOutputLocationNamespace,
34
+ * outputLocationType: streamJobStreamOutputLocationOutputLocationType,
35
+ * prefix: streamJobStreamOutputLocationPrefix,
36
+ * oboToken: streamJobStreamOutputLocationOboToken,
37
+ * },
38
+ * streamSourceId: testStreamSource.id,
39
+ * definedTags: streamJobDefinedTags,
40
+ * displayName: streamJobDisplayName,
41
+ * freeformTags: streamJobFreeformTags,
42
+ * });
43
+ * ```
44
+ *
45
+ * ## Import
46
+ *
47
+ * StreamJobs can be imported using the `id`, e.g.
48
+ *
49
+ * ```sh
50
+ * $ pulumi import oci:AiVision/streamJob:StreamJob test_stream_job "id"
51
+ * ```
52
+ */
53
+ export declare class StreamJob extends pulumi.CustomResource {
54
+ /**
55
+ * Get an existing StreamJob resource's state with the given name, ID, and optional extra
56
+ * properties used to qualify the lookup.
57
+ *
58
+ * @param name The _unique_ name of the resulting resource.
59
+ * @param id The _unique_ provider ID of the resource to lookup.
60
+ * @param state Any extra arguments used during the lookup.
61
+ * @param opts Optional settings to control the behavior of the CustomResource.
62
+ */
63
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: StreamJobState, opts?: pulumi.CustomResourceOptions): StreamJob;
64
+ /**
65
+ * Returns true if the given object is an instance of StreamJob. This is designed to work even
66
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
67
+ */
68
+ static isInstance(obj: any): obj is StreamJob;
69
+ /**
70
+ * participant id of agent where results need to be sent
71
+ */
72
+ readonly agentParticipantId: pulumi.Output<string>;
73
+ /**
74
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
75
+ */
76
+ readonly compartmentId: pulumi.Output<string>;
77
+ /**
78
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
79
+ */
80
+ readonly definedTags: pulumi.Output<{
81
+ [key: string]: string;
82
+ }>;
83
+ /**
84
+ * (Updatable) Stream job display name.
85
+ */
86
+ readonly displayName: pulumi.Output<string>;
87
+ /**
88
+ * (Updatable) a list of stream analysis features.
89
+ */
90
+ readonly features: pulumi.Output<outputs.AiVision.StreamJobFeature[]>;
91
+ /**
92
+ * (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"}`
93
+ */
94
+ readonly freeformTags: pulumi.Output<{
95
+ [key: string]: string;
96
+ }>;
97
+ /**
98
+ * Additional details about current state of streamJob
99
+ */
100
+ readonly lifecycleDetails: pulumi.Output<string>;
101
+ /**
102
+ * (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
103
+ *
104
+ *
105
+ * ** IMPORTANT **
106
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
107
+ */
108
+ readonly state: pulumi.Output<string>;
109
+ /**
110
+ * (Updatable) Details about a where results will be Sent
111
+ */
112
+ readonly streamOutputLocation: pulumi.Output<outputs.AiVision.StreamJobStreamOutputLocation>;
113
+ /**
114
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
115
+ */
116
+ readonly streamSourceId: pulumi.Output<string>;
117
+ /**
118
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
119
+ */
120
+ readonly systemTags: pulumi.Output<{
121
+ [key: string]: string;
122
+ }>;
123
+ /**
124
+ * When the streamJob was created, as an RFC3339 datetime string.
125
+ */
126
+ readonly timeCreated: pulumi.Output<string>;
127
+ /**
128
+ * When the stream job was updated, as an RFC3339 datetime string.
129
+ */
130
+ readonly timeUpdated: pulumi.Output<string>;
131
+ /**
132
+ * Create a StreamJob resource with the given unique name, arguments, and options.
133
+ *
134
+ * @param name The _unique_ name of the resource.
135
+ * @param args The arguments to use to populate this resource's properties.
136
+ * @param opts A bag of options that control this resource's behavior.
137
+ */
138
+ constructor(name: string, args: StreamJobArgs, opts?: pulumi.CustomResourceOptions);
139
+ }
140
+ /**
141
+ * Input properties used for looking up and filtering StreamJob resources.
142
+ */
143
+ export interface StreamJobState {
144
+ /**
145
+ * participant id of agent where results need to be sent
146
+ */
147
+ agentParticipantId?: pulumi.Input<string>;
148
+ /**
149
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
150
+ */
151
+ compartmentId?: pulumi.Input<string>;
152
+ /**
153
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
154
+ */
155
+ definedTags?: pulumi.Input<{
156
+ [key: string]: pulumi.Input<string>;
157
+ }>;
158
+ /**
159
+ * (Updatable) Stream job display name.
160
+ */
161
+ displayName?: pulumi.Input<string>;
162
+ /**
163
+ * (Updatable) a list of stream analysis features.
164
+ */
165
+ features?: pulumi.Input<pulumi.Input<inputs.AiVision.StreamJobFeature>[]>;
166
+ /**
167
+ * (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"}`
168
+ */
169
+ freeformTags?: pulumi.Input<{
170
+ [key: string]: pulumi.Input<string>;
171
+ }>;
172
+ /**
173
+ * Additional details about current state of streamJob
174
+ */
175
+ lifecycleDetails?: pulumi.Input<string>;
176
+ /**
177
+ * (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
178
+ *
179
+ *
180
+ * ** IMPORTANT **
181
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
182
+ */
183
+ state?: pulumi.Input<string>;
184
+ /**
185
+ * (Updatable) Details about a where results will be Sent
186
+ */
187
+ streamOutputLocation?: pulumi.Input<inputs.AiVision.StreamJobStreamOutputLocation>;
188
+ /**
189
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
190
+ */
191
+ streamSourceId?: pulumi.Input<string>;
192
+ /**
193
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
194
+ */
195
+ systemTags?: pulumi.Input<{
196
+ [key: string]: pulumi.Input<string>;
197
+ }>;
198
+ /**
199
+ * When the streamJob was created, as an RFC3339 datetime string.
200
+ */
201
+ timeCreated?: pulumi.Input<string>;
202
+ /**
203
+ * When the stream job was updated, as an RFC3339 datetime string.
204
+ */
205
+ timeUpdated?: pulumi.Input<string>;
206
+ }
207
+ /**
208
+ * The set of arguments for constructing a StreamJob resource.
209
+ */
210
+ export interface StreamJobArgs {
211
+ /**
212
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
213
+ */
214
+ compartmentId: pulumi.Input<string>;
215
+ /**
216
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
217
+ */
218
+ definedTags?: pulumi.Input<{
219
+ [key: string]: pulumi.Input<string>;
220
+ }>;
221
+ /**
222
+ * (Updatable) Stream job display name.
223
+ */
224
+ displayName?: pulumi.Input<string>;
225
+ /**
226
+ * (Updatable) a list of stream analysis features.
227
+ */
228
+ features: pulumi.Input<pulumi.Input<inputs.AiVision.StreamJobFeature>[]>;
229
+ /**
230
+ * (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"}`
231
+ */
232
+ freeformTags?: pulumi.Input<{
233
+ [key: string]: pulumi.Input<string>;
234
+ }>;
235
+ /**
236
+ * (Updatable) The target state for the Stream Job. Could be set to `ACTIVE` or `INACTIVE`.
237
+ *
238
+ *
239
+ * ** IMPORTANT **
240
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
241
+ */
242
+ state?: pulumi.Input<string>;
243
+ /**
244
+ * (Updatable) Details about a where results will be Sent
245
+ */
246
+ streamOutputLocation: pulumi.Input<inputs.AiVision.StreamJobStreamOutputLocation>;
247
+ /**
248
+ * (Updatable) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of streamSource.
249
+ */
250
+ streamSourceId: pulumi.Input<string>;
251
+ }