Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Functions.getFusionEnvironmentScheduledActivity
Explore with Pulumi AI
This data source provides details about a specific Fusion Environment Scheduled Activity resource in Oracle Cloud Infrastructure Fusion Apps service.
Gets a ScheduledActivity by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFusionEnvironmentScheduledActivity = oci.Functions.getFusionEnvironmentScheduledActivity({
    fusionEnvironmentId: testFusionEnvironment.id,
    scheduledActivityId: testScheduledActivity.id,
});
import pulumi
import pulumi_oci as oci
test_fusion_environment_scheduled_activity = oci.Functions.get_fusion_environment_scheduled_activity(fusion_environment_id=test_fusion_environment["id"],
    scheduled_activity_id=test_scheduled_activity["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/functions"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := functions.GetFusionEnvironmentScheduledActivity(ctx, &functions.GetFusionEnvironmentScheduledActivityArgs{
			FusionEnvironmentId: testFusionEnvironment.Id,
			ScheduledActivityId: testScheduledActivity.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 testFusionEnvironmentScheduledActivity = Oci.Functions.GetFusionEnvironmentScheduledActivity.Invoke(new()
    {
        FusionEnvironmentId = testFusionEnvironment.Id,
        ScheduledActivityId = testScheduledActivity.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Functions.FunctionsFunctions;
import com.pulumi.oci.Functions.inputs.GetFusionEnvironmentScheduledActivityArgs;
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 testFusionEnvironmentScheduledActivity = FunctionsFunctions.getFusionEnvironmentScheduledActivity(GetFusionEnvironmentScheduledActivityArgs.builder()
            .fusionEnvironmentId(testFusionEnvironment.id())
            .scheduledActivityId(testScheduledActivity.id())
            .build());
    }
}
variables:
  testFusionEnvironmentScheduledActivity:
    fn::invoke:
      function: oci:Functions:getFusionEnvironmentScheduledActivity
      arguments:
        fusionEnvironmentId: ${testFusionEnvironment.id}
        scheduledActivityId: ${testScheduledActivity.id}
Using getFusionEnvironmentScheduledActivity
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 getFusionEnvironmentScheduledActivity(args: GetFusionEnvironmentScheduledActivityArgs, opts?: InvokeOptions): Promise<GetFusionEnvironmentScheduledActivityResult>
function getFusionEnvironmentScheduledActivityOutput(args: GetFusionEnvironmentScheduledActivityOutputArgs, opts?: InvokeOptions): Output<GetFusionEnvironmentScheduledActivityResult>def get_fusion_environment_scheduled_activity(fusion_environment_id: Optional[str] = None,
                                              scheduled_activity_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetFusionEnvironmentScheduledActivityResult
def get_fusion_environment_scheduled_activity_output(fusion_environment_id: Optional[pulumi.Input[str]] = None,
                                              scheduled_activity_id: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetFusionEnvironmentScheduledActivityResult]func GetFusionEnvironmentScheduledActivity(ctx *Context, args *GetFusionEnvironmentScheduledActivityArgs, opts ...InvokeOption) (*GetFusionEnvironmentScheduledActivityResult, error)
func GetFusionEnvironmentScheduledActivityOutput(ctx *Context, args *GetFusionEnvironmentScheduledActivityOutputArgs, opts ...InvokeOption) GetFusionEnvironmentScheduledActivityResultOutput> Note: This function is named GetFusionEnvironmentScheduledActivity in the Go SDK.
public static class GetFusionEnvironmentScheduledActivity 
{
    public static Task<GetFusionEnvironmentScheduledActivityResult> InvokeAsync(GetFusionEnvironmentScheduledActivityArgs args, InvokeOptions? opts = null)
    public static Output<GetFusionEnvironmentScheduledActivityResult> Invoke(GetFusionEnvironmentScheduledActivityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFusionEnvironmentScheduledActivityResult> getFusionEnvironmentScheduledActivity(GetFusionEnvironmentScheduledActivityArgs args, InvokeOptions options)
public static Output<GetFusionEnvironmentScheduledActivityResult> getFusionEnvironmentScheduledActivity(GetFusionEnvironmentScheduledActivityArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Functions/getFusionEnvironmentScheduledActivity:getFusionEnvironmentScheduledActivity
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- ScheduledActivity stringId 
- Unique ScheduledActivity identifier.
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- ScheduledActivity stringId 
- Unique ScheduledActivity identifier.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- scheduledActivity StringId 
- Unique ScheduledActivity identifier.
- fusionEnvironment stringId 
- unique FusionEnvironment identifier
- scheduledActivity stringId 
- Unique ScheduledActivity identifier.
- fusion_environment_ strid 
- unique FusionEnvironment identifier
- scheduled_activity_ strid 
- Unique ScheduledActivity identifier.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- scheduledActivity StringId 
- Unique ScheduledActivity identifier.
getFusionEnvironmentScheduledActivity Result
The following output properties are available:
- Actions
List<GetFusion Environment Scheduled Activity Action> 
- List of actions
- DelayIn intHours 
- Cumulative delay hours
- DisplayName string
- scheduled activity display name, can be renamed.
- FusionEnvironment stringId 
- FAaaS Environment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- RunCycle string
- run cadence.
- ScheduledActivity stringId 
- ServiceAvailability string
- Service availability / impact during scheduled activity execution up down
- State string
- The current state of the scheduledActivity.
- TimeCreated string
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeScheduled stringStart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
- Actions
[]GetFusion Environment Scheduled Activity Action 
- List of actions
- DelayIn intHours 
- Cumulative delay hours
- DisplayName string
- scheduled activity display name, can be renamed.
- FusionEnvironment stringId 
- FAaaS Environment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- RunCycle string
- run cadence.
- ScheduledActivity stringId 
- ServiceAvailability string
- Service availability / impact during scheduled activity execution up down
- State string
- The current state of the scheduledActivity.
- TimeCreated string
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeScheduled stringStart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
- actions
List<GetFusion Environment Scheduled Activity Action> 
- List of actions
- delayIn IntegerHours 
- Cumulative delay hours
- displayName String
- scheduled activity display name, can be renamed.
- fusionEnvironment StringId 
- FAaaS Environment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- runCycle String
- run cadence.
- scheduledActivity StringId 
- serviceAvailability String
- Service availability / impact during scheduled activity execution up down
- state String
- The current state of the scheduledActivity.
- timeCreated String
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeScheduled StringStart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
- actions
GetFusion Environment Scheduled Activity Action[] 
- List of actions
- delayIn numberHours 
- Cumulative delay hours
- displayName string
- scheduled activity display name, can be renamed.
- fusionEnvironment stringId 
- FAaaS Environment Identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- runCycle string
- run cadence.
- scheduledActivity stringId 
- serviceAvailability string
- Service availability / impact during scheduled activity execution up down
- state string
- The current state of the scheduledActivity.
- timeCreated string
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- timeExpected stringFinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished string
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeScheduled stringStart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
- actions
Sequence[GetFusion Environment Scheduled Activity Action] 
- List of actions
- delay_in_ inthours 
- Cumulative delay hours
- display_name str
- scheduled activity display name, can be renamed.
- fusion_environment_ strid 
- FAaaS Environment Identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- run_cycle str
- run cadence.
- scheduled_activity_ strid 
- service_availability str
- Service availability / impact during scheduled activity execution up down
- state str
- The current state of the scheduledActivity.
- time_created str
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- time_expected_ strfinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- time_finished str
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- time_scheduled_ strstart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- time_updated str
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
- actions List<Property Map>
- List of actions
- delayIn NumberHours 
- Cumulative delay hours
- displayName String
- scheduled activity display name, can be renamed.
- fusionEnvironment StringId 
- FAaaS Environment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- runCycle String
- run cadence.
- scheduledActivity StringId 
- serviceAvailability String
- Service availability / impact during scheduled activity execution up down
- state String
- The current state of the scheduledActivity.
- timeCreated String
- The time the scheduled activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- Current time the scheduled activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the scheduled activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeScheduled StringStart 
- Current time the scheduled activity is scheduled to start. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the scheduled activity record was updated. An RFC3339 formatted datetime string.
Supporting Types
GetFusionEnvironmentScheduledActivityAction     
- ActionType string
- Type of action
- Artifact string
- patch that delivered the vertex update prerequisite
- Category string
- patch artifact category
- Description string
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- Mode string
- A string that describeds whether the change is applied hot or cold
- Qualifier string
- month qualifier
- ReferenceKey string
- Unique identifier of the object that represents the action
- State string
- The current state of the scheduledActivity.
- Version string
- name of the repo
- ActionType string
- Type of action
- Artifact string
- patch that delivered the vertex update prerequisite
- Category string
- patch artifact category
- Description string
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- Mode string
- A string that describeds whether the change is applied hot or cold
- Qualifier string
- month qualifier
- ReferenceKey string
- Unique identifier of the object that represents the action
- State string
- The current state of the scheduledActivity.
- Version string
- name of the repo
- actionType String
- Type of action
- artifact String
- patch that delivered the vertex update prerequisite
- category String
- patch artifact category
- description String
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- mode String
- A string that describeds whether the change is applied hot or cold
- qualifier String
- month qualifier
- referenceKey String
- Unique identifier of the object that represents the action
- state String
- The current state of the scheduledActivity.
- version String
- name of the repo
- actionType string
- Type of action
- artifact string
- patch that delivered the vertex update prerequisite
- category string
- patch artifact category
- description string
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- mode string
- A string that describeds whether the change is applied hot or cold
- qualifier string
- month qualifier
- referenceKey string
- Unique identifier of the object that represents the action
- state string
- The current state of the scheduledActivity.
- version string
- name of the repo
- action_type str
- Type of action
- artifact str
- patch that delivered the vertex update prerequisite
- category str
- patch artifact category
- description str
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- mode str
- A string that describeds whether the change is applied hot or cold
- qualifier str
- month qualifier
- reference_key str
- Unique identifier of the object that represents the action
- state str
- The current state of the scheduledActivity.
- version str
- name of the repo
- actionType String
- Type of action
- artifact String
- patch that delivered the vertex update prerequisite
- category String
- patch artifact category
- description String
- A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
- mode String
- A string that describeds whether the change is applied hot or cold
- qualifier String
- month qualifier
- referenceKey String
- Unique identifier of the object that represents the action
- state String
- The current state of the scheduledActivity.
- version String
- name of the repo
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.