servicecatalog_create_product: Creates a product

View source: R/servicecatalog_operations.R

servicecatalog_create_productR Documentation

Creates a product

Description

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 - Japanese

  • zh - 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.

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 SourceConnection parameter consists of the following sub-fields.

  • Type

  • ConnectionParamters


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