Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi
oci.ApmTraces.getScheduledQuery
Explore with Pulumi AI
This data source provides details about a specific Scheduled Query resource in Oracle Cloud Infrastructure Apm Traces service.
Retrieve a scheduled query in the APM Domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testScheduledQuery = oci.ApmTraces.getScheduledQuery({
apmDomainId: testApmDomain.id,
scheduledQueryId: testScheduledQueryOciApmTracesScheduledQuery.id,
});
import pulumi
import pulumi_oci as oci
test_scheduled_query = oci.ApmTraces.get_scheduled_query(apm_domain_id=test_apm_domain["id"],
scheduled_query_id=test_scheduled_query_oci_apm_traces_scheduled_query["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/apmtraces"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := apmtraces.GetScheduledQuery(ctx, &apmtraces.GetScheduledQueryArgs{
ApmDomainId: testApmDomain.Id,
ScheduledQueryId: testScheduledQueryOciApmTracesScheduledQuery.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testScheduledQuery = Oci.ApmTraces.GetScheduledQuery.Invoke(new()
{
ApmDomainId = testApmDomain.Id,
ScheduledQueryId = testScheduledQueryOciApmTracesScheduledQuery.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmTraces.ApmTracesFunctions;
import com.pulumi.oci.ApmTraces.inputs.GetScheduledQueryArgs;
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 testScheduledQuery = ApmTracesFunctions.getScheduledQuery(GetScheduledQueryArgs.builder()
.apmDomainId(testApmDomain.id())
.scheduledQueryId(testScheduledQueryOciApmTracesScheduledQuery.id())
.build());
}
}
variables:
testScheduledQuery:
fn::invoke:
function: oci:ApmTraces:getScheduledQuery
arguments:
apmDomainId: ${testApmDomain.id}
scheduledQueryId: ${testScheduledQueryOciApmTracesScheduledQuery.id}
Using getScheduledQuery
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 getScheduledQuery(args: GetScheduledQueryArgs, opts?: InvokeOptions): Promise<GetScheduledQueryResult>
function getScheduledQueryOutput(args: GetScheduledQueryOutputArgs, opts?: InvokeOptions): Output<GetScheduledQueryResult>
def get_scheduled_query(apm_domain_id: Optional[str] = None,
scheduled_query_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScheduledQueryResult
def get_scheduled_query_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
scheduled_query_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScheduledQueryResult]
func LookupScheduledQuery(ctx *Context, args *LookupScheduledQueryArgs, opts ...InvokeOption) (*LookupScheduledQueryResult, error)
func LookupScheduledQueryOutput(ctx *Context, args *LookupScheduledQueryOutputArgs, opts ...InvokeOption) LookupScheduledQueryResultOutput
> Note: This function is named LookupScheduledQuery
in the Go SDK.
public static class GetScheduledQuery
{
public static Task<GetScheduledQueryResult> InvokeAsync(GetScheduledQueryArgs args, InvokeOptions? opts = null)
public static Output<GetScheduledQueryResult> Invoke(GetScheduledQueryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetScheduledQueryResult> getScheduledQuery(GetScheduledQueryArgs args, InvokeOptions options)
public static Output<GetScheduledQueryResult> getScheduledQuery(GetScheduledQueryArgs args, InvokeOptions options)
fn::invoke:
function: oci:ApmTraces/getScheduledQuery:getScheduledQuery
arguments:
# arguments dictionary
The following arguments are supported:
- Apm
Domain stringId - The APM Domain ID for the intended request.
- Scheduled
Query stringId - Id of the scheduled query.
- Apm
Domain stringId - The APM Domain ID for the intended request.
- Scheduled
Query stringId - Id of the scheduled query.
- apm
Domain StringId - The APM Domain ID for the intended request.
- scheduled
Query StringId - Id of the scheduled query.
- apm
Domain stringId - The APM Domain ID for the intended request.
- scheduled
Query stringId - Id of the scheduled query.
- apm_
domain_ strid - The APM Domain ID for the intended request.
- scheduled_
query_ strid - Id of the scheduled query.
- apm
Domain StringId - The APM Domain ID for the intended request.
- scheduled
Query StringId - Id of the scheduled query.
getScheduledQuery Result
The following output properties are available:
- Apm
Domain stringId - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- Opc
Dry stringRun - Scheduled
Query stringDescription - Description for the scheduled query.
- Scheduled
Query stringId - Scheduled
Query stringInstances - Scheduled query instances.
- Scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- Scheduled
Query stringName - Name of the scheduled query.
- Scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- Scheduled
Query List<GetProcessing Configurations Scheduled Query Scheduled Query Processing Configuration> - Definition of the scheduled query processing configuration.
- Scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- Scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- Scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- Scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- Scheduled
Query stringSchedule - Schedule for the scheduled query.
- Scheduled
Query stringText - Scheduled query to be run.
- State string
- The current lifecycle state of the Scheduled Query.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Apm
Domain stringId - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- Opc
Dry stringRun - Scheduled
Query stringDescription - Description for the scheduled query.
- Scheduled
Query stringId - Scheduled
Query stringInstances - Scheduled query instances.
- Scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- Scheduled
Query stringName - Name of the scheduled query.
- Scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- Scheduled
Query []GetProcessing Configurations Scheduled Query Scheduled Query Processing Configuration - Definition of the scheduled query processing configuration.
- Scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- Scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- Scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- Scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- Scheduled
Query stringSchedule - Schedule for the scheduled query.
- Scheduled
Query stringText - Scheduled query to be run.
- State string
- The current lifecycle state of the Scheduled Query.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain StringId - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry StringRun - scheduled
Query StringDescription - Description for the scheduled query.
- scheduled
Query StringId - scheduled
Query StringInstances - Scheduled query instances.
- scheduled
Query StringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query StringName - Name of the scheduled query.
- scheduled
Query StringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query List<GetProcessing Configurations Scheduled Query Scheduled Query Processing Configuration> - Definition of the scheduled query processing configuration.
- scheduled
Query StringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query StringProcessing Type - Processing type of the scheduled query.
- scheduled
Query StringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query StringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query StringSchedule - Schedule for the scheduled query.
- scheduled
Query StringText - Scheduled query to be run.
- state String
- The current lifecycle state of the Scheduled Query.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain stringId - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry stringRun - scheduled
Query stringDescription - Description for the scheduled query.
- scheduled
Query stringId - scheduled
Query stringInstances - Scheduled query instances.
- scheduled
Query stringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query stringName - Name of the scheduled query.
- scheduled
Query stringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query GetProcessing Configurations Scheduled Query Scheduled Query Processing Configuration[] - Definition of the scheduled query processing configuration.
- scheduled
Query stringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query stringProcessing Type - Processing type of the scheduled query.
- scheduled
Query stringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query stringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query stringSchedule - Schedule for the scheduled query.
- scheduled
Query stringText - Scheduled query to be run.
- state string
- The current lifecycle state of the Scheduled Query.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm_
domain_ strid - Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc_
dry_ strrun - scheduled_
query_ strdescription - Description for the scheduled query.
- scheduled_
query_ strid - scheduled_
query_ strinstances - Scheduled query instances.
- scheduled_
query_ strmaximum_ runtime_ in_ seconds - Maximum runtime for the scheduled query in seconds.
- scheduled_
query_ strname - Name of the scheduled query.
- scheduled_
query_ strnext_ run_ in_ ms - Next run for the scheduled query.
- scheduled_
query_ Sequence[Getprocessing_ configurations Scheduled Query Scheduled Query Processing Configuration] - Definition of the scheduled query processing configuration.
- scheduled_
query_ strprocessing_ sub_ type - Processing sub type of the scheduled query.
- scheduled_
query_ strprocessing_ type - Processing type of the scheduled query.
- scheduled_
query_ strretention_ criteria - Retention criteria for the scheduled query.
- scheduled_
query_ strretention_ period_ in_ ms - Retention period for the scheduled query in milliseconds.
- scheduled_
query_ strschedule - Schedule for the scheduled query.
- scheduled_
query_ strtext - Scheduled query to be run.
- state str
- The current lifecycle state of the Scheduled Query.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- apm
Domain StringId - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the scheduled query . An OCID is generated when the scheduled query is created.
- opc
Dry StringRun - scheduled
Query StringDescription - Description for the scheduled query.
- scheduled
Query StringId - scheduled
Query StringInstances - Scheduled query instances.
- scheduled
Query StringMaximum Runtime In Seconds - Maximum runtime for the scheduled query in seconds.
- scheduled
Query StringName - Name of the scheduled query.
- scheduled
Query StringNext Run In Ms - Next run for the scheduled query.
- scheduled
Query List<Property Map>Processing Configurations - Definition of the scheduled query processing configuration.
- scheduled
Query StringProcessing Sub Type - Processing sub type of the scheduled query.
- scheduled
Query StringProcessing Type - Processing type of the scheduled query.
- scheduled
Query StringRetention Criteria - Retention criteria for the scheduled query.
- scheduled
Query StringRetention Period In Ms - Retention period for the scheduled query in milliseconds.
- scheduled
Query StringSchedule - Schedule for the scheduled query.
- scheduled
Query StringText - Scheduled query to be run.
- state String
- The current lifecycle state of the Scheduled Query.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
Supporting Types
GetScheduledQueryScheduledQueryProcessingConfiguration
- Custom
Metrics List<GetScheduled Query Scheduled Query Processing Configuration Custom Metric> - Definition of the Custom Metric.
- Object
Storages List<GetScheduled Query Scheduled Query Processing Configuration Object Storage> - Definition of the object storage.
- Streamings
List<Get
Scheduled Query Scheduled Query Processing Configuration Streaming> - Definition of the Stream.
- Custom
Metrics []GetScheduled Query Scheduled Query Processing Configuration Custom Metric - Definition of the Custom Metric.
- Object
Storages []GetScheduled Query Scheduled Query Processing Configuration Object Storage - Definition of the object storage.
- Streamings
[]Get
Scheduled Query Scheduled Query Processing Configuration Streaming - Definition of the Stream.
- custom
Metrics List<GetScheduled Query Scheduled Query Processing Configuration Custom Metric> - Definition of the Custom Metric.
- object
Storages List<GetScheduled Query Scheduled Query Processing Configuration Object Storage> - Definition of the object storage.
- streamings
List<Get
Scheduled Query Scheduled Query Processing Configuration Streaming> - Definition of the Stream.
- custom
Metrics GetScheduled Query Scheduled Query Processing Configuration Custom Metric[] - Definition of the Custom Metric.
- object
Storages GetScheduled Query Scheduled Query Processing Configuration Object Storage[] - Definition of the object storage.
- streamings
Get
Scheduled Query Scheduled Query Processing Configuration Streaming[] - Definition of the Stream.
- custom_
metrics Sequence[GetScheduled Query Scheduled Query Processing Configuration Custom Metric] - Definition of the Custom Metric.
- object_
storages Sequence[GetScheduled Query Scheduled Query Processing Configuration Object Storage] - Definition of the object storage.
- streamings
Sequence[Get
Scheduled Query Scheduled Query Processing Configuration Streaming] - Definition of the Stream.
- custom
Metrics List<Property Map> - Definition of the Custom Metric.
- object
Storages List<Property Map> - Definition of the object storage.
- streamings List<Property Map>
- Definition of the Stream.
GetScheduledQueryScheduledQueryProcessingConfigurationCustomMetric
- Compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- Description string
- Description of the Custom Metric.
- Is
Anomaly boolDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- Is
Metric boolPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- Name string
- Name of the Custom Metric.
- Namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - Resource
Group string - Resource Group of the Custom Metric.
- Unit string
- Unit in which the metric value is reported. For example 'ms'.
- Compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- Description string
- Description of the Custom Metric.
- Is
Anomaly boolDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- Is
Metric boolPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- Name string
- Name of the Custom Metric.
- Namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - Resource
Group string - Resource Group of the Custom Metric.
- Unit string
- Unit in which the metric value is reported. For example 'ms'.
- compartment String
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description String
- Description of the Custom Metric.
- is
Anomaly BooleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric BooleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name String
- Name of the Custom Metric.
- namespace String
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group String - Resource Group of the Custom Metric.
- unit String
- Unit in which the metric value is reported. For example 'ms'.
- compartment string
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description string
- Description of the Custom Metric.
- is
Anomaly booleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric booleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name string
- Name of the Custom Metric.
- namespace string
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group string - Resource Group of the Custom Metric.
- unit string
- Unit in which the metric value is reported. For example 'ms'.
- compartment str
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description str
- Description of the Custom Metric.
- is_
anomaly_ booldetection_ enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is_
metric_ boolpublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name str
- Name of the Custom Metric.
- namespace str
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource_
group str - Resource Group of the Custom Metric.
- unit str
- Unit in which the metric value is reported. For example 'ms'.
- compartment String
- Compartment of the Monitoring Service. It defaults to the APM domain's compartment if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that compartment.
- description String
- Description of the Custom Metric.
- is
Anomaly BooleanDetection Enabled - Indicates whether anomaly Detection should be performed on the generated metric.
- is
Metric BooleanPublished - Used in conjunction with the dry run header. When the dry run header is set and the isPublishMetric flag is set to true, the scheduled query is not created, but validations happen to check if the right Oracle Cloud Infrastructure policies have been set to write to the specified namespace/compartment.
- name String
- Name of the Custom Metric.
- namespace String
- Namespace in the Custom Metric. It defaults to
oracle_apm_custom
if not specified. If specified, the necessary Oracle Cloud Infrastructure policies should be set to allow APM to write to that namespace. - resource
Group String - Resource Group of the Custom Metric.
- unit String
- Unit in which the metric value is reported. For example 'ms'.
GetScheduledQueryScheduledQueryProcessingConfigurationObjectStorage
- Bucket string
- Bucket name in the object store.
- Name
Space string - Namespace in the object store.
- Object
Name stringPrefix - Object name prefix in the object store.
- Bucket string
- Bucket name in the object store.
- Name
Space string - Namespace in the object store.
- Object
Name stringPrefix - Object name prefix in the object store.
- bucket String
- Bucket name in the object store.
- name
Space String - Namespace in the object store.
- object
Name StringPrefix - Object name prefix in the object store.
- bucket string
- Bucket name in the object store.
- name
Space string - Namespace in the object store.
- object
Name stringPrefix - Object name prefix in the object store.
- bucket str
- Bucket name in the object store.
- name_
space str - Namespace in the object store.
- object_
name_ strprefix - Object name prefix in the object store.
- bucket String
- Bucket name in the object store.
- name
Space String - Namespace in the object store.
- object
Name StringPrefix - Object name prefix in the object store.
GetScheduledQueryScheduledQueryProcessingConfigurationStreaming
- Stream
Id string - Stream Id.
- Stream
Id string - Stream Id.
- stream
Id String - Stream Id.
- stream
Id string - Stream Id.
- stream_
id str - Stream Id.
- stream
Id String - Stream Id.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.