paws.management (version 0.1.0)

servicecatalog_update_portfolio: Updates the specified portfolio

Description

Updates the specified portfolio.

Usage

servicecatalog_update_portfolio(AcceptLanguage, Id, DisplayName,
  Description, ProviderName, AddTags, RemoveTags)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Id

[required] The portfolio identifier.

DisplayName

The name to use for display purposes.

Description

The updated description of the portfolio.

ProviderName

The updated name of the portfolio provider.

AddTags

The tags to add.

RemoveTags

The tags to remove.

Request syntax

svc$update_portfolio(
  AcceptLanguage = "string",
  Id = "string",
  DisplayName = "string",
  Description = "string",
  ProviderName = "string",
  AddTags = list(
    list(
      Key = "string",
      Value = "string"
    )
  ),
  RemoveTags = list(
    "string"
  )
)

Details

You cannot update a product that was shared with you.