Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Jms.getFleetExportSetting
Explore with Pulumi AI
This data source provides details about a specific Fleet Export Setting resource in Oracle Cloud Infrastructure Jms service.
Returns export setting for the specified fleet.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testFleetExportSetting = oci.Jms.getFleetExportSetting({
    fleetId: testFleet.id,
});
import pulumi
import pulumi_oci as oci
test_fleet_export_setting = oci.Jms.get_fleet_export_setting(fleet_id=test_fleet["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/jms"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := jms.GetFleetExportSetting(ctx, &jms.GetFleetExportSettingArgs{
			FleetId: testFleet.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 testFleetExportSetting = Oci.Jms.GetFleetExportSetting.Invoke(new()
    {
        FleetId = testFleet.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetFleetExportSettingArgs;
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 testFleetExportSetting = JmsFunctions.getFleetExportSetting(GetFleetExportSettingArgs.builder()
            .fleetId(testFleet.id())
            .build());
    }
}
variables:
  testFleetExportSetting:
    fn::invoke:
      function: oci:Jms:getFleetExportSetting
      arguments:
        fleetId: ${testFleet.id}
Using getFleetExportSetting
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 getFleetExportSetting(args: GetFleetExportSettingArgs, opts?: InvokeOptions): Promise<GetFleetExportSettingResult>
function getFleetExportSettingOutput(args: GetFleetExportSettingOutputArgs, opts?: InvokeOptions): Output<GetFleetExportSettingResult>def get_fleet_export_setting(fleet_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetFleetExportSettingResult
def get_fleet_export_setting_output(fleet_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetFleetExportSettingResult]func GetFleetExportSetting(ctx *Context, args *GetFleetExportSettingArgs, opts ...InvokeOption) (*GetFleetExportSettingResult, error)
func GetFleetExportSettingOutput(ctx *Context, args *GetFleetExportSettingOutputArgs, opts ...InvokeOption) GetFleetExportSettingResultOutput> Note: This function is named GetFleetExportSetting in the Go SDK.
public static class GetFleetExportSetting 
{
    public static Task<GetFleetExportSettingResult> InvokeAsync(GetFleetExportSettingArgs args, InvokeOptions? opts = null)
    public static Output<GetFleetExportSettingResult> Invoke(GetFleetExportSettingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFleetExportSettingResult> getFleetExportSetting(GetFleetExportSettingArgs args, InvokeOptions options)
public static Output<GetFleetExportSettingResult> getFleetExportSetting(GetFleetExportSettingArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Jms/getFleetExportSetting:getFleetExportSetting
  arguments:
    # arguments dictionaryThe following arguments are supported:
getFleetExportSetting Result
The following output properties are available:
- Export
Duration string - The duration of data to be exported for fleets.
 - Export
Frequency string - Schedule at which data will be exported.
 - Export
Resources string - Resource to export data associated from the fleets.
 - Export
Setting stringKey  - The internal identifier of the export setting.
 - Fleet
Id string - The OCID of the fleet.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Is
Cross boolRegion Acknowledged  - Acknowledgement for cross region target bucket configuration.
 - Is
Enabled bool - ExportSetting flag to store enabled or disabled status.
 - Target
Bucket stringName  - The name of the bucket where data will be exported.
 - Target
Bucket stringNamespace  - The namespace of the bucket where data will be exported.
 - Target
Bucket stringRegion  - The id of the region of the target bucket.
 - Time
Created string - The creation date and time of the export setting (formatted according to RFC3339).
 - Time
Last stringModified  - The update date and time of the export setting (formatted according to RFC3339).
 
- Export
Duration string - The duration of data to be exported for fleets.
 - Export
Frequency string - Schedule at which data will be exported.
 - Export
Resources string - Resource to export data associated from the fleets.
 - Export
Setting stringKey  - The internal identifier of the export setting.
 - Fleet
Id string - The OCID of the fleet.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Is
Cross boolRegion Acknowledged  - Acknowledgement for cross region target bucket configuration.
 - Is
Enabled bool - ExportSetting flag to store enabled or disabled status.
 - Target
Bucket stringName  - The name of the bucket where data will be exported.
 - Target
Bucket stringNamespace  - The namespace of the bucket where data will be exported.
 - Target
Bucket stringRegion  - The id of the region of the target bucket.
 - Time
Created string - The creation date and time of the export setting (formatted according to RFC3339).
 - Time
Last stringModified  - The update date and time of the export setting (formatted according to RFC3339).
 
- export
Duration String - The duration of data to be exported for fleets.
 - export
Frequency String - Schedule at which data will be exported.
 - export
Resources String - Resource to export data associated from the fleets.
 - export
Setting StringKey  - The internal identifier of the export setting.
 - fleet
Id String - The OCID of the fleet.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - is
Cross BooleanRegion Acknowledged  - Acknowledgement for cross region target bucket configuration.
 - is
Enabled Boolean - ExportSetting flag to store enabled or disabled status.
 - target
Bucket StringName  - The name of the bucket where data will be exported.
 - target
Bucket StringNamespace  - The namespace of the bucket where data will be exported.
 - target
Bucket StringRegion  - The id of the region of the target bucket.
 - time
Created String - The creation date and time of the export setting (formatted according to RFC3339).
 - time
Last StringModified  - The update date and time of the export setting (formatted according to RFC3339).
 
- export
Duration string - The duration of data to be exported for fleets.
 - export
Frequency string - Schedule at which data will be exported.
 - export
Resources string - Resource to export data associated from the fleets.
 - export
Setting stringKey  - The internal identifier of the export setting.
 - fleet
Id string - The OCID of the fleet.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - is
Cross booleanRegion Acknowledged  - Acknowledgement for cross region target bucket configuration.
 - is
Enabled boolean - ExportSetting flag to store enabled or disabled status.
 - target
Bucket stringName  - The name of the bucket where data will be exported.
 - target
Bucket stringNamespace  - The namespace of the bucket where data will be exported.
 - target
Bucket stringRegion  - The id of the region of the target bucket.
 - time
Created string - The creation date and time of the export setting (formatted according to RFC3339).
 - time
Last stringModified  - The update date and time of the export setting (formatted according to RFC3339).
 
- export_
duration str - The duration of data to be exported for fleets.
 - export_
frequency str - Schedule at which data will be exported.
 - export_
resources str - Resource to export data associated from the fleets.
 - export_
setting_ strkey  - The internal identifier of the export setting.
 - fleet_
id str - The OCID of the fleet.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - is_
cross_ boolregion_ acknowledged  - Acknowledgement for cross region target bucket configuration.
 - is_
enabled bool - ExportSetting flag to store enabled or disabled status.
 - target_
bucket_ strname  - The name of the bucket where data will be exported.
 - target_
bucket_ strnamespace  - The namespace of the bucket where data will be exported.
 - target_
bucket_ strregion  - The id of the region of the target bucket.
 - time_
created str - The creation date and time of the export setting (formatted according to RFC3339).
 - time_
last_ strmodified  - The update date and time of the export setting (formatted according to RFC3339).
 
- export
Duration String - The duration of data to be exported for fleets.
 - export
Frequency String - Schedule at which data will be exported.
 - export
Resources String - Resource to export data associated from the fleets.
 - export
Setting StringKey  - The internal identifier of the export setting.
 - fleet
Id String - The OCID of the fleet.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - is
Cross BooleanRegion Acknowledged  - Acknowledgement for cross region target bucket configuration.
 - is
Enabled Boolean - ExportSetting flag to store enabled or disabled status.
 - target
Bucket StringName  - The name of the bucket where data will be exported.
 - target
Bucket StringNamespace  - The namespace of the bucket where data will be exported.
 - target
Bucket StringRegion  - The id of the region of the target bucket.
 - time
Created String - The creation date and time of the export setting (formatted according to RFC3339).
 - time
Last StringModified  - The update date and time of the export setting (formatted according to RFC3339).
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.