coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
coralogix.getDataSet
Explore with Pulumi AI
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
- File
Content string - Id string
- The ID of this resource.
- Name string
- Uploaded
Files List<GetData Set Uploaded File> - Version double
- Description string
- File
Content string - Id string
- The ID of this resource.
- Name string
- Uploaded
Files []GetData Set Uploaded File - Version float64
- description String
- file
Content String - id String
- The ID of this resource.
- name String
- uploaded
Files List<GetData Set Uploaded File> - version Double
- description string
- file
Content string - id string
- The ID of this resource.
- name string
- uploaded
Files GetData Set Uploaded File[] - version number
- description str
- file_
content str - id str
- The ID of this resource.
- name str
- uploaded_
files Sequence[GetData Set Uploaded File] - version float
- description String
- file
Content String - id String
- The ID of this resource.
- name String
- uploaded
Files List<Property Map> - version Number
Supporting Types
GetDataSetUploadedFile
- Modification
Time stringUploaded - Path string
- Updated
From boolUploading
- Modification
Time stringUploaded - Path string
- Updated
From boolUploading
- modification
Time StringUploaded - path String
- updated
From BooleanUploading
- modification
Time stringUploaded - path string
- updated
From booleanUploading
- modification_
time_ struploaded - path str
- updated_
from_ booluploading
- modification
Time StringUploaded - path String
- updated
From BooleanUploading
Package Details
- Repository
- coralogix coralogix/terraform-provider-coralogix
- License
- Notes
- This Pulumi package is based on the
coralogix
Terraform Provider.
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix