coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
coralogix.getDashboardsFolder
Explore with Pulumi AI
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
Using getDashboardsFolder
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 getDashboardsFolder(args: GetDashboardsFolderArgs, opts?: InvokeOptions): Promise<GetDashboardsFolderResult>
function getDashboardsFolderOutput(args: GetDashboardsFolderOutputArgs, opts?: InvokeOptions): Output<GetDashboardsFolderResult>
def get_dashboards_folder(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDashboardsFolderResult
def get_dashboards_folder_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDashboardsFolderResult]
func LookupDashboardsFolder(ctx *Context, args *LookupDashboardsFolderArgs, opts ...InvokeOption) (*LookupDashboardsFolderResult, error)
func LookupDashboardsFolderOutput(ctx *Context, args *LookupDashboardsFolderOutputArgs, opts ...InvokeOption) LookupDashboardsFolderResultOutput
> Note: This function is named LookupDashboardsFolder
in the Go SDK.
public static class GetDashboardsFolder
{
public static Task<GetDashboardsFolderResult> InvokeAsync(GetDashboardsFolderArgs args, InvokeOptions? opts = null)
public static Output<GetDashboardsFolderResult> Invoke(GetDashboardsFolderInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDashboardsFolderResult> getDashboardsFolder(GetDashboardsFolderArgs args, InvokeOptions options)
public static Output<GetDashboardsFolderResult> getDashboardsFolder(GetDashboardsFolderArgs args, InvokeOptions options)
fn::invoke:
function: coralogix:index/getDashboardsFolder:getDashboardsFolder
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Unique identifier for the folder.
- Id string
- Unique identifier for the folder.
- id String
- Unique identifier for the folder.
- id string
- Unique identifier for the folder.
- id str
- Unique identifier for the folder.
- id String
- Unique identifier for the folder.
getDashboardsFolder Result
The following output properties are available:
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