servicecatalog_create_portfolio: Creates a portfolio

View source: R/servicecatalog_operations.R

servicecatalog_create_portfolioR Documentation

Creates a portfolio

Description

Creates a portfolio.

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

Usage

servicecatalog_create_portfolio(
  AcceptLanguage = NULL,
  DisplayName,
  Description = NULL,
  ProviderName,
  Tags = NULL,
  IdempotencyToken
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

DisplayName

[required] The name to use for display purposes.

Description

The description of the portfolio.

ProviderName

[required] The name of the portfolio provider.

Tags

One or more tags.

IdempotencyToken

[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.