Skip to contents

Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.

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

Usage

controltower_list_landing_zone_operations(
  filter = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

filter

An input filter for the list_landing_zone_operations API that lets you select the types of landing zone operations to view.

nextToken

The token to continue the list from a previous API call with the same parameters.

maxResults

How many results to return per API call.