View source: R/servicecatalog_operations.R
servicecatalog_create_product | R Documentation |
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
)
AcceptLanguage |
The language code.
|
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.
|
ProductType |
[required] The type of product. |
Tags |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.