paws.management (version 0.1.0)

servicecatalog_list_provisioned_product_plans: Lists the plans for the specified provisioned product or all plans to which the user has access

Description

Lists the plans for the specified provisioned product or all plans to which the user has access.

Usage

servicecatalog_list_provisioned_product_plans(AcceptLanguage,
  ProvisionProductId, PageSize, PageToken, AccessLevelFilter)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProvisionProductId

The product identifier.

PageSize

The maximum number of items to return with this call.

PageToken

The page token for the next set of results. To retrieve the first set of results, use null.

AccessLevelFilter

The access level to use to obtain results. The default is User.

Request syntax

svc$list_provisioned_product_plans(
  AcceptLanguage = "string",
  ProvisionProductId = "string",
  PageSize = 123,
  PageToken = "string",
  AccessLevelFilter = list(
    Key = "Account"|"Role"|"User",
    Value = "string"
  )
)