Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Sch.getServiceConnector
Explore with Pulumi AI
This data source provides details about a specific Service Connector resource in Oracle Cloud Infrastructure Service Connector Hub service.
Gets the specified connector’s configuration information. For more information, see Getting a Connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testServiceConnector = oci.Sch.getServiceConnector({
    serviceConnectorId: testServiceConnectorOciSchServiceConnector.id,
});
import pulumi
import pulumi_oci as oci
test_service_connector = oci.Sch.get_service_connector(service_connector_id=test_service_connector_oci_sch_service_connector["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/sch"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sch.GetServiceConnector(ctx, &sch.GetServiceConnectorArgs{
			ServiceConnectorId: testServiceConnectorOciSchServiceConnector.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 testServiceConnector = Oci.Sch.GetServiceConnector.Invoke(new()
    {
        ServiceConnectorId = testServiceConnectorOciSchServiceConnector.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Sch.SchFunctions;
import com.pulumi.oci.Sch.inputs.GetServiceConnectorArgs;
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 testServiceConnector = SchFunctions.getServiceConnector(GetServiceConnectorArgs.builder()
            .serviceConnectorId(testServiceConnectorOciSchServiceConnector.id())
            .build());
    }
}
variables:
  testServiceConnector:
    fn::invoke:
      function: oci:Sch:getServiceConnector
      arguments:
        serviceConnectorId: ${testServiceConnectorOciSchServiceConnector.id}
Using getServiceConnector
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 getServiceConnector(args: GetServiceConnectorArgs, opts?: InvokeOptions): Promise<GetServiceConnectorResult>
function getServiceConnectorOutput(args: GetServiceConnectorOutputArgs, opts?: InvokeOptions): Output<GetServiceConnectorResult>def get_service_connector(service_connector_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetServiceConnectorResult
def get_service_connector_output(service_connector_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetServiceConnectorResult]func GetServiceConnector(ctx *Context, args *GetServiceConnectorArgs, opts ...InvokeOption) (*GetServiceConnectorResult, error)
func GetServiceConnectorOutput(ctx *Context, args *GetServiceConnectorOutputArgs, opts ...InvokeOption) GetServiceConnectorResultOutput> Note: This function is named GetServiceConnector in the Go SDK.
public static class GetServiceConnector 
{
    public static Task<GetServiceConnectorResult> InvokeAsync(GetServiceConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceConnectorResult> Invoke(GetServiceConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceConnectorResult> getServiceConnector(GetServiceConnectorArgs args, InvokeOptions options)
public static Output<GetServiceConnectorResult> getServiceConnector(GetServiceConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Sch/getServiceConnector:getServiceConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ServiceConnector stringId 
- The OCID of the connector.
- ServiceConnector stringId 
- The OCID of the connector.
- serviceConnector StringId 
- The OCID of the connector.
- serviceConnector stringId 
- The OCID of the connector.
- service_connector_ strid 
- The OCID of the connector.
- serviceConnector StringId 
- The OCID of the connector.
getServiceConnector Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment containing the metric.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- The description of the resource. Avoid entering confidential information.
- DisplayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- 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 connector.
- LifecycleDetails string
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- LifecyleDetails string
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- ServiceConnector stringId 
- Sources
List<GetService Connector Source> 
- State string
- The current state of the connector.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- Targets
List<GetService Connector Target> 
- Tasks
List<GetService Connector Task> 
- The list of tasks.
- TimeCreated string
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- TimeUpdated string
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- CompartmentId string
- The OCID of the compartment containing the metric.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- The description of the resource. Avoid entering confidential information.
- DisplayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- 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 connector.
- LifecycleDetails string
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- LifecyleDetails string
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- ServiceConnector stringId 
- Sources
[]GetService Connector Source 
- State string
- The current state of the connector.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- Targets
[]GetService Connector Target 
- Tasks
[]GetService Connector Task 
- The list of tasks.
- TimeCreated string
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- TimeUpdated string
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment containing the metric.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- The description of the resource. Avoid entering confidential information.
- displayName String
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- 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 connector.
- lifecycleDetails String
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- lifecyleDetails String
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- serviceConnector StringId 
- sources
List<GetService Connector Source> 
- state String
- The current state of the connector.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- targets
List<GetService Connector Target> 
- tasks
List<GetService Connector Task> 
- The list of tasks.
- timeCreated String
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- timeUpdated String
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- compartmentId string
- The OCID of the compartment containing the metric.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- The description of the resource. Avoid entering confidential information.
- displayName string
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- {[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 connector.
- lifecycleDetails string
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- lifecyleDetails string
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- serviceConnector stringId 
- sources
GetService Connector Source[] 
- state string
- The current state of the connector.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- targets
GetService Connector Target[] 
- tasks
GetService Connector Task[] 
- The list of tasks.
- timeCreated string
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- timeUpdated string
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- compartment_id str
- The OCID of the compartment containing the metric.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- The description of the resource. Avoid entering confidential information.
- display_name str
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- 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 connector.
- lifecycle_details str
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- lifecyle_details str
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- service_connector_ strid 
- sources
Sequence[GetService Connector Source] 
- state str
- The current state of the connector.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- targets
Sequence[GetService Connector Target] 
- tasks
Sequence[GetService Connector Task] 
- The list of tasks.
- time_created str
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- time_updated str
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- compartmentId String
- The OCID of the compartment containing the metric.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- The description of the resource. Avoid entering confidential information.
- displayName String
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- 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 connector.
- lifecycleDetails String
- A message describing the current state in more detail. For example, the message might provide actionable information for a resource in a FAILEDstate.
- lifecyleDetails String
- Please note this property is deprecated and will be removed on January 27, 2026. Use lifecycleDetailsinstead. A message describing the current state in more detail. For example, the message might provide actionable information for a resource in aFAILEDstate.
- serviceConnector StringId 
- sources List<Property Map>
- state String
- The current state of the connector.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
- targets List<Property Map>
- tasks List<Property Map>
- The list of tasks.
- timeCreated String
- The date and time when the connector was created. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
- timeUpdated String
- The date and time when the connector was updated. Format is defined by RFC3339. Example: 2020-01-25T21:10:29.600Z
Supporting Types
GetServiceConnectorSource   
- ConfigMap string
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- Cursors
List<GetService Connector Source Cursor> 
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- Kind string
- The type of dimension value: static or evaluated.
- LogSources List<GetService Connector Source Log Source> 
- The logs for this Logging source.
- MonitoringSources List<GetService Connector Source Monitoring Source> 
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- PluginName string
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- PrivateEndpoint List<GetMetadatas Service Connector Source Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- StreamId string
- The OCID of the stream.
- ConfigMap string
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- Cursors
[]GetService Connector Source Cursor 
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- Kind string
- The type of dimension value: static or evaluated.
- LogSources []GetService Connector Source Log Source 
- The logs for this Logging source.
- MonitoringSources []GetService Connector Source Monitoring Source 
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- PluginName string
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- PrivateEndpoint []GetMetadatas Service Connector Source Private Endpoint Metadata 
- The private endpoint metadata for the connector's source or target.
- StreamId string
- The OCID of the stream.
- configMap String
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- cursors
List<GetService Connector Source Cursor> 
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- kind String
- The type of dimension value: static or evaluated.
- logSources List<GetService Connector Source Log Source> 
- The logs for this Logging source.
- monitoringSources List<GetService Connector Source Monitoring Source> 
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- pluginName String
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- privateEndpoint List<GetMetadatas Service Connector Source Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- streamId String
- The OCID of the stream.
- configMap string
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- cursors
GetService Connector Source Cursor[] 
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- kind string
- The type of dimension value: static or evaluated.
- logSources GetService Connector Source Log Source[] 
- The logs for this Logging source.
- monitoringSources GetService Connector Source Monitoring Source[] 
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- pluginName string
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- privateEndpoint GetMetadatas Service Connector Source Private Endpoint Metadata[] 
- The private endpoint metadata for the connector's source or target.
- streamId string
- The OCID of the stream.
- config_map str
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- cursors
Sequence[GetService Connector Source Cursor] 
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- kind str
- The type of dimension value: static or evaluated.
- log_sources Sequence[GetService Connector Source Log Source] 
- The logs for this Logging source.
- monitoring_sources Sequence[GetService Connector Source Monitoring Source] 
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- plugin_name str
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- private_endpoint_ Sequence[Getmetadatas Service Connector Source Private Endpoint Metadata] 
- The private endpoint metadata for the connector's source or target.
- stream_id str
- The OCID of the stream.
- configMap String
- The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type. For example, for QueueSource, the map lists the OCID of the selected queue. To find the parameters for a connector plugin, get the plugin using GetConnectorPlugin and review its schema value.
- cursors List<Property Map>
- The read setting, which determines where in the stream to start moving data. For configuration instructions, see Creating a Connector with a Streaming Source.
- kind String
- The type of dimension value: static or evaluated.
- logSources List<Property Map>
- The logs for this Logging source.
- monitoringSources List<Property Map>
- One or more compartment-specific lists of metric namespaces to retrieve data from.
- pluginName String
- The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, QueueSourceindicates the Queue service. To find names of connector plugins, list the plugin using ListConnectorPlugin.
- privateEndpoint List<Property Map>Metadatas 
- The private endpoint metadata for the connector's source or target.
- streamId String
- The OCID of the stream.
GetServiceConnectorSourceCursor    
- Kind string
- The type of dimension value: static or evaluated.
- Kind string
- The type of dimension value: static or evaluated.
- kind String
- The type of dimension value: static or evaluated.
- kind string
- The type of dimension value: static or evaluated.
- kind str
- The type of dimension value: static or evaluated.
- kind String
- The type of dimension value: static or evaluated.
GetServiceConnectorSourceLogSource     
- CompartmentId string
- The OCID of the compartment containing the metric.
- LogGroup stringId 
- The OCID of the Logging Analytics log group.
- LogId string
- The OCID of the log.
- CompartmentId string
- The OCID of the compartment containing the metric.
- LogGroup stringId 
- The OCID of the Logging Analytics log group.
- LogId string
- The OCID of the log.
- compartmentId String
- The OCID of the compartment containing the metric.
- logGroup StringId 
- The OCID of the Logging Analytics log group.
- logId String
- The OCID of the log.
- compartmentId string
- The OCID of the compartment containing the metric.
- logGroup stringId 
- The OCID of the Logging Analytics log group.
- logId string
- The OCID of the log.
- compartment_id str
- The OCID of the compartment containing the metric.
- log_group_ strid 
- The OCID of the Logging Analytics log group.
- log_id str
- The OCID of the log.
- compartmentId String
- The OCID of the compartment containing the metric.
- logGroup StringId 
- The OCID of the Logging Analytics log group.
- logId String
- The OCID of the log.
GetServiceConnectorSourceMonitoringSource     
- CompartmentId string
- The OCID of the compartment containing the metric.
- NamespaceDetails List<GetService Connector Source Monitoring Source Namespace Detail> 
- Discriminator for namespaces in the compartment-specific list.
- CompartmentId string
- The OCID of the compartment containing the metric.
- NamespaceDetails []GetService Connector Source Monitoring Source Namespace Detail 
- Discriminator for namespaces in the compartment-specific list.
- compartmentId String
- The OCID of the compartment containing the metric.
- namespaceDetails List<GetService Connector Source Monitoring Source Namespace Detail> 
- Discriminator for namespaces in the compartment-specific list.
- compartmentId string
- The OCID of the compartment containing the metric.
- namespaceDetails GetService Connector Source Monitoring Source Namespace Detail[] 
- Discriminator for namespaces in the compartment-specific list.
- compartment_id str
- The OCID of the compartment containing the metric.
- namespace_details Sequence[GetService Connector Source Monitoring Source Namespace Detail] 
- Discriminator for namespaces in the compartment-specific list.
- compartmentId String
- The OCID of the compartment containing the metric.
- namespaceDetails List<Property Map>
- Discriminator for namespaces in the compartment-specific list.
GetServiceConnectorSourceMonitoringSourceNamespaceDetail       
- Kind string
- The type of dimension value: static or evaluated.
- Namespaces
List<GetService Connector Source Monitoring Source Namespace Detail Namespace> 
- The namespaces for the compartment-specific list.
- Kind string
- The type of dimension value: static or evaluated.
- Namespaces
[]GetService Connector Source Monitoring Source Namespace Detail Namespace 
- The namespaces for the compartment-specific list.
- kind String
- The type of dimension value: static or evaluated.
- namespaces
List<GetService Connector Source Monitoring Source Namespace Detail Namespace> 
- The namespaces for the compartment-specific list.
- kind string
- The type of dimension value: static or evaluated.
- namespaces
GetService Connector Source Monitoring Source Namespace Detail Namespace[] 
- The namespaces for the compartment-specific list.
- kind str
- The type of dimension value: static or evaluated.
- namespaces
Sequence[GetService Connector Source Monitoring Source Namespace Detail Namespace] 
- The namespaces for the compartment-specific list.
- kind String
- The type of dimension value: static or evaluated.
- namespaces List<Property Map>
- The namespaces for the compartment-specific list.
GetServiceConnectorSourceMonitoringSourceNamespaceDetailNamespace        
- Metrics
List<GetService Connector Source Monitoring Source Namespace Detail Namespace Metric> 
- The metrics to query for the specified metric namespace.
- Namespace string
- The namespace.
- Metrics
[]GetService Connector Source Monitoring Source Namespace Detail Namespace Metric 
- The metrics to query for the specified metric namespace.
- Namespace string
- The namespace.
- metrics
List<GetService Connector Source Monitoring Source Namespace Detail Namespace Metric> 
- The metrics to query for the specified metric namespace.
- namespace String
- The namespace.
- metrics
GetService Connector Source Monitoring Source Namespace Detail Namespace Metric[] 
- The metrics to query for the specified metric namespace.
- namespace string
- The namespace.
- metrics
Sequence[GetService Connector Source Monitoring Source Namespace Detail Namespace Metric] 
- The metrics to query for the specified metric namespace.
- namespace str
- The namespace.
- metrics List<Property Map>
- The metrics to query for the specified metric namespace.
- namespace String
- The namespace.
GetServiceConnectorSourceMonitoringSourceNamespaceDetailNamespaceMetric         
- Kind string
- The type of dimension value: static or evaluated.
- Kind string
- The type of dimension value: static or evaluated.
- kind String
- The type of dimension value: static or evaluated.
- kind string
- The type of dimension value: static or evaluated.
- kind str
- The type of dimension value: static or evaluated.
- kind String
- The type of dimension value: static or evaluated.
GetServiceConnectorSourcePrivateEndpointMetadata      
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rce_dns_ strproxy_ ip_ address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rce_traffic_ strip_ address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
GetServiceConnectorTarget   
- BatchRollover intSize In Mbs 
- The batch rollover size in megabytes.
- BatchRollover intTime In Ms 
- The batch rollover time in milliseconds.
- BatchSize intIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- BatchSize intIn Num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- BatchTime intIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- Bucket string
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- CompartmentId string
- The OCID of the compartment containing the metric.
- Dimensions
List<GetService Connector Target Dimension> 
- List of dimension names and values.
- EnableFormatted boolMessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- FunctionId string
- The OCID of the function to be used as a task.
- Kind string
- The type of dimension value: static or evaluated.
- LogGroup stringId 
- The OCID of the Logging Analytics log group.
- LogSource stringIdentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- Metric string
- The name of the metric. Example: CpuUtilization
- MetricNamespace string
- The namespace of the metric. Example: oci_computeagent
- Namespace string
- The namespace.
- ObjectName stringPrefix 
- The prefix of the objects. Avoid entering confidential information.
- PrivateEndpoint List<GetMetadatas Service Connector Target Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- StreamId string
- The OCID of the stream.
- TopicId string
- The OCID of the topic.
- BatchRollover intSize In Mbs 
- The batch rollover size in megabytes.
- BatchRollover intTime In Ms 
- The batch rollover time in milliseconds.
- BatchSize intIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- BatchSize intIn Num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- BatchTime intIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- Bucket string
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- CompartmentId string
- The OCID of the compartment containing the metric.
- Dimensions
[]GetService Connector Target Dimension 
- List of dimension names and values.
- EnableFormatted boolMessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- FunctionId string
- The OCID of the function to be used as a task.
- Kind string
- The type of dimension value: static or evaluated.
- LogGroup stringId 
- The OCID of the Logging Analytics log group.
- LogSource stringIdentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- Metric string
- The name of the metric. Example: CpuUtilization
- MetricNamespace string
- The namespace of the metric. Example: oci_computeagent
- Namespace string
- The namespace.
- ObjectName stringPrefix 
- The prefix of the objects. Avoid entering confidential information.
- PrivateEndpoint []GetMetadatas Service Connector Target Private Endpoint Metadata 
- The private endpoint metadata for the connector's source or target.
- StreamId string
- The OCID of the stream.
- TopicId string
- The OCID of the topic.
- batchRollover IntegerSize In Mbs 
- The batch rollover size in megabytes.
- batchRollover IntegerTime In Ms 
- The batch rollover time in milliseconds.
- batchSize IntegerIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchSize IntegerIn Num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- batchTime IntegerIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- bucket String
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- compartmentId String
- The OCID of the compartment containing the metric.
- dimensions
List<GetService Connector Target Dimension> 
- List of dimension names and values.
- enableFormatted BooleanMessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- functionId String
- The OCID of the function to be used as a task.
- kind String
- The type of dimension value: static or evaluated.
- logGroup StringId 
- The OCID of the Logging Analytics log group.
- logSource StringIdentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- metric String
- The name of the metric. Example: CpuUtilization
- metricNamespace String
- The namespace of the metric. Example: oci_computeagent
- namespace String
- The namespace.
- objectName StringPrefix 
- The prefix of the objects. Avoid entering confidential information.
- privateEndpoint List<GetMetadatas Service Connector Target Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- streamId String
- The OCID of the stream.
- topicId String
- The OCID of the topic.
- batchRollover numberSize In Mbs 
- The batch rollover size in megabytes.
- batchRollover numberTime In Ms 
- The batch rollover time in milliseconds.
- batchSize numberIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchSize numberIn Num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- batchTime numberIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- bucket string
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- compartmentId string
- The OCID of the compartment containing the metric.
- dimensions
GetService Connector Target Dimension[] 
- List of dimension names and values.
- enableFormatted booleanMessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- functionId string
- The OCID of the function to be used as a task.
- kind string
- The type of dimension value: static or evaluated.
- logGroup stringId 
- The OCID of the Logging Analytics log group.
- logSource stringIdentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- metric string
- The name of the metric. Example: CpuUtilization
- metricNamespace string
- The namespace of the metric. Example: oci_computeagent
- namespace string
- The namespace.
- objectName stringPrefix 
- The prefix of the objects. Avoid entering confidential information.
- privateEndpoint GetMetadatas Service Connector Target Private Endpoint Metadata[] 
- The private endpoint metadata for the connector's source or target.
- streamId string
- The OCID of the stream.
- topicId string
- The OCID of the topic.
- batch_rollover_ intsize_ in_ mbs 
- The batch rollover size in megabytes.
- batch_rollover_ inttime_ in_ ms 
- The batch rollover time in milliseconds.
- batch_size_ intin_ kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batch_size_ intin_ num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- batch_time_ intin_ sec 
- Time limit (seconds) for batch sent to invoke the function.
- bucket str
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- compartment_id str
- The OCID of the compartment containing the metric.
- dimensions
Sequence[GetService Connector Target Dimension] 
- List of dimension names and values.
- enable_formatted_ boolmessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- function_id str
- The OCID of the function to be used as a task.
- kind str
- The type of dimension value: static or evaluated.
- log_group_ strid 
- The OCID of the Logging Analytics log group.
- log_source_ stridentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- metric str
- The name of the metric. Example: CpuUtilization
- metric_namespace str
- The namespace of the metric. Example: oci_computeagent
- namespace str
- The namespace.
- object_name_ strprefix 
- The prefix of the objects. Avoid entering confidential information.
- private_endpoint_ Sequence[Getmetadatas Service Connector Target Private Endpoint Metadata] 
- The private endpoint metadata for the connector's source or target.
- stream_id str
- The OCID of the stream.
- topic_id str
- The OCID of the topic.
- batchRollover NumberSize In Mbs 
- The batch rollover size in megabytes.
- batchRollover NumberTime In Ms 
- The batch rollover time in milliseconds.
- batchSize NumberIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchSize NumberIn Num 
- The batch rollover size in number of messages. Only one size option can be specified: batchSizeInKbsorbatchSizeInNum.
- batchTime NumberIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- bucket String
- The name of the bucket. Valid characters are letters (upper or lower case), numbers, hyphens (-), underscores(_), and periods (.). Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. Example: my-new-bucket1
- compartmentId String
- The OCID of the compartment containing the metric.
- dimensions List<Property Map>
- List of dimension names and values.
- enableFormatted BooleanMessaging 
- Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
- functionId String
- The OCID of the function to be used as a task.
- kind String
- The type of dimension value: static or evaluated.
- logGroup StringId 
- The OCID of the Logging Analytics log group.
- logSource StringIdentifier 
- Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSourceonly. Equivalent tonameat LogAnalyticsSource.
- metric String
- The name of the metric. Example: CpuUtilization
- metricNamespace String
- The namespace of the metric. Example: oci_computeagent
- namespace String
- The namespace.
- objectName StringPrefix 
- The prefix of the objects. Avoid entering confidential information.
- privateEndpoint List<Property Map>Metadatas 
- The private endpoint metadata for the connector's source or target.
- streamId String
- The OCID of the stream.
- topicId String
- The OCID of the topic.
GetServiceConnectorTargetDimension    
- DimensionValues List<GetService Connector Target Dimension Dimension Value> 
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- Name string
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
- DimensionValues []GetService Connector Target Dimension Dimension Value 
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- Name string
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
- dimensionValues List<GetService Connector Target Dimension Dimension Value> 
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- name String
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
- dimensionValues GetService Connector Target Dimension Dimension Value[] 
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- name string
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
- dimension_values Sequence[GetService Connector Target Dimension Dimension Value] 
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- name str
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
- dimensionValues List<Property Map>
- Instructions for extracting the value corresponding to the specified dimension key: Either extract the value as-is (static) or derive the value from a path (evaluated).
- name String
- Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces. Custom dimension keys are acceptable. Avoid entering confidential information. Due to use by Connector Hub, the following dimension names are reserved: connectorId,connectorName,connectorSourceType. For information on valid dimension keys and values, see MetricDataDetails Reference. Example:type
GetServiceConnectorTargetDimensionDimensionValue      
- Kind string
- The type of dimension value: static or evaluated.
- Path string
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- Value string
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
- Kind string
- The type of dimension value: static or evaluated.
- Path string
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- Value string
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
- kind String
- The type of dimension value: static or evaluated.
- path String
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- value String
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
- kind string
- The type of dimension value: static or evaluated.
- path string
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- value string
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
- kind str
- The type of dimension value: static or evaluated.
- path str
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- value str
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
- kind String
- The type of dimension value: static or evaluated.
- path String
- The location to use for deriving the dimension value (evaluated). The path must start with logContentin an acceptable notation style with supported JMESPath selectors: expression with dot and index operator (.and[]). Example with dot notation:logContent.dataExample with index notation:logContent.data[0].contentFor information on valid dimension keys and values, see MetricDataDetails Reference. The returned value depends on the results of evaluation. If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value"compartmentId"is returned ascompartmentId.) If the evaluated value is invalid, then the returned value isSCH_EVAL_INVALID_VALUE. If the evaluated value is empty, then the returned value isSCH_EVAL_VALUE_EMPTY.
- value String
- The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see MetricDataDetails Reference.
GetServiceConnectorTargetPrivateEndpointMetadata      
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rce_dns_ strproxy_ ip_ address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rce_traffic_ strip_ address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
GetServiceConnectorTask   
- BatchSize intIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- BatchTime intIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- Condition string
- A filter or mask to limit the source used in the flow defined by the connector.
- FunctionId string
- The OCID of the function to be used as a task.
- Kind string
- The type of dimension value: static or evaluated.
- PrivateEndpoint List<GetMetadatas Service Connector Task Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- BatchSize intIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- BatchTime intIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- Condition string
- A filter or mask to limit the source used in the flow defined by the connector.
- FunctionId string
- The OCID of the function to be used as a task.
- Kind string
- The type of dimension value: static or evaluated.
- PrivateEndpoint []GetMetadatas Service Connector Task Private Endpoint Metadata 
- The private endpoint metadata for the connector's source or target.
- batchSize IntegerIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchTime IntegerIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- condition String
- A filter or mask to limit the source used in the flow defined by the connector.
- functionId String
- The OCID of the function to be used as a task.
- kind String
- The type of dimension value: static or evaluated.
- privateEndpoint List<GetMetadatas Service Connector Task Private Endpoint Metadata> 
- The private endpoint metadata for the connector's source or target.
- batchSize numberIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchTime numberIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- condition string
- A filter or mask to limit the source used in the flow defined by the connector.
- functionId string
- The OCID of the function to be used as a task.
- kind string
- The type of dimension value: static or evaluated.
- privateEndpoint GetMetadatas Service Connector Task Private Endpoint Metadata[] 
- The private endpoint metadata for the connector's source or target.
- batch_size_ intin_ kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batch_time_ intin_ sec 
- Time limit (seconds) for batch sent to invoke the function.
- condition str
- A filter or mask to limit the source used in the flow defined by the connector.
- function_id str
- The OCID of the function to be used as a task.
- kind str
- The type of dimension value: static or evaluated.
- private_endpoint_ Sequence[Getmetadatas Service Connector Task Private Endpoint Metadata] 
- The private endpoint metadata for the connector's source or target.
- batchSize NumberIn Kbs 
- Size limit (kilobytes) for batch sent to invoke the function.
- batchTime NumberIn Sec 
- Time limit (seconds) for batch sent to invoke the function.
- condition String
- A filter or mask to limit the source used in the flow defined by the connector.
- functionId String
- The OCID of the function to be used as a task.
- kind String
- The type of dimension value: static or evaluated.
- privateEndpoint List<Property Map>Metadatas 
- The private endpoint metadata for the connector's source or target.
GetServiceConnectorTaskPrivateEndpointMetadata      
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- RceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- RceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns stringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic stringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rce_dns_ strproxy_ ip_ address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rce_traffic_ strip_ address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
- rceDns StringProxy Ip Address 
- The reverse connection endpoint (RCE) IP address for DNS lookups.
- rceTraffic StringIp Address 
- The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.