Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.GoldenGate.getTrailSequence
Explore with Pulumi AI
This data source provides details about a specific Trail Sequence resource in Oracle Cloud Infrastructure Golden Gate service.
Lists the Trail Sequences for a TrailFile in a given deployment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTrailSequence = oci.GoldenGate.getTrailSequence({
    deploymentId: testDeployment.id,
    trailFileId: testTrailFile.id,
    displayName: trailSequenceDisplayName,
    trailSequenceId: testTrailSequenceOciGoldenGateTrailSequence.id,
});
import pulumi
import pulumi_oci as oci
test_trail_sequence = oci.GoldenGate.get_trail_sequence(deployment_id=test_deployment["id"],
    trail_file_id=test_trail_file["id"],
    display_name=trail_sequence_display_name,
    trail_sequence_id=test_trail_sequence_oci_golden_gate_trail_sequence["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := goldengate.GetTrailSequence(ctx, &goldengate.GetTrailSequenceArgs{
			DeploymentId:    testDeployment.Id,
			TrailFileId:     testTrailFile.Id,
			DisplayName:     trailSequenceDisplayName,
			TrailSequenceId: testTrailSequenceOciGoldenGateTrailSequence.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 testTrailSequence = Oci.GoldenGate.GetTrailSequence.Invoke(new()
    {
        DeploymentId = testDeployment.Id,
        TrailFileId = testTrailFile.Id,
        DisplayName = trailSequenceDisplayName,
        TrailSequenceId = testTrailSequenceOciGoldenGateTrailSequence.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetTrailSequenceArgs;
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 testTrailSequence = GoldenGateFunctions.getTrailSequence(GetTrailSequenceArgs.builder()
            .deploymentId(testDeployment.id())
            .trailFileId(testTrailFile.id())
            .displayName(trailSequenceDisplayName)
            .trailSequenceId(testTrailSequenceOciGoldenGateTrailSequence.id())
            .build());
    }
}
variables:
  testTrailSequence:
    fn::invoke:
      function: oci:GoldenGate:getTrailSequence
      arguments:
        deploymentId: ${testDeployment.id}
        trailFileId: ${testTrailFile.id}
        displayName: ${trailSequenceDisplayName}
        trailSequenceId: ${testTrailSequenceOciGoldenGateTrailSequence.id}
Using getTrailSequence
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 getTrailSequence(args: GetTrailSequenceArgs, opts?: InvokeOptions): Promise<GetTrailSequenceResult>
function getTrailSequenceOutput(args: GetTrailSequenceOutputArgs, opts?: InvokeOptions): Output<GetTrailSequenceResult>def get_trail_sequence(deployment_id: Optional[str] = None,
                       display_name: Optional[str] = None,
                       trail_file_id: Optional[str] = None,
                       trail_sequence_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetTrailSequenceResult
def get_trail_sequence_output(deployment_id: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       trail_file_id: Optional[pulumi.Input[str]] = None,
                       trail_sequence_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetTrailSequenceResult]func GetTrailSequence(ctx *Context, args *GetTrailSequenceArgs, opts ...InvokeOption) (*GetTrailSequenceResult, error)
func GetTrailSequenceOutput(ctx *Context, args *GetTrailSequenceOutputArgs, opts ...InvokeOption) GetTrailSequenceResultOutput> Note: This function is named GetTrailSequence in the Go SDK.
public static class GetTrailSequence 
{
    public static Task<GetTrailSequenceResult> InvokeAsync(GetTrailSequenceArgs args, InvokeOptions? opts = null)
    public static Output<GetTrailSequenceResult> Invoke(GetTrailSequenceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrailSequenceResult> getTrailSequence(GetTrailSequenceArgs args, InvokeOptions options)
public static Output<GetTrailSequenceResult> getTrailSequence(GetTrailSequenceArgs args, InvokeOptions options)
fn::invoke:
  function: oci:GoldenGate/getTrailSequence:getTrailSequence
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeploymentId string
- A unique Deployment identifier.
- DisplayName string
- A filter to return only the resources that match the entire 'displayName' given.
- TrailFile stringId 
- A Trail File identifier
- TrailSequence stringId 
- A Trail Sequence identifier
- DeploymentId string
- A unique Deployment identifier.
- DisplayName string
- A filter to return only the resources that match the entire 'displayName' given.
- TrailFile stringId 
- A Trail File identifier
- TrailSequence stringId 
- A Trail Sequence identifier
- deploymentId String
- A unique Deployment identifier.
- displayName String
- A filter to return only the resources that match the entire 'displayName' given.
- trailFile StringId 
- A Trail File identifier
- trailSequence StringId 
- A Trail Sequence identifier
- deploymentId string
- A unique Deployment identifier.
- displayName string
- A filter to return only the resources that match the entire 'displayName' given.
- trailFile stringId 
- A Trail File identifier
- trailSequence stringId 
- A Trail Sequence identifier
- deployment_id str
- A unique Deployment identifier.
- display_name str
- A filter to return only the resources that match the entire 'displayName' given.
- trail_file_ strid 
- A Trail File identifier
- trail_sequence_ strid 
- A Trail Sequence identifier
- deploymentId String
- A unique Deployment identifier.
- displayName String
- A filter to return only the resources that match the entire 'displayName' given.
- trailFile StringId 
- A Trail File identifier
- trailSequence StringId 
- A Trail Sequence identifier
getTrailSequence Result
The following output properties are available:
- DeploymentId string
- DisplayName string
- An object's Display Name.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<GetTrail Sequence Item> 
- An array of TrailSequences.
- TimeLast stringFetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TrailFile stringId 
- TrailSequence stringId 
- DeploymentId string
- DisplayName string
- An object's Display Name.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]GetTrail Sequence Item 
- An array of TrailSequences.
- TimeLast stringFetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- TrailFile stringId 
- TrailSequence stringId 
- deploymentId String
- displayName String
- An object's Display Name.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<GetTrail Sequence Item> 
- An array of TrailSequences.
- timeLast StringFetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- trailFile StringId 
- trailSequence StringId 
- deploymentId string
- displayName string
- An object's Display Name.
- id string
- The provider-assigned unique ID for this managed resource.
- items
GetTrail Sequence Item[] 
- An array of TrailSequences.
- timeLast stringFetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- trailFile stringId 
- trailSequence stringId 
- deployment_id str
- display_name str
- An object's Display Name.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[GetTrail Sequence Item] 
- An array of TrailSequences.
- time_last_ strfetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- trail_file_ strid 
- trail_sequence_ strid 
- deploymentId String
- displayName String
- An object's Display Name.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- An array of TrailSequences.
- timeLast StringFetched 
- The time the data was last fetched from the deployment. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- trailFile StringId 
- trailSequence StringId 
Supporting Types
GetTrailSequenceItem   
- DisplayName string
- A filter to return only the resources that match the entire 'displayName' given.
- SequenceId string
- Sequence Id
- SizeIn doubleBytes 
- The size of the backup stored in object storage (in bytes)
- TimeLast stringUpdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- DisplayName string
- A filter to return only the resources that match the entire 'displayName' given.
- SequenceId string
- Sequence Id
- SizeIn float64Bytes 
- The size of the backup stored in object storage (in bytes)
- TimeLast stringUpdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- displayName String
- A filter to return only the resources that match the entire 'displayName' given.
- sequenceId String
- Sequence Id
- sizeIn DoubleBytes 
- The size of the backup stored in object storage (in bytes)
- timeLast StringUpdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- displayName string
- A filter to return only the resources that match the entire 'displayName' given.
- sequenceId string
- Sequence Id
- sizeIn numberBytes 
- The size of the backup stored in object storage (in bytes)
- timeLast stringUpdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- display_name str
- A filter to return only the resources that match the entire 'displayName' given.
- sequence_id str
- Sequence Id
- size_in_ floatbytes 
- The size of the backup stored in object storage (in bytes)
- time_last_ strupdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- displayName String
- A filter to return only the resources that match the entire 'displayName' given.
- sequenceId String
- Sequence Id
- sizeIn NumberBytes 
- The size of the backup stored in object storage (in bytes)
- timeLast StringUpdated 
- The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.