Gets a list of names for one or more on-premises instances
Source:R/codedeploy_operations.R
codedeploy_list_on_premises_instances.RdGets 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.