Gets information about the specified provisioned product.
servicecatalog_describe_provisioned_product(AcceptLanguage, Id, Name)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
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.
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.
svc$describe_provisioned_product( AcceptLanguage = "string", Id = "string", Name = "string" )