Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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:
- ExportDuration string
- The duration of data to be exported for fleets.
- ExportFrequency string
- Schedule at which data will be exported.
- ExportResources string
- Resource to export data associated from the fleets.
- ExportSetting stringKey 
- The internal identifier of the export setting.
- FleetId string
- The OCID of the fleet.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsCross boolRegion Acknowledged 
- Acknowledgement for cross region target bucket configuration.
- IsEnabled bool
- ExportSetting flag to store enabled or disabled status.
- TargetBucket stringName 
- The name of the bucket where data will be exported.
- TargetBucket stringNamespace 
- The namespace of the bucket where data will be exported.
- TargetBucket stringRegion 
- The id of the region of the target bucket.
- TimeCreated string
- The creation date and time of the export setting (formatted according to RFC3339).
- TimeLast stringModified 
- The update date and time of the export setting (formatted according to RFC3339).
- ExportDuration string
- The duration of data to be exported for fleets.
- ExportFrequency string
- Schedule at which data will be exported.
- ExportResources string
- Resource to export data associated from the fleets.
- ExportSetting stringKey 
- The internal identifier of the export setting.
- FleetId string
- The OCID of the fleet.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsCross boolRegion Acknowledged 
- Acknowledgement for cross region target bucket configuration.
- IsEnabled bool
- ExportSetting flag to store enabled or disabled status.
- TargetBucket stringName 
- The name of the bucket where data will be exported.
- TargetBucket stringNamespace 
- The namespace of the bucket where data will be exported.
- TargetBucket stringRegion 
- The id of the region of the target bucket.
- TimeCreated string
- The creation date and time of the export setting (formatted according to RFC3339).
- TimeLast stringModified 
- The update date and time of the export setting (formatted according to RFC3339).
- exportDuration String
- The duration of data to be exported for fleets.
- exportFrequency String
- Schedule at which data will be exported.
- exportResources String
- Resource to export data associated from the fleets.
- exportSetting StringKey 
- The internal identifier of the export setting.
- fleetId String
- The OCID of the fleet.
- id String
- The provider-assigned unique ID for this managed resource.
- isCross BooleanRegion Acknowledged 
- Acknowledgement for cross region target bucket configuration.
- isEnabled Boolean
- ExportSetting flag to store enabled or disabled status.
- targetBucket StringName 
- The name of the bucket where data will be exported.
- targetBucket StringNamespace 
- The namespace of the bucket where data will be exported.
- targetBucket StringRegion 
- The id of the region of the target bucket.
- timeCreated String
- The creation date and time of the export setting (formatted according to RFC3339).
- timeLast StringModified 
- The update date and time of the export setting (formatted according to RFC3339).
- exportDuration string
- The duration of data to be exported for fleets.
- exportFrequency string
- Schedule at which data will be exported.
- exportResources string
- Resource to export data associated from the fleets.
- exportSetting stringKey 
- The internal identifier of the export setting.
- fleetId string
- The OCID of the fleet.
- id string
- The provider-assigned unique ID for this managed resource.
- isCross booleanRegion Acknowledged 
- Acknowledgement for cross region target bucket configuration.
- isEnabled boolean
- ExportSetting flag to store enabled or disabled status.
- targetBucket stringName 
- The name of the bucket where data will be exported.
- targetBucket stringNamespace 
- The namespace of the bucket where data will be exported.
- targetBucket stringRegion 
- The id of the region of the target bucket.
- timeCreated string
- The creation date and time of the export setting (formatted according to RFC3339).
- timeLast 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).
- exportDuration String
- The duration of data to be exported for fleets.
- exportFrequency String
- Schedule at which data will be exported.
- exportResources String
- Resource to export data associated from the fleets.
- exportSetting StringKey 
- The internal identifier of the export setting.
- fleetId String
- The OCID of the fleet.
- id String
- The provider-assigned unique ID for this managed resource.
- isCross BooleanRegion Acknowledged 
- Acknowledgement for cross region target bucket configuration.
- isEnabled Boolean
- ExportSetting flag to store enabled or disabled status.
- targetBucket StringName 
- The name of the bucket where data will be exported.
- targetBucket StringNamespace 
- The namespace of the bucket where data will be exported.
- targetBucket StringRegion 
- The id of the region of the target bucket.
- timeCreated String
- The creation date and time of the export setting (formatted according to RFC3339).
- timeLast 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.