Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.Database.getScheduledActionParams
Explore with Pulumi AI
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<Get
Scheduled Action Params Filter>
- Type string
- The type of the scheduled action
- Filters
[]Get
Scheduled Action Params Filter
- type String
- The type of the scheduled action
- filters
List<Get
Scheduled Action Params Filter>
- type string
- The type of the scheduled action
- filters
Get
Scheduled Action Params Filter[]
- type str
- The type of the scheduled action
- filters
Sequence[database.
Get Scheduled Action Params Filter]
- type String
- The type of the scheduled action
- filters List<Property Map>
getScheduledActionParams Result
The following output properties are available:
- Action
Param List<GetValues Collections Scheduled Action Params Action Param Values Collection> - The list of action_param_values_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Filters
List<Get
Scheduled Action Params Filter>
- Action
Param []GetValues Collections Scheduled Action Params Action Param Values Collection - The list of action_param_values_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Type string
- Filters
[]Get
Scheduled Action Params Filter
- action
Param List<GetValues Collections Scheduled Action Params Action Param Values Collection> - The list of action_param_values_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- type String
- filters
List<Get
Scheduled Action Params Filter>
- action
Param GetValues Collections Scheduled Action Params Action Param Values Collection[] - The list of action_param_values_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- type string
- filters
Get
Scheduled Action Params Filter[]
- action_
param_ Sequence[database.values_ collections Get Scheduled Action Params Action Param Values Collection] - The list of action_param_values_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- type str
- filters
Sequence[database.
Get Scheduled Action Params Filter]
- action
Param List<Property Map>Values Collections - 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<Get
Scheduled Action Params Action Param Values Collection Item> - List of Action Parameters and their possible values.
- Items
[]Get
Scheduled Action Params Action Param Values Collection Item - List of Action Parameters and their possible values.
- items
List<Get
Scheduled Action Params Action Param Values Collection Item> - List of Action Parameters and their possible values.
- items
Get
Scheduled Action Params Action Param Values Collection Item[] - List of Action Parameters and their possible values.
- items
Sequence[database.
Get Scheduled Action Params Action Param Values Collection Item] - List of Action Parameters and their possible values.
- items List<Property Map>
- List of Action Parameters and their possible values.
GetScheduledActionParamsActionParamValuesCollectionItem
- Default
Value string - The default value for this parameter.
- Is
Required bool - Whether this parameter is required or not for this action type.、
- Parameter
Name string - The name of this parameter.
- Parameter
Type string - The type of the parameter.
- Parameter
Values List<string> - Possible values for this parameter. In case of integer it's min and max values.
- Default
Value string - The default value for this parameter.
- Is
Required bool - Whether this parameter is required or not for this action type.、
- Parameter
Name string - The name of this parameter.
- Parameter
Type string - The type of the parameter.
- Parameter
Values []string - Possible values for this parameter. In case of integer it's min and max values.
- default
Value String - The default value for this parameter.
- is
Required Boolean - Whether this parameter is required or not for this action type.、
- parameter
Name String - The name of this parameter.
- parameter
Type String - The type of the parameter.
- parameter
Values List<String> - Possible values for this parameter. In case of integer it's min and max values.
- default
Value string - The default value for this parameter.
- is
Required boolean - Whether this parameter is required or not for this action type.、
- parameter
Name string - The name of this parameter.
- parameter
Type string - The type of the parameter.
- parameter
Values 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.
- default
Value String - The default value for this parameter.
- is
Required Boolean - Whether this parameter is required or not for this action type.、
- parameter
Name String - The name of this parameter.
- parameter
Type String - The type of the parameter.
- parameter
Values List<String> - Possible values for this parameter. In case of integer it's min and max values.
GetScheduledActionParamsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.