Creates a product.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_product/ for full documentation.
Usage
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
)Arguments
- AcceptLanguage
The language code.
jp- Japanesezh- Chinese
- Name
[required] The name of the product.
- Owner
[required] The owner of the product.
- Description
The description of the product.
- Distributor
The distributor of the product.
- SupportDescription
The support information about the product.
- SupportEmail
The contact email for product support.
- SupportUrl
The contact URL for product support.
^https?:\/\/// is the pattern used to validate SupportUrl.- ProductType
[required] The type of product.
One or more tags.
- ProvisioningArtifactParameters
The configuration of the provisioning artifact.
- 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.
- SourceConnection
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
SourceConnectionparameter consists of the following sub-fields.TypeConnectionParamters