1. Packages
  2. Ibm Provider
  3. API Docs
  4. OnboardingCatalogDeployment
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.OnboardingCatalogDeployment

Explore with Pulumi AI

Note - Intended for internal use only. This resource is strictly experimental and subject to change without notice.

Create, update, and delete onboarding_catalog_deployments with this resource.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const onboardingCatalogDeploymentInstance = new ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentInstance", {
    active: true,
    catalogPlanId: ibm_onboarding_catalog_plan.onboarding_catalog_plan_instance.onboarding_catalog_plan_id,
    catalogProductId: ibm_onboarding_catalog_product.onboarding_catalog_product_instance.onboarding_catalog_product_id,
    disabled: false,
    kind: "deployment",
    metadata: {
        rcCompatible: true,
        service: {
            rcProvisionable: true,
            iamCompatible: true,
            serviceKeySupported: true,
            parameters: [{
                displayname: "displayname",
                name: "name",
                type: "text",
                options: [{
                    displayname: "displayname",
                    value: "value",
                    i18n: {
                        en: {
                            displayname: "displayname",
                            description: "description",
                        },
                        de: {
                            displayname: "displayname",
                            description: "description",
                        },
                        es: {
                            displayname: "displayname",
                            description: "description",
                        },
                        fr: {
                            displayname: "displayname",
                            description: "description",
                        },
                        it: {
                            displayname: "displayname",
                            description: "description",
                        },
                        ja: {
                            displayname: "displayname",
                            description: "description",
                        },
                        ko: {
                            displayname: "displayname",
                            description: "description",
                        },
                        ptBr: {
                            displayname: "displayname",
                            description: "description",
                        },
                        zhTw: {
                            displayname: "displayname",
                            description: "description",
                        },
                        zhCn: {
                            displayname: "displayname",
                            description: "description",
                        },
                    },
                }],
                values: ["value"],
                layout: "layout",
                associations: {
                    key: "anything as a string",
                },
                validationUrl: "validation_url",
                optionsUrl: "options_url",
                invalidmessage: "invalidmessage",
                description: "description",
                required: true,
                pattern: "pattern",
                placeholder: "placeholder",
                readonly: true,
                hidden: true,
                i18n: {
                    en: {
                        displayname: "displayname",
                        description: "description",
                    },
                    de: {
                        displayname: "displayname",
                        description: "description",
                    },
                    es: {
                        displayname: "displayname",
                        description: "description",
                    },
                    fr: {
                        displayname: "displayname",
                        description: "description",
                    },
                    it: {
                        displayname: "displayname",
                        description: "description",
                    },
                    ja: {
                        displayname: "displayname",
                        description: "description",
                    },
                    ko: {
                        displayname: "displayname",
                        description: "description",
                    },
                    ptBr: {
                        displayname: "displayname",
                        description: "description",
                    },
                    zhTw: {
                        displayname: "displayname",
                        description: "description",
                    },
                    zhCn: {
                        displayname: "displayname",
                        description: "description",
                    },
                },
            }],
        },
        deployment: {
            broker: {
                name: "name",
                guid: "guid",
            },
            location: "location",
            locationUrl: "location_url",
            targetCrn: "target_crn",
        },
    },
    objectProvider: {
        name: "name",
        email: "email",
    },
    overviewUi: {
        en: {
            displayName: "display_name",
            description: "description",
            longDescription: "long_description",
        },
    },
    productId: ibm_onboarding_product.onboarding_product_instance.id,
});
Copy
import pulumi
import pulumi_ibm as ibm

onboarding_catalog_deployment_instance = ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentInstance",
    active=True,
    catalog_plan_id=ibm_onboarding_catalog_plan["onboarding_catalog_plan_instance"]["onboarding_catalog_plan_id"],
    catalog_product_id=ibm_onboarding_catalog_product["onboarding_catalog_product_instance"]["onboarding_catalog_product_id"],
    disabled=False,
    kind="deployment",
    metadata={
        "rc_compatible": True,
        "service": {
            "rc_provisionable": True,
            "iam_compatible": True,
            "service_key_supported": True,
            "parameters": [{
                "displayname": "displayname",
                "name": "name",
                "type": "text",
                "options": [{
                    "displayname": "displayname",
                    "value": "value",
                    "i18n": {
                        "en": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "de": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "es": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "fr": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "it": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "ja": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "ko": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "pt_br": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "zh_tw": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                        "zh_cn": {
                            "displayname": "displayname",
                            "description": "description",
                        },
                    },
                }],
                "values": ["value"],
                "layout": "layout",
                "associations": {
                    "key": "anything as a string",
                },
                "validation_url": "validation_url",
                "options_url": "options_url",
                "invalidmessage": "invalidmessage",
                "description": "description",
                "required": True,
                "pattern": "pattern",
                "placeholder": "placeholder",
                "readonly": True,
                "hidden": True,
                "i18n": {
                    "en": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "de": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "es": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "fr": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "it": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "ja": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "ko": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "pt_br": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "zh_tw": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                    "zh_cn": {
                        "displayname": "displayname",
                        "description": "description",
                    },
                },
            }],
        },
        "deployment": {
            "broker": {
                "name": "name",
                "guid": "guid",
            },
            "location": "location",
            "location_url": "location_url",
            "target_crn": "target_crn",
        },
    },
    object_provider={
        "name": "name",
        "email": "email",
    },
    overview_ui={
        "en": {
            "display_name": "display_name",
            "description": "description",
            "long_description": "long_description",
        },
    },
    product_id=ibm_onboarding_product["onboarding_product_instance"]["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.NewOnboardingCatalogDeployment(ctx, "onboardingCatalogDeploymentInstance", &ibm.OnboardingCatalogDeploymentArgs{
			Active:           pulumi.Bool(true),
			CatalogPlanId:    pulumi.Any(ibm_onboarding_catalog_plan.Onboarding_catalog_plan_instance.Onboarding_catalog_plan_id),
			CatalogProductId: pulumi.Any(ibm_onboarding_catalog_product.Onboarding_catalog_product_instance.Onboarding_catalog_product_id),
			Disabled:         pulumi.Bool(false),
			Kind:             pulumi.String("deployment"),
			Metadata: &ibm.OnboardingCatalogDeploymentMetadataArgs{
				RcCompatible: pulumi.Bool(true),
				Service: &ibm.OnboardingCatalogDeploymentMetadataServiceArgs{
					RcProvisionable:     pulumi.Bool(true),
					IamCompatible:       pulumi.Bool(true),
					ServiceKeySupported: pulumi.Bool(true),
					Parameters: ibm.OnboardingCatalogDeploymentMetadataServiceParameterArray{
						&ibm.OnboardingCatalogDeploymentMetadataServiceParameterArgs{
							Displayname: pulumi.String("displayname"),
							Name:        pulumi.String("name"),
							Type:        pulumi.String("text"),
							Options: ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionArray{
								&ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs{
									Displayname: pulumi.String("displayname"),
									Value:       pulumi.String("value"),
									I18n: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs{
										En: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										De: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										Es: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										Fr: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										It: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										Ja: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										Ko: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										PtBr: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										ZhTw: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
										ZhCn: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs{
											Displayname: pulumi.String("displayname"),
											Description: pulumi.String("description"),
										},
									},
								},
							},
							Values: pulumi.StringArray{
								pulumi.String("value"),
							},
							Layout: pulumi.String("layout"),
							Associations: pulumi.StringMap{
								"key": pulumi.String("anything as a string"),
							},
							ValidationUrl:  pulumi.String("validation_url"),
							OptionsUrl:     pulumi.String("options_url"),
							Invalidmessage: pulumi.String("invalidmessage"),
							Description:    pulumi.String("description"),
							Required:       pulumi.Bool(true),
							Pattern:        pulumi.String("pattern"),
							Placeholder:    pulumi.String("placeholder"),
							Readonly:       pulumi.Bool(true),
							Hidden:         pulumi.Bool(true),
							I18n: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs{
								En: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								De: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								Es: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								Fr: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								It: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								Ja: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								Ko: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								PtBr: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								ZhTw: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
								ZhCn: &ibm.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs{
									Displayname: pulumi.String("displayname"),
									Description: pulumi.String("description"),
								},
							},
						},
					},
				},
				Deployment: &ibm.OnboardingCatalogDeploymentMetadataDeploymentArgs{
					Broker: &ibm.OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs{
						Name: pulumi.String("name"),
						Guid: pulumi.String("guid"),
					},
					Location:    pulumi.String("location"),
					LocationUrl: pulumi.String("location_url"),
					TargetCrn:   pulumi.String("target_crn"),
				},
			},
			ObjectProvider: &ibm.OnboardingCatalogDeploymentObjectProviderArgs{
				Name:  pulumi.String("name"),
				Email: pulumi.String("email"),
			},
			OverviewUi: &ibm.OnboardingCatalogDeploymentOverviewUiArgs{
				En: &ibm.OnboardingCatalogDeploymentOverviewUiEnArgs{
					DisplayName:     pulumi.String("display_name"),
					Description:     pulumi.String("description"),
					LongDescription: pulumi.String("long_description"),
				},
			},
			ProductId: pulumi.Any(ibm_onboarding_product.Onboarding_product_instance.Id),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var onboardingCatalogDeploymentInstance = new Ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentInstance", new()
    {
        Active = true,
        CatalogPlanId = ibm_onboarding_catalog_plan.Onboarding_catalog_plan_instance.Onboarding_catalog_plan_id,
        CatalogProductId = ibm_onboarding_catalog_product.Onboarding_catalog_product_instance.Onboarding_catalog_product_id,
        Disabled = false,
        Kind = "deployment",
        Metadata = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataArgs
        {
            RcCompatible = true,
            Service = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceArgs
            {
                RcProvisionable = true,
                IamCompatible = true,
                ServiceKeySupported = true,
                Parameters = new[]
                {
                    new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterArgs
                    {
                        Displayname = "displayname",
                        Name = "name",
                        Type = "text",
                        Options = new[]
                        {
                            new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs
                            {
                                Displayname = "displayname",
                                Value = "value",
                                I18n = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs
                                {
                                    En = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    De = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    Es = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    Fr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    It = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    Ja = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    Ko = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    PtBr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    ZhTw = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                    ZhCn = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs
                                    {
                                        Displayname = "displayname",
                                        Description = "description",
                                    },
                                },
                            },
                        },
                        Values = new[]
                        {
                            "value",
                        },
                        Layout = "layout",
                        Associations = 
                        {
                            { "key", "anything as a string" },
                        },
                        ValidationUrl = "validation_url",
                        OptionsUrl = "options_url",
                        Invalidmessage = "invalidmessage",
                        Description = "description",
                        Required = true,
                        Pattern = "pattern",
                        Placeholder = "placeholder",
                        Readonly = true,
                        Hidden = true,
                        I18n = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs
                        {
                            En = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            De = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            Es = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            Fr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            It = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            Ja = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            Ko = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            PtBr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            ZhTw = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                            ZhCn = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs
                            {
                                Displayname = "displayname",
                                Description = "description",
                            },
                        },
                    },
                },
            },
            Deployment = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataDeploymentArgs
            {
                Broker = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs
                {
                    Name = "name",
                    Guid = "guid",
                },
                Location = "location",
                LocationUrl = "location_url",
                TargetCrn = "target_crn",
            },
        },
        ObjectProvider = new Ibm.Inputs.OnboardingCatalogDeploymentObjectProviderArgs
        {
            Name = "name",
            Email = "email",
        },
        OverviewUi = new Ibm.Inputs.OnboardingCatalogDeploymentOverviewUiArgs
        {
            En = new Ibm.Inputs.OnboardingCatalogDeploymentOverviewUiEnArgs
            {
                DisplayName = "display_name",
                Description = "description",
                LongDescription = "long_description",
            },
        },
        ProductId = ibm_onboarding_product.Onboarding_product_instance.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.OnboardingCatalogDeployment;
import com.pulumi.ibm.OnboardingCatalogDeploymentArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentMetadataArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentMetadataServiceArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentMetadataDeploymentArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentObjectProviderArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentOverviewUiArgs;
import com.pulumi.ibm.inputs.OnboardingCatalogDeploymentOverviewUiEnArgs;
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) {
        var onboardingCatalogDeploymentInstance = new OnboardingCatalogDeployment("onboardingCatalogDeploymentInstance", OnboardingCatalogDeploymentArgs.builder()
            .active(true)
            .catalogPlanId(ibm_onboarding_catalog_plan.onboarding_catalog_plan_instance().onboarding_catalog_plan_id())
            .catalogProductId(ibm_onboarding_catalog_product.onboarding_catalog_product_instance().onboarding_catalog_product_id())
            .disabled(false)
            .kind("deployment")
            .metadata(OnboardingCatalogDeploymentMetadataArgs.builder()
                .rcCompatible(true)
                .service(OnboardingCatalogDeploymentMetadataServiceArgs.builder()
                    .rcProvisionable(true)
                    .iamCompatible(true)
                    .serviceKeySupported(true)
                    .parameters(OnboardingCatalogDeploymentMetadataServiceParameterArgs.builder()
                        .displayname("displayname")
                        .name("name")
                        .type("text")
                        .options(OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs.builder()
                            .displayname("displayname")
                            .value("value")
                            .i18n(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs.builder()
                                .en(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .de(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .es(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .fr(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .it(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .ja(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .ko(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .ptBr(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .zhTw(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .zhCn(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs.builder()
                                    .displayname("displayname")
                                    .description("description")
                                    .build())
                                .build())
                            .build())
                        .values("value")
                        .layout("layout")
                        .associations(Map.of("key", "anything as a string"))
                        .validationUrl("validation_url")
                        .optionsUrl("options_url")
                        .invalidmessage("invalidmessage")
                        .description("description")
                        .required(true)
                        .pattern("pattern")
                        .placeholder("placeholder")
                        .readonly(true)
                        .hidden(true)
                        .i18n(OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs.builder()
                            .en(OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .de(OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .es(OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .fr(OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .it(OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .ja(OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .ko(OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .ptBr(OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .zhTw(OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .zhCn(OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs.builder()
                                .displayname("displayname")
                                .description("description")
                                .build())
                            .build())
                        .build())
                    .build())
                .deployment(OnboardingCatalogDeploymentMetadataDeploymentArgs.builder()
                    .broker(OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs.builder()
                        .name("name")
                        .guid("guid")
                        .build())
                    .location("location")
                    .locationUrl("location_url")
                    .targetCrn("target_crn")
                    .build())
                .build())
            .objectProvider(OnboardingCatalogDeploymentObjectProviderArgs.builder()
                .name("name")
                .email("email")
                .build())
            .overviewUi(OnboardingCatalogDeploymentOverviewUiArgs.builder()
                .en(OnboardingCatalogDeploymentOverviewUiEnArgs.builder()
                    .displayName("display_name")
                    .description("description")
                    .longDescription("long_description")
                    .build())
                .build())
            .productId(ibm_onboarding_product.onboarding_product_instance().id())
            .build());

    }
}
Copy
resources:
  onboardingCatalogDeploymentInstance:
    type: ibm:OnboardingCatalogDeployment
    properties:
      active: true
      catalogPlanId: ${ibm_onboarding_catalog_plan.onboarding_catalog_plan_instance.onboarding_catalog_plan_id}
      catalogProductId: ${ibm_onboarding_catalog_product.onboarding_catalog_product_instance.onboarding_catalog_product_id}
      disabled: false
      kind: deployment
      metadata:
        rcCompatible: true
        service:
          rcProvisionable: true
          iamCompatible: true
          serviceKeySupported: true
          parameters:
            - displayname: displayname
              name: name
              type: text
              options:
                - displayname: displayname
                  value: value
                  i18n:
                    en:
                      displayname: displayname
                      description: description
                    de:
                      displayname: displayname
                      description: description
                    es:
                      displayname: displayname
                      description: description
                    fr:
                      displayname: displayname
                      description: description
                    it:
                      displayname: displayname
                      description: description
                    ja:
                      displayname: displayname
                      description: description
                    ko:
                      displayname: displayname
                      description: description
                    ptBr:
                      displayname: displayname
                      description: description
                    zhTw:
                      displayname: displayname
                      description: description
                    zhCn:
                      displayname: displayname
                      description: description
              values:
                - value
              layout: layout
              associations:
                key: anything as a string
              validationUrl: validation_url
              optionsUrl: options_url
              invalidmessage: invalidmessage
              description: description
              required: true
              pattern: pattern
              placeholder: placeholder
              readonly: true
              hidden: true
              i18n:
                en:
                  displayname: displayname
                  description: description
                de:
                  displayname: displayname
                  description: description
                es:
                  displayname: displayname
                  description: description
                fr:
                  displayname: displayname
                  description: description
                it:
                  displayname: displayname
                  description: description
                ja:
                  displayname: displayname
                  description: description
                ko:
                  displayname: displayname
                  description: description
                ptBr:
                  displayname: displayname
                  description: description
                zhTw:
                  displayname: displayname
                  description: description
                zhCn:
                  displayname: displayname
                  description: description
        deployment:
          broker:
            name: name
            guid: guid
          location: location
          locationUrl: location_url
          targetCrn: target_crn
      objectProvider:
        name: name
        email: email
      overviewUi:
        en:
          displayName: display_name
          description: description
          longDescription: long_description
      productId: ${ibm_onboarding_product.onboarding_product_instance.id}
Copy

Create OnboardingCatalogDeployment Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new OnboardingCatalogDeployment(name: string, args: OnboardingCatalogDeploymentArgs, opts?: CustomResourceOptions);
@overload
def OnboardingCatalogDeployment(resource_name: str,
                                args: OnboardingCatalogDeploymentArgs,
                                opts: Optional[ResourceOptions] = None)

@overload
def OnboardingCatalogDeployment(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                object_provider: Optional[OnboardingCatalogDeploymentObjectProviderArgs] = None,
                                product_id: Optional[str] = None,
                                catalog_product_id: Optional[str] = None,
                                disabled: Optional[bool] = None,
                                active: Optional[bool] = None,
                                kind: Optional[str] = None,
                                catalog_plan_id: Optional[str] = None,
                                env: Optional[str] = None,
                                object_id: Optional[str] = None,
                                metadata: Optional[OnboardingCatalogDeploymentMetadataArgs] = None,
                                onboarding_catalog_deployment_id: Optional[str] = None,
                                overview_ui: Optional[OnboardingCatalogDeploymentOverviewUiArgs] = None,
                                name: Optional[str] = None,
                                tags: Optional[Sequence[str]] = None)
func NewOnboardingCatalogDeployment(ctx *Context, name string, args OnboardingCatalogDeploymentArgs, opts ...ResourceOption) (*OnboardingCatalogDeployment, error)
public OnboardingCatalogDeployment(string name, OnboardingCatalogDeploymentArgs args, CustomResourceOptions? opts = null)
public OnboardingCatalogDeployment(String name, OnboardingCatalogDeploymentArgs args)
public OnboardingCatalogDeployment(String name, OnboardingCatalogDeploymentArgs args, CustomResourceOptions options)
type: ibm:OnboardingCatalogDeployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. OnboardingCatalogDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. OnboardingCatalogDeploymentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. OnboardingCatalogDeploymentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. OnboardingCatalogDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. OnboardingCatalogDeploymentArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var onboardingCatalogDeploymentResource = new Ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentResource", new()
{
    ObjectProvider = new Ibm.Inputs.OnboardingCatalogDeploymentObjectProviderArgs
    {
        Email = "string",
        Name = "string",
    },
    ProductId = "string",
    CatalogProductId = "string",
    Disabled = false,
    Active = false,
    Kind = "string",
    CatalogPlanId = "string",
    Env = "string",
    ObjectId = "string",
    Metadata = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataArgs
    {
        Deployment = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataDeploymentArgs
        {
            Broker = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs
            {
                Guid = "string",
                Name = "string",
            },
            Location = "string",
            LocationUrl = "string",
            TargetCrn = "string",
        },
        RcCompatible = false,
        Service = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceArgs
        {
            Bindable = false,
            IamCompatible = false,
            Parameters = new[]
            {
                new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterArgs
                {
                    Associations = 
                    {
                        { "string", "string" },
                    },
                    Description = "string",
                    Displayname = "string",
                    Hidden = false,
                    I18n = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs
                    {
                        De = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        En = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        Es = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        Fr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        It = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        Ja = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        Ko = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        PtBr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        ZhCn = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                        ZhTw = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs
                        {
                            Description = "string",
                            Displayname = "string",
                        },
                    },
                    Invalidmessage = "string",
                    Layout = "string",
                    Name = "string",
                    Options = new[]
                    {
                        new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs
                        {
                            Displayname = "string",
                            I18n = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs
                            {
                                De = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                En = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                Es = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                Fr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                It = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                Ja = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                Ko = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                PtBr = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                ZhCn = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                                ZhTw = new Ibm.Inputs.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs
                                {
                                    Description = "string",
                                    Displayname = "string",
                                },
                            },
                            Value = "string",
                        },
                    },
                    OptionsUrl = "string",
                    Pattern = "string",
                    Placeholder = "string",
                    Readonly = false,
                    Required = false,
                    Type = "string",
                    ValidationUrl = "string",
                    Values = new[]
                    {
                        "string",
                    },
                },
            },
            PlanUpdateable = false,
            RcProvisionable = false,
            ServiceKeySupported = false,
            UniqueApiKey = false,
        },
    },
    OnboardingCatalogDeploymentId = "string",
    OverviewUi = new Ibm.Inputs.OnboardingCatalogDeploymentOverviewUiArgs
    {
        En = new Ibm.Inputs.OnboardingCatalogDeploymentOverviewUiEnArgs
        {
            Description = "string",
            DisplayName = "string",
            LongDescription = "string",
        },
    },
    Name = "string",
    Tags = new[]
    {
        "string",
    },
});
Copy
example, err := ibm.NewOnboardingCatalogDeployment(ctx, "onboardingCatalogDeploymentResource", &ibm.OnboardingCatalogDeploymentArgs{
ObjectProvider: &.OnboardingCatalogDeploymentObjectProviderArgs{
Email: pulumi.String("string"),
Name: pulumi.String("string"),
},
ProductId: pulumi.String("string"),
CatalogProductId: pulumi.String("string"),
Disabled: pulumi.Bool(false),
Active: pulumi.Bool(false),
Kind: pulumi.String("string"),
CatalogPlanId: pulumi.String("string"),
Env: pulumi.String("string"),
ObjectId: pulumi.String("string"),
Metadata: &.OnboardingCatalogDeploymentMetadataArgs{
Deployment: &.OnboardingCatalogDeploymentMetadataDeploymentArgs{
Broker: &.OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs{
Guid: pulumi.String("string"),
Name: pulumi.String("string"),
},
Location: pulumi.String("string"),
LocationUrl: pulumi.String("string"),
TargetCrn: pulumi.String("string"),
},
RcCompatible: pulumi.Bool(false),
Service: &.OnboardingCatalogDeploymentMetadataServiceArgs{
Bindable: pulumi.Bool(false),
IamCompatible: pulumi.Bool(false),
Parameters: .OnboardingCatalogDeploymentMetadataServiceParameterArray{
&.OnboardingCatalogDeploymentMetadataServiceParameterArgs{
Associations: pulumi.StringMap{
"string": pulumi.String("string"),
},
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
Hidden: pulumi.Bool(false),
I18n: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs{
De: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
En: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Es: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Fr: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
It: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Ja: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Ko: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
PtBr: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
ZhCn: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
ZhTw: &.OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
},
Invalidmessage: pulumi.String("string"),
Layout: pulumi.String("string"),
Name: pulumi.String("string"),
Options: .OnboardingCatalogDeploymentMetadataServiceParameterOptionArray{
&.OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs{
Displayname: pulumi.String("string"),
I18n: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs{
De: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
En: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Es: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Fr: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
It: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Ja: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
Ko: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
PtBr: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
ZhCn: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
ZhTw: &.OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs{
Description: pulumi.String("string"),
Displayname: pulumi.String("string"),
},
},
Value: pulumi.String("string"),
},
},
OptionsUrl: pulumi.String("string"),
Pattern: pulumi.String("string"),
Placeholder: pulumi.String("string"),
Readonly: pulumi.Bool(false),
Required: pulumi.Bool(false),
Type: pulumi.String("string"),
ValidationUrl: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
PlanUpdateable: pulumi.Bool(false),
RcProvisionable: pulumi.Bool(false),
ServiceKeySupported: pulumi.Bool(false),
UniqueApiKey: pulumi.Bool(false),
},
},
OnboardingCatalogDeploymentId: pulumi.String("string"),
OverviewUi: &.OnboardingCatalogDeploymentOverviewUiArgs{
En: &.OnboardingCatalogDeploymentOverviewUiEnArgs{
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
LongDescription: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
Copy
var onboardingCatalogDeploymentResource = new OnboardingCatalogDeployment("onboardingCatalogDeploymentResource", OnboardingCatalogDeploymentArgs.builder()
    .objectProvider(OnboardingCatalogDeploymentObjectProviderArgs.builder()
        .email("string")
        .name("string")
        .build())
    .productId("string")
    .catalogProductId("string")
    .disabled(false)
    .active(false)
    .kind("string")
    .catalogPlanId("string")
    .env("string")
    .objectId("string")
    .metadata(OnboardingCatalogDeploymentMetadataArgs.builder()
        .deployment(OnboardingCatalogDeploymentMetadataDeploymentArgs.builder()
            .broker(OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs.builder()
                .guid("string")
                .name("string")
                .build())
            .location("string")
            .locationUrl("string")
            .targetCrn("string")
            .build())
        .rcCompatible(false)
        .service(OnboardingCatalogDeploymentMetadataServiceArgs.builder()
            .bindable(false)
            .iamCompatible(false)
            .parameters(OnboardingCatalogDeploymentMetadataServiceParameterArgs.builder()
                .associations(Map.of("string", "string"))
                .description("string")
                .displayname("string")
                .hidden(false)
                .i18n(OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs.builder()
                    .de(OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .en(OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .es(OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .fr(OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .it(OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .ja(OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .ko(OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .ptBr(OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .zhCn(OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .zhTw(OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs.builder()
                        .description("string")
                        .displayname("string")
                        .build())
                    .build())
                .invalidmessage("string")
                .layout("string")
                .name("string")
                .options(OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs.builder()
                    .displayname("string")
                    .i18n(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs.builder()
                        .de(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .en(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .es(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .fr(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .it(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .ja(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .ko(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .ptBr(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .zhCn(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .zhTw(OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs.builder()
                            .description("string")
                            .displayname("string")
                            .build())
                        .build())
                    .value("string")
                    .build())
                .optionsUrl("string")
                .pattern("string")
                .placeholder("string")
                .readonly(false)
                .required(false)
                .type("string")
                .validationUrl("string")
                .values("string")
                .build())
            .planUpdateable(false)
            .rcProvisionable(false)
            .serviceKeySupported(false)
            .uniqueApiKey(false)
            .build())
        .build())
    .onboardingCatalogDeploymentId("string")
    .overviewUi(OnboardingCatalogDeploymentOverviewUiArgs.builder()
        .en(OnboardingCatalogDeploymentOverviewUiEnArgs.builder()
            .description("string")
            .displayName("string")
            .longDescription("string")
            .build())
        .build())
    .name("string")
    .tags("string")
    .build());
Copy
onboarding_catalog_deployment_resource = ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentResource",
    object_provider={
        "email": "string",
        "name": "string",
    },
    product_id="string",
    catalog_product_id="string",
    disabled=False,
    active=False,
    kind="string",
    catalog_plan_id="string",
    env="string",
    object_id="string",
    metadata={
        "deployment": {
            "broker": {
                "guid": "string",
                "name": "string",
            },
            "location": "string",
            "location_url": "string",
            "target_crn": "string",
        },
        "rc_compatible": False,
        "service": {
            "bindable": False,
            "iam_compatible": False,
            "parameters": [{
                "associations": {
                    "string": "string",
                },
                "description": "string",
                "displayname": "string",
                "hidden": False,
                "i18n": {
                    "de": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "en": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "es": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "fr": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "it": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "ja": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "ko": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "pt_br": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "zh_cn": {
                        "description": "string",
                        "displayname": "string",
                    },
                    "zh_tw": {
                        "description": "string",
                        "displayname": "string",
                    },
                },
                "invalidmessage": "string",
                "layout": "string",
                "name": "string",
                "options": [{
                    "displayname": "string",
                    "i18n": {
                        "de": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "en": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "es": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "fr": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "it": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "ja": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "ko": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "pt_br": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "zh_cn": {
                            "description": "string",
                            "displayname": "string",
                        },
                        "zh_tw": {
                            "description": "string",
                            "displayname": "string",
                        },
                    },
                    "value": "string",
                }],
                "options_url": "string",
                "pattern": "string",
                "placeholder": "string",
                "readonly": False,
                "required": False,
                "type": "string",
                "validation_url": "string",
                "values": ["string"],
            }],
            "plan_updateable": False,
            "rc_provisionable": False,
            "service_key_supported": False,
            "unique_api_key": False,
        },
    },
    onboarding_catalog_deployment_id="string",
    overview_ui={
        "en": {
            "description": "string",
            "display_name": "string",
            "long_description": "string",
        },
    },
    name="string",
    tags=["string"])
Copy
const onboardingCatalogDeploymentResource = new ibm.OnboardingCatalogDeployment("onboardingCatalogDeploymentResource", {
    objectProvider: {
        email: "string",
        name: "string",
    },
    productId: "string",
    catalogProductId: "string",
    disabled: false,
    active: false,
    kind: "string",
    catalogPlanId: "string",
    env: "string",
    objectId: "string",
    metadata: {
        deployment: {
            broker: {
                guid: "string",
                name: "string",
            },
            location: "string",
            locationUrl: "string",
            targetCrn: "string",
        },
        rcCompatible: false,
        service: {
            bindable: false,
            iamCompatible: false,
            parameters: [{
                associations: {
                    string: "string",
                },
                description: "string",
                displayname: "string",
                hidden: false,
                i18n: {
                    de: {
                        description: "string",
                        displayname: "string",
                    },
                    en: {
                        description: "string",
                        displayname: "string",
                    },
                    es: {
                        description: "string",
                        displayname: "string",
                    },
                    fr: {
                        description: "string",
                        displayname: "string",
                    },
                    it: {
                        description: "string",
                        displayname: "string",
                    },
                    ja: {
                        description: "string",
                        displayname: "string",
                    },
                    ko: {
                        description: "string",
                        displayname: "string",
                    },
                    ptBr: {
                        description: "string",
                        displayname: "string",
                    },
                    zhCn: {
                        description: "string",
                        displayname: "string",
                    },
                    zhTw: {
                        description: "string",
                        displayname: "string",
                    },
                },
                invalidmessage: "string",
                layout: "string",
                name: "string",
                options: [{
                    displayname: "string",
                    i18n: {
                        de: {
                            description: "string",
                            displayname: "string",
                        },
                        en: {
                            description: "string",
                            displayname: "string",
                        },
                        es: {
                            description: "string",
                            displayname: "string",
                        },
                        fr: {
                            description: "string",
                            displayname: "string",
                        },
                        it: {
                            description: "string",
                            displayname: "string",
                        },
                        ja: {
                            description: "string",
                            displayname: "string",
                        },
                        ko: {
                            description: "string",
                            displayname: "string",
                        },
                        ptBr: {
                            description: "string",
                            displayname: "string",
                        },
                        zhCn: {
                            description: "string",
                            displayname: "string",
                        },
                        zhTw: {
                            description: "string",
                            displayname: "string",
                        },
                    },
                    value: "string",
                }],
                optionsUrl: "string",
                pattern: "string",
                placeholder: "string",
                readonly: false,
                required: false,
                type: "string",
                validationUrl: "string",
                values: ["string"],
            }],
            planUpdateable: false,
            rcProvisionable: false,
            serviceKeySupported: false,
            uniqueApiKey: false,
        },
    },
    onboardingCatalogDeploymentId: "string",
    overviewUi: {
        en: {
            description: "string",
            displayName: "string",
            longDescription: "string",
        },
    },
    name: "string",
    tags: ["string"],
});
Copy
type: ibm:OnboardingCatalogDeployment
properties:
    active: false
    catalogPlanId: string
    catalogProductId: string
    disabled: false
    env: string
    kind: string
    metadata:
        deployment:
            broker:
                guid: string
                name: string
            location: string
            locationUrl: string
            targetCrn: string
        rcCompatible: false
        service:
            bindable: false
            iamCompatible: false
            parameters:
                - associations:
                    string: string
                  description: string
                  displayname: string
                  hidden: false
                  i18n:
                    de:
                        description: string
                        displayname: string
                    en:
                        description: string
                        displayname: string
                    es:
                        description: string
                        displayname: string
                    fr:
                        description: string
                        displayname: string
                    it:
                        description: string
                        displayname: string
                    ja:
                        description: string
                        displayname: string
                    ko:
                        description: string
                        displayname: string
                    ptBr:
                        description: string
                        displayname: string
                    zhCn:
                        description: string
                        displayname: string
                    zhTw:
                        description: string
                        displayname: string
                  invalidmessage: string
                  layout: string
                  name: string
                  options:
                    - displayname: string
                      i18n:
                        de:
                            description: string
                            displayname: string
                        en:
                            description: string
                            displayname: string
                        es:
                            description: string
                            displayname: string
                        fr:
                            description: string
                            displayname: string
                        it:
                            description: string
                            displayname: string
                        ja:
                            description: string
                            displayname: string
                        ko:
                            description: string
                            displayname: string
                        ptBr:
                            description: string
                            displayname: string
                        zhCn:
                            description: string
                            displayname: string
                        zhTw:
                            description: string
                            displayname: string
                      value: string
                  optionsUrl: string
                  pattern: string
                  placeholder: string
                  readonly: false
                  required: false
                  type: string
                  validationUrl: string
                  values:
                    - string
            planUpdateable: false
            rcProvisionable: false
            serviceKeySupported: false
            uniqueApiKey: false
    name: string
    objectId: string
    objectProvider:
        email: string
        name: string
    onboardingCatalogDeploymentId: string
    overviewUi:
        en:
            description: string
            displayName: string
            longDescription: string
    productId: string
    tags:
        - string
Copy

OnboardingCatalogDeployment Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The OnboardingCatalogDeployment resource accepts the following input properties:

Active This property is required. bool
Whether the service is active.
CatalogPlanId This property is required. string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
CatalogProductId This property is required. string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
Disabled This property is required. bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
Kind This property is required. string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
ObjectProvider This property is required. OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
ProductId This property is required. string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
Env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
Metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
Name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
ObjectId string
The desired ID of the global catalog object.
OnboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
OverviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
Tags List<string>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
Active This property is required. bool
Whether the service is active.
CatalogPlanId This property is required. string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
CatalogProductId This property is required. string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
Disabled This property is required. bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
Kind This property is required. string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
ObjectProvider This property is required. OnboardingCatalogDeploymentObjectProviderArgs
The provider or owner of the product. Nested schema for object_provider:
ProductId This property is required. string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
Env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
Metadata OnboardingCatalogDeploymentMetadataArgs
Global catalog deployment metadata. Nested schema for metadata:
Name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
ObjectId string
The desired ID of the global catalog object.
OnboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
OverviewUi OnboardingCatalogDeploymentOverviewUiArgs
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
Tags []string
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
active This property is required. Boolean
Whether the service is active.
catalogPlanId This property is required. String
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId This property is required. String
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled This property is required. Boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
kind This property is required. String
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
objectProvider This property is required. OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
productId This property is required. String
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
env String
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
name String
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId String
The desired ID of the global catalog object.
onboardingCatalogDeploymentId String
The unique identifier of the onboarding_catalog_deployment.
overviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
tags List<String>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
active This property is required. boolean
Whether the service is active.
catalogPlanId This property is required. string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId This property is required. string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled This property is required. boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
kind This property is required. string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
objectProvider This property is required. OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
productId This property is required. string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId string
The desired ID of the global catalog object.
onboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
overviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
tags string[]
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
active This property is required. bool
Whether the service is active.
catalog_plan_id This property is required. str
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalog_product_id This property is required. str
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled This property is required. bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
kind This property is required. str
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
object_provider This property is required. OnboardingCatalogDeploymentObjectProviderArgs
The provider or owner of the product. Nested schema for object_provider:
product_id This property is required. str
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
env str
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
metadata OnboardingCatalogDeploymentMetadataArgs
Global catalog deployment metadata. Nested schema for metadata:
name str
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
object_id str
The desired ID of the global catalog object.
onboarding_catalog_deployment_id str
The unique identifier of the onboarding_catalog_deployment.
overview_ui OnboardingCatalogDeploymentOverviewUiArgs
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
tags Sequence[str]
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
active This property is required. Boolean
Whether the service is active.
catalogPlanId This property is required. String
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId This property is required. String
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled This property is required. Boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
kind This property is required. String
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
objectProvider This property is required. Property Map
The provider or owner of the product. Nested schema for object_provider:
productId This property is required. String
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
env String
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
metadata Property Map
Global catalog deployment metadata. Nested schema for metadata:
name String
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId String
The desired ID of the global catalog object.
onboardingCatalogDeploymentId String
The unique identifier of the onboarding_catalog_deployment.
overviewUi Property Map
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
tags List<String>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.

Outputs

All input properties are implicitly available as output properties. Additionally, the OnboardingCatalogDeployment resource produces the following output properties:

CatalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
GeoTags List<string>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
Id string
The provider-assigned unique ID for this managed resource.
Url string
(String) The global catalog URL of your product.
CatalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
GeoTags []string
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
Id string
The provider-assigned unique ID for this managed resource.
Url string
(String) The global catalog URL of your product.
catalogDeploymentId String
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
geoTags List<String>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
id String
The provider-assigned unique ID for this managed resource.
url String
(String) The global catalog URL of your product.
catalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
geoTags string[]
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
id string
The provider-assigned unique ID for this managed resource.
url string
(String) The global catalog URL of your product.
catalog_deployment_id str
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
geo_tags Sequence[str]
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
id str
The provider-assigned unique ID for this managed resource.
url str
(String) The global catalog URL of your product.
catalogDeploymentId String
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
geoTags List<String>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
id String
The provider-assigned unique ID for this managed resource.
url String
(String) The global catalog URL of your product.

Look up Existing OnboardingCatalogDeployment Resource

Get an existing OnboardingCatalogDeployment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: OnboardingCatalogDeploymentState, opts?: CustomResourceOptions): OnboardingCatalogDeployment
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        active: Optional[bool] = None,
        catalog_deployment_id: Optional[str] = None,
        catalog_plan_id: Optional[str] = None,
        catalog_product_id: Optional[str] = None,
        disabled: Optional[bool] = None,
        env: Optional[str] = None,
        geo_tags: Optional[Sequence[str]] = None,
        kind: Optional[str] = None,
        metadata: Optional[OnboardingCatalogDeploymentMetadataArgs] = None,
        name: Optional[str] = None,
        object_id: Optional[str] = None,
        object_provider: Optional[OnboardingCatalogDeploymentObjectProviderArgs] = None,
        onboarding_catalog_deployment_id: Optional[str] = None,
        overview_ui: Optional[OnboardingCatalogDeploymentOverviewUiArgs] = None,
        product_id: Optional[str] = None,
        tags: Optional[Sequence[str]] = None,
        url: Optional[str] = None) -> OnboardingCatalogDeployment
func GetOnboardingCatalogDeployment(ctx *Context, name string, id IDInput, state *OnboardingCatalogDeploymentState, opts ...ResourceOption) (*OnboardingCatalogDeployment, error)
public static OnboardingCatalogDeployment Get(string name, Input<string> id, OnboardingCatalogDeploymentState? state, CustomResourceOptions? opts = null)
public static OnboardingCatalogDeployment get(String name, Output<String> id, OnboardingCatalogDeploymentState state, CustomResourceOptions options)
resources:  _:    type: ibm:OnboardingCatalogDeployment    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Active bool
Whether the service is active.
CatalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
CatalogPlanId string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
CatalogProductId string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
Disabled bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
Env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
GeoTags List<string>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
Kind string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
Metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
Name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
ObjectId string
The desired ID of the global catalog object.
ObjectProvider OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
OnboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
OverviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
ProductId string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
Tags List<string>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
Url string
(String) The global catalog URL of your product.
Active bool
Whether the service is active.
CatalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
CatalogPlanId string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
CatalogProductId string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
Disabled bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
Env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
GeoTags []string
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
Kind string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
Metadata OnboardingCatalogDeploymentMetadataArgs
Global catalog deployment metadata. Nested schema for metadata:
Name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
ObjectId string
The desired ID of the global catalog object.
ObjectProvider OnboardingCatalogDeploymentObjectProviderArgs
The provider or owner of the product. Nested schema for object_provider:
OnboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
OverviewUi OnboardingCatalogDeploymentOverviewUiArgs
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
ProductId string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
Tags []string
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
Url string
(String) The global catalog URL of your product.
active Boolean
Whether the service is active.
catalogDeploymentId String
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
catalogPlanId String
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId String
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled Boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
env String
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
geoTags List<String>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
kind String
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
name String
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId String
The desired ID of the global catalog object.
objectProvider OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
onboardingCatalogDeploymentId String
The unique identifier of the onboarding_catalog_deployment.
overviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
productId String
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
tags List<String>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
url String
(String) The global catalog URL of your product.
active boolean
Whether the service is active.
catalogDeploymentId string
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
catalogPlanId string
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId string
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
env string
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
geoTags string[]
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
kind string
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
metadata OnboardingCatalogDeploymentMetadata
Global catalog deployment metadata. Nested schema for metadata:
name string
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId string
The desired ID of the global catalog object.
objectProvider OnboardingCatalogDeploymentObjectProvider
The provider or owner of the product. Nested schema for object_provider:
onboardingCatalogDeploymentId string
The unique identifier of the onboarding_catalog_deployment.
overviewUi OnboardingCatalogDeploymentOverviewUi
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
productId string
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
tags string[]
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
url string
(String) The global catalog URL of your product.
active bool
Whether the service is active.
catalog_deployment_id str
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
catalog_plan_id str
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalog_product_id str
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled bool
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
env str
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
geo_tags Sequence[str]
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
kind str
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
metadata OnboardingCatalogDeploymentMetadataArgs
Global catalog deployment metadata. Nested schema for metadata:
name str
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
object_id str
The desired ID of the global catalog object.
object_provider OnboardingCatalogDeploymentObjectProviderArgs
The provider or owner of the product. Nested schema for object_provider:
onboarding_catalog_deployment_id str
The unique identifier of the onboarding_catalog_deployment.
overview_ui OnboardingCatalogDeploymentOverviewUiArgs
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
product_id str
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
tags Sequence[str]
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
url str
(String) The global catalog URL of your product.
active Boolean
Whether the service is active.
catalogDeploymentId String
(String) The ID of a global catalog object.

  • Constraints: The value must match regular expression /^\\S*$/.
catalogPlanId String
The unique ID of this global catalog plan.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
catalogProductId String
The unique ID of this global catalog product.

  • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression /^\\S*$/.
disabled Boolean
Determines the global visibility for the catalog entry, and its children. If it is not enabled, all plans are disabled.
env String
The environment to fetch this object from.

  • Constraints: The maximum length is 64 characters. The minimum length is 1 character. The value must match regular expression /^[a-z_.-]+$/.
geoTags List<String>
(List)

  • Constraints: The list items must match regular expression /./. The maximum length is 1000 items. The minimum length is 0 items.
kind String
The kind of the global catalog object.

  • Constraints: Allowable values are: deployment.
metadata Property Map
Global catalog deployment metadata. Nested schema for metadata:
name String
The programmatic name of this deployment.

  • Constraints: The value must match regular expression /^\\S*$/.
objectId String
The desired ID of the global catalog object.
objectProvider Property Map
The provider or owner of the product. Nested schema for object_provider:
onboardingCatalogDeploymentId String
The unique identifier of the onboarding_catalog_deployment.
overviewUi Property Map
The object that contains the service details from the Overview page in global catalog. Nested schema for overview_ui:
productId String
The unique ID of the product.

  • Constraints: The maximum length is 71 characters. The minimum length is 71 characters. The value must match regular expression /^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
tags List<String>
A list of tags that carry information about your product. These tags can be used to find your product in the IBM Cloud catalog.

  • Constraints: The list items must match regular expression /^[a-z0-9\\-._]+$/. The maximum length is 100 items. The minimum length is 0 items.
url String
(String) The global catalog URL of your product.

Supporting Types

OnboardingCatalogDeploymentMetadata
, OnboardingCatalogDeploymentMetadataArgs

Deployment OnboardingCatalogDeploymentMetadataDeployment
The global catalog metadata of the deployment. Nested schema for deployment:
RcCompatible bool
Whether the object is compatible with the resource controller service.
Service OnboardingCatalogDeploymentMetadataService
The global catalog metadata of the service. Nested schema for service:
Deployment OnboardingCatalogDeploymentMetadataDeployment
The global catalog metadata of the deployment. Nested schema for deployment:
RcCompatible bool
Whether the object is compatible with the resource controller service.
Service OnboardingCatalogDeploymentMetadataService
The global catalog metadata of the service. Nested schema for service:
deployment OnboardingCatalogDeploymentMetadataDeployment
The global catalog metadata of the deployment. Nested schema for deployment:
rcCompatible Boolean
Whether the object is compatible with the resource controller service.
service OnboardingCatalogDeploymentMetadataService
The global catalog metadata of the service. Nested schema for service:
deployment OnboardingCatalogDeploymentMetadataDeployment
The global catalog metadata of the deployment. Nested schema for deployment:
rcCompatible boolean
Whether the object is compatible with the resource controller service.
service OnboardingCatalogDeploymentMetadataService
The global catalog metadata of the service. Nested schema for service:
deployment OnboardingCatalogDeploymentMetadataDeployment
The global catalog metadata of the deployment. Nested schema for deployment:
rc_compatible bool
Whether the object is compatible with the resource controller service.
service OnboardingCatalogDeploymentMetadataService
The global catalog metadata of the service. Nested schema for service:
deployment Property Map
The global catalog metadata of the deployment. Nested schema for deployment:
rcCompatible Boolean
Whether the object is compatible with the resource controller service.
service Property Map
The global catalog metadata of the service. Nested schema for service:

OnboardingCatalogDeploymentMetadataDeployment
, OnboardingCatalogDeploymentMetadataDeploymentArgs

Broker OnboardingCatalogDeploymentMetadataDeploymentBroker
The broker data connected to the deployment. Nested schema for broker:
Location string
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
LocationUrl string
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
TargetCrn string
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Broker OnboardingCatalogDeploymentMetadataDeploymentBroker
The broker data connected to the deployment. Nested schema for broker:
Location string
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
LocationUrl string
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
TargetCrn string
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
broker OnboardingCatalogDeploymentMetadataDeploymentBroker
The broker data connected to the deployment. Nested schema for broker:
location String
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
locationUrl String
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
targetCrn String
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
broker OnboardingCatalogDeploymentMetadataDeploymentBroker
The broker data connected to the deployment. Nested schema for broker:
location string
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
locationUrl string
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
targetCrn string
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
broker OnboardingCatalogDeploymentMetadataDeploymentBroker
The broker data connected to the deployment. Nested schema for broker:
location str
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
location_url str
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
target_crn str
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
broker Property Map
The broker data connected to the deployment. Nested schema for broker:
location String
The global catalog deployment location.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
locationUrl String
The global catalog deployment URL of location.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
targetCrn String
Region crn.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.

OnboardingCatalogDeploymentMetadataDeploymentBroker
, OnboardingCatalogDeploymentMetadataDeploymentBrokerArgs

Guid string
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
Name string
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
Guid string
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
Name string
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
guid String
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
name String
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
guid string
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
name string
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
guid str
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
name str
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
guid String
Crn or guid of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.
name String
The name of the resource broker.

  • Constraints: The maximum length is 2000 characters. The minimum length is 2 characters. The value must match regular expression /^[ -~\\s]*$/.

OnboardingCatalogDeploymentMetadataService
, OnboardingCatalogDeploymentMetadataServiceArgs

Bindable bool
Deprecated. Controls the Connections tab on the Resource Details page.
IamCompatible bool
Whether the service is compatible with the IAM service.
Parameters List<OnboardingCatalogDeploymentMetadataServiceParameter>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
PlanUpdateable bool
Indicates plan update support and controls the Plan tab on the Resource Details page.
RcProvisionable bool
Whether the service is provisionable by the resource controller service.
ServiceKeySupported bool
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
UniqueApiKey bool
Indicates whether the deployment uses a unique API key or not.
Bindable bool
Deprecated. Controls the Connections tab on the Resource Details page.
IamCompatible bool
Whether the service is compatible with the IAM service.
Parameters []OnboardingCatalogDeploymentMetadataServiceParameter
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
PlanUpdateable bool
Indicates plan update support and controls the Plan tab on the Resource Details page.
RcProvisionable bool
Whether the service is provisionable by the resource controller service.
ServiceKeySupported bool
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
UniqueApiKey bool
Indicates whether the deployment uses a unique API key or not.
bindable Boolean
Deprecated. Controls the Connections tab on the Resource Details page.
iamCompatible Boolean
Whether the service is compatible with the IAM service.
parameters List<OnboardingCatalogDeploymentMetadataServiceParameter>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
planUpdateable Boolean
Indicates plan update support and controls the Plan tab on the Resource Details page.
rcProvisionable Boolean
Whether the service is provisionable by the resource controller service.
serviceKeySupported Boolean
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
uniqueApiKey Boolean
Indicates whether the deployment uses a unique API key or not.
bindable boolean
Deprecated. Controls the Connections tab on the Resource Details page.
iamCompatible boolean
Whether the service is compatible with the IAM service.
parameters OnboardingCatalogDeploymentMetadataServiceParameter[]
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
planUpdateable boolean
Indicates plan update support and controls the Plan tab on the Resource Details page.
rcProvisionable boolean
Whether the service is provisionable by the resource controller service.
serviceKeySupported boolean
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
uniqueApiKey boolean
Indicates whether the deployment uses a unique API key or not.
bindable bool
Deprecated. Controls the Connections tab on the Resource Details page.
iam_compatible bool
Whether the service is compatible with the IAM service.
parameters Sequence[OnboardingCatalogDeploymentMetadataServiceParameter]
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
plan_updateable bool
Indicates plan update support and controls the Plan tab on the Resource Details page.
rc_provisionable bool
Whether the service is provisionable by the resource controller service.
service_key_supported bool
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
unique_api_key bool
Indicates whether the deployment uses a unique API key or not.
bindable Boolean
Deprecated. Controls the Connections tab on the Resource Details page.
iamCompatible Boolean
Whether the service is compatible with the IAM service.
parameters List<Property Map>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for parameters:
planUpdateable Boolean
Indicates plan update support and controls the Plan tab on the Resource Details page.
rcProvisionable Boolean
Whether the service is provisionable by the resource controller service.
serviceKeySupported Boolean
Indicates service credentials support and controls the Service Credential tab on Resource Details page.
uniqueApiKey Boolean
Indicates whether the deployment uses a unique API key or not.

OnboardingCatalogDeploymentMetadataServiceParameter
, OnboardingCatalogDeploymentMetadataServiceParameterArgs

Associations Dictionary<string, string>
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
Description string
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Hidden bool
Indicates whether the custom parameters is hidden required or not.
I18n OnboardingCatalogDeploymentMetadataServiceParameterI18n
The description for the object. Nested schema for i18n:
Invalidmessage string
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Layout string
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Name string
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Options List<OnboardingCatalogDeploymentMetadataServiceParameterOption>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
OptionsUrl string
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
Pattern string
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
Placeholder string
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Readonly bool
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
Required bool
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
Type string
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
ValidationUrl string
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
Values List<string>
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.
Associations map[string]string
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
Description string
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Hidden bool
Indicates whether the custom parameters is hidden required or not.
I18n OnboardingCatalogDeploymentMetadataServiceParameterI18n
The description for the object. Nested schema for i18n:
Invalidmessage string
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Layout string
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Name string
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Options []OnboardingCatalogDeploymentMetadataServiceParameterOption
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
OptionsUrl string
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
Pattern string
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
Placeholder string
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
Readonly bool
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
Required bool
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
Type string
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
ValidationUrl string
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
Values []string
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.
associations Map<String,String>
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
description String
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
displayname String
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
hidden Boolean
Indicates whether the custom parameters is hidden required or not.
i18n OnboardingCatalogDeploymentMetadataServiceParameterI18n
The description for the object. Nested schema for i18n:
invalidmessage String
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
layout String
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
name String
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
options List<OnboardingCatalogDeploymentMetadataServiceParameterOption>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
optionsUrl String
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
pattern String
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
placeholder String
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
readonly Boolean
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
required Boolean
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
type String
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
validationUrl String
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
values List<String>
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.
associations {[key: string]: string}
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
description string
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
hidden boolean
Indicates whether the custom parameters is hidden required or not.
i18n OnboardingCatalogDeploymentMetadataServiceParameterI18n
The description for the object. Nested schema for i18n:
invalidmessage string
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
layout string
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
name string
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
options OnboardingCatalogDeploymentMetadataServiceParameterOption[]
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
optionsUrl string
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
pattern string
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
placeholder string
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
readonly boolean
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
required boolean
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
type string
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
validationUrl string
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
values string[]
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.
associations Mapping[str, str]
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
description str
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
displayname str
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
hidden bool
Indicates whether the custom parameters is hidden required or not.
i18n OnboardingCatalogDeploymentMetadataServiceParameterI18n
The description for the object. Nested schema for i18n:
invalidmessage str
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
layout str
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
name str
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
options Sequence[OnboardingCatalogDeploymentMetadataServiceParameterOption]
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
options_url str
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
pattern str
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
placeholder str
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
readonly bool
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
required bool
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
type str
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
validation_url str
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
values Sequence[str]
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.
associations Map<String>
A JSON structure to describe the interactions with pricing plans and/or other custom parameters.
description String
The description of the parameter that is displayed to help users with the value of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
displayname String
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
hidden Boolean
Indicates whether the custom parameters is hidden required or not.
i18n Property Map
The description for the object. Nested schema for i18n:
invalidmessage String
The message that appears when the content of the text box is invalid.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
layout String
Specifies the layout of check box or radio input types. When unspecified, the default layout is horizontal.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
name String
The key of the parameter.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
options List<Property Map>
  • Constraints: The maximum length is 1000 items. The minimum length is 0 items. Nested schema for options:
optionsUrl String
The options URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
pattern String
A regular expression that the value is checked against.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
placeholder String
The placeholder text for custom parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
readonly Boolean
A boolean value that indicates whether the value of the parameter is displayed only and cannot be changed by users. The default value is false.
required Boolean
A boolean value that indicates whether the parameter must be entered in the IBM Cloud user interface.
type String
The type of custom service parameters.

  • Constraints: Allowable values are: text, textarea, dropdown, number, password, combo, checkbox, radio, multiselect, resource_group, vcenter_datastore, region, secret, cluster_namespace.
validationUrl String
The validation URL for custom service parameters.

  • Constraints: The maximum length is 2083 characters. The minimum length is 1 character. The value must match regular expression /^(?!mailto:)(?:(?:http|https|ftp):\/\/)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(\/|\\?|#)[^\\s]*)?$/.
values List<String>
  • Constraints: The list items must match regular expression /^[ -~\\s]*$/. The maximum length is 1000 items. The minimum length is 0 items.

OnboardingCatalogDeploymentMetadataServiceParameterI18n
, OnboardingCatalogDeploymentMetadataServiceParameterI18nArgs

De OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
En OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
Es OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
Fr OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
It OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
Ja OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
Ko OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
PtBr OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
ZhCn OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
ZhTw OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
De OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
En OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
Es OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
Fr OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
It OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
Ja OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
Ko OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
PtBr OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
ZhCn OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
ZhTw OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
pt_br OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zh_cn OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zh_tw OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de Property Map
The translations for custom service parameter display name and description. Nested schema for de:
en Property Map
The translations for custom service parameter display name and description. Nested schema for en:
es Property Map
The translations for custom service parameter display name and description. Nested schema for es:
fr Property Map
The translations for custom service parameter display name and description. Nested schema for fr:
it Property Map
The translations for custom service parameter display name and description. Nested schema for it:
ja Property Map
The translations for custom service parameter display name and description. Nested schema for ja:
ko Property Map
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr Property Map
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn Property Map
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw Property Map
The translations for custom service parameter display name and description. Nested schema for zh_tw:

OnboardingCatalogDeploymentMetadataServiceParameterI18nDe
, OnboardingCatalogDeploymentMetadataServiceParameterI18nDeArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nEn
, OnboardingCatalogDeploymentMetadataServiceParameterI18nEnArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nEs
, OnboardingCatalogDeploymentMetadataServiceParameterI18nEsArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nFr
, OnboardingCatalogDeploymentMetadataServiceParameterI18nFrArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nIt
, OnboardingCatalogDeploymentMetadataServiceParameterI18nItArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nJa
, OnboardingCatalogDeploymentMetadataServiceParameterI18nJaArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nKo
, OnboardingCatalogDeploymentMetadataServiceParameterI18nKoArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBr
, OnboardingCatalogDeploymentMetadataServiceParameterI18nPtBrArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCn
, OnboardingCatalogDeploymentMetadataServiceParameterI18nZhCnArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTw
, OnboardingCatalogDeploymentMetadataServiceParameterI18nZhTwArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOption
, OnboardingCatalogDeploymentMetadataServiceParameterOptionArgs

Displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
I18n OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
The description for the object. Nested schema for i18n:
Value string
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
Displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
I18n OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
The description for the object. Nested schema for i18n:
Value string
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
displayname String
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
i18n OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
The description for the object. Nested schema for i18n:
value String
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
displayname string
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
i18n OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
The description for the object. Nested schema for i18n:
value string
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
displayname str
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
i18n OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
The description for the object. Nested schema for i18n:
value str
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.
displayname String
The display name for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /^[ -~\\s]*$/.
i18n Property Map
The description for the object. Nested schema for i18n:
value String
The value for custom service parameters.

  • Constraints: The maximum length is 2000 characters. The minimum length is 1 character. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18n
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nArgs

De OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
En OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
Es OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
Fr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
It OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
Ja OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
Ko OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
PtBr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
ZhCn OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
ZhTw OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
De OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
En OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
Es OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
Fr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
It OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
Ja OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
Ko OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
PtBr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
ZhCn OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
ZhTw OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
The translations for custom service parameter display name and description. Nested schema for de:
en OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
The translations for custom service parameter display name and description. Nested schema for en:
es OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
The translations for custom service parameter display name and description. Nested schema for es:
fr OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
The translations for custom service parameter display name and description. Nested schema for fr:
it OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
The translations for custom service parameter display name and description. Nested schema for it:
ja OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
The translations for custom service parameter display name and description. Nested schema for ja:
ko OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
The translations for custom service parameter display name and description. Nested schema for ko:
pt_br OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
The translations for custom service parameter display name and description. Nested schema for pt_br:
zh_cn OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zh_tw OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
The translations for custom service parameter display name and description. Nested schema for zh_tw:
de Property Map
The translations for custom service parameter display name and description. Nested schema for de:
en Property Map
The translations for custom service parameter display name and description. Nested schema for en:
es Property Map
The translations for custom service parameter display name and description. Nested schema for es:
fr Property Map
The translations for custom service parameter display name and description. Nested schema for fr:
it Property Map
The translations for custom service parameter display name and description. Nested schema for it:
ja Property Map
The translations for custom service parameter display name and description. Nested schema for ja:
ko Property Map
The translations for custom service parameter display name and description. Nested schema for ko:
ptBr Property Map
The translations for custom service parameter display name and description. Nested schema for pt_br:
zhCn Property Map
The translations for custom service parameter display name and description. Nested schema for zh_cn:
zhTw Property Map
The translations for custom service parameter display name and description. Nested schema for zh_tw:

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDe
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nDeArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEn
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEnArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEs
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nEsArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFr
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nFrArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nIt
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nItArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJa
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nJaArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKo
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nKoArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBr
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nPtBrArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCn
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhCnArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTw
, OnboardingCatalogDeploymentMetadataServiceParameterOptionI18nZhTwArgs

Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
Description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
Displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description string
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname string
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description str
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname str
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.
description String
The translations for custom service parameter description.

  • Constraints: The maximum length is 20000 characters. The minimum length is 0 characters. The value must match regular expression /./.
displayname String
The translations for custom service parameter display name.

  • Constraints: The maximum length is 256 characters. The minimum length is 0 characters. The value must match regular expression /./.

OnboardingCatalogDeploymentObjectProvider
, OnboardingCatalogDeploymentObjectProviderArgs

Email string
The email address of the provider.
Name string
The name of the provider.
Email string
The email address of the provider.
Name string
The name of the provider.
email String
The email address of the provider.
name String
The name of the provider.
email string
The email address of the provider.
name string
The name of the provider.
email str
The email address of the provider.
name str
The name of the provider.
email String
The email address of the provider.
name String
The name of the provider.

OnboardingCatalogDeploymentOverviewUi
, OnboardingCatalogDeploymentOverviewUiArgs

En OnboardingCatalogDeploymentOverviewUiEn
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:
En OnboardingCatalogDeploymentOverviewUiEn
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:
en OnboardingCatalogDeploymentOverviewUiEn
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:
en OnboardingCatalogDeploymentOverviewUiEn
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:
en OnboardingCatalogDeploymentOverviewUiEn
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:
en Property Map
Translated details about the service, for example, display name, short description, and long description. Nested schema for en:

OnboardingCatalogDeploymentOverviewUiEn
, OnboardingCatalogDeploymentOverviewUiEnArgs

Description string
The short description of the product that is displayed in your catalog entry.
DisplayName string
The display name of the product.
LongDescription string
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.
Description string
The short description of the product that is displayed in your catalog entry.
DisplayName string
The display name of the product.
LongDescription string
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.
description String
The short description of the product that is displayed in your catalog entry.
displayName String
The display name of the product.
longDescription String
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.
description string
The short description of the product that is displayed in your catalog entry.
displayName string
The display name of the product.
longDescription string
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.
description str
The short description of the product that is displayed in your catalog entry.
display_name str
The display name of the product.
long_description str
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.
description String
The short description of the product that is displayed in your catalog entry.
displayName String
The display name of the product.
longDescription String
The detailed description of your product that is displayed at the beginning of your product page in the catalog. Markdown markup language is supported.

Import

You can import the ibm_onboarding_catalog_deployment resource by using id.

The id property can be formed from product_id, catalog_product_id, catalog_plan_id, and catalog_deployment_id in the following format:

product_id/catalog_product_id/catalog_plan_id/catalog_deployment_id
  • product_id: A string. The unique ID of the product.

  • catalog_product_id: A string. The unique ID of this global catalog product.

  • catalog_plan_id: A string. The unique ID of this global catalog plan.

  • catalog_deployment_id: A string. The ID of a global catalog object.

Syntax

```sh
$ pulumi import ibm:index/onboardingCatalogDeployment:OnboardingCatalogDeployment onboarding_catalog_deployment product_id/catalog_product_id/catalog_plan_id/catalog_deployment_id
```

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.