Sumo Logic v0.22.1 published on Sunday, Jun 9, 2024 by Pulumi
sumologic.getAdminRecommendedFolder
Explore with Pulumi AI
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,
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,
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sumologic:index/getAdminRecommendedFolder:getAdminRecommendedFolder
arguments:
# arguments dictionary
The following arguments are supported:
- Description string
- Id string
- Name string
- Description string
- Id string
- Name string
- description String
- id String
- name String
- description string
- id string
- name string
- description str
- id str
- name str
- description String
- id String
- name String
getAdminRecommendedFolder Result
The following output properties are available:
- Description string
- Id string
- Name string
- Description string
- Id string
- Name string
- description String
- id String
- name String
- description string
- id string
- name string
- description str
- id str
- name str
- description String
- id String
- name String
Package Details
- Repository
- Sumo Logic pulumi/pulumi-sumologic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sumologic
Terraform Provider.