Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_list_lifecycle_policies: Returns a list of OpenSearch Serverless lifecycle policies

Description

Returns a list of OpenSearch Serverless lifecycle policies. For more information, see Viewing data lifecycle policies.

See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_list_lifecycle_policies/ for full documentation.

Usage

opensearchserviceserverless_list_lifecycle_policies(
  maxResults = NULL,
  nextToken = NULL,
  resources = NULL,
  type
)

Arguments

maxResults

An optional parameter that specifies the maximum number of results to return. You can use use nextToken to get the next page of results. The default is 10.

nextToken

If your initial list_lifecycle_policies operation returns a nextToken, you can include the returned nextToken in subsequent list_lifecycle_policies operations, which returns results in the next page.

resources

Resource filters that policies can apply to. Currently, the only supported resource type is index.

type

[required] The type of lifecycle policy.