paws.management (version 0.1.0)

servicecatalog_describe_provisioning_artifact: Gets information about the specified provisioning artifact (also known as a version) for the specified product

Description

Gets information about the specified provisioning artifact (also known as a version) for the specified product.

Usage

servicecatalog_describe_provisioning_artifact(AcceptLanguage,
  ProvisioningArtifactId, ProductId, Verbose)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProvisioningArtifactId

[required] The identifier of the provisioning artifact.

ProductId

[required] The product identifier.

Verbose

Indicates whether a verbose level of detail is enabled.

Request syntax

svc$describe_provisioning_artifact(
  AcceptLanguage = "string",
  ProvisioningArtifactId = "string",
  ProductId = "string",
  Verbose = TRUE|FALSE
)