Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.GoldenGate.getRecipes
Explore with Pulumi AI
This data source provides the list of Recipes in Oracle Cloud Infrastructure Golden Gate service.
Returns an array of Recipe Summary.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRecipes = oci.GoldenGate.getRecipes({
compartmentId: compartmentId,
displayName: recipeDisplayName,
recipeType: recipeRecipeType,
});
import pulumi
import pulumi_oci as oci
test_recipes = oci.GoldenGate.get_recipes(compartment_id=compartment_id,
display_name=recipe_display_name,
recipe_type=recipe_recipe_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := goldengate.GetRecipes(ctx, &goldengate.GetRecipesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(recipeDisplayName),
RecipeType: pulumi.StringRef(recipeRecipeType),
}, 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 testRecipes = Oci.GoldenGate.GetRecipes.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = recipeDisplayName,
RecipeType = recipeRecipeType,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetRecipesArgs;
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 testRecipes = GoldenGateFunctions.getRecipes(GetRecipesArgs.builder()
.compartmentId(compartmentId)
.displayName(recipeDisplayName)
.recipeType(recipeRecipeType)
.build());
}
}
variables:
testRecipes:
fn::invoke:
function: oci:GoldenGate:getRecipes
arguments:
compartmentId: ${compartmentId}
displayName: ${recipeDisplayName}
recipeType: ${recipeRecipeType}
Using getRecipes
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 getRecipes(args: GetRecipesArgs, opts?: InvokeOptions): Promise<GetRecipesResult>
function getRecipesOutput(args: GetRecipesOutputArgs, opts?: InvokeOptions): Output<GetRecipesResult>
def get_recipes(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetRecipesFilter]] = None,
recipe_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRecipesResult
def get_recipes_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetRecipesFilterArgs]]]] = None,
recipe_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRecipesResult]
func GetRecipes(ctx *Context, args *GetRecipesArgs, opts ...InvokeOption) (*GetRecipesResult, error)
func GetRecipesOutput(ctx *Context, args *GetRecipesOutputArgs, opts ...InvokeOption) GetRecipesResultOutput
> Note: This function is named GetRecipes
in the Go SDK.
public static class GetRecipes
{
public static Task<GetRecipesResult> InvokeAsync(GetRecipesArgs args, InvokeOptions? opts = null)
public static Output<GetRecipesResult> Invoke(GetRecipesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRecipesResult> getRecipes(GetRecipesArgs args, InvokeOptions options)
public static Output<GetRecipesResult> getRecipes(GetRecipesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getRecipes:getRecipes
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
List<Get
Recipes Filter> - Recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
[]Get
Recipes Filter - Recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
List<Get
Recipes Filter> - recipe
Type String - The pipeline's recipe type. The default value is ZERO_ETL.
- compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Recipes Filter[] - recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- compartment_
id str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Sequence[goldengate.
Get Recipes Filter] - recipe_
type str - The pipeline's recipe type. The default value is ZERO_ETL.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters List<Property Map>
- recipe
Type String - The pipeline's recipe type. The default value is ZERO_ETL.
getRecipes Result
The following output properties are available:
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Recipe
Summary List<GetCollections Recipes Recipe Summary Collection> - The list of recipe_summary_collection.
- Display
Name string - An object's Display Name.
- Filters
List<Get
Recipes Filter> - Recipe
Type string - The type of the recipe
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Recipe
Summary []GetCollections Recipes Recipe Summary Collection - The list of recipe_summary_collection.
- Display
Name string - An object's Display Name.
- Filters
[]Get
Recipes Filter - Recipe
Type string - The type of the recipe
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- recipe
Summary List<GetCollections Recipes Recipe Summary Collection> - The list of recipe_summary_collection.
- display
Name String - An object's Display Name.
- filters
List<Get
Recipes Filter> - recipe
Type String - The type of the recipe
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- recipe
Summary GetCollections Recipes Recipe Summary Collection[] - The list of recipe_summary_collection.
- display
Name string - An object's Display Name.
- filters
Get
Recipes Filter[] - recipe
Type string - The type of the recipe
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- recipe_
summary_ Sequence[goldengate.collections Get Recipes Recipe Summary Collection] - The list of recipe_summary_collection.
- display_
name str - An object's Display Name.
- filters
Sequence[goldengate.
Get Recipes Filter] - recipe_
type str - The type of the recipe
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- recipe
Summary List<Property Map>Collections - The list of recipe_summary_collection.
- display
Name String - An object's Display Name.
- filters List<Property Map>
- recipe
Type String - The type of the recipe
Supporting Types
GetRecipesFilter
GetRecipesRecipeSummaryCollection
- Items
List<Get
Recipes Recipe Summary Collection Item> - Array of Recipe Summary
- Items
[]Get
Recipes Recipe Summary Collection Item - Array of Recipe Summary
- items
List<Get
Recipes Recipe Summary Collection Item> - Array of Recipe Summary
- items
Get
Recipes Recipe Summary Collection Item[] - Array of Recipe Summary
- items
Sequence[goldengate.
Get Recipes Recipe Summary Collection Item] - Array of Recipe Summary
- items List<Property Map>
- Array of Recipe Summary
GetRecipesRecipeSummaryCollectionItem
- Description string
- Metadata about this specific object.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Name string
- An object's Display Name.
- Recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- Supported
Source List<string>Technology Types - Array of supported technology types for this recipe.
- Supported
Target List<string>Technology Types - Array of supported technology types for this recipe.
- Description string
- Metadata about this specific object.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Name string
- An object's Display Name.
- Recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- Supported
Source []stringTechnology Types - Array of supported technology types for this recipe.
- Supported
Target []stringTechnology Types - Array of supported technology types for this recipe.
- description String
- Metadata about this specific object.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- name String
- An object's Display Name.
- recipe
Type String - The pipeline's recipe type. The default value is ZERO_ETL.
- supported
Source List<String>Technology Types - Array of supported technology types for this recipe.
- supported
Target List<String>Technology Types - Array of supported technology types for this recipe.
- description string
- Metadata about this specific object.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- name string
- An object's Display Name.
- recipe
Type string - The pipeline's recipe type. The default value is ZERO_ETL.
- supported
Source string[]Technology Types - Array of supported technology types for this recipe.
- supported
Target string[]Technology Types - Array of supported technology types for this recipe.
- description str
- Metadata about this specific object.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- name str
- An object's Display Name.
- recipe_
type str - The pipeline's recipe type. The default value is ZERO_ETL.
- supported_
source_ Sequence[str]technology_ types - Array of supported technology types for this recipe.
- supported_
target_ Sequence[str]technology_ types - Array of supported technology types for this recipe.
- description String
- Metadata about this specific object.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- name String
- An object's Display Name.
- recipe
Type String - The pipeline's recipe type. The default value is ZERO_ETL.
- supported
Source List<String>Technology Types - Array of supported technology types for this recipe.
- supported
Target List<String>Technology Types - Array of supported technology types for this recipe.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.