aws.servicecatalog.getProvisioningArtifacts
Explore with Pulumi AI
Lists the provisioning artifacts for the specified product.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.servicecatalog.getProvisioningArtifacts({
    productId: "prod-yakog5pdriver",
});
import pulumi
import pulumi_aws as aws
example = aws.servicecatalog.get_provisioning_artifacts(product_id="prod-yakog5pdriver")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/servicecatalog"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := servicecatalog.GetProvisioningArtifacts(ctx, &servicecatalog.GetProvisioningArtifactsArgs{
			ProductId: "prod-yakog5pdriver",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.ServiceCatalog.GetProvisioningArtifacts.Invoke(new()
    {
        ProductId = "prod-yakog5pdriver",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.servicecatalog.ServicecatalogFunctions;
import com.pulumi.aws.servicecatalog.inputs.GetProvisioningArtifactsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = ServicecatalogFunctions.getProvisioningArtifacts(GetProvisioningArtifactsArgs.builder()
            .productId("prod-yakog5pdriver")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:servicecatalog:getProvisioningArtifacts
      arguments:
        productId: prod-yakog5pdriver
Using getProvisioningArtifacts
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProvisioningArtifacts(args: GetProvisioningArtifactsArgs, opts?: InvokeOptions): Promise<GetProvisioningArtifactsResult>
function getProvisioningArtifactsOutput(args: GetProvisioningArtifactsOutputArgs, opts?: InvokeOptions): Output<GetProvisioningArtifactsResult>def get_provisioning_artifacts(accept_language: Optional[str] = None,
                               product_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetProvisioningArtifactsResult
def get_provisioning_artifacts_output(accept_language: Optional[pulumi.Input[str]] = None,
                               product_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetProvisioningArtifactsResult]func GetProvisioningArtifacts(ctx *Context, args *GetProvisioningArtifactsArgs, opts ...InvokeOption) (*GetProvisioningArtifactsResult, error)
func GetProvisioningArtifactsOutput(ctx *Context, args *GetProvisioningArtifactsOutputArgs, opts ...InvokeOption) GetProvisioningArtifactsResultOutput> Note: This function is named GetProvisioningArtifacts in the Go SDK.
public static class GetProvisioningArtifacts 
{
    public static Task<GetProvisioningArtifactsResult> InvokeAsync(GetProvisioningArtifactsArgs args, InvokeOptions? opts = null)
    public static Output<GetProvisioningArtifactsResult> Invoke(GetProvisioningArtifactsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProvisioningArtifactsResult> getProvisioningArtifacts(GetProvisioningArtifactsArgs args, InvokeOptions options)
public static Output<GetProvisioningArtifactsResult> getProvisioningArtifacts(GetProvisioningArtifactsArgs args, InvokeOptions options)
fn::invoke:
  function: aws:servicecatalog/getProvisioningArtifacts:getProvisioningArtifacts
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ProductId string
- Product identifier. - The following arguments are optional: 
- AcceptLanguage string
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
- ProductId string
- Product identifier. - The following arguments are optional: 
- AcceptLanguage string
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
- productId String
- Product identifier. - The following arguments are optional: 
- acceptLanguage String
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
- productId string
- Product identifier. - The following arguments are optional: 
- acceptLanguage string
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
- product_id str
- Product identifier. - The following arguments are optional: 
- accept_language str
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
- productId String
- Product identifier. - The following arguments are optional: 
- acceptLanguage String
- Language code. Valid values: en(English),jp(Japanese),zh(Chinese). Default value isen.
getProvisioningArtifacts Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductId string
- ProvisioningArtifact List<GetDetails Provisioning Artifacts Provisioning Artifact Detail> 
- List with information about the provisioning artifacts. See details below.
- AcceptLanguage string
- Id string
- The provider-assigned unique ID for this managed resource.
- ProductId string
- ProvisioningArtifact []GetDetails Provisioning Artifacts Provisioning Artifact Detail 
- List with information about the provisioning artifacts. See details below.
- AcceptLanguage string
- id String
- The provider-assigned unique ID for this managed resource.
- productId String
- provisioningArtifact List<GetDetails Provisioning Artifacts Provisioning Artifact Detail> 
- List with information about the provisioning artifacts. See details below.
- acceptLanguage String
- id string
- The provider-assigned unique ID for this managed resource.
- productId string
- provisioningArtifact GetDetails Provisioning Artifacts Provisioning Artifact Detail[] 
- List with information about the provisioning artifacts. See details below.
- acceptLanguage string
- id str
- The provider-assigned unique ID for this managed resource.
- product_id str
- provisioning_artifact_ Sequence[Getdetails Provisioning Artifacts Provisioning Artifact Detail] 
- List with information about the provisioning artifacts. See details below.
- accept_language str
- id String
- The provider-assigned unique ID for this managed resource.
- productId String
- provisioningArtifact List<Property Map>Details 
- List with information about the provisioning artifacts. See details below.
- acceptLanguage String
Supporting Types
GetProvisioningArtifactsProvisioningArtifactDetail     
- Active bool
- Indicates whether the product version is active.
- CreatedTime string
- The UTC time stamp of the creation time.
- Description string
- The description of the provisioning artifact.
- Guidance string
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Id string
- The identifier of the provisioning artifact.
- Name string
- The name of the provisioning artifact.
- Type string
- The type of provisioning artifact.
- Active bool
- Indicates whether the product version is active.
- CreatedTime string
- The UTC time stamp of the creation time.
- Description string
- The description of the provisioning artifact.
- Guidance string
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- Id string
- The identifier of the provisioning artifact.
- Name string
- The name of the provisioning artifact.
- Type string
- The type of provisioning artifact.
- active Boolean
- Indicates whether the product version is active.
- createdTime String
- The UTC time stamp of the creation time.
- description String
- The description of the provisioning artifact.
- guidance String
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- id String
- The identifier of the provisioning artifact.
- name String
- The name of the provisioning artifact.
- type String
- The type of provisioning artifact.
- active boolean
- Indicates whether the product version is active.
- createdTime string
- The UTC time stamp of the creation time.
- description string
- The description of the provisioning artifact.
- guidance string
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- id string
- The identifier of the provisioning artifact.
- name string
- The name of the provisioning artifact.
- type string
- The type of provisioning artifact.
- active bool
- Indicates whether the product version is active.
- created_time str
- The UTC time stamp of the creation time.
- description str
- The description of the provisioning artifact.
- guidance str
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- id str
- The identifier of the provisioning artifact.
- name str
- The name of the provisioning artifact.
- type str
- The type of provisioning artifact.
- active Boolean
- Indicates whether the product version is active.
- createdTime String
- The UTC time stamp of the creation time.
- description String
- The description of the provisioning artifact.
- guidance String
- Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
- id String
- The identifier of the provisioning artifact.
- name String
- The name of the provisioning artifact.
- type String
- The type of provisioning artifact.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.