1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. servicecatalog
  5. getProvisionedProducts
Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi

alicloud.servicecatalog.getProvisionedProducts

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi

    This data source provides Service Catalog Provisioned Product available to the user. What is Provisioned Product

    NOTE: Available since v1.196.0.

    Example Usage

    Basic Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as alicloud from "@pulumi/alicloud";
    
    const default = alicloud.servicecatalog.getProvisionedProducts({
        ids: ["IdExample"],
        nameRegex: "NameRegexExample",
    });
    export const alicloudServiceCatalogProvisionedProductExampleId = _default.then(_default => _default.provisionedProducts?.[0]?.id);
    
    import pulumi
    import pulumi_alicloud as alicloud
    
    default = alicloud.servicecatalog.get_provisioned_products(ids=["IdExample"],
        name_regex="NameRegexExample")
    pulumi.export("alicloudServiceCatalogProvisionedProductExampleId", default.provisioned_products[0].id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/servicecatalog"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_default, err := servicecatalog.GetProvisionedProducts(ctx, &servicecatalog.GetProvisionedProductsArgs{
    			Ids: []string{
    				"IdExample",
    			},
    			NameRegex: pulumi.StringRef("NameRegexExample"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("alicloudServiceCatalogProvisionedProductExampleId", _default.ProvisionedProducts[0].Id)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AliCloud = Pulumi.AliCloud;
    
    return await Deployment.RunAsync(() => 
    {
        var @default = AliCloud.ServiceCatalog.GetProvisionedProducts.Invoke(new()
        {
            Ids = new[]
            {
                "IdExample",
            },
            NameRegex = "NameRegexExample",
        });
    
        return new Dictionary<string, object?>
        {
            ["alicloudServiceCatalogProvisionedProductExampleId"] = @default.Apply(@default => @default.Apply(getProvisionedProductsResult => getProvisionedProductsResult.ProvisionedProducts[0]?.Id)),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.alicloud.servicecatalog.ServicecatalogFunctions;
    import com.pulumi.alicloud.servicecatalog.inputs.GetProvisionedProductsArgs;
    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 default = ServicecatalogFunctions.getProvisionedProducts(GetProvisionedProductsArgs.builder()
                .ids("IdExample")
                .nameRegex("NameRegexExample")
                .build());
    
            ctx.export("alicloudServiceCatalogProvisionedProductExampleId", default_.provisionedProducts()[0].id());
        }
    }
    
    variables:
      default:
        fn::invoke:
          Function: alicloud:servicecatalog:getProvisionedProducts
          Arguments:
            ids:
              - IdExample
            nameRegex: NameRegexExample
    outputs:
      alicloudServiceCatalogProvisionedProductExampleId: ${default.provisionedProducts[0].id}
    

    Using getProvisionedProducts

    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 getProvisionedProducts(args: GetProvisionedProductsArgs, opts?: InvokeOptions): Promise<GetProvisionedProductsResult>
    function getProvisionedProductsOutput(args: GetProvisionedProductsOutputArgs, opts?: InvokeOptions): Output<GetProvisionedProductsResult>
    def get_provisioned_products(access_level_filter: Optional[str] = None,
                                 enable_details: Optional[bool] = None,
                                 ids: Optional[Sequence[str]] = None,
                                 name_regex: Optional[str] = None,
                                 output_file: Optional[str] = None,
                                 page_number: Optional[int] = None,
                                 page_size: Optional[int] = None,
                                 sort_by: Optional[str] = None,
                                 sort_order: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetProvisionedProductsResult
    def get_provisioned_products_output(access_level_filter: Optional[pulumi.Input[str]] = None,
                                 enable_details: Optional[pulumi.Input[bool]] = None,
                                 ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                 name_regex: Optional[pulumi.Input[str]] = None,
                                 output_file: Optional[pulumi.Input[str]] = None,
                                 page_number: Optional[pulumi.Input[int]] = None,
                                 page_size: Optional[pulumi.Input[int]] = None,
                                 sort_by: Optional[pulumi.Input[str]] = None,
                                 sort_order: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetProvisionedProductsResult]
    func GetProvisionedProducts(ctx *Context, args *GetProvisionedProductsArgs, opts ...InvokeOption) (*GetProvisionedProductsResult, error)
    func GetProvisionedProductsOutput(ctx *Context, args *GetProvisionedProductsOutputArgs, opts ...InvokeOption) GetProvisionedProductsResultOutput

    > Note: This function is named GetProvisionedProducts in the Go SDK.

    public static class GetProvisionedProducts 
    {
        public static Task<GetProvisionedProductsResult> InvokeAsync(GetProvisionedProductsArgs args, InvokeOptions? opts = null)
        public static Output<GetProvisionedProductsResult> Invoke(GetProvisionedProductsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProvisionedProductsResult> getProvisionedProducts(GetProvisionedProductsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: alicloud:servicecatalog/getProvisionedProducts:getProvisionedProducts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessLevelFilter string
    The access filter.
    EnableDetails bool
    Default to false. Set it to true can output more details about resource attributes.
    Ids List<string>
    A list of Provisioned Product IDs.
    NameRegex string
    A regex string to filter results by Product name.
    OutputFile string
    File name where to save data source results (after running pulumi preview).
    PageNumber int
    PageSize int
    SortBy string
    The field that is used to sort the queried data.
    SortOrder string
    The sorting method.
    AccessLevelFilter string
    The access filter.
    EnableDetails bool
    Default to false. Set it to true can output more details about resource attributes.
    Ids []string
    A list of Provisioned Product IDs.
    NameRegex string
    A regex string to filter results by Product name.
    OutputFile string
    File name where to save data source results (after running pulumi preview).
    PageNumber int
    PageSize int
    SortBy string
    The field that is used to sort the queried data.
    SortOrder string
    The sorting method.
    accessLevelFilter String
    The access filter.
    enableDetails Boolean
    Default to false. Set it to true can output more details about resource attributes.
    ids List<String>
    A list of Provisioned Product IDs.
    nameRegex String
    A regex string to filter results by Product name.
    outputFile String
    File name where to save data source results (after running pulumi preview).
    pageNumber Integer
    pageSize Integer
    sortBy String
    The field that is used to sort the queried data.
    sortOrder String
    The sorting method.
    accessLevelFilter string
    The access filter.
    enableDetails boolean
    Default to false. Set it to true can output more details about resource attributes.
    ids string[]
    A list of Provisioned Product IDs.
    nameRegex string
    A regex string to filter results by Product name.
    outputFile string
    File name where to save data source results (after running pulumi preview).
    pageNumber number
    pageSize number
    sortBy string
    The field that is used to sort the queried data.
    sortOrder string
    The sorting method.
    access_level_filter str
    The access filter.
    enable_details bool
    Default to false. Set it to true can output more details about resource attributes.
    ids Sequence[str]
    A list of Provisioned Product IDs.
    name_regex str
    A regex string to filter results by Product name.
    output_file str
    File name where to save data source results (after running pulumi preview).
    page_number int
    page_size int
    sort_by str
    The field that is used to sort the queried data.
    sort_order str
    The sorting method.
    accessLevelFilter String
    The access filter.
    enableDetails Boolean
    Default to false. Set it to true can output more details about resource attributes.
    ids List<String>
    A list of Provisioned Product IDs.
    nameRegex String
    A regex string to filter results by Product name.
    outputFile String
    File name where to save data source results (after running pulumi preview).
    pageNumber Number
    pageSize Number
    sortBy String
    The field that is used to sort the queried data.
    sortOrder String
    The sorting method.

    getProvisionedProducts Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Ids List<string>
    A list of Provisioned Product IDs.
    Names List<string>
    A list of name of Provisioned Products.
    Products List<Pulumi.AliCloud.ServiceCatalog.Outputs.GetProvisionedProductsProduct>
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    ProvisionedProducts List<Pulumi.AliCloud.ServiceCatalog.Outputs.GetProvisionedProductsProvisionedProduct>
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    AccessLevelFilter string
    EnableDetails bool
    NameRegex string
    OutputFile string
    PageNumber int
    PageSize int
    SortBy string
    SortOrder string
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids []string
    A list of Provisioned Product IDs.
    Names []string
    A list of name of Provisioned Products.
    Products []GetProvisionedProductsProduct
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    ProvisionedProducts []GetProvisionedProductsProvisionedProduct
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    AccessLevelFilter string
    EnableDetails bool
    NameRegex string
    OutputFile string
    PageNumber int
    PageSize int
    SortBy string
    SortOrder string
    id String
    The provider-assigned unique ID for this managed resource.
    ids List<String>
    A list of Provisioned Product IDs.
    names List<String>
    A list of name of Provisioned Products.
    products List<GetProvisionedProductsProduct>
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    provisionedProducts List<GetProvisionedProductsProvisionedProduct>
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    accessLevelFilter String
    enableDetails Boolean
    nameRegex String
    outputFile String
    pageNumber Integer
    pageSize Integer
    sortBy String
    sortOrder String
    id string
    The provider-assigned unique ID for this managed resource.
    ids string[]
    A list of Provisioned Product IDs.
    names string[]
    A list of name of Provisioned Products.
    products GetProvisionedProductsProduct[]
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    provisionedProducts GetProvisionedProductsProvisionedProduct[]
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    accessLevelFilter string
    enableDetails boolean
    nameRegex string
    outputFile string
    pageNumber number
    pageSize number
    sortBy string
    sortOrder string
    id str
    The provider-assigned unique ID for this managed resource.
    ids Sequence[str]
    A list of Provisioned Product IDs.
    names Sequence[str]
    A list of name of Provisioned Products.
    products Sequence[GetProvisionedProductsProduct]
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    provisioned_products Sequence[GetProvisionedProductsProvisionedProduct]
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    access_level_filter str
    enable_details bool
    name_regex str
    output_file str
    page_number int
    page_size int
    sort_by str
    sort_order str
    id String
    The provider-assigned unique ID for this managed resource.
    ids List<String>
    A list of Provisioned Product IDs.
    names List<String>
    A list of name of Provisioned Products.
    products List<Property Map>
    (Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:

    Deprecated: Field 'products' has been deprecated from provider version 1.197.0.

    provisionedProducts List<Property Map>
    (Available since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
    accessLevelFilter String
    enableDetails Boolean
    nameRegex String
    outputFile String
    pageNumber Number
    pageSize Number
    sortBy String
    sortOrder String

    Supporting Types

    GetProvisionedProductsProduct

    CreateTime string
    The creation time of the product instance
    Id string
    LastProvisioningTaskId string
    The ID of the last instance operation task
    LastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    LastTaskId string
    The ID of the last task
    Outputs List<Pulumi.AliCloud.ServiceCatalog.Inputs.GetProvisionedProductsProductOutput>
    OwnerPrincipalId string
    The RAM entity ID of the owner
    OwnerPrincipalType string
    The RAM entity type of the owner
    Parameters List<Pulumi.AliCloud.ServiceCatalog.Inputs.GetProvisionedProductsProductParameter>
    PortfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    ProductId string
    Product ID.
    ProductName string
    The name of the product
    ProductVersionId string
    Product version ID.
    ProductVersionName string
    The name of the product version
    ProvisionedProductArn string
    The ARN of the product instance
    ProvisionedProductId string
    The ID of the instance.
    ProvisionedProductName string
    The name of the instance.The length is 1~128 characters.
    ProvisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    StackId string
    The ID of the ROS stack
    StackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    Status string
    Instance status
    StatusMessage string
    The status message of the product instance
    Tags Dictionary<string, object>
    CreateTime string
    The creation time of the product instance
    Id string
    LastProvisioningTaskId string
    The ID of the last instance operation task
    LastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    LastTaskId string
    The ID of the last task
    Outputs []GetProvisionedProductsProductOutputType
    OwnerPrincipalId string
    The RAM entity ID of the owner
    OwnerPrincipalType string
    The RAM entity type of the owner
    Parameters []GetProvisionedProductsProductParameter
    PortfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    ProductId string
    Product ID.
    ProductName string
    The name of the product
    ProductVersionId string
    Product version ID.
    ProductVersionName string
    The name of the product version
    ProvisionedProductArn string
    The ARN of the product instance
    ProvisionedProductId string
    The ID of the instance.
    ProvisionedProductName string
    The name of the instance.The length is 1~128 characters.
    ProvisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    StackId string
    The ID of the ROS stack
    StackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    Status string
    Instance status
    StatusMessage string
    The status message of the product instance
    Tags map[string]interface{}
    createTime String
    The creation time of the product instance
    id String
    lastProvisioningTaskId String
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId String
    The ID of the last successful instance operation task
    lastTaskId String
    The ID of the last task
    outputs List<GetProvisionedProductsProductOutput>
    ownerPrincipalId String
    The RAM entity ID of the owner
    ownerPrincipalType String
    The RAM entity type of the owner
    parameters List<GetProvisionedProductsProductParameter>
    portfolioId String
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId String
    Product ID.
    productName String
    The name of the product
    productVersionId String
    Product version ID.
    productVersionName String
    The name of the product version
    provisionedProductArn String
    The ARN of the product instance
    provisionedProductId String
    The ID of the instance.
    provisionedProductName String
    The name of the instance.The length is 1~128 characters.
    provisionedProductType String
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId String
    The ID of the ROS stack
    stackRegionId String
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status String
    Instance status
    statusMessage String
    The status message of the product instance
    tags Map<String,Object>
    createTime string
    The creation time of the product instance
    id string
    lastProvisioningTaskId string
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    lastTaskId string
    The ID of the last task
    outputs GetProvisionedProductsProductOutput[]
    ownerPrincipalId string
    The RAM entity ID of the owner
    ownerPrincipalType string
    The RAM entity type of the owner
    parameters GetProvisionedProductsProductParameter[]
    portfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId string
    Product ID.
    productName string
    The name of the product
    productVersionId string
    Product version ID.
    productVersionName string
    The name of the product version
    provisionedProductArn string
    The ARN of the product instance
    provisionedProductId string
    The ID of the instance.
    provisionedProductName string
    The name of the instance.The length is 1~128 characters.
    provisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId string
    The ID of the ROS stack
    stackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status string
    Instance status
    statusMessage string
    The status message of the product instance
    tags {[key: string]: any}
    create_time str
    The creation time of the product instance
    id str
    last_provisioning_task_id str
    The ID of the last instance operation task
    last_successful_provisioning_task_id str
    The ID of the last successful instance operation task
    last_task_id str
    The ID of the last task
    outputs Sequence[GetProvisionedProductsProductOutput]
    owner_principal_id str
    The RAM entity ID of the owner
    owner_principal_type str
    The RAM entity type of the owner
    parameters Sequence[GetProvisionedProductsProductParameter]
    portfolio_id str
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    product_id str
    Product ID.
    product_name str
    The name of the product
    product_version_id str
    Product version ID.
    product_version_name str
    The name of the product version
    provisioned_product_arn str
    The ARN of the product instance
    provisioned_product_id str
    The ID of the instance.
    provisioned_product_name str
    The name of the instance.The length is 1~128 characters.
    provisioned_product_type str
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stack_id str
    The ID of the ROS stack
    stack_region_id str
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status str
    Instance status
    status_message str
    The status message of the product instance
    tags Mapping[str, Any]
    createTime String
    The creation time of the product instance
    id String
    lastProvisioningTaskId String
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId String
    The ID of the last successful instance operation task
    lastTaskId String
    The ID of the last task
    outputs List<Property Map>
    ownerPrincipalId String
    The RAM entity ID of the owner
    ownerPrincipalType String
    The RAM entity type of the owner
    parameters List<Property Map>
    portfolioId String
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId String
    Product ID.
    productName String
    The name of the product
    productVersionId String
    Product version ID.
    productVersionName String
    The name of the product version
    provisionedProductArn String
    The ARN of the product instance
    provisionedProductId String
    The ID of the instance.
    provisionedProductName String
    The name of the instance.The length is 1~128 characters.
    provisionedProductType String
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId String
    The ID of the ROS stack
    stackRegionId String
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status String
    Instance status
    statusMessage String
    The status message of the product instance
    tags Map<Any>

    GetProvisionedProductsProductOutput

    Description string
    OutputKey string
    OutputValue string
    Description string
    OutputKey string
    OutputValue string
    description String
    outputKey String
    outputValue String
    description string
    outputKey string
    outputValue string
    description String
    outputKey String
    outputValue String

    GetProvisionedProductsProductParameter

    GetProvisionedProductsProvisionedProduct

    CreateTime string
    The creation time of the product instance
    Id string
    LastProvisioningTaskId string
    The ID of the last instance operation task
    LastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    LastTaskId string
    The ID of the last task
    Outputs List<Pulumi.AliCloud.ServiceCatalog.Inputs.GetProvisionedProductsProvisionedProductOutput>
    OwnerPrincipalId string
    The RAM entity ID of the owner
    OwnerPrincipalType string
    The RAM entity type of the owner
    Parameters List<Pulumi.AliCloud.ServiceCatalog.Inputs.GetProvisionedProductsProvisionedProductParameter>
    PortfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    ProductId string
    Product ID.
    ProductName string
    The name of the product
    ProductVersionId string
    Product version ID.
    ProductVersionName string
    The name of the product version
    ProvisionedProductArn string
    The ARN of the product instance
    ProvisionedProductId string
    The ID of the instance.
    ProvisionedProductName string
    The name of the instance.The length is 1~128 characters.
    ProvisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    StackId string
    The ID of the ROS stack
    StackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    Status string
    Instance status
    StatusMessage string
    The status message of the product instance
    Tags Dictionary<string, object>
    CreateTime string
    The creation time of the product instance
    Id string
    LastProvisioningTaskId string
    The ID of the last instance operation task
    LastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    LastTaskId string
    The ID of the last task
    Outputs []GetProvisionedProductsProvisionedProductOutputType
    OwnerPrincipalId string
    The RAM entity ID of the owner
    OwnerPrincipalType string
    The RAM entity type of the owner
    Parameters []GetProvisionedProductsProvisionedProductParameter
    PortfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    ProductId string
    Product ID.
    ProductName string
    The name of the product
    ProductVersionId string
    Product version ID.
    ProductVersionName string
    The name of the product version
    ProvisionedProductArn string
    The ARN of the product instance
    ProvisionedProductId string
    The ID of the instance.
    ProvisionedProductName string
    The name of the instance.The length is 1~128 characters.
    ProvisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    StackId string
    The ID of the ROS stack
    StackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    Status string
    Instance status
    StatusMessage string
    The status message of the product instance
    Tags map[string]interface{}
    createTime String
    The creation time of the product instance
    id String
    lastProvisioningTaskId String
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId String
    The ID of the last successful instance operation task
    lastTaskId String
    The ID of the last task
    outputs List<GetProvisionedProductsProvisionedProductOutput>
    ownerPrincipalId String
    The RAM entity ID of the owner
    ownerPrincipalType String
    The RAM entity type of the owner
    parameters List<GetProvisionedProductsProvisionedProductParameter>
    portfolioId String
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId String
    Product ID.
    productName String
    The name of the product
    productVersionId String
    Product version ID.
    productVersionName String
    The name of the product version
    provisionedProductArn String
    The ARN of the product instance
    provisionedProductId String
    The ID of the instance.
    provisionedProductName String
    The name of the instance.The length is 1~128 characters.
    provisionedProductType String
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId String
    The ID of the ROS stack
    stackRegionId String
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status String
    Instance status
    statusMessage String
    The status message of the product instance
    tags Map<String,Object>
    createTime string
    The creation time of the product instance
    id string
    lastProvisioningTaskId string
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId string
    The ID of the last successful instance operation task
    lastTaskId string
    The ID of the last task
    outputs GetProvisionedProductsProvisionedProductOutput[]
    ownerPrincipalId string
    The RAM entity ID of the owner
    ownerPrincipalType string
    The RAM entity type of the owner
    parameters GetProvisionedProductsProvisionedProductParameter[]
    portfolioId string
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId string
    Product ID.
    productName string
    The name of the product
    productVersionId string
    Product version ID.
    productVersionName string
    The name of the product version
    provisionedProductArn string
    The ARN of the product instance
    provisionedProductId string
    The ID of the instance.
    provisionedProductName string
    The name of the instance.The length is 1~128 characters.
    provisionedProductType string
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId string
    The ID of the ROS stack
    stackRegionId string
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status string
    Instance status
    statusMessage string
    The status message of the product instance
    tags {[key: string]: any}
    create_time str
    The creation time of the product instance
    id str
    last_provisioning_task_id str
    The ID of the last instance operation task
    last_successful_provisioning_task_id str
    The ID of the last successful instance operation task
    last_task_id str
    The ID of the last task
    outputs Sequence[GetProvisionedProductsProvisionedProductOutput]
    owner_principal_id str
    The RAM entity ID of the owner
    owner_principal_type str
    The RAM entity type of the owner
    parameters Sequence[GetProvisionedProductsProvisionedProductParameter]
    portfolio_id str
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    product_id str
    Product ID.
    product_name str
    The name of the product
    product_version_id str
    Product version ID.
    product_version_name str
    The name of the product version
    provisioned_product_arn str
    The ARN of the product instance
    provisioned_product_id str
    The ID of the instance.
    provisioned_product_name str
    The name of the instance.The length is 1~128 characters.
    provisioned_product_type str
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stack_id str
    The ID of the ROS stack
    stack_region_id str
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status str
    Instance status
    status_message str
    The status message of the product instance
    tags Mapping[str, Any]
    createTime String
    The creation time of the product instance
    id String
    lastProvisioningTaskId String
    The ID of the last instance operation task
    lastSuccessfulProvisioningTaskId String
    The ID of the last successful instance operation task
    lastTaskId String
    The ID of the last task
    outputs List<Property Map>
    ownerPrincipalId String
    The RAM entity ID of the owner
    ownerPrincipalType String
    The RAM entity type of the owner
    parameters List<Property Map>
    portfolioId String
    Product mix ID.> When there is a default Startup option, there is no need to fill in the portfolio. When there is no default Startup option, you must fill in the portfolio.
    productId String
    Product ID.
    productName String
    The name of the product
    productVersionId String
    Product version ID.
    productVersionName String
    The name of the product version
    provisionedProductArn String
    The ARN of the product instance
    provisionedProductId String
    The ID of the instance.
    provisionedProductName String
    The name of the instance.The length is 1~128 characters.
    provisionedProductType String
    Instance type.The value is RosStack, which indicates the stack of Alibaba Cloud resource orchestration service (ROS).
    stackId String
    The ID of the ROS stack
    stackRegionId String
    The ID of the region to which the resource stack of the Alibaba Cloud resource orchestration service (ROS) belongs.
    status String
    Instance status
    statusMessage String
    The status message of the product instance
    tags Map<Any>

    GetProvisionedProductsProvisionedProductOutput

    Description string
    OutputKey string
    OutputValue string
    Description string
    OutputKey string
    OutputValue string
    description String
    outputKey String
    outputValue String
    description string
    outputKey string
    outputValue string
    description String
    outputKey String
    outputValue String

    GetProvisionedProductsProvisionedProductParameter

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.55.0 published on Tuesday, Apr 30, 2024 by Pulumi