Gets information about the specified provisioning artifact (also known as a version) for the specified product.
servicecatalog_describe_provisioning_artifact(AcceptLanguage,
ProvisioningArtifactId, ProductId, ProvisioningArtifactName,
ProductName, Verbose)
A list with the following syntax:
list(
ProvisioningArtifactDetail = list(
Id = "string",
Name = "string",
Description = "string",
Type = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR",
CreatedTime = as.POSIXct(
"2015-01-01"
),
Active = TRUE|FALSE,
Guidance = "DEFAULT"|"DEPRECATED"
),
Info = list(
"string"
),
Status = "AVAILABLE"|"CREATING"|"FAILED"
)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The identifier of the provisioning artifact.
The product identifier.
The provisioning artifact name.
The product name.
Indicates whether a verbose level of detail is enabled.
svc$describe_provisioning_artifact(
AcceptLanguage = "string",
ProvisioningArtifactId = "string",
ProductId = "string",
ProvisioningArtifactName = "string",
ProductName = "string",
Verbose = TRUE|FALSE
)