Returns information about configured OpenSearch Serverless security configurations
Source:R/opensearchserviceserverless_operations.R
opensearchserviceserverless_list_security_configs.RdReturns information about configured OpenSearch Serverless security configurations. For more information, see SAML authentication for Amazon OpenSearch Serverless.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_security_configs/ for full documentation.
Usage
opensearchserviceserverless_list_security_configs(
type,
nextToken = NULL,
maxResults = NULL
)Arguments
- type
[required] The type of security configuration.
- nextToken
If your initial
list_security_configsoperation returns anextToken, you can include the returnednextTokenin subsequentlist_security_configsoperations, which returns results in the next page.- maxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results. The default is 20.