Seleziona le tue preferenze relative ai cookie

Utilizziamo cookie essenziali e strumenti simili necessari per fornire il nostro sito e i nostri servizi. Utilizziamo i cookie prestazionali per raccogliere statistiche anonime in modo da poter capire come i clienti utilizzano il nostro sito e apportare miglioramenti. I cookie essenziali non possono essere disattivati, ma puoi fare clic su \"Personalizza\" o \"Rifiuta\" per rifiutare i cookie prestazionali.

Se sei d'accordo, AWS e le terze parti approvate utilizzeranno i cookie anche per fornire utili funzionalità del sito, ricordare le tue preferenze e visualizzare contenuti pertinenti, inclusa la pubblicità pertinente. Per continuare senza accettare questi cookie, fai clic su \"Continua\" o \"Rifiuta\". Per effettuare scelte più dettagliate o saperne di più, fai clic su \"Personalizza\".

DescribeProvisioningArtifact - AWS Service Catalog
Questa pagina non è tradotta nella tua lingua. Richiedi traduzione

DescribeProvisioningArtifact

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

Request Syntax

{ "AcceptLanguage": "string", "IncludeProvisioningArtifactParameters": boolean, "ProductId": "string", "ProductName": "string", "ProvisioningArtifactId": "string", "ProvisioningArtifactName": "string", "Verbose": boolean }

Request Parameters

The request accepts the following data in JSON format.

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

Type: String

Length Constraints: Maximum length of 100.

Required: No

IncludeProvisioningArtifactParameters

Indicates if the API call response does or does not include additional details about the provisioning parameters.

Type: Boolean

Required: No

ProductId

The product identifier.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^[a-zA-Z0-9_\-]*

Required: No

ProductName

The product name.

Type: String

Length Constraints: Maximum length of 8191.

Required: No

ProvisioningArtifactId

The identifier of the provisioning artifact.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^[a-zA-Z0-9_\-]*

Required: No

ProvisioningArtifactName

The provisioning artifact name.

Type: String

Length Constraints: Maximum length of 8192.

Required: No

Verbose

Indicates whether a verbose level of detail is enabled.

Type: Boolean

Required: No

Response Syntax

{ "Info": { "string" : "string" }, "ProvisioningArtifactDetail": { "Active": boolean, "CreatedTime": number, "Description": "string", "Guidance": "string", "Id": "string", "Name": "string", "SourceRevision": "string", "Type": "string" }, "ProvisioningArtifactParameters": [ { "DefaultValue": "string", "Description": "string", "IsNoEcho": boolean, "ParameterConstraints": { "AllowedPattern": "string", "AllowedValues": [ "string" ], "ConstraintDescription": "string", "MaxLength": "string", "MaxValue": "string", "MinLength": "string", "MinValue": "string" }, "ParameterKey": "string", "ParameterType": "string" } ], "Status": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Info

The URL of the AWS CloudFormation template in Amazon S3 or GitHub in JSON format.

Type: String to string map

Map Entries: Maximum number of 100 items.

ProvisioningArtifactDetail

Information about the provisioning artifact.

Type: ProvisioningArtifactDetail object

ProvisioningArtifactParameters

Information about the parameters used to provision the product.

Type: Array of ProvisioningArtifactParameter objects

Status

The status of the current request.

Type: String

Valid Values: AVAILABLE | CREATING | FAILED

Errors

InvalidParametersException

One or more parameters provided to the operation are not valid.

HTTP Status Code: 400

ResourceNotFoundException

The specified resource was not found.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacyCondizioni del sitoPreferenze cookie
© 2025, Amazon Web Services, Inc. o società affiliate. Tutti i diritti riservati.