Creates a product.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_product/ for full documentation.
servicecatalog_create_product(
AcceptLanguage = NULL,
Name,
Owner,
Description = NULL,
Distributor = NULL,
SupportDescription = NULL,
SupportEmail = NULL,
SupportUrl = NULL,
ProductType,
Tags = NULL,
ProvisioningArtifactParameters = NULL,
IdempotencyToken,
SourceConnection = NULL
)
The language code.
jp
- Japanese
zh
- Chinese
[required] The name of the product.
[required] The owner of the product.
The description of the product.
The distributor of the product.
The support information about the product.
The contact email for product support.
The contact URL for product support.
^https?:\/\//
/ is the pattern used to validate SupportUrl.
[required] The type of product.
One or more tags.
The configuration of the provisioning artifact.
[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.
Specifies connection details for the created product and syncs the
product to the connection source artifact. This automatically manages
the product's artifacts based on changes to the source. The
SourceConnection
parameter consists of the following sub-fields.
Type
ConnectionParamters