1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getScheduledActionParams
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.Database.getScheduledActionParams

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    This data source provides the list of Scheduled Action Params in Oracle Cloud Infrastructure Database service.

    List all the action params and their possible values for a given action type

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testScheduledActionParams = oci.Database.getScheduledActionParams({
        type: scheduledActionParamType,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_scheduled_action_params = oci.Database.get_scheduled_action_params(type=scheduled_action_param_type)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := database.GetScheduledActionParams(ctx, &database.GetScheduledActionParamsArgs{
    			Type: scheduledActionParamType,
    		}, 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 testScheduledActionParams = Oci.Database.GetScheduledActionParams.Invoke(new()
        {
            Type = scheduledActionParamType,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetScheduledActionParamsArgs;
    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 testScheduledActionParams = DatabaseFunctions.getScheduledActionParams(GetScheduledActionParamsArgs.builder()
                .type(scheduledActionParamType)
                .build());
    
        }
    }
    
    variables:
      testScheduledActionParams:
        fn::invoke:
          function: oci:Database:getScheduledActionParams
          arguments:
            type: ${scheduledActionParamType}
    

    Using getScheduledActionParams

    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 getScheduledActionParams(args: GetScheduledActionParamsArgs, opts?: InvokeOptions): Promise<GetScheduledActionParamsResult>
    function getScheduledActionParamsOutput(args: GetScheduledActionParamsOutputArgs, opts?: InvokeOptions): Output<GetScheduledActionParamsResult>
    def get_scheduled_action_params(filters: Optional[Sequence[_database.GetScheduledActionParamsFilter]] = None,
                                    type: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetScheduledActionParamsResult
    def get_scheduled_action_params_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetScheduledActionParamsFilterArgs]]]] = None,
                                    type: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetScheduledActionParamsResult]
    func GetScheduledActionParams(ctx *Context, args *GetScheduledActionParamsArgs, opts ...InvokeOption) (*GetScheduledActionParamsResult, error)
    func GetScheduledActionParamsOutput(ctx *Context, args *GetScheduledActionParamsOutputArgs, opts ...InvokeOption) GetScheduledActionParamsResultOutput

    > Note: This function is named GetScheduledActionParams in the Go SDK.

    public static class GetScheduledActionParams 
    {
        public static Task<GetScheduledActionParamsResult> InvokeAsync(GetScheduledActionParamsArgs args, InvokeOptions? opts = null)
        public static Output<GetScheduledActionParamsResult> Invoke(GetScheduledActionParamsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScheduledActionParamsResult> getScheduledActionParams(GetScheduledActionParamsArgs args, InvokeOptions options)
    public static Output<GetScheduledActionParamsResult> getScheduledActionParams(GetScheduledActionParamsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Database/getScheduledActionParams:getScheduledActionParams
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Type string
    The type of the scheduled action
    Filters List<GetScheduledActionParamsFilter>
    Type string
    The type of the scheduled action
    Filters []GetScheduledActionParamsFilter
    type String
    The type of the scheduled action
    filters List<GetScheduledActionParamsFilter>
    type string
    The type of the scheduled action
    filters GetScheduledActionParamsFilter[]
    type String
    The type of the scheduled action
    filters List<Property Map>

    getScheduledActionParams Result

    The following output properties are available:

    ActionParamValuesCollections List<GetScheduledActionParamsActionParamValuesCollection>
    The list of action_param_values_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Filters List<GetScheduledActionParamsFilter>
    ActionParamValuesCollections []GetScheduledActionParamsActionParamValuesCollection
    The list of action_param_values_collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Type string
    Filters []GetScheduledActionParamsFilter
    actionParamValuesCollections List<GetScheduledActionParamsActionParamValuesCollection>
    The list of action_param_values_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    filters List<GetScheduledActionParamsFilter>
    actionParamValuesCollections GetScheduledActionParamsActionParamValuesCollection[]
    The list of action_param_values_collection.
    id string
    The provider-assigned unique ID for this managed resource.
    type string
    filters GetScheduledActionParamsFilter[]
    action_param_values_collections Sequence[database.GetScheduledActionParamsActionParamValuesCollection]
    The list of action_param_values_collection.
    id str
    The provider-assigned unique ID for this managed resource.
    type str
    filters Sequence[database.GetScheduledActionParamsFilter]
    actionParamValuesCollections List<Property Map>
    The list of action_param_values_collection.
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    filters List<Property Map>

    Supporting Types

    GetScheduledActionParamsActionParamValuesCollection

    Items List<GetScheduledActionParamsActionParamValuesCollectionItem>
    List of Action Parameters and their possible values.
    Items []GetScheduledActionParamsActionParamValuesCollectionItem
    List of Action Parameters and their possible values.
    items List<GetScheduledActionParamsActionParamValuesCollectionItem>
    List of Action Parameters and their possible values.
    items GetScheduledActionParamsActionParamValuesCollectionItem[]
    List of Action Parameters and their possible values.
    items Sequence[database.GetScheduledActionParamsActionParamValuesCollectionItem]
    List of Action Parameters and their possible values.
    items List<Property Map>
    List of Action Parameters and their possible values.

    GetScheduledActionParamsActionParamValuesCollectionItem

    DefaultValue string
    The default value for this parameter.
    IsRequired bool
    Whether this parameter is required or not for this action type.、
    ParameterName string
    The name of this parameter.
    ParameterType string
    The type of the parameter.
    ParameterValues List<string>
    Possible values for this parameter. In case of integer it's min and max values.
    DefaultValue string
    The default value for this parameter.
    IsRequired bool
    Whether this parameter is required or not for this action type.、
    ParameterName string
    The name of this parameter.
    ParameterType string
    The type of the parameter.
    ParameterValues []string
    Possible values for this parameter. In case of integer it's min and max values.
    defaultValue String
    The default value for this parameter.
    isRequired Boolean
    Whether this parameter is required or not for this action type.、
    parameterName String
    The name of this parameter.
    parameterType String
    The type of the parameter.
    parameterValues List<String>
    Possible values for this parameter. In case of integer it's min and max values.
    defaultValue string
    The default value for this parameter.
    isRequired boolean
    Whether this parameter is required or not for this action type.、
    parameterName string
    The name of this parameter.
    parameterType string
    The type of the parameter.
    parameterValues string[]
    Possible values for this parameter. In case of integer it's min and max values.
    default_value str
    The default value for this parameter.
    is_required bool
    Whether this parameter is required or not for this action type.、
    parameter_name str
    The name of this parameter.
    parameter_type str
    The type of the parameter.
    parameter_values Sequence[str]
    Possible values for this parameter. In case of integer it's min and max values.
    defaultValue String
    The default value for this parameter.
    isRequired Boolean
    Whether this parameter is required or not for this action type.、
    parameterName String
    The name of this parameter.
    parameterType String
    The type of the parameter.
    parameterValues List<String>
    Possible values for this parameter. In case of integer it's min and max values.

    GetScheduledActionParamsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi