Skip to content

Export Lens

wellarchitected_export_lens R Documentation

Export an existing lens

Description

Export an existing lens.

Only the owner of a lens can export it. Lenses provided by Amazon Web Services (Amazon Web Services Official Content) cannot be exported.

Lenses are defined in JSON. For more information, see JSON format specification in the Well-Architected Tool User Guide.

Disclaimer

Do not include or gather personal identifiable information (PII) of end users or other identifiable individuals in or via your custom lenses. If your custom lens or those shared with you and used in your account do include or collect PII you are responsible for: ensuring that the included PII is processed in accordance with applicable law, providing adequate privacy notices, and obtaining necessary consents for processing such data.

Usage

wellarchitected_export_lens(LensAlias, LensVersion)

Arguments

LensAlias

[required]

LensVersion

The lens version to be exported.

Value

A list with the following syntax:

list(
  LensJSON = "string"
)

Request syntax

svc$export_lens(
  LensAlias = "string",
  LensVersion = "string"
)