codedeploy_list_on_premises_instances: Gets a list of names for one or more on-premises instances

View source: R/codedeploy_operations.R

codedeploy_list_on_premises_instancesR Documentation

Gets a list of names for one or more on-premises instances

Description

Gets a list of names for one or more on-premises instances.

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

Usage

codedeploy_list_on_premises_instances(
  registrationStatus = NULL,
  tagFilters = NULL,
  nextToken = NULL
)

Arguments

registrationStatus

The registration status of the on-premises instances:

  • Deregistered: Include deregistered on-premises instances in the resulting list.

  • Registered: Include registered on-premises instances in the resulting list.

tagFilters

The on-premises instance tags that are used to restrict the on-premises instance names returned.

nextToken

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.