@pulumi/oci 0.6.0 → 0.7.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 (74) hide show
  1. package/apmconfig/config.d.ts +36 -0
  2. package/apmconfig/config.js +8 -0
  3. package/apmconfig/config.js.map +1 -1
  4. package/apmconfig/getConfig.d.ts +16 -0
  5. package/apmconfig/getConfig.js.map +1 -1
  6. package/apmconfig/getConfigs.d.ts +3 -0
  7. package/apmconfig/getConfigs.js.map +1 -1
  8. package/core/instance.d.ts +1 -0
  9. package/core/instance.js +1 -0
  10. package/core/instance.js.map +1 -1
  11. package/core/instanceConfiguration.d.ts +1 -0
  12. package/core/instanceConfiguration.js +1 -0
  13. package/core/instanceConfiguration.js.map +1 -1
  14. package/database/autonomousContainerDatabase.d.ts +2 -0
  15. package/database/autonomousContainerDatabase.js +2 -0
  16. package/database/autonomousContainerDatabase.js.map +1 -1
  17. package/database/autonomousDatabase.d.ts +52 -0
  18. package/database/autonomousDatabase.js +9 -1
  19. package/database/autonomousDatabase.js.map +1 -1
  20. package/database/autonomousVmCluster.d.ts +13 -0
  21. package/database/autonomousVmCluster.js +3 -0
  22. package/database/autonomousVmCluster.js.map +1 -1
  23. package/database/cloudAutonomousVmCluster.d.ts +13 -0
  24. package/database/cloudAutonomousVmCluster.js +3 -0
  25. package/database/cloudAutonomousVmCluster.js.map +1 -1
  26. package/database/cloudExadataInfrastructure.d.ts +32 -0
  27. package/database/cloudExadataInfrastructure.js +8 -0
  28. package/database/cloudExadataInfrastructure.js.map +1 -1
  29. package/database/getAutonomousContainerDatabase.d.ts +1 -0
  30. package/database/getAutonomousContainerDatabase.js.map +1 -1
  31. package/database/getAutonomousDatabase.d.ts +10 -0
  32. package/database/getAutonomousDatabase.js.map +1 -1
  33. package/database/getAutonomousVmCluster.d.ts +4 -0
  34. package/database/getAutonomousVmCluster.js.map +1 -1
  35. package/database/getCloudAutonomousVmCluster.d.ts +4 -0
  36. package/database/getCloudAutonomousVmCluster.js.map +1 -1
  37. package/database/getCloudExadataInfrastructure.d.ts +16 -0
  38. package/database/getCloudExadataInfrastructure.js.map +1 -1
  39. package/datascience/getPipeline.d.ts +136 -0
  40. package/datascience/getPipeline.js +51 -0
  41. package/datascience/getPipeline.js.map +1 -0
  42. package/datascience/getPipelineRun.d.ts +151 -0
  43. package/datascience/getPipelineRun.js +51 -0
  44. package/datascience/getPipelineRun.js.map +1 -0
  45. package/datascience/getPipelineRuns.d.ts +141 -0
  46. package/datascience/getPipelineRuns.js +67 -0
  47. package/datascience/getPipelineRuns.js.map +1 -0
  48. package/datascience/getPipelines.d.ts +141 -0
  49. package/datascience/getPipelines.js +67 -0
  50. package/datascience/getPipelines.js.map +1 -0
  51. package/datascience/index.d.ts +18 -0
  52. package/datascience/index.js +24 -1
  53. package/datascience/index.js.map +1 -1
  54. package/datascience/pipeline.d.ts +302 -0
  55. package/datascience/pipeline.js +166 -0
  56. package/datascience/pipeline.js.map +1 -0
  57. package/datascience/pipelineRun.d.ts +313 -0
  58. package/datascience/pipelineRun.js +152 -0
  59. package/datascience/pipelineRun.js.map +1 -0
  60. package/devops/deployStage.d.ts +29 -5
  61. package/devops/deployStage.js +4 -0
  62. package/devops/deployStage.js.map +1 -1
  63. package/devops/getDeployStage.d.ts +10 -2
  64. package/devops/getDeployStage.js.map +1 -1
  65. package/devops/getDeployStages.d.ts +1 -1
  66. package/opensearch/cluster.d.ts +39 -0
  67. package/opensearch/cluster.js +11 -0
  68. package/opensearch/cluster.js.map +1 -1
  69. package/opensearch/getOpensearchCluster.d.ts +12 -0
  70. package/opensearch/getOpensearchCluster.js.map +1 -1
  71. package/package.json +2 -2
  72. package/package.json.dev +2 -2
  73. package/types/input.d.ts +369 -2
  74. package/types/output.d.ts +1569 -249
@@ -0,0 +1,166 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.Pipeline = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Pipeline resource in Oracle Cloud Infrastructure Data Science service.
10
+ *
11
+ * Creates a new Pipeline.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testPipeline = new oci.datascience.Pipeline("testPipeline", {
20
+ * compartmentId: _var.compartment_id,
21
+ * projectId: oci_datascience_project.test_project.id,
22
+ * stepDetails: [{
23
+ * stepName: _var.pipeline_step_details_step_name,
24
+ * stepType: _var.pipeline_step_details_step_type,
25
+ * dependsOns: _var.pipeline_step_details_depends_on,
26
+ * description: _var.pipeline_step_details_description,
27
+ * isArtifactUploaded: _var.pipeline_step_details_is_artifact_uploaded,
28
+ * jobId: oci_datascience_job.test_job.id,
29
+ * stepConfigurationDetails: {
30
+ * commandLineArguments: _var.pipeline_step_details_step_configuration_details_command_line_arguments,
31
+ * environmentVariables: _var.pipeline_step_details_step_configuration_details_environment_variables,
32
+ * maximumRuntimeInMinutes: _var.pipeline_step_details_step_configuration_details_maximum_runtime_in_minutes,
33
+ * },
34
+ * stepInfrastructureConfigurationDetails: {
35
+ * blockStorageSizeInGbs: _var.pipeline_step_details_step_infrastructure_configuration_details_block_storage_size_in_gbs,
36
+ * shapeConfigDetails: {
37
+ * memoryInGbs: _var.pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
38
+ * ocpus: _var.pipeline_step_details_step_infrastructure_configuration_details_shape_config_details_ocpus,
39
+ * },
40
+ * shapeName: oci_core_shape.test_shape.name,
41
+ * },
42
+ * }],
43
+ * configurationDetails: {
44
+ * type: _var.pipeline_configuration_details_type,
45
+ * commandLineArguments: _var.pipeline_configuration_details_command_line_arguments,
46
+ * environmentVariables: _var.pipeline_configuration_details_environment_variables,
47
+ * maximumRuntimeInMinutes: _var.pipeline_configuration_details_maximum_runtime_in_minutes,
48
+ * },
49
+ * definedTags: {
50
+ * "Operations.CostCenter": "42",
51
+ * },
52
+ * description: _var.pipeline_description,
53
+ * displayName: _var.pipeline_display_name,
54
+ * freeformTags: {
55
+ * Department: "Finance",
56
+ * },
57
+ * infrastructureConfigurationDetails: {
58
+ * blockStorageSizeInGbs: _var.pipeline_infrastructure_configuration_details_block_storage_size_in_gbs,
59
+ * shapeName: oci_core_shape.test_shape.name,
60
+ * shapeConfigDetails: {
61
+ * memoryInGbs: _var.pipeline_infrastructure_configuration_details_shape_config_details_memory_in_gbs,
62
+ * ocpus: _var.pipeline_infrastructure_configuration_details_shape_config_details_ocpus,
63
+ * },
64
+ * },
65
+ * logConfigurationDetails: {
66
+ * enableAutoLogCreation: _var.pipeline_log_configuration_details_enable_auto_log_creation,
67
+ * enableLogging: _var.pipeline_log_configuration_details_enable_logging,
68
+ * logGroupId: oci_logging_log_group.test_log_group.id,
69
+ * logId: oci_logging_log.test_log.id,
70
+ * },
71
+ * });
72
+ * ```
73
+ *
74
+ * ## Import
75
+ *
76
+ * Pipelines can be imported using the `id`, e.g.
77
+ *
78
+ * ```sh
79
+ * $ pulumi import oci:DataScience/pipeline:Pipeline test_pipeline "id"
80
+ * ```
81
+ */
82
+ class Pipeline extends pulumi.CustomResource {
83
+ /**
84
+ * Get an existing Pipeline resource's state with the given name, ID, and optional extra
85
+ * properties used to qualify the lookup.
86
+ *
87
+ * @param name The _unique_ name of the resulting resource.
88
+ * @param id The _unique_ provider ID of the resource to lookup.
89
+ * @param state Any extra arguments used during the lookup.
90
+ * @param opts Optional settings to control the behavior of the CustomResource.
91
+ */
92
+ static get(name, id, state, opts) {
93
+ return new Pipeline(name, state, Object.assign(Object.assign({}, opts), { id: id }));
94
+ }
95
+ /**
96
+ * Returns true if the given object is an instance of Pipeline. This is designed to work even
97
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
98
+ */
99
+ static isInstance(obj) {
100
+ if (obj === undefined || obj === null) {
101
+ return false;
102
+ }
103
+ return obj['__pulumiType'] === Pipeline.__pulumiType;
104
+ }
105
+ constructor(name, argsOrState, opts) {
106
+ let resourceInputs = {};
107
+ opts = opts || {};
108
+ if (opts.id) {
109
+ const state = argsOrState;
110
+ resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
111
+ resourceInputs["configurationDetails"] = state ? state.configurationDetails : undefined;
112
+ resourceInputs["createdBy"] = state ? state.createdBy : undefined;
113
+ resourceInputs["definedTags"] = state ? state.definedTags : undefined;
114
+ resourceInputs["deleteRelatedPipelineRuns"] = state ? state.deleteRelatedPipelineRuns : undefined;
115
+ resourceInputs["description"] = state ? state.description : undefined;
116
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
117
+ resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
118
+ resourceInputs["infrastructureConfigurationDetails"] = state ? state.infrastructureConfigurationDetails : undefined;
119
+ resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
120
+ resourceInputs["logConfigurationDetails"] = state ? state.logConfigurationDetails : undefined;
121
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
122
+ resourceInputs["state"] = state ? state.state : undefined;
123
+ resourceInputs["stepArtifact"] = state ? state.stepArtifact : undefined;
124
+ resourceInputs["stepDetails"] = state ? state.stepDetails : undefined;
125
+ resourceInputs["systemTags"] = state ? state.systemTags : undefined;
126
+ resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
127
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
128
+ }
129
+ else {
130
+ const args = argsOrState;
131
+ if ((!args || args.compartmentId === undefined) && !opts.urn) {
132
+ throw new Error("Missing required property 'compartmentId'");
133
+ }
134
+ if ((!args || args.projectId === undefined) && !opts.urn) {
135
+ throw new Error("Missing required property 'projectId'");
136
+ }
137
+ if ((!args || args.stepDetails === undefined) && !opts.urn) {
138
+ throw new Error("Missing required property 'stepDetails'");
139
+ }
140
+ resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
141
+ resourceInputs["configurationDetails"] = args ? args.configurationDetails : undefined;
142
+ resourceInputs["definedTags"] = args ? args.definedTags : undefined;
143
+ resourceInputs["deleteRelatedPipelineRuns"] = args ? args.deleteRelatedPipelineRuns : undefined;
144
+ resourceInputs["description"] = args ? args.description : undefined;
145
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
146
+ resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
147
+ resourceInputs["infrastructureConfigurationDetails"] = args ? args.infrastructureConfigurationDetails : undefined;
148
+ resourceInputs["logConfigurationDetails"] = args ? args.logConfigurationDetails : undefined;
149
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
150
+ resourceInputs["stepArtifact"] = args ? args.stepArtifact : undefined;
151
+ resourceInputs["stepDetails"] = args ? args.stepDetails : undefined;
152
+ resourceInputs["createdBy"] = undefined /*out*/;
153
+ resourceInputs["lifecycleDetails"] = undefined /*out*/;
154
+ resourceInputs["state"] = undefined /*out*/;
155
+ resourceInputs["systemTags"] = undefined /*out*/;
156
+ resourceInputs["timeCreated"] = undefined /*out*/;
157
+ resourceInputs["timeUpdated"] = undefined /*out*/;
158
+ }
159
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
160
+ super(Pipeline.__pulumiType, name, resourceInputs, opts);
161
+ }
162
+ }
163
+ exports.Pipeline = Pipeline;
164
+ /** @internal */
165
+ Pipeline.__pulumiType = 'oci:DataScience/pipeline:Pipeline';
166
+ //# sourceMappingURL=pipeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline.js","sourceRoot":"","sources":["../../datascience/pipeline.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,313 @@
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 Pipeline Run resource in Oracle Cloud Infrastructure Data Science service.
6
+ *
7
+ * Creates a new PipelineRun.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testPipelineRun = new oci.datascience.PipelineRun("testPipelineRun", {
16
+ * compartmentId: _var.compartment_id,
17
+ * pipelineId: oci_datascience_pipeline.test_pipeline.id,
18
+ * configurationOverrideDetails: {
19
+ * type: _var.pipeline_run_configuration_override_details_type,
20
+ * commandLineArguments: _var.pipeline_run_configuration_override_details_command_line_arguments,
21
+ * environmentVariables: _var.pipeline_run_configuration_override_details_environment_variables,
22
+ * maximumRuntimeInMinutes: _var.pipeline_run_configuration_override_details_maximum_runtime_in_minutes,
23
+ * },
24
+ * definedTags: {
25
+ * "Operations.CostCenter": "42",
26
+ * },
27
+ * displayName: _var.pipeline_run_display_name,
28
+ * freeformTags: {
29
+ * Department: "Finance",
30
+ * },
31
+ * logConfigurationOverrideDetails: {
32
+ * enableAutoLogCreation: _var.pipeline_run_log_configuration_override_details_enable_auto_log_creation,
33
+ * enableLogging: _var.pipeline_run_log_configuration_override_details_enable_logging,
34
+ * logGroupId: oci_logging_log_group.test_log_group.id,
35
+ * logId: oci_logging_log.test_log.id,
36
+ * },
37
+ * projectId: oci_datascience_project.test_project.id,
38
+ * stepOverrideDetails: [{
39
+ * stepConfigurationDetails: {
40
+ * commandLineArguments: _var.pipeline_run_step_override_details_step_configuration_details_command_line_arguments,
41
+ * environmentVariables: _var.pipeline_run_step_override_details_step_configuration_details_environment_variables,
42
+ * maximumRuntimeInMinutes: _var.pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
43
+ * },
44
+ * stepName: _var.pipeline_run_step_override_details_step_name,
45
+ * }],
46
+ * systemTags: _var.pipeline_run_system_tags,
47
+ * });
48
+ * ```
49
+ *
50
+ * ## Import
51
+ *
52
+ * PipelineRuns can be imported using the `id`, e.g.
53
+ *
54
+ * ```sh
55
+ * $ pulumi import oci:DataScience/pipelineRun:PipelineRun test_pipeline_run "id"
56
+ * ```
57
+ */
58
+ export declare class PipelineRun extends pulumi.CustomResource {
59
+ /**
60
+ * Get an existing PipelineRun resource's state with the given name, ID, and optional extra
61
+ * properties used to qualify the lookup.
62
+ *
63
+ * @param name The _unique_ name of the resulting resource.
64
+ * @param id The _unique_ provider ID of the resource to lookup.
65
+ * @param state Any extra arguments used during the lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PipelineRunState, opts?: pulumi.CustomResourceOptions): PipelineRun;
69
+ /**
70
+ * Returns true if the given object is an instance of PipelineRun. This is designed to work even
71
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
72
+ */
73
+ static isInstance(obj: any): obj is PipelineRun;
74
+ /**
75
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline run.
76
+ */
77
+ readonly compartmentId: pulumi.Output<string>;
78
+ /**
79
+ * The configuration details of a pipeline.
80
+ */
81
+ readonly configurationDetails: pulumi.Output<outputs.DataScience.PipelineRunConfigurationDetail[]>;
82
+ /**
83
+ * The configuration details of a pipeline.
84
+ */
85
+ readonly configurationOverrideDetails: pulumi.Output<outputs.DataScience.PipelineRunConfigurationOverrideDetails>;
86
+ /**
87
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline run.
88
+ */
89
+ readonly createdBy: pulumi.Output<string>;
90
+ /**
91
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
92
+ */
93
+ readonly definedTags: pulumi.Output<{
94
+ [key: string]: any;
95
+ }>;
96
+ readonly deleteRelatedJobRuns: pulumi.Output<boolean | undefined>;
97
+ /**
98
+ * (Updatable) A user-friendly display name for the resource.
99
+ */
100
+ readonly displayName: pulumi.Output<string>;
101
+ /**
102
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
103
+ */
104
+ readonly freeformTags: pulumi.Output<{
105
+ [key: string]: any;
106
+ }>;
107
+ /**
108
+ * Details of the state of the step run.
109
+ */
110
+ readonly lifecycleDetails: pulumi.Output<string>;
111
+ /**
112
+ * The pipeline log configuration details.
113
+ */
114
+ readonly logConfigurationOverrideDetails: pulumi.Output<outputs.DataScience.PipelineRunLogConfigurationOverrideDetails>;
115
+ /**
116
+ * Customer logging details for pipeline run.
117
+ */
118
+ readonly logDetails: pulumi.Output<outputs.DataScience.PipelineRunLogDetail[]>;
119
+ /**
120
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
121
+ */
122
+ readonly pipelineId: pulumi.Output<string>;
123
+ /**
124
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
125
+ */
126
+ readonly projectId: pulumi.Output<string>;
127
+ /**
128
+ * The state of the step run.
129
+ */
130
+ readonly state: pulumi.Output<string>;
131
+ /**
132
+ * Array of step override details. Only Step Configuration is allowed to be overridden.
133
+ */
134
+ readonly stepOverrideDetails: pulumi.Output<outputs.DataScience.PipelineRunStepOverrideDetail[]>;
135
+ /**
136
+ * Array of StepRun object for each step.
137
+ */
138
+ readonly stepRuns: pulumi.Output<outputs.DataScience.PipelineRunStepRun[]>;
139
+ /**
140
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
141
+ */
142
+ readonly systemTags: pulumi.Output<{
143
+ [key: string]: any;
144
+ }>;
145
+ /**
146
+ * The date and time the pipeline run was accepted in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
147
+ */
148
+ readonly timeAccepted: pulumi.Output<string>;
149
+ /**
150
+ * The date and time the pipeline run request was finished in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
151
+ */
152
+ readonly timeFinished: pulumi.Output<string>;
153
+ /**
154
+ * The date and time the pipeline run request was started in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
155
+ */
156
+ readonly timeStarted: pulumi.Output<string>;
157
+ /**
158
+ * The date and time the pipeline run was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
159
+ */
160
+ readonly timeUpdated: pulumi.Output<string>;
161
+ /**
162
+ * Create a PipelineRun resource with the given unique name, arguments, and options.
163
+ *
164
+ * @param name The _unique_ name of the resource.
165
+ * @param args The arguments to use to populate this resource's properties.
166
+ * @param opts A bag of options that control this resource's behavior.
167
+ */
168
+ constructor(name: string, args: PipelineRunArgs, opts?: pulumi.CustomResourceOptions);
169
+ }
170
+ /**
171
+ * Input properties used for looking up and filtering PipelineRun resources.
172
+ */
173
+ export interface PipelineRunState {
174
+ /**
175
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline run.
176
+ */
177
+ compartmentId?: pulumi.Input<string>;
178
+ /**
179
+ * The configuration details of a pipeline.
180
+ */
181
+ configurationDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.PipelineRunConfigurationDetail>[]>;
182
+ /**
183
+ * The configuration details of a pipeline.
184
+ */
185
+ configurationOverrideDetails?: pulumi.Input<inputs.DataScience.PipelineRunConfigurationOverrideDetails>;
186
+ /**
187
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the pipeline run.
188
+ */
189
+ createdBy?: pulumi.Input<string>;
190
+ /**
191
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
192
+ */
193
+ definedTags?: pulumi.Input<{
194
+ [key: string]: any;
195
+ }>;
196
+ deleteRelatedJobRuns?: pulumi.Input<boolean>;
197
+ /**
198
+ * (Updatable) A user-friendly display name for the resource.
199
+ */
200
+ displayName?: pulumi.Input<string>;
201
+ /**
202
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
203
+ */
204
+ freeformTags?: pulumi.Input<{
205
+ [key: string]: any;
206
+ }>;
207
+ /**
208
+ * Details of the state of the step run.
209
+ */
210
+ lifecycleDetails?: pulumi.Input<string>;
211
+ /**
212
+ * The pipeline log configuration details.
213
+ */
214
+ logConfigurationOverrideDetails?: pulumi.Input<inputs.DataScience.PipelineRunLogConfigurationOverrideDetails>;
215
+ /**
216
+ * Customer logging details for pipeline run.
217
+ */
218
+ logDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.PipelineRunLogDetail>[]>;
219
+ /**
220
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
221
+ */
222
+ pipelineId?: pulumi.Input<string>;
223
+ /**
224
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
225
+ */
226
+ projectId?: pulumi.Input<string>;
227
+ /**
228
+ * The state of the step run.
229
+ */
230
+ state?: pulumi.Input<string>;
231
+ /**
232
+ * Array of step override details. Only Step Configuration is allowed to be overridden.
233
+ */
234
+ stepOverrideDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.PipelineRunStepOverrideDetail>[]>;
235
+ /**
236
+ * Array of StepRun object for each step.
237
+ */
238
+ stepRuns?: pulumi.Input<pulumi.Input<inputs.DataScience.PipelineRunStepRun>[]>;
239
+ /**
240
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
241
+ */
242
+ systemTags?: pulumi.Input<{
243
+ [key: string]: any;
244
+ }>;
245
+ /**
246
+ * The date and time the pipeline run was accepted in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
247
+ */
248
+ timeAccepted?: pulumi.Input<string>;
249
+ /**
250
+ * The date and time the pipeline run request was finished in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
251
+ */
252
+ timeFinished?: pulumi.Input<string>;
253
+ /**
254
+ * The date and time the pipeline run request was started in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
255
+ */
256
+ timeStarted?: pulumi.Input<string>;
257
+ /**
258
+ * The date and time the pipeline run was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
259
+ */
260
+ timeUpdated?: pulumi.Input<string>;
261
+ }
262
+ /**
263
+ * The set of arguments for constructing a PipelineRun resource.
264
+ */
265
+ export interface PipelineRunArgs {
266
+ /**
267
+ * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the pipeline run.
268
+ */
269
+ compartmentId: pulumi.Input<string>;
270
+ /**
271
+ * The configuration details of a pipeline.
272
+ */
273
+ configurationOverrideDetails?: pulumi.Input<inputs.DataScience.PipelineRunConfigurationOverrideDetails>;
274
+ /**
275
+ * (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
276
+ */
277
+ definedTags?: pulumi.Input<{
278
+ [key: string]: any;
279
+ }>;
280
+ deleteRelatedJobRuns?: pulumi.Input<boolean>;
281
+ /**
282
+ * (Updatable) A user-friendly display name for the resource.
283
+ */
284
+ displayName?: pulumi.Input<string>;
285
+ /**
286
+ * (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
287
+ */
288
+ freeformTags?: pulumi.Input<{
289
+ [key: string]: any;
290
+ }>;
291
+ /**
292
+ * The pipeline log configuration details.
293
+ */
294
+ logConfigurationOverrideDetails?: pulumi.Input<inputs.DataScience.PipelineRunLogConfigurationOverrideDetails>;
295
+ /**
296
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the pipeline for which pipeline run is created.
297
+ */
298
+ pipelineId: pulumi.Input<string>;
299
+ /**
300
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate the pipeline run with.
301
+ */
302
+ projectId: pulumi.Input<string>;
303
+ /**
304
+ * Array of step override details. Only Step Configuration is allowed to be overridden.
305
+ */
306
+ stepOverrideDetails?: pulumi.Input<pulumi.Input<inputs.DataScience.PipelineRunStepOverrideDetail>[]>;
307
+ /**
308
+ * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
309
+ */
310
+ systemTags?: pulumi.Input<{
311
+ [key: string]: any;
312
+ }>;
313
+ }
@@ -0,0 +1,152 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.PipelineRun = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource provides the Pipeline Run resource in Oracle Cloud Infrastructure Data Science service.
10
+ *
11
+ * Creates a new PipelineRun.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testPipelineRun = new oci.datascience.PipelineRun("testPipelineRun", {
20
+ * compartmentId: _var.compartment_id,
21
+ * pipelineId: oci_datascience_pipeline.test_pipeline.id,
22
+ * configurationOverrideDetails: {
23
+ * type: _var.pipeline_run_configuration_override_details_type,
24
+ * commandLineArguments: _var.pipeline_run_configuration_override_details_command_line_arguments,
25
+ * environmentVariables: _var.pipeline_run_configuration_override_details_environment_variables,
26
+ * maximumRuntimeInMinutes: _var.pipeline_run_configuration_override_details_maximum_runtime_in_minutes,
27
+ * },
28
+ * definedTags: {
29
+ * "Operations.CostCenter": "42",
30
+ * },
31
+ * displayName: _var.pipeline_run_display_name,
32
+ * freeformTags: {
33
+ * Department: "Finance",
34
+ * },
35
+ * logConfigurationOverrideDetails: {
36
+ * enableAutoLogCreation: _var.pipeline_run_log_configuration_override_details_enable_auto_log_creation,
37
+ * enableLogging: _var.pipeline_run_log_configuration_override_details_enable_logging,
38
+ * logGroupId: oci_logging_log_group.test_log_group.id,
39
+ * logId: oci_logging_log.test_log.id,
40
+ * },
41
+ * projectId: oci_datascience_project.test_project.id,
42
+ * stepOverrideDetails: [{
43
+ * stepConfigurationDetails: {
44
+ * commandLineArguments: _var.pipeline_run_step_override_details_step_configuration_details_command_line_arguments,
45
+ * environmentVariables: _var.pipeline_run_step_override_details_step_configuration_details_environment_variables,
46
+ * maximumRuntimeInMinutes: _var.pipeline_run_step_override_details_step_configuration_details_maximum_runtime_in_minutes,
47
+ * },
48
+ * stepName: _var.pipeline_run_step_override_details_step_name,
49
+ * }],
50
+ * systemTags: _var.pipeline_run_system_tags,
51
+ * });
52
+ * ```
53
+ *
54
+ * ## Import
55
+ *
56
+ * PipelineRuns can be imported using the `id`, e.g.
57
+ *
58
+ * ```sh
59
+ * $ pulumi import oci:DataScience/pipelineRun:PipelineRun test_pipeline_run "id"
60
+ * ```
61
+ */
62
+ class PipelineRun extends pulumi.CustomResource {
63
+ /**
64
+ * Get an existing PipelineRun resource's state with the given name, ID, and optional extra
65
+ * properties used to qualify the lookup.
66
+ *
67
+ * @param name The _unique_ name of the resulting resource.
68
+ * @param id The _unique_ provider ID of the resource to lookup.
69
+ * @param state Any extra arguments used during the lookup.
70
+ * @param opts Optional settings to control the behavior of the CustomResource.
71
+ */
72
+ static get(name, id, state, opts) {
73
+ return new PipelineRun(name, state, Object.assign(Object.assign({}, opts), { id: id }));
74
+ }
75
+ /**
76
+ * Returns true if the given object is an instance of PipelineRun. This is designed to work even
77
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
78
+ */
79
+ static isInstance(obj) {
80
+ if (obj === undefined || obj === null) {
81
+ return false;
82
+ }
83
+ return obj['__pulumiType'] === PipelineRun.__pulumiType;
84
+ }
85
+ constructor(name, argsOrState, opts) {
86
+ let resourceInputs = {};
87
+ opts = opts || {};
88
+ if (opts.id) {
89
+ const state = argsOrState;
90
+ resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
91
+ resourceInputs["configurationDetails"] = state ? state.configurationDetails : undefined;
92
+ resourceInputs["configurationOverrideDetails"] = state ? state.configurationOverrideDetails : undefined;
93
+ resourceInputs["createdBy"] = state ? state.createdBy : undefined;
94
+ resourceInputs["definedTags"] = state ? state.definedTags : undefined;
95
+ resourceInputs["deleteRelatedJobRuns"] = state ? state.deleteRelatedJobRuns : undefined;
96
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
97
+ resourceInputs["freeformTags"] = state ? state.freeformTags : undefined;
98
+ resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
99
+ resourceInputs["logConfigurationOverrideDetails"] = state ? state.logConfigurationOverrideDetails : undefined;
100
+ resourceInputs["logDetails"] = state ? state.logDetails : undefined;
101
+ resourceInputs["pipelineId"] = state ? state.pipelineId : undefined;
102
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
103
+ resourceInputs["state"] = state ? state.state : undefined;
104
+ resourceInputs["stepOverrideDetails"] = state ? state.stepOverrideDetails : undefined;
105
+ resourceInputs["stepRuns"] = state ? state.stepRuns : undefined;
106
+ resourceInputs["systemTags"] = state ? state.systemTags : undefined;
107
+ resourceInputs["timeAccepted"] = state ? state.timeAccepted : undefined;
108
+ resourceInputs["timeFinished"] = state ? state.timeFinished : undefined;
109
+ resourceInputs["timeStarted"] = state ? state.timeStarted : undefined;
110
+ resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
111
+ }
112
+ else {
113
+ const args = argsOrState;
114
+ if ((!args || args.compartmentId === undefined) && !opts.urn) {
115
+ throw new Error("Missing required property 'compartmentId'");
116
+ }
117
+ if ((!args || args.pipelineId === undefined) && !opts.urn) {
118
+ throw new Error("Missing required property 'pipelineId'");
119
+ }
120
+ if ((!args || args.projectId === undefined) && !opts.urn) {
121
+ throw new Error("Missing required property 'projectId'");
122
+ }
123
+ resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
124
+ resourceInputs["configurationOverrideDetails"] = args ? args.configurationOverrideDetails : undefined;
125
+ resourceInputs["definedTags"] = args ? args.definedTags : undefined;
126
+ resourceInputs["deleteRelatedJobRuns"] = args ? args.deleteRelatedJobRuns : undefined;
127
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
128
+ resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
129
+ resourceInputs["logConfigurationOverrideDetails"] = args ? args.logConfigurationOverrideDetails : undefined;
130
+ resourceInputs["pipelineId"] = args ? args.pipelineId : undefined;
131
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
132
+ resourceInputs["stepOverrideDetails"] = args ? args.stepOverrideDetails : undefined;
133
+ resourceInputs["systemTags"] = args ? args.systemTags : undefined;
134
+ resourceInputs["configurationDetails"] = undefined /*out*/;
135
+ resourceInputs["createdBy"] = undefined /*out*/;
136
+ resourceInputs["lifecycleDetails"] = undefined /*out*/;
137
+ resourceInputs["logDetails"] = undefined /*out*/;
138
+ resourceInputs["state"] = undefined /*out*/;
139
+ resourceInputs["stepRuns"] = undefined /*out*/;
140
+ resourceInputs["timeAccepted"] = undefined /*out*/;
141
+ resourceInputs["timeFinished"] = undefined /*out*/;
142
+ resourceInputs["timeStarted"] = undefined /*out*/;
143
+ resourceInputs["timeUpdated"] = undefined /*out*/;
144
+ }
145
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
146
+ super(PipelineRun.__pulumiType, name, resourceInputs, opts);
147
+ }
148
+ }
149
+ exports.PipelineRun = PipelineRun;
150
+ /** @internal */
151
+ PipelineRun.__pulumiType = 'oci:DataScience/pipelineRun:PipelineRun';
152
+ //# sourceMappingURL=pipelineRun.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipelineRun.js","sourceRoot":"","sources":["../../datascience/pipelineRun.ts"],"names":[],"mappings":"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"}