1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. omics
  5. getSequenceStore

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Definition of AWS::Omics::SequenceStore Resource Type

    Using getSequenceStore

    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 getSequenceStore(args: GetSequenceStoreArgs, opts?: InvokeOptions): Promise<GetSequenceStoreResult>
    function getSequenceStoreOutput(args: GetSequenceStoreOutputArgs, opts?: InvokeOptions): Output<GetSequenceStoreResult>
    def get_sequence_store(sequence_store_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSequenceStoreResult
    def get_sequence_store_output(sequence_store_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSequenceStoreResult]
    func LookupSequenceStore(ctx *Context, args *LookupSequenceStoreArgs, opts ...InvokeOption) (*LookupSequenceStoreResult, error)
    func LookupSequenceStoreOutput(ctx *Context, args *LookupSequenceStoreOutputArgs, opts ...InvokeOption) LookupSequenceStoreResultOutput

    > Note: This function is named LookupSequenceStore in the Go SDK.

    public static class GetSequenceStore 
    {
        public static Task<GetSequenceStoreResult> InvokeAsync(GetSequenceStoreArgs args, InvokeOptions? opts = null)
        public static Output<GetSequenceStoreResult> Invoke(GetSequenceStoreInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSequenceStoreResult> getSequenceStore(GetSequenceStoreArgs args, InvokeOptions options)
    public static Output<GetSequenceStoreResult> getSequenceStore(GetSequenceStoreArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:omics:getSequenceStore
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SequenceStoreId string
    The store's ID.
    SequenceStoreId string
    The store's ID.
    sequenceStoreId String
    The store's ID.
    sequenceStoreId string
    The store's ID.
    sequence_store_id str
    The store's ID.
    sequenceStoreId String
    The store's ID.

    getSequenceStore Result

    The following output properties are available:

    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    SequenceStoreId string
    The store's ID.
    Arn string
    The store's ARN.
    CreationTime string
    When the store was created.
    SequenceStoreId string
    The store's ID.
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    sequenceStoreId String
    The store's ID.
    arn string
    The store's ARN.
    creationTime string
    When the store was created.
    sequenceStoreId string
    The store's ID.
    arn str
    The store's ARN.
    creation_time str
    When the store was created.
    sequence_store_id str
    The store's ID.
    arn String
    The store's ARN.
    creationTime String
    When the store was created.
    sequenceStoreId String
    The store's ID.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Native v0.126.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.