servicecatalog_describe_provisioning_artifact {paws.management} | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_provisioning_artifact/ for full documentation.
Usage
servicecatalog_describe_provisioning_artifact(
AcceptLanguage = NULL,
ProvisioningArtifactId = NULL,
ProductId = NULL,
ProvisioningArtifactName = NULL,
ProductName = NULL,
Verbose = NULL,
IncludeProvisioningArtifactParameters = NULL
)
Arguments
AcceptLanguage |
The language code.
|
ProvisioningArtifactId |
The identifier of the provisioning artifact. |
ProductId |
The product identifier. |
ProvisioningArtifactName |
The provisioning artifact name. |
ProductName |
The product name. |
Verbose |
Indicates whether a verbose level of detail is enabled. |
IncludeProvisioningArtifactParameters |
Indicates if the API call response does or does not include additional details about the provisioning parameters. |
[Package paws.management version 0.9.0 Index]