oci.FusionApps.FusionEnvironmentRefreshActivity
Explore with Pulumi AI
This resource provides the Fusion Environment Refresh Activity resource in Oracle Cloud Infrastructure Fusion Apps service.
Creates a new RefreshActivity.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testFusionEnvironmentRefreshActivity:
    type: oci:FusionApps:FusionEnvironmentRefreshActivity
    name: test_fusion_environment_refresh_activity
    properties:
      fusionEnvironmentId: ${testFusionEnvironment.id}
      sourceFusionEnvironmentId: ${testFusionEnvironment.id}
      isDataMaskingOpted: ${fusionEnvironmentRefreshActivityIsDataMaskingOpted}
      timeScheduledStart: ${fusionEnvironmentRefreshActivityTimeScheduledStart}
Create FusionEnvironmentRefreshActivity Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FusionEnvironmentRefreshActivity(name: string, args: FusionEnvironmentRefreshActivityArgs, opts?: CustomResourceOptions);@overload
def FusionEnvironmentRefreshActivity(resource_name: str,
                                     args: FusionEnvironmentRefreshActivityArgs,
                                     opts: Optional[ResourceOptions] = None)
@overload
def FusionEnvironmentRefreshActivity(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     fusion_environment_id: Optional[str] = None,
                                     source_fusion_environment_id: Optional[str] = None,
                                     is_data_masking_opted: Optional[bool] = None)func NewFusionEnvironmentRefreshActivity(ctx *Context, name string, args FusionEnvironmentRefreshActivityArgs, opts ...ResourceOption) (*FusionEnvironmentRefreshActivity, error)public FusionEnvironmentRefreshActivity(string name, FusionEnvironmentRefreshActivityArgs args, CustomResourceOptions? opts = null)
public FusionEnvironmentRefreshActivity(String name, FusionEnvironmentRefreshActivityArgs args)
public FusionEnvironmentRefreshActivity(String name, FusionEnvironmentRefreshActivityArgs args, CustomResourceOptions options)
type: oci:FusionApps:FusionEnvironmentRefreshActivity
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FusionEnvironmentRefreshActivityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FusionEnvironmentRefreshActivityArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FusionEnvironmentRefreshActivityArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FusionEnvironmentRefreshActivityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FusionEnvironmentRefreshActivityArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var fusionEnvironmentRefreshActivityResource = new Oci.FusionApps.FusionEnvironmentRefreshActivity("fusionEnvironmentRefreshActivityResource", new()
{
    FusionEnvironmentId = "string",
    SourceFusionEnvironmentId = "string",
    IsDataMaskingOpted = false,
});
example, err := FusionApps.NewFusionEnvironmentRefreshActivity(ctx, "fusionEnvironmentRefreshActivityResource", &FusionApps.FusionEnvironmentRefreshActivityArgs{
	FusionEnvironmentId:       pulumi.String("string"),
	SourceFusionEnvironmentId: pulumi.String("string"),
	IsDataMaskingOpted:        pulumi.Bool(false),
})
var fusionEnvironmentRefreshActivityResource = new FusionEnvironmentRefreshActivity("fusionEnvironmentRefreshActivityResource", FusionEnvironmentRefreshActivityArgs.builder()
    .fusionEnvironmentId("string")
    .sourceFusionEnvironmentId("string")
    .isDataMaskingOpted(false)
    .build());
fusion_environment_refresh_activity_resource = oci.fusion_apps.FusionEnvironmentRefreshActivity("fusionEnvironmentRefreshActivityResource",
    fusion_environment_id="string",
    source_fusion_environment_id="string",
    is_data_masking_opted=False)
const fusionEnvironmentRefreshActivityResource = new oci.fusionapps.FusionEnvironmentRefreshActivity("fusionEnvironmentRefreshActivityResource", {
    fusionEnvironmentId: "string",
    sourceFusionEnvironmentId: "string",
    isDataMaskingOpted: false,
});
type: oci:FusionApps:FusionEnvironmentRefreshActivity
properties:
    fusionEnvironmentId: string
    isDataMaskingOpted: false
    sourceFusionEnvironmentId: string
FusionEnvironmentRefreshActivity Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FusionEnvironmentRefreshActivity resource accepts the following input properties:
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- SourceFusion stringEnvironment Id 
- The OCID of the source environment
- IsData boolMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- SourceFusion stringEnvironment Id 
- The OCID of the source environment
- IsData boolMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- sourceFusion StringEnvironment Id 
- The OCID of the source environment
- isData BooleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- fusionEnvironment stringId 
- unique FusionEnvironment identifier
- sourceFusion stringEnvironment Id 
- The OCID of the source environment
- isData booleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- fusion_environment_ strid 
- unique FusionEnvironment identifier
- source_fusion_ strenvironment_ id 
- The OCID of the source environment
- is_data_ boolmasking_ opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- sourceFusion StringEnvironment Id 
- The OCID of the source environment
- isData BooleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
Outputs
All input properties are implicitly available as output properties. Additionally, the FusionEnvironmentRefreshActivity resource produces the following output properties:
- DisplayName string
- A friendly name for the refresh activity. Can be changed later.
- 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.
- RefreshActivity stringId 
- RefreshIssue List<FusionDetails Lists Environment Refresh Activity Refresh Issue Details List> 
- Details of refresh investigation information, each item represents a different issue.
- ServiceAvailability string
- Service availability / impact during refresh activity execution up down
- State string
- The current state of the refreshActivity.
- TimeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- TimeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- DisplayName string
- A friendly name for the refresh activity. Can be changed later.
- 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.
- RefreshActivity stringId 
- RefreshIssue []FusionDetails Lists Environment Refresh Activity Refresh Issue Details List 
- Details of refresh investigation information, each item represents a different issue.
- ServiceAvailability string
- Service availability / impact during refresh activity execution up down
- State string
- The current state of the refreshActivity.
- TimeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- TimeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName String
- A friendly name for the refresh activity. Can be changed later.
- 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.
- refreshActivity StringId 
- refreshIssue List<FusionDetails Lists Environment Refresh Activity Refresh Issue Details List> 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability String
- Service availability / impact during refresh activity execution up down
- state String
- The current state of the refreshActivity.
- timeAccepted String
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf StringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated String
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName string
- A friendly name for the refresh activity. Can be changed later.
- 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.
- refreshActivity stringId 
- refreshIssue FusionDetails Lists Environment Refresh Activity Refresh Issue Details List[] 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability string
- Service availability / impact during refresh activity execution up down
- state string
- The current state of the refreshActivity.
- timeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- display_name str
- A friendly name for the refresh activity. Can be changed later.
- 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.
- refresh_activity_ strid 
- refresh_issue_ Sequence[fusionapps.details_ lists Fusion Environment Refresh Activity Refresh Issue Details List] 
- Details of refresh investigation information, each item represents a different issue.
- service_availability str
- Service availability / impact during refresh activity execution up down
- state str
- The current state of the refreshActivity.
- time_accepted str
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- time_expected_ strfinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- time_finished str
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- time_of_ strrestoration_ point 
- The date and time of the most recent source environment backup used for the environment refresh.
- time_updated str
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName String
- A friendly name for the refresh activity. Can be changed later.
- 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.
- refreshActivity StringId 
- refreshIssue List<Property Map>Details Lists 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability String
- Service availability / impact during refresh activity execution up down
- state String
- The current state of the refreshActivity.
- timeAccepted String
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf StringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated String
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
Look up Existing FusionEnvironmentRefreshActivity Resource
Get an existing FusionEnvironmentRefreshActivity resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FusionEnvironmentRefreshActivityState, opts?: CustomResourceOptions): FusionEnvironmentRefreshActivity@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        display_name: Optional[str] = None,
        fusion_environment_id: Optional[str] = None,
        is_data_masking_opted: Optional[bool] = None,
        lifecycle_details: Optional[str] = None,
        refresh_activity_id: Optional[str] = None,
        refresh_issue_details_lists: Optional[Sequence[_fusionapps.FusionEnvironmentRefreshActivityRefreshIssueDetailsListArgs]] = None,
        service_availability: Optional[str] = None,
        source_fusion_environment_id: Optional[str] = None,
        state: Optional[str] = None,
        time_accepted: Optional[str] = None,
        time_expected_finish: Optional[str] = None,
        time_finished: Optional[str] = None,
        time_of_restoration_point: Optional[str] = None,
        time_updated: Optional[str] = None) -> FusionEnvironmentRefreshActivityfunc GetFusionEnvironmentRefreshActivity(ctx *Context, name string, id IDInput, state *FusionEnvironmentRefreshActivityState, opts ...ResourceOption) (*FusionEnvironmentRefreshActivity, error)public static FusionEnvironmentRefreshActivity Get(string name, Input<string> id, FusionEnvironmentRefreshActivityState? state, CustomResourceOptions? opts = null)public static FusionEnvironmentRefreshActivity get(String name, Output<String> id, FusionEnvironmentRefreshActivityState state, CustomResourceOptions options)resources:  _:    type: oci:FusionApps:FusionEnvironmentRefreshActivity    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- DisplayName string
- A friendly name for the refresh activity. Can be changed later.
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- IsData boolMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- RefreshActivity stringId 
- RefreshIssue List<FusionDetails Lists Environment Refresh Activity Refresh Issue Details List> 
- Details of refresh investigation information, each item represents a different issue.
- ServiceAvailability string
- Service availability / impact during refresh activity execution up down
- SourceFusion stringEnvironment Id 
- The OCID of the source environment
- State string
- The current state of the refreshActivity.
- TimeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- TimeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- DisplayName string
- A friendly name for the refresh activity. Can be changed later.
- FusionEnvironment stringId 
- unique FusionEnvironment identifier
- IsData boolMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- RefreshActivity stringId 
- RefreshIssue []FusionDetails Lists Environment Refresh Activity Refresh Issue Details List Args 
- Details of refresh investigation information, each item represents a different issue.
- ServiceAvailability string
- Service availability / impact during refresh activity execution up down
- SourceFusion stringEnvironment Id 
- The OCID of the source environment
- State string
- The current state of the refreshActivity.
- TimeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- TimeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- TimeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- TimeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- TimeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName String
- A friendly name for the refresh activity. Can be changed later.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- isData BooleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- refreshActivity StringId 
- refreshIssue List<FusionDetails Lists Environment Refresh Activity Refresh Issue Details List> 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability String
- Service availability / impact during refresh activity execution up down
- sourceFusion StringEnvironment Id 
- The OCID of the source environment
- state String
- The current state of the refreshActivity.
- timeAccepted String
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf StringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated String
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName string
- A friendly name for the refresh activity. Can be changed later.
- fusionEnvironment stringId 
- unique FusionEnvironment identifier
- isData booleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- refreshActivity stringId 
- refreshIssue FusionDetails Lists Environment Refresh Activity Refresh Issue Details List[] 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability string
- Service availability / impact during refresh activity execution up down
- sourceFusion stringEnvironment Id 
- The OCID of the source environment
- state string
- The current state of the refreshActivity.
- timeAccepted string
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected stringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished string
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf stringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated string
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- display_name str
- A friendly name for the refresh activity. Can be changed later.
- fusion_environment_ strid 
- unique FusionEnvironment identifier
- is_data_ boolmasking_ opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- refresh_activity_ strid 
- refresh_issue_ Sequence[fusionapps.details_ lists Fusion Environment Refresh Activity Refresh Issue Details List Args] 
- Details of refresh investigation information, each item represents a different issue.
- service_availability str
- Service availability / impact during refresh activity execution up down
- source_fusion_ strenvironment_ id 
- The OCID of the source environment
- state str
- The current state of the refreshActivity.
- time_accepted str
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- time_expected_ strfinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- time_finished str
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- time_of_ strrestoration_ point 
- The date and time of the most recent source environment backup used for the environment refresh.
- time_updated str
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
- displayName String
- A friendly name for the refresh activity. Can be changed later.
- fusionEnvironment StringId 
- unique FusionEnvironment identifier
- isData BooleanMasking Opted 
- Represents if the customer opted for Data Masking or not during refreshActivity.
- 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.
- refreshActivity StringId 
- refreshIssue List<Property Map>Details Lists 
- Details of refresh investigation information, each item represents a different issue.
- serviceAvailability String
- Service availability / impact during refresh activity execution up down
- sourceFusion StringEnvironment Id 
- The OCID of the source environment
- state String
- The current state of the refreshActivity.
- timeAccepted String
- The time the refresh activity record was created. An RFC3339 formatted datetime string.
- timeExpected StringFinish 
- The time the refresh activity is scheduled to end. An RFC3339 formatted datetime string.
- timeFinished String
- The time the refresh activity actually completed / cancelled / failed. An RFC3339 formatted datetime string.
- timeOf StringRestoration Point 
- The date and time of the most recent source environment backup used for the environment refresh.
- timeUpdated String
- The time the refresh activity record was updated. An RFC3339 formatted datetime string.
Supporting Types
FusionEnvironmentRefreshActivityRefreshIssueDetailsList, FusionEnvironmentRefreshActivityRefreshIssueDetailsListArgs                
- RefreshIssues string
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
- RefreshIssues string
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
- refreshIssues String
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
- refreshIssues string
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
- refresh_issues str
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
- refreshIssues String
- Detail reasons of refresh failure or validation failure that needs to be shown to customer.
Import
FusionEnvironmentRefreshActivities can be imported using the id, e.g.
$ pulumi import oci:FusionApps/fusionEnvironmentRefreshActivity:FusionEnvironmentRefreshActivity test_fusion_environment_refresh_activity "fusionEnvironments/{fusionEnvironmentId}/refreshActivities/{refreshActivityId}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.