servicecatalog_describe_provisioned_product: Gets information about the specified provisioned product

View source: R/servicecatalog_operations.R

servicecatalog_describe_provisioned_productR Documentation

Gets information about the specified provisioned product

Description

Gets information about the specified provisioned product.

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

Usage

servicecatalog_describe_provisioned_product(
  AcceptLanguage = NULL,
  Id = NULL,
  Name = NULL
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

Id

The provisioned product identifier. You must provide the name or ID, but not both.

If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

Name

The name of the provisioned product. You must provide the name or ID, but not both.

If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.


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