sumologic 3.1.6 published on Friday, Oct 10, 2025 by sumologic
sumologic.getAdminRecommendedFolder
sumologic 3.1.6 published on Friday, Oct 10, 2025 by sumologic
Provides an easy way to retrieve the Admin Recommended Folder.
In order to use the Admin Recommended Folder, you should configure the provider to run in admin mode. Please refer to the Example Usage section below for more details.
Using getAdminRecommendedFolder
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 getAdminRecommendedFolder(args: GetAdminRecommendedFolderArgs, opts?: InvokeOptions): Promise<GetAdminRecommendedFolderResult>
function getAdminRecommendedFolderOutput(args: GetAdminRecommendedFolderOutputArgs, opts?: InvokeOptions): Output<GetAdminRecommendedFolderResult>def get_admin_recommended_folder(description: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
timeouts: Optional[GetAdminRecommendedFolderTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetAdminRecommendedFolderResult
def get_admin_recommended_folder_output(description: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetAdminRecommendedFolderTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAdminRecommendedFolderResult]func GetAdminRecommendedFolder(ctx *Context, args *GetAdminRecommendedFolderArgs, opts ...InvokeOption) (*GetAdminRecommendedFolderResult, error)
func GetAdminRecommendedFolderOutput(ctx *Context, args *GetAdminRecommendedFolderOutputArgs, opts ...InvokeOption) GetAdminRecommendedFolderResultOutput> Note: This function is named GetAdminRecommendedFolder in the Go SDK.
public static class GetAdminRecommendedFolder
{
public static Task<GetAdminRecommendedFolderResult> InvokeAsync(GetAdminRecommendedFolderArgs args, InvokeOptions? opts = null)
public static Output<GetAdminRecommendedFolderResult> Invoke(GetAdminRecommendedFolderInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAdminRecommendedFolderResult> getAdminRecommendedFolder(GetAdminRecommendedFolderArgs args, InvokeOptions options)
public static Output<GetAdminRecommendedFolderResult> getAdminRecommendedFolder(GetAdminRecommendedFolderArgs args, InvokeOptions options)
fn::invoke:
function: sumologic:index/getAdminRecommendedFolder:getAdminRecommendedFolder
arguments:
# arguments dictionaryThe following arguments are supported:
- Description string
- Id string
- Name string
- Timeouts
Get
Admin Recommended Folder Timeouts
- Description string
- Id string
- Name string
- Timeouts
Get
Admin Recommended Folder Timeouts
- description String
- id String
- name String
- timeouts
Get
Admin Recommended Folder Timeouts
- description string
- id string
- name string
- timeouts
Get
Admin Recommended Folder Timeouts
- description String
- id String
- name String
- timeouts Property Map
getAdminRecommendedFolder Result
The following output properties are available:
- Description string
- Id string
- Name string
- Timeouts
Get
Admin Recommended Folder Timeouts
- Description string
- Id string
- Name string
- Timeouts
Get
Admin Recommended Folder Timeouts
- description String
- id String
- name String
- timeouts
Get
Admin Recommended Folder Timeouts
- description string
- id string
- name string
- timeouts
Get
Admin Recommended Folder Timeouts
- description String
- id String
- name String
- timeouts Property Map
Supporting Types
GetAdminRecommendedFolderTimeouts
- Read string
- Read string
- read String
- read string
- read str
- read String
Package Details
- Repository
- Sumo Logic sumologic/terraform-provider-sumologic
- License
- Notes
- This Pulumi package is based on the
sumologicTerraform Provider.
sumologic 3.1.6 published on Friday, Oct 10, 2025 by sumologic
