Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Sch.getConnectorPlugins
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Connector Plugins in Oracle Cloud Infrastructure Service Connector Hub service.
Lists connector plugins according to the specified filter.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testConnectorPlugins = oci.Sch.getConnectorPlugins({
displayName: connectorPluginDisplayName,
name: connectorPluginName,
state: connectorPluginState,
});
import pulumi
import pulumi_oci as oci
test_connector_plugins = oci.Sch.get_connector_plugins(display_name=connector_plugin_display_name,
name=connector_plugin_name,
state=connector_plugin_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Sch"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Sch.GetConnectorPlugins(ctx, &sch.GetConnectorPluginsArgs{
DisplayName: pulumi.StringRef(connectorPluginDisplayName),
Name: pulumi.StringRef(connectorPluginName),
State: pulumi.StringRef(connectorPluginState),
}, 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 testConnectorPlugins = Oci.Sch.GetConnectorPlugins.Invoke(new()
{
DisplayName = connectorPluginDisplayName,
Name = connectorPluginName,
State = connectorPluginState,
});
});
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.GetConnectorPluginsArgs;
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 testConnectorPlugins = SchFunctions.getConnectorPlugins(GetConnectorPluginsArgs.builder()
.displayName(connectorPluginDisplayName)
.name(connectorPluginName)
.state(connectorPluginState)
.build());
}
}
variables:
testConnectorPlugins:
fn::invoke:
Function: oci:Sch:getConnectorPlugins
Arguments:
displayName: ${connectorPluginDisplayName}
name: ${connectorPluginName}
state: ${connectorPluginState}
Using getConnectorPlugins
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 getConnectorPlugins(args: GetConnectorPluginsArgs, opts?: InvokeOptions): Promise<GetConnectorPluginsResult>
function getConnectorPluginsOutput(args: GetConnectorPluginsOutputArgs, opts?: InvokeOptions): Output<GetConnectorPluginsResult>
def get_connector_plugins(display_name: Optional[str] = None,
filters: Optional[Sequence[_sch.GetConnectorPluginsFilter]] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectorPluginsResult
def get_connector_plugins_output(display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_sch.GetConnectorPluginsFilterArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectorPluginsResult]
func GetConnectorPlugins(ctx *Context, args *GetConnectorPluginsArgs, opts ...InvokeOption) (*GetConnectorPluginsResult, error)
func GetConnectorPluginsOutput(ctx *Context, args *GetConnectorPluginsOutputArgs, opts ...InvokeOption) GetConnectorPluginsResultOutput
> Note: This function is named GetConnectorPlugins
in the Go SDK.
public static class GetConnectorPlugins
{
public static Task<GetConnectorPluginsResult> InvokeAsync(GetConnectorPluginsArgs args, InvokeOptions? opts = null)
public static Output<GetConnectorPluginsResult> Invoke(GetConnectorPluginsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectorPluginsResult> getConnectorPlugins(GetConnectorPluginsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Sch/getConnectorPlugins:getConnectorPlugins
arguments:
# arguments dictionary
The following arguments are supported:
- Display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- Filters
List<Get
Connector Plugins Filter> - Name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- State string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- Display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- Filters
[]Get
Connector Plugins Filter - Name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- State string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- display
Name String - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- filters
List<Get
Connector Plugins Filter> - name String
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- state String
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- filters
Get
Connector Plugins Filter[] - name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- state string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- display_
name str - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- filters
Sequence[sch.
Get Connector Plugins Filter] - name str
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- state str
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- display
Name String - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- filters List<Property Map>
- name String
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- state String
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
getConnectorPlugins Result
The following output properties are available:
- Connector
Plugin List<GetCollections Connector Plugins Connector Plugin Collection> - The list of connector_plugin_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- Filters
List<Get
Connector Plugins Filter> - Name string
- The service to be called by the connector plugin. Example:
QueueSource
- State string
- The current state of the service connector.
- Connector
Plugin []GetCollections Connector Plugins Connector Plugin Collection - The list of connector_plugin_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- Filters
[]Get
Connector Plugins Filter - Name string
- The service to be called by the connector plugin. Example:
QueueSource
- State string
- The current state of the service connector.
- connector
Plugin List<GetCollections Connector Plugins Connector Plugin Collection> - The list of connector_plugin_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- filters
List<Get
Connector Plugins Filter> - name String
- The service to be called by the connector plugin. Example:
QueueSource
- state String
- The current state of the service connector.
- connector
Plugin GetCollections Connector Plugins Connector Plugin Collection[] - The list of connector_plugin_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- filters
Get
Connector Plugins Filter[] - name string
- The service to be called by the connector plugin. Example:
QueueSource
- state string
- The current state of the service connector.
- connector_
plugin_ Sequence[sch.collections Get Connector Plugins Connector Plugin Collection] - The list of connector_plugin_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- filters
Sequence[sch.
Get Connector Plugins Filter] - name str
- The service to be called by the connector plugin. Example:
QueueSource
- state str
- The current state of the service connector.
- connector
Plugin List<Property Map>Collections - The list of connector_plugin_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
- filters List<Property Map>
- name String
- The service to be called by the connector plugin. Example:
QueueSource
- state String
- The current state of the service connector.
Supporting Types
GetConnectorPluginsConnectorPluginCollection
GetConnectorPluginsConnectorPluginCollectionItem
- Display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- Estimated
Throughput string - The estimated throughput range (LOW, MEDIUM, HIGH).
- Kind string
- The plugin type discriminator.
- Max
Retention string - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- Name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- Schema string
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- State string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- Time
Created string - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
- Display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- Estimated
Throughput string - The estimated throughput range (LOW, MEDIUM, HIGH).
- Kind string
- The plugin type discriminator.
- Max
Retention string - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- Name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- Schema string
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- State string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- Time
Created string - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
- display
Name String - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- estimated
Throughput String - The estimated throughput range (LOW, MEDIUM, HIGH).
- kind String
- The plugin type discriminator.
- max
Retention String - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- name String
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- schema String
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- state String
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- time
Created String - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
- display
Name string - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- estimated
Throughput string - The estimated throughput range (LOW, MEDIUM, HIGH).
- kind string
- The plugin type discriminator.
- max
Retention string - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- name string
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- schema string
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- state string
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- time
Created string - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
- display_
name str - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- estimated_
throughput str - The estimated throughput range (LOW, MEDIUM, HIGH).
- kind str
- The plugin type discriminator.
- max_
retention str - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- name str
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- schema str
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- state str
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- time_
created str - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
- display
Name String - A filter to return only resources that match the given display name exactly. Example:
example_service_connector
- estimated
Throughput String - The estimated throughput range (LOW, MEDIUM, HIGH).
- kind String
- The plugin type discriminator.
- max
Retention String - The estimated maximum period of time the data will be kept at the source. The duration is specified as a string in ISO 8601 format (P1D for one day or P30D for thrity days).
- name String
- A filter to return only resources that match the given connector plugin name ignoring case. Example:
QueueSource
- schema String
- Gets the specified connector plugin configuration information in OpenAPI specification format.
- state String
- A filter to return only resources that match the given lifecycle state. Example:
ACTIVE
- time
Created String - The date and time when this plugin became available. Format is defined by RFC3339. Example:
2023-09-09T21:10:29.600Z
GetConnectorPluginsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi