Returns 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.
opensearchserviceserverless_list_security_configs(
type,
nextToken = NULL,
maxResults = NULL
)
[required] The type of security configuration.
If your initial
list_security_configs
operation returns a nextToken
, you can include the returned
nextToken
in subsequent
list_security_configs
operations, which returns results in the next page.
An optional parameter that specifies the maximum number of results to
return. You can use nextToken
to get the next page of results. The
default is 20.