package
1.2.9
Repository: https://github.com/pulumi/pulumi-splunk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetAdminSamlGroups gets an existing AdminSamlGroups resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetAppsLocal gets an existing AppsLocal resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetAuthenticationUsers gets an existing AuthenticationUsers resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetAuthorizationRoles gets an existing AuthorizationRoles resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetConfigsConf gets an existing ConfigsConf resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetDataUiViews gets an existing DataUiViews resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetGenericAcl gets an existing GenericAcl resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetGlobalHttpEventCollector gets an existing GlobalHttpEventCollector resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetIndexes gets an existing Indexes resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsHttpEventCollector gets an existing InputsHttpEventCollector resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsMonitor gets an existing InputsMonitor resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsScript gets an existing InputsScript resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsTcpCooked gets an existing InputsTcpCooked resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsTcpRaw gets an existing InputsTcpRaw resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsTcpSplunkTcpToken gets an existing InputsTcpSplunkTcpToken resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsTcpSsl gets an existing InputsTcpSsl resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetInputsUdp gets an existing InputsUdp resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetOutputsTcpDefault gets an existing OutputsTcpDefault resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetOutputsTcpGroup gets an existing OutputsTcpGroup resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetOutputsTcpServer gets an existing OutputsTcpServer resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetOutputsTcpSyslog gets an existing OutputsTcpSyslog resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetSavedSearches gets an existing SavedSearches resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetShIndexesManager gets an existing ShIndexesManager resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewAdminSamlGroups registers a new resource with the given unique name, arguments, and options.
NewAppsLocal registers a new resource with the given unique name, arguments, and options.
NewAuthenticationUsers registers a new resource with the given unique name, arguments, and options.
NewAuthorizationRoles registers a new resource with the given unique name, arguments, and options.
NewConfigsConf registers a new resource with the given unique name, arguments, and options.
NewDataUiViews registers a new resource with the given unique name, arguments, and options.
NewGenericAcl registers a new resource with the given unique name, arguments, and options.
NewGlobalHttpEventCollector registers a new resource with the given unique name, arguments, and options.
NewIndexes registers a new resource with the given unique name, arguments, and options.
NewInputsHttpEventCollector registers a new resource with the given unique name, arguments, and options.
NewInputsMonitor registers a new resource with the given unique name, arguments, and options.
NewInputsScript registers a new resource with the given unique name, arguments, and options.
NewInputsTcpCooked registers a new resource with the given unique name, arguments, and options.
NewInputsTcpRaw registers a new resource with the given unique name, arguments, and options.
NewInputsTcpSplunkTcpToken registers a new resource with the given unique name, arguments, and options.
NewInputsTcpSsl registers a new resource with the given unique name, arguments, and options.
NewInputsUdp registers a new resource with the given unique name, arguments, and options.
NewOutputsTcpDefault registers a new resource with the given unique name, arguments, and options.
NewOutputsTcpGroup registers a new resource with the given unique name, arguments, and options.
NewOutputsTcpServer registers a new resource with the given unique name, arguments, and options.
NewOutputsTcpSyslog registers a new resource with the given unique name, arguments, and options.
NewProvider registers a new resource with the given unique name, arguments, and options.
NewSavedSearches registers a new resource with the given unique name, arguments, and options.
NewShIndexesManager registers a new resource with the given unique name, arguments, and options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

## # Resource: AdminSamlGroups Manage external groups in an IdP response to internal Splunk roles.
The set of arguments for constructing a AdminSamlGroups resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: AppsLocal # Create, install and manage apps on your Splunk instance ## Example Usage ```go package main import ( "github.com/pulumi/pulumi-splunk/sdk/go/splunk" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := splunk.NewAppsLocal(ctx, "amazon_connect_app", &splunk.AppsLocalArgs{ Filename: pulumi.Bool(true), Name: pulumi.String("/usr/home/amazon_connect_app_for_splunk-0.0.1.tar.gz"), ExplicitAppname: pulumi.String("amazon_connect_app_for_splunk"), }) if err != nil { return err } return nil }) } ```.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a AppsLocal resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: AuthenticationUsers Create and update user information or delete the user.
The set of arguments for constructing a AuthenticationUsers resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: AuthorizationRoles Create and update role information.
The set of arguments for constructing a AuthorizationRoles resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: ConfigsConf Create and manage configuration file stanzas.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a ConfigsConf resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: DataUiViews Create and manage splunk dashboards/views.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a DataUiViews resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## Example Usage ```go package main import ( "github.com/pulumi/pulumi-splunk/sdk/go/splunk" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := splunk.NewGenericAcl(ctx, "my_app", &splunk.GenericAclArgs{ Path: pulumi.String("apps/local/my_app"), Acl: &splunk.GenericAclAclArgs{ App: pulumi.String("system"), Owner: pulumi.String("nobody"), Reads: pulumi.StringArray{ pulumi.String("*"), }, Writes: pulumi.StringArray{ pulumi.String("admin"), pulumi.String("power"), }, }, }) if err != nil { return err } _, err = splunk.NewGenericAcl(ctx, "my_dashboard", &splunk.GenericAclArgs{ Path: pulumi.String("data/ui/views/my_dashboard"), Acl: &splunk.GenericAclAclArgs{ App: pulumi.String("my_app"), Owner: pulumi.String("joe_user"), Reads: pulumi.StringArray{ pulumi.String("team_joe"), }, Writes: pulumi.StringArray{ pulumi.String("team_joe"), }, }, }) if err != nil { return err } return nil }) } ``` ## Import Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID: ```sh $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path> ```.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a GenericAcl resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: GlobalHttpEventCollector Update Global HTTP Event Collector input configuration.
The set of arguments for constructing a GlobalHttpEventCollector resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: Indexes Create and manage data indexes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a Indexes resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsHttpEventCollector Create or update HTTP Event Collector input configuration tokens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsHttpEventCollector resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsMonitor Create or update a new file or directory monitor input.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsMonitor resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsScript Create or update scripted inputs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsScript resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsTcpCooked Create or update cooked TCP input information and create new containers for managing cooked data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsTcpCooked resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsTcpRaw Create or update raw TCP input information for managing raw tcp inputs from forwarders.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsTcpRaw resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsTcpSplunkTcpToken Manage receiver access using tokens.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsTcpSplunkTcpToken resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsTcpSsl Access or update the SSL configuration for the host.
The set of arguments for constructing a InputsTcpSsl resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: InputsTcpRaw Create and manage UDP data inputs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a InputsUdp resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: OutputsTcpDefault Manage to global tcpout properties.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a OutputsTcpDefault resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: OutputsTcpGroup Access to the configuration of a group of one or more data forwarding destinations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a OutputsTcpGroup resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: OutputsTcpServer Access data forwarding configurations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a OutputsTcpServer resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: OutputsTcpSyslog Access the configuration of a forwarded server configured to provide data in standard syslog format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a OutputsTcpSyslog resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The provider type for the splunk package.
The set of arguments for constructing a Provider resource.
No description provided by the author
## # Resource: SavedSearches Create and manage saved searches.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a SavedSearches resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
## # Resource: ShIndexesManager Create indexes on Splunk Cloud instances.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The set of arguments for constructing a ShIndexesManager resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

AdminSamlGroupsArrayInput is an input type that accepts AdminSamlGroupsArray and AdminSamlGroupsArrayOutput values.
No description provided by the author
AdminSamlGroupsMapInput is an input type that accepts AdminSamlGroupsMap and AdminSamlGroupsMapOutput values.
AppsLocalAclInput is an input type that accepts AppsLocalAclArgs and AppsLocalAclOutput values.
AppsLocalAclPtrInput is an input type that accepts AppsLocalAclArgs, AppsLocalAclPtr and AppsLocalAclPtrOutput values.
AppsLocalArrayInput is an input type that accepts AppsLocalArray and AppsLocalArrayOutput values.
No description provided by the author
AppsLocalMapInput is an input type that accepts AppsLocalMap and AppsLocalMapOutput values.
AuthenticationUsersArrayInput is an input type that accepts AuthenticationUsersArray and AuthenticationUsersArrayOutput values.
No description provided by the author
AuthenticationUsersMapInput is an input type that accepts AuthenticationUsersMap and AuthenticationUsersMapOutput values.
AuthorizationRolesArrayInput is an input type that accepts AuthorizationRolesArray and AuthorizationRolesArrayOutput values.
No description provided by the author
AuthorizationRolesMapInput is an input type that accepts AuthorizationRolesMap and AuthorizationRolesMapOutput values.
ConfigsConfAclInput is an input type that accepts ConfigsConfAclArgs and ConfigsConfAclOutput values.
ConfigsConfAclPtrInput is an input type that accepts ConfigsConfAclArgs, ConfigsConfAclPtr and ConfigsConfAclPtrOutput values.
ConfigsConfArrayInput is an input type that accepts ConfigsConfArray and ConfigsConfArrayOutput values.
No description provided by the author
ConfigsConfMapInput is an input type that accepts ConfigsConfMap and ConfigsConfMapOutput values.
DataUiViewsAclInput is an input type that accepts DataUiViewsAclArgs and DataUiViewsAclOutput values.
DataUiViewsAclPtrInput is an input type that accepts DataUiViewsAclArgs, DataUiViewsAclPtr and DataUiViewsAclPtrOutput values.
DataUiViewsArrayInput is an input type that accepts DataUiViewsArray and DataUiViewsArrayOutput values.
No description provided by the author
DataUiViewsMapInput is an input type that accepts DataUiViewsMap and DataUiViewsMapOutput values.
GenericAclAclInput is an input type that accepts GenericAclAclArgs and GenericAclAclOutput values.
GenericAclAclPtrInput is an input type that accepts GenericAclAclArgs, GenericAclAclPtr and GenericAclAclPtrOutput values.
GenericAclArrayInput is an input type that accepts GenericAclArray and GenericAclArrayOutput values.
No description provided by the author
GenericAclMapInput is an input type that accepts GenericAclMap and GenericAclMapOutput values.
GlobalHttpEventCollectorArrayInput is an input type that accepts GlobalHttpEventCollectorArray and GlobalHttpEventCollectorArrayOutput values.
No description provided by the author
GlobalHttpEventCollectorMapInput is an input type that accepts GlobalHttpEventCollectorMap and GlobalHttpEventCollectorMapOutput values.
IndexesAclInput is an input type that accepts IndexesAclArgs and IndexesAclOutput values.
IndexesAclPtrInput is an input type that accepts IndexesAclArgs, IndexesAclPtr and IndexesAclPtrOutput values.
IndexesArrayInput is an input type that accepts IndexesArray and IndexesArrayOutput values.
No description provided by the author
IndexesMapInput is an input type that accepts IndexesMap and IndexesMapOutput values.
InputsHttpEventCollectorAclInput is an input type that accepts InputsHttpEventCollectorAclArgs and InputsHttpEventCollectorAclOutput values.
InputsHttpEventCollectorAclPtrInput is an input type that accepts InputsHttpEventCollectorAclArgs, InputsHttpEventCollectorAclPtr and InputsHttpEventCollectorAclPtrOutput values.
InputsHttpEventCollectorArrayInput is an input type that accepts InputsHttpEventCollectorArray and InputsHttpEventCollectorArrayOutput values.
No description provided by the author
InputsHttpEventCollectorMapInput is an input type that accepts InputsHttpEventCollectorMap and InputsHttpEventCollectorMapOutput values.
InputsMonitorAclInput is an input type that accepts InputsMonitorAclArgs and InputsMonitorAclOutput values.
InputsMonitorAclPtrInput is an input type that accepts InputsMonitorAclArgs, InputsMonitorAclPtr and InputsMonitorAclPtrOutput values.
InputsMonitorArrayInput is an input type that accepts InputsMonitorArray and InputsMonitorArrayOutput values.
No description provided by the author
InputsMonitorMapInput is an input type that accepts InputsMonitorMap and InputsMonitorMapOutput values.
InputsScriptAclInput is an input type that accepts InputsScriptAclArgs and InputsScriptAclOutput values.
InputsScriptAclPtrInput is an input type that accepts InputsScriptAclArgs, InputsScriptAclPtr and InputsScriptAclPtrOutput values.
InputsScriptArrayInput is an input type that accepts InputsScriptArray and InputsScriptArrayOutput values.
No description provided by the author
InputsScriptMapInput is an input type that accepts InputsScriptMap and InputsScriptMapOutput values.
InputsTcpCookedAclInput is an input type that accepts InputsTcpCookedAclArgs and InputsTcpCookedAclOutput values.
InputsTcpCookedAclPtrInput is an input type that accepts InputsTcpCookedAclArgs, InputsTcpCookedAclPtr and InputsTcpCookedAclPtrOutput values.
InputsTcpCookedArrayInput is an input type that accepts InputsTcpCookedArray and InputsTcpCookedArrayOutput values.
No description provided by the author
InputsTcpCookedMapInput is an input type that accepts InputsTcpCookedMap and InputsTcpCookedMapOutput values.
InputsTcpRawAclInput is an input type that accepts InputsTcpRawAclArgs and InputsTcpRawAclOutput values.
InputsTcpRawAclPtrInput is an input type that accepts InputsTcpRawAclArgs, InputsTcpRawAclPtr and InputsTcpRawAclPtrOutput values.
InputsTcpRawArrayInput is an input type that accepts InputsTcpRawArray and InputsTcpRawArrayOutput values.
No description provided by the author
InputsTcpRawMapInput is an input type that accepts InputsTcpRawMap and InputsTcpRawMapOutput values.
InputsTcpSplunkTcpTokenAclInput is an input type that accepts InputsTcpSplunkTcpTokenAclArgs and InputsTcpSplunkTcpTokenAclOutput values.
InputsTcpSplunkTcpTokenAclPtrInput is an input type that accepts InputsTcpSplunkTcpTokenAclArgs, InputsTcpSplunkTcpTokenAclPtr and InputsTcpSplunkTcpTokenAclPtrOutput values.
InputsTcpSplunkTcpTokenArrayInput is an input type that accepts InputsTcpSplunkTcpTokenArray and InputsTcpSplunkTcpTokenArrayOutput values.
No description provided by the author
InputsTcpSplunkTcpTokenMapInput is an input type that accepts InputsTcpSplunkTcpTokenMap and InputsTcpSplunkTcpTokenMapOutput values.
InputsTcpSslArrayInput is an input type that accepts InputsTcpSslArray and InputsTcpSslArrayOutput values.
No description provided by the author
InputsTcpSslMapInput is an input type that accepts InputsTcpSslMap and InputsTcpSslMapOutput values.
InputsUdpAclInput is an input type that accepts InputsUdpAclArgs and InputsUdpAclOutput values.
InputsUdpAclPtrInput is an input type that accepts InputsUdpAclArgs, InputsUdpAclPtr and InputsUdpAclPtrOutput values.
InputsUdpArrayInput is an input type that accepts InputsUdpArray and InputsUdpArrayOutput values.
No description provided by the author
InputsUdpMapInput is an input type that accepts InputsUdpMap and InputsUdpMapOutput values.
OutputsTcpDefaultAclInput is an input type that accepts OutputsTcpDefaultAclArgs and OutputsTcpDefaultAclOutput values.
OutputsTcpDefaultAclPtrInput is an input type that accepts OutputsTcpDefaultAclArgs, OutputsTcpDefaultAclPtr and OutputsTcpDefaultAclPtrOutput values.
OutputsTcpDefaultArrayInput is an input type that accepts OutputsTcpDefaultArray and OutputsTcpDefaultArrayOutput values.
No description provided by the author
OutputsTcpDefaultMapInput is an input type that accepts OutputsTcpDefaultMap and OutputsTcpDefaultMapOutput values.
OutputsTcpGroupAclInput is an input type that accepts OutputsTcpGroupAclArgs and OutputsTcpGroupAclOutput values.
OutputsTcpGroupAclPtrInput is an input type that accepts OutputsTcpGroupAclArgs, OutputsTcpGroupAclPtr and OutputsTcpGroupAclPtrOutput values.
OutputsTcpGroupArrayInput is an input type that accepts OutputsTcpGroupArray and OutputsTcpGroupArrayOutput values.
No description provided by the author
OutputsTcpGroupMapInput is an input type that accepts OutputsTcpGroupMap and OutputsTcpGroupMapOutput values.
OutputsTcpServerAclInput is an input type that accepts OutputsTcpServerAclArgs and OutputsTcpServerAclOutput values.
OutputsTcpServerAclPtrInput is an input type that accepts OutputsTcpServerAclArgs, OutputsTcpServerAclPtr and OutputsTcpServerAclPtrOutput values.
OutputsTcpServerArrayInput is an input type that accepts OutputsTcpServerArray and OutputsTcpServerArrayOutput values.
No description provided by the author
OutputsTcpServerMapInput is an input type that accepts OutputsTcpServerMap and OutputsTcpServerMapOutput values.
OutputsTcpSyslogAclInput is an input type that accepts OutputsTcpSyslogAclArgs and OutputsTcpSyslogAclOutput values.
OutputsTcpSyslogAclPtrInput is an input type that accepts OutputsTcpSyslogAclArgs, OutputsTcpSyslogAclPtr and OutputsTcpSyslogAclPtrOutput values.
OutputsTcpSyslogArrayInput is an input type that accepts OutputsTcpSyslogArray and OutputsTcpSyslogArrayOutput values.
No description provided by the author
OutputsTcpSyslogMapInput is an input type that accepts OutputsTcpSyslogMap and OutputsTcpSyslogMapOutput values.
No description provided by the author
SavedSearchesAclInput is an input type that accepts SavedSearchesAclArgs and SavedSearchesAclOutput values.
SavedSearchesAclPtrInput is an input type that accepts SavedSearchesAclArgs, SavedSearchesAclPtr and SavedSearchesAclPtrOutput values.
SavedSearchesArrayInput is an input type that accepts SavedSearchesArray and SavedSearchesArrayOutput values.
No description provided by the author
SavedSearchesMapInput is an input type that accepts SavedSearchesMap and SavedSearchesMapOutput values.
ShIndexesManagerAclInput is an input type that accepts ShIndexesManagerAclArgs and ShIndexesManagerAclOutput values.
ShIndexesManagerAclPtrInput is an input type that accepts ShIndexesManagerAclArgs, ShIndexesManagerAclPtr and ShIndexesManagerAclPtrOutput values.
ShIndexesManagerArrayInput is an input type that accepts ShIndexesManagerArray and ShIndexesManagerArrayOutput values.
No description provided by the author
ShIndexesManagerMapInput is an input type that accepts ShIndexesManagerMap and ShIndexesManagerMapOutput values.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author