wellarchitected_import_lens {paws.developer.tools}R Documentation

Import a new custom lens or update an existing custom lens

Description

Import a new custom lens or update an existing custom lens.

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

Usage

wellarchitected_import_lens(
  LensAlias = NULL,
  JSONString,
  ClientRequestToken,
  Tags = NULL
)

Arguments

LensAlias
JSONString

[required] The JSON representation of a lens.

ClientRequestToken

[required]

Tags

Tags to associate to a lens.


[Package paws.developer.tools version 0.9.0 Index]