oci.DataScience.getJobs
This data source provides the list of Jobs in Oracle Cloud Infrastructure Data Science service.
List jobs in the specified compartment.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testJobs = Oci.DataScience.GetJobs.Invoke(new()
{
CompartmentId = @var.Compartment_id,
CreatedBy = @var.Job_created_by,
DisplayName = @var.Job_display_name,
Id = @var.Job_id,
ProjectId = oci_datascience_project.Test_project.Id,
State = @var.Job_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataScience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataScience.GetJobs(ctx, &datascience.GetJobsArgs{
CompartmentId: _var.Compartment_id,
CreatedBy: pulumi.StringRef(_var.Job_created_by),
DisplayName: pulumi.StringRef(_var.Job_display_name),
Id: pulumi.StringRef(_var.Job_id),
ProjectId: pulumi.StringRef(oci_datascience_project.Test_project.Id),
State: pulumi.StringRef(_var.Job_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetJobsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testJobs = DataScienceFunctions.getJobs(GetJobsArgs.builder()
.compartmentId(var_.compartment_id())
.createdBy(var_.job_created_by())
.displayName(var_.job_display_name())
.id(var_.job_id())
.projectId(oci_datascience_project.test_project().id())
.state(var_.job_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_jobs = oci.DataScience.get_jobs(compartment_id=var["compartment_id"],
created_by=var["job_created_by"],
display_name=var["job_display_name"],
id=var["job_id"],
project_id=oci_datascience_project["test_project"]["id"],
state=var["job_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJobs = oci.DataScience.getJobs({
compartmentId: _var.compartment_id,
createdBy: _var.job_created_by,
displayName: _var.job_display_name,
id: _var.job_id,
projectId: oci_datascience_project.test_project.id,
state: _var.job_state,
});
variables:
testJobs:
fn::invoke:
Function: oci:DataScience:getJobs
Arguments:
compartmentId: ${var.compartment_id}
createdBy: ${var.job_created_by}
displayName: ${var.job_display_name}
id: ${var.job_id}
projectId: ${oci_datascience_project.test_project.id}
state: ${var.job_state}
Using getJobs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJobs(args: GetJobsArgs, opts?: InvokeOptions): Promise<GetJobsResult>
function getJobsOutput(args: GetJobsOutputArgs, opts?: InvokeOptions): Output<GetJobsResult>
def get_jobs(compartment_id: Optional[str] = None,
created_by: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_datascience.GetJobsFilter]] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobsResult
def get_jobs_output(compartment_id: Optional[pulumi.Input[str]] = None,
created_by: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetJobsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobsResult]
func GetJobs(ctx *Context, args *GetJobsArgs, opts ...InvokeOption) (*GetJobsResult, error)
func GetJobsOutput(ctx *Context, args *GetJobsOutputArgs, opts ...InvokeOption) GetJobsResultOutput
> Note: This function is named GetJobs
in the Go SDK.
public static class GetJobs
{
public static Task<GetJobsResult> InvokeAsync(GetJobsArgs args, InvokeOptions? opts = null)
public static Output<GetJobsResult> Invoke(GetJobsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobsResult> getJobs(GetJobsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataScience/getJobs:getJobs
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
List<Get
Jobs Filter> - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id string Filter results by the OCID of the project.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
[]Get
Jobs Filter - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Project
Id string Filter results by the OCID of the project.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters
List<Get
Jobs Filter> - id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id String Filter results by the OCID of the project.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- display
Name string Filter results by its user-friendly name.
- filters
Get
Jobs Filter[] - id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id string Filter results by the OCID of the project.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- display_
name str Filter results by its user-friendly name.
- filters
Get
Jobs Filter] - id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project_
id str Filter results by the OCID of the project.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters List<Property Map>
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- project
Id String Filter results by the OCID of the project.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getJobs Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment where you want to create the job.
- Jobs
List<Get
Jobs Job> The list of jobs.
- Created
By string The OCID of the user who created the project.
- Display
Name string A user-friendly display name for the resource.
- Filters
List<Get
Jobs Filter> - Id string
The OCID of the job.
- Project
Id string The OCID of the project to associate the job with.
- State string
The state of the job.
- Compartment
Id string The OCID of the compartment where you want to create the job.
- Jobs
[]Get
Jobs Job The list of jobs.
- Created
By string The OCID of the user who created the project.
- Display
Name string A user-friendly display name for the resource.
- Filters
[]Get
Jobs Filter - Id string
The OCID of the job.
- Project
Id string The OCID of the project to associate the job with.
- State string
The state of the job.
- compartment
Id String The OCID of the compartment where you want to create the job.
- jobs
List<Get
Jobs Job> The list of jobs.
- created
By String The OCID of the user who created the project.
- display
Name String A user-friendly display name for the resource.
- filters
List<Get
Jobs Filter> - id String
The OCID of the job.
- project
Id String The OCID of the project to associate the job with.
- state String
The state of the job.
- compartment
Id string The OCID of the compartment where you want to create the job.
- jobs
Get
Jobs Job[] The list of jobs.
- created
By string The OCID of the user who created the project.
- display
Name string A user-friendly display name for the resource.
- filters
Get
Jobs Filter[] - id string
The OCID of the job.
- project
Id string The OCID of the project to associate the job with.
- state string
The state of the job.
- compartment_
id str The OCID of the compartment where you want to create the job.
- jobs
Get
Jobs Job] The list of jobs.
- created_
by str The OCID of the user who created the project.
- display_
name str A user-friendly display name for the resource.
- filters
Get
Jobs Filter] - id str
The OCID of the job.
- project_
id str The OCID of the project to associate the job with.
- state str
The state of the job.
- compartment
Id String The OCID of the compartment where you want to create the job.
- jobs List<Property Map>
The list of jobs.
- created
By String The OCID of the user who created the project.
- display
Name String A user-friendly display name for the resource.
- filters List<Property Map>
- id String
The OCID of the job.
- project
Id String The OCID of the project to associate the job with.
- state String
The state of the job.
Supporting Types
GetJobsFilter
GetJobsJob
- Artifact
Content stringDisposition - Artifact
Content stringLength - Artifact
Content stringMd5 - Artifact
Last stringModified - Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
A short description of the job.
- Display
Name string Filter results by its user-friendly name.
- Empty
Artifact bool - Dictionary<string, object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Artifact string - Job
Configuration List<GetDetails Jobs Job Job Configuration Detail> The job configuration details
- Job
Infrastructure List<GetConfiguration Details Jobs Job Job Infrastructure Configuration Detail> The job infrastructure configuration details (shape, block storage, etc.)
- Job
Log List<GetConfiguration Details Jobs Job Job Log Configuration Detail> Logging configuration for resource.
- Lifecycle
Details string The state of the job.
- Project
Id string Filter results by the OCID of the project.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- Artifact
Content stringDisposition - Artifact
Content stringLength - Artifact
Content stringMd5 - Artifact
Last stringModified - Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- Description string
A short description of the job.
- Display
Name string Filter results by its user-friendly name.
- Empty
Artifact bool - map[string]interface{}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Artifact string - Job
Configuration []GetDetails Jobs Job Job Configuration Detail The job configuration details
- Job
Infrastructure []GetConfiguration Details Jobs Job Job Infrastructure Configuration Detail The job infrastructure configuration details (shape, block storage, etc.)
- Job
Log []GetConfiguration Details Jobs Job Job Log Configuration Detail Logging configuration for resource.
- Lifecycle
Details string The state of the job.
- Project
Id string Filter results by the OCID of the project.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- artifact
Content StringDisposition - artifact
Content StringLength - artifact
Content StringMd5 - artifact
Last StringModified - compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
A short description of the job.
- display
Name String Filter results by its user-friendly name.
- empty
Artifact Boolean - Map<String,Object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Artifact String - job
Configuration List<GetDetails Jobs Job Job Configuration Detail> The job configuration details
- job
Infrastructure List<GetConfiguration Details Jobs Job Job Infrastructure Configuration Detail> The job infrastructure configuration details (shape, block storage, etc.)
- job
Log List<GetConfiguration Details Jobs Job Job Log Configuration Detail> Logging configuration for resource.
- lifecycle
Details String The state of the job.
- project
Id String Filter results by the OCID of the project.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- artifact
Content stringDisposition - artifact
Content stringLength - artifact
Content stringMd5 - artifact
Last stringModified - compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- boolean
- description string
A short description of the job.
- display
Name string Filter results by its user-friendly name.
- empty
Artifact boolean - {[key: string]: any}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Artifact string - job
Configuration GetDetails Jobs Job Job Configuration Detail[] The job configuration details
- job
Infrastructure GetConfiguration Details Jobs Job Job Infrastructure Configuration Detail[] The job infrastructure configuration details (shape, block storage, etc.)
- job
Log GetConfiguration Details Jobs Job Job Log Configuration Detail[] Logging configuration for resource.
- lifecycle
Details string The state of the job.
- project
Id string Filter results by the OCID of the project.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- artifact_
content_ strdisposition - artifact_
content_ strlength - artifact_
content_ strmd5 - artifact_
last_ strmodified - compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- bool
- description str
A short description of the job.
- display_
name str Filter results by its user-friendly name.
- empty_
artifact bool - Mapping[str, Any]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job_
artifact str - job_
configuration_ Getdetails Jobs Job Job Configuration Detail] The job configuration details
- job_
infrastructure_ Getconfiguration_ details Jobs Job Job Infrastructure Configuration Detail] The job infrastructure configuration details (shape, block storage, etc.)
- job_
log_ Getconfiguration_ details Jobs Job Job Log Configuration Detail] Logging configuration for resource.
- lifecycle_
details str The state of the job.
- project_
id str Filter results by the OCID of the project.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time_
created str The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
- artifact
Content StringDisposition - artifact
Content StringLength - artifact
Content StringMd5 - artifact
Last StringModified - compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Boolean
- description String
A short description of the job.
- display
Name String Filter results by its user-friendly name.
- empty
Artifact Boolean - Map<Any>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Artifact String - job
Configuration List<Property Map>Details The job configuration details
- job
Infrastructure List<Property Map>Configuration Details The job infrastructure configuration details (shape, block storage, etc.)
- job
Log List<Property Map>Configuration Details Logging configuration for resource.
- lifecycle
Details String The state of the job.
- project
Id String Filter results by the OCID of the project.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2020-08-06T21:10:29.41Z
GetJobsJobJobConfigurationDetail
- Command
Line stringArguments The arguments to pass to the job.
- Environment
Variables Dictionary<string, object> Environment variables to set for the job.
- Job
Type string The type of job.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the job. Timer starts when the job becomes active.
- Command
Line stringArguments The arguments to pass to the job.
- Environment
Variables map[string]interface{} Environment variables to set for the job.
- Job
Type string The type of job.
- Maximum
Runtime stringIn Minutes A time bound for the execution of the job. Timer starts when the job becomes active.
- command
Line StringArguments The arguments to pass to the job.
- environment
Variables Map<String,Object> Environment variables to set for the job.
- job
Type String The type of job.
- maximum
Runtime StringIn Minutes A time bound for the execution of the job. Timer starts when the job becomes active.
- command
Line stringArguments The arguments to pass to the job.
- environment
Variables {[key: string]: any} Environment variables to set for the job.
- job
Type string The type of job.
- maximum
Runtime stringIn Minutes A time bound for the execution of the job. Timer starts when the job becomes active.
- command_
line_ strarguments The arguments to pass to the job.
- environment_
variables Mapping[str, Any] Environment variables to set for the job.
- job_
type str The type of job.
- maximum_
runtime_ strin_ minutes A time bound for the execution of the job. Timer starts when the job becomes active.
- command
Line StringArguments The arguments to pass to the job.
- environment
Variables Map<Any> Environment variables to set for the job.
- job
Type String The type of job.
- maximum
Runtime StringIn Minutes A time bound for the execution of the job. Timer starts when the job becomes active.
GetJobsJobJobInfrastructureConfigurationDetail
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType The infrastructure type used for job run.
- Job
Shape List<GetConfig Details Jobs Job Job Infrastructure Configuration Detail Job Shape Config Detail> Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the job run instances.
- Subnet
Id string The subnet to create a secondary vnic in to attach to the instance running the job
- Block
Storage intSize In Gbs The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType The infrastructure type used for job run.
- Job
Shape []GetConfig Details Jobs Job Job Infrastructure Configuration Detail Job Shape Config Detail Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string The shape used to launch the job run instances.
- Subnet
Id string The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage IntegerSize In Gbs The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType The infrastructure type used for job run.
- job
Shape List<GetConfig Details Jobs Job Job Infrastructure Configuration Detail Job Shape Config Detail> Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the job run instances.
- subnet
Id String The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage numberSize In Gbs The size of the block storage volume to attach to the instance running the job
- job
Infrastructure stringType The infrastructure type used for job run.
- job
Shape GetConfig Details Jobs Job Job Infrastructure Configuration Detail Job Shape Config Detail[] Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name string The shape used to launch the job run instances.
- subnet
Id string The subnet to create a secondary vnic in to attach to the instance running the job
- block_
storage_ intsize_ in_ gbs The size of the block storage volume to attach to the instance running the job
- job_
infrastructure_ strtype The infrastructure type used for job run.
- job_
shape_ Getconfig_ details Jobs Job Job Infrastructure Configuration Detail Job Shape Config Detail] Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape_
name str The shape used to launch the job run instances.
- subnet_
id str The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage NumberSize In Gbs The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType The infrastructure type used for job run.
- job
Shape List<Property Map>Config Details Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String The shape used to launch the job run instances.
- subnet
Id String The subnet to create a secondary vnic in to attach to the instance running the job
GetJobsJobJobInfrastructureConfigurationDetailJobShapeConfigDetail
- Memory
In doubleGbs The total amount of memory available to the job run instance, in gigabytes.
- Ocpus double
The total number of OCPUs available to the job run instance.
- Memory
In float64Gbs The total amount of memory available to the job run instance, in gigabytes.
- Ocpus float64
The total number of OCPUs available to the job run instance.
- memory
In DoubleGbs The total amount of memory available to the job run instance, in gigabytes.
- ocpus Double
The total number of OCPUs available to the job run instance.
- memory
In numberGbs The total amount of memory available to the job run instance, in gigabytes.
- ocpus number
The total number of OCPUs available to the job run instance.
- memory_
in_ floatgbs The total amount of memory available to the job run instance, in gigabytes.
- ocpus float
The total number of OCPUs available to the job run instance.
- memory
In NumberGbs The total amount of memory available to the job run instance, in gigabytes.
- ocpus Number
The total number of OCPUs available to the job run instance.
GetJobsJobJobLogConfigurationDetail
- Enable
Auto boolLog Creation If automatic on-behalf-of log object creation is enabled for job runs.
- Enable
Logging bool If customer logging is enabled for job runs.
- Log
Group stringId The log group id for where log objects are for job runs.
- Log
Id string The log id the job run will push logs too.
- Enable
Auto boolLog Creation If automatic on-behalf-of log object creation is enabled for job runs.
- Enable
Logging bool If customer logging is enabled for job runs.
- Log
Group stringId The log group id for where log objects are for job runs.
- Log
Id string The log id the job run will push logs too.
- enable
Auto BooleanLog Creation If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging Boolean If customer logging is enabled for job runs.
- log
Group StringId The log group id for where log objects are for job runs.
- log
Id String The log id the job run will push logs too.
- enable
Auto booleanLog Creation If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging boolean If customer logging is enabled for job runs.
- log
Group stringId The log group id for where log objects are for job runs.
- log
Id string The log id the job run will push logs too.
- enable_
auto_ boollog_ creation If automatic on-behalf-of log object creation is enabled for job runs.
- enable_
logging bool If customer logging is enabled for job runs.
- log_
group_ strid The log group id for where log objects are for job runs.
- log_
id str The log id the job run will push logs too.
- enable
Auto BooleanLog Creation If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging Boolean If customer logging is enabled for job runs.
- log
Group StringId The log group id for where log objects are for job runs.
- log
Id String The log id the job run will push logs too.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.