1. Packages
  2. Coralogix Provider
  3. API Docs
  4. getDataSet
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

coralogix.getDataSet

Explore with Pulumi AI

coralogix logo
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

    Using getDataSet

    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 getDataSet(args: GetDataSetArgs, opts?: InvokeOptions): Promise<GetDataSetResult>
    function getDataSetOutput(args: GetDataSetOutputArgs, opts?: InvokeOptions): Output<GetDataSetResult>
    def get_data_set(id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDataSetResult
    def get_data_set_output(id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDataSetResult]
    func LookupDataSet(ctx *Context, args *LookupDataSetArgs, opts ...InvokeOption) (*LookupDataSetResult, error)
    func LookupDataSetOutput(ctx *Context, args *LookupDataSetOutputArgs, opts ...InvokeOption) LookupDataSetResultOutput

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

    public static class GetDataSet 
    {
        public static Task<GetDataSetResult> InvokeAsync(GetDataSetArgs args, InvokeOptions? opts = null)
        public static Output<GetDataSetResult> Invoke(GetDataSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataSetResult> getDataSet(GetDataSetArgs args, InvokeOptions options)
    public static Output<GetDataSetResult> getDataSet(GetDataSetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: coralogix:index/getDataSet:getDataSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    Id string
    The ID of this resource.
    id String
    The ID of this resource.
    id string
    The ID of this resource.
    id str
    The ID of this resource.
    id String
    The ID of this resource.

    getDataSet Result

    The following output properties are available:

    Description string
    FileContent string
    Id string
    The ID of this resource.
    Name string
    UploadedFiles List<GetDataSetUploadedFile>
    Version double
    Description string
    FileContent string
    Id string
    The ID of this resource.
    Name string
    UploadedFiles []GetDataSetUploadedFile
    Version float64
    description String
    fileContent String
    id String
    The ID of this resource.
    name String
    uploadedFiles List<GetDataSetUploadedFile>
    version Double
    description string
    fileContent string
    id string
    The ID of this resource.
    name string
    uploadedFiles GetDataSetUploadedFile[]
    version number
    description String
    fileContent String
    id String
    The ID of this resource.
    name String
    uploadedFiles List<Property Map>
    version Number

    Supporting Types

    GetDataSetUploadedFile

    Package Details

    Repository
    coralogix coralogix/terraform-provider-coralogix
    License
    Notes
    This Pulumi package is based on the coralogix Terraform Provider.
    coralogix logo
    coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix