lightsail_get_blueprints: Returns the list of available instance images, or blueprints

View source: R/lightsail_operations.R

lightsail_get_blueprintsR Documentation

Returns the list of available instance images, or blueprints

Description

Returns the list of available instance images, or blueprints. You can use a blueprint to create a new instance already running a specific operating system, as well as a preinstalled app or development stack. The software each instance is running depends on the blueprint image you choose.

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

Usage

lightsail_get_blueprints(
  includeInactive = NULL,
  pageToken = NULL,
  appCategory = NULL
)

Arguments

includeInactive

A Boolean value that indicates whether to include inactive (unavailable) blueprints in the response of your request.

pageToken

The token to advance to the next page of results from your request.

To get a page token, perform an initial get_blueprints request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

appCategory

Returns a list of blueprints that are specific to Lightsail for Research.

You must use this parameter to view Lightsail for Research blueprints.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.