1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getCatalogItemVariablesDefinition
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi

    This data source provides details about a specific Catalog Item Variables Definition resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Gets information about a CatalogItem Variables.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCatalogItemVariablesDefinition = oci.FleetAppsManagement.getCatalogItemVariablesDefinition({
        catalogItemId: testCatalogItem.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_catalog_item_variables_definition = oci.FleetAppsManagement.get_catalog_item_variables_definition(catalog_item_id=test_catalog_item["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fleetappsmanagement.GetCatalogItemVariablesDefinition(ctx, &fleetappsmanagement.GetCatalogItemVariablesDefinitionArgs{
    			CatalogItemId: testCatalogItem.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testCatalogItemVariablesDefinition = Oci.FleetAppsManagement.GetCatalogItemVariablesDefinition.Invoke(new()
        {
            CatalogItemId = testCatalogItem.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
    import com.pulumi.oci.FleetAppsManagement.inputs.GetCatalogItemVariablesDefinitionArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testCatalogItemVariablesDefinition = FleetAppsManagementFunctions.getCatalogItemVariablesDefinition(GetCatalogItemVariablesDefinitionArgs.builder()
                .catalogItemId(testCatalogItem.id())
                .build());
    
        }
    }
    
    variables:
      testCatalogItemVariablesDefinition:
        fn::invoke:
          function: oci:FleetAppsManagement:getCatalogItemVariablesDefinition
          arguments:
            catalogItemId: ${testCatalogItem.id}
    

    Using getCatalogItemVariablesDefinition

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCatalogItemVariablesDefinition(args: GetCatalogItemVariablesDefinitionArgs, opts?: InvokeOptions): Promise<GetCatalogItemVariablesDefinitionResult>
    function getCatalogItemVariablesDefinitionOutput(args: GetCatalogItemVariablesDefinitionOutputArgs, opts?: InvokeOptions): Output<GetCatalogItemVariablesDefinitionResult>
    def get_catalog_item_variables_definition(catalog_item_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetCatalogItemVariablesDefinitionResult
    def get_catalog_item_variables_definition_output(catalog_item_id: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetCatalogItemVariablesDefinitionResult]
    func GetCatalogItemVariablesDefinition(ctx *Context, args *GetCatalogItemVariablesDefinitionArgs, opts ...InvokeOption) (*GetCatalogItemVariablesDefinitionResult, error)
    func GetCatalogItemVariablesDefinitionOutput(ctx *Context, args *GetCatalogItemVariablesDefinitionOutputArgs, opts ...InvokeOption) GetCatalogItemVariablesDefinitionResultOutput

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

    public static class GetCatalogItemVariablesDefinition 
    {
        public static Task<GetCatalogItemVariablesDefinitionResult> InvokeAsync(GetCatalogItemVariablesDefinitionArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogItemVariablesDefinitionResult> Invoke(GetCatalogItemVariablesDefinitionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogItemVariablesDefinitionResult> getCatalogItemVariablesDefinition(GetCatalogItemVariablesDefinitionArgs args, InvokeOptions options)
    public static Output<GetCatalogItemVariablesDefinitionResult> getCatalogItemVariablesDefinition(GetCatalogItemVariablesDefinitionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetAppsManagement/getCatalogItemVariablesDefinition:getCatalogItemVariablesDefinition
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogItemId string
    The OCID of the CatalogItem.
    CatalogItemId string
    The OCID of the CatalogItem.
    catalogItemId String
    The OCID of the CatalogItem.
    catalogItemId string
    The OCID of the CatalogItem.
    catalog_item_id str
    The OCID of the CatalogItem.
    catalogItemId String
    The OCID of the CatalogItem.

    getCatalogItemVariablesDefinition Result

    The following output properties are available:

    CatalogItemId string
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    SchemaDocuments List<GetCatalogItemVariablesDefinitionSchemaDocument>
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    CatalogItemId string
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The provider-assigned unique ID for this managed resource.
    SchemaDocuments []GetCatalogItemVariablesDefinitionSchemaDocument
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    catalogItemId String
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    schemaDocuments List<GetCatalogItemVariablesDefinitionSchemaDocument>
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    catalogItemId string
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The provider-assigned unique ID for this managed resource.
    schemaDocuments GetCatalogItemVariablesDefinitionSchemaDocument[]
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    catalog_item_id str
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The provider-assigned unique ID for this managed resource.
    schema_documents Sequence[GetCatalogItemVariablesDefinitionSchemaDocument]
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    catalogItemId String
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The provider-assigned unique ID for this managed resource.
    schemaDocuments List<Property Map>
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}

    Supporting Types

    GetCatalogItemVariablesDefinitionSchemaDocument

    CanAllowViewState bool
    Indicates if the stack allows users to view state information.
    Description string
    Extended help or summary for understanding output.
    Groupings List<GetCatalogItemVariablesDefinitionSchemaDocumentGrouping>
    variable groups object.
    InformationalText string
    Informational text or notes relevant to the stack or its use.
    Instructions string
    Setup or usage instructions for this stack.
    Locale string
    The locale/language for the schema user interface (default is EN).
    LogoUrl string
    logo url.
    OutputGroups List<GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup>
    Array of output group objects to group outputs for display or logical purposes.
    Outputs List<GetCatalogItemVariablesDefinitionSchemaDocumentOutput>
    A mapping of output variable names to their definitions.
    PackageVersion string
    The version of the package associated with this schema.
    PrimaryOutputButton string
    primary output button value.
    SchemaVersion string
    The version of the schema definition format in use for this document.
    Sources List<GetCatalogItemVariablesDefinitionSchemaDocumentSource>
    Object representing the source information for the stack, indicating origin type and a reference string.
    StackDescription string
    Additional details describing the stack's purpose or use-case.
    Title string
    Display title for the group of variables.
    Troubleshooting string
    Troubleshooting tips, guidance, or steps for stack usage.
    VariableGroups List<GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup>
    An array of variable group definitions for organizing variables together.
    Variables string
    Key-value map of input variables defined for use by the stack.
    Version string
    The version identifier for this schema document.
    CanAllowViewState bool
    Indicates if the stack allows users to view state information.
    Description string
    Extended help or summary for understanding output.
    Groupings []GetCatalogItemVariablesDefinitionSchemaDocumentGrouping
    variable groups object.
    InformationalText string
    Informational text or notes relevant to the stack or its use.
    Instructions string
    Setup or usage instructions for this stack.
    Locale string
    The locale/language for the schema user interface (default is EN).
    LogoUrl string
    logo url.
    OutputGroups []GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup
    Array of output group objects to group outputs for display or logical purposes.
    Outputs []GetCatalogItemVariablesDefinitionSchemaDocumentOutputType
    A mapping of output variable names to their definitions.
    PackageVersion string
    The version of the package associated with this schema.
    PrimaryOutputButton string
    primary output button value.
    SchemaVersion string
    The version of the schema definition format in use for this document.
    Sources []GetCatalogItemVariablesDefinitionSchemaDocumentSource
    Object representing the source information for the stack, indicating origin type and a reference string.
    StackDescription string
    Additional details describing the stack's purpose or use-case.
    Title string
    Display title for the group of variables.
    Troubleshooting string
    Troubleshooting tips, guidance, or steps for stack usage.
    VariableGroups []GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup
    An array of variable group definitions for organizing variables together.
    Variables string
    Key-value map of input variables defined for use by the stack.
    Version string
    The version identifier for this schema document.
    canAllowViewState Boolean
    Indicates if the stack allows users to view state information.
    description String
    Extended help or summary for understanding output.
    groupings List<GetCatalogItemVariablesDefinitionSchemaDocumentGrouping>
    variable groups object.
    informationalText String
    Informational text or notes relevant to the stack or its use.
    instructions String
    Setup or usage instructions for this stack.
    locale String
    The locale/language for the schema user interface (default is EN).
    logoUrl String
    logo url.
    outputGroups List<GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup>
    Array of output group objects to group outputs for display or logical purposes.
    outputs List<GetCatalogItemVariablesDefinitionSchemaDocumentOutput>
    A mapping of output variable names to their definitions.
    packageVersion String
    The version of the package associated with this schema.
    primaryOutputButton String
    primary output button value.
    schemaVersion String
    The version of the schema definition format in use for this document.
    sources List<GetCatalogItemVariablesDefinitionSchemaDocumentSource>
    Object representing the source information for the stack, indicating origin type and a reference string.
    stackDescription String
    Additional details describing the stack's purpose or use-case.
    title String
    Display title for the group of variables.
    troubleshooting String
    Troubleshooting tips, guidance, or steps for stack usage.
    variableGroups List<GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup>
    An array of variable group definitions for organizing variables together.
    variables String
    Key-value map of input variables defined for use by the stack.
    version String
    The version identifier for this schema document.
    canAllowViewState boolean
    Indicates if the stack allows users to view state information.
    description string
    Extended help or summary for understanding output.
    groupings GetCatalogItemVariablesDefinitionSchemaDocumentGrouping[]
    variable groups object.
    informationalText string
    Informational text or notes relevant to the stack or its use.
    instructions string
    Setup or usage instructions for this stack.
    locale string
    The locale/language for the schema user interface (default is EN).
    logoUrl string
    logo url.
    outputGroups GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup[]
    Array of output group objects to group outputs for display or logical purposes.
    outputs GetCatalogItemVariablesDefinitionSchemaDocumentOutput[]
    A mapping of output variable names to their definitions.
    packageVersion string
    The version of the package associated with this schema.
    primaryOutputButton string
    primary output button value.
    schemaVersion string
    The version of the schema definition format in use for this document.
    sources GetCatalogItemVariablesDefinitionSchemaDocumentSource[]
    Object representing the source information for the stack, indicating origin type and a reference string.
    stackDescription string
    Additional details describing the stack's purpose or use-case.
    title string
    Display title for the group of variables.
    troubleshooting string
    Troubleshooting tips, guidance, or steps for stack usage.
    variableGroups GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup[]
    An array of variable group definitions for organizing variables together.
    variables string
    Key-value map of input variables defined for use by the stack.
    version string
    The version identifier for this schema document.
    can_allow_view_state bool
    Indicates if the stack allows users to view state information.
    description str
    Extended help or summary for understanding output.
    groupings Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentGrouping]
    variable groups object.
    informational_text str
    Informational text or notes relevant to the stack or its use.
    instructions str
    Setup or usage instructions for this stack.
    locale str
    The locale/language for the schema user interface (default is EN).
    logo_url str
    logo url.
    output_groups Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup]
    Array of output group objects to group outputs for display or logical purposes.
    outputs Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentOutput]
    A mapping of output variable names to their definitions.
    package_version str
    The version of the package associated with this schema.
    primary_output_button str
    primary output button value.
    schema_version str
    The version of the schema definition format in use for this document.
    sources Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentSource]
    Object representing the source information for the stack, indicating origin type and a reference string.
    stack_description str
    Additional details describing the stack's purpose or use-case.
    title str
    Display title for the group of variables.
    troubleshooting str
    Troubleshooting tips, guidance, or steps for stack usage.
    variable_groups Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup]
    An array of variable group definitions for organizing variables together.
    variables str
    Key-value map of input variables defined for use by the stack.
    version str
    The version identifier for this schema document.
    canAllowViewState Boolean
    Indicates if the stack allows users to view state information.
    description String
    Extended help or summary for understanding output.
    groupings List<Property Map>
    variable groups object.
    informationalText String
    Informational text or notes relevant to the stack or its use.
    instructions String
    Setup or usage instructions for this stack.
    locale String
    The locale/language for the schema user interface (default is EN).
    logoUrl String
    logo url.
    outputGroups List<Property Map>
    Array of output group objects to group outputs for display or logical purposes.
    outputs List<Property Map>
    A mapping of output variable names to their definitions.
    packageVersion String
    The version of the package associated with this schema.
    primaryOutputButton String
    primary output button value.
    schemaVersion String
    The version of the schema definition format in use for this document.
    sources List<Property Map>
    Object representing the source information for the stack, indicating origin type and a reference string.
    stackDescription String
    Additional details describing the stack's purpose or use-case.
    title String
    Display title for the group of variables.
    troubleshooting String
    Troubleshooting tips, guidance, or steps for stack usage.
    variableGroups List<Property Map>
    An array of variable group definitions for organizing variables together.
    variables String
    Key-value map of input variables defined for use by the stack.
    version String
    The version identifier for this schema document.

    GetCatalogItemVariablesDefinitionSchemaDocumentGrouping

    Arrays List<GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray>
    Map of group names to their respective VariableGroup objects.
    Arrays []GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray
    Map of group names to their respective VariableGroup objects.
    arrays List<GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray>
    Map of group names to their respective VariableGroup objects.
    arrays GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray[]
    Map of group names to their respective VariableGroup objects.
    arrays Sequence[GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray]
    Map of group names to their respective VariableGroup objects.
    arrays List<Property Map>
    Map of group names to their respective VariableGroup objects.

    GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray

    Title string
    Display title for the group of variables.
    Variables List<string>
    Key-value map of input variables defined for use by the stack.
    Visible string
    Hint controlling the group's visibility.
    Title string
    Display title for the group of variables.
    Variables []string
    Key-value map of input variables defined for use by the stack.
    Visible string
    Hint controlling the group's visibility.
    title String
    Display title for the group of variables.
    variables List<String>
    Key-value map of input variables defined for use by the stack.
    visible String
    Hint controlling the group's visibility.
    title string
    Display title for the group of variables.
    variables string[]
    Key-value map of input variables defined for use by the stack.
    visible string
    Hint controlling the group's visibility.
    title str
    Display title for the group of variables.
    variables Sequence[str]
    Key-value map of input variables defined for use by the stack.
    visible str
    Hint controlling the group's visibility.
    title String
    Display title for the group of variables.
    variables List<String>
    Key-value map of input variables defined for use by the stack.
    visible String
    Hint controlling the group's visibility.

    GetCatalogItemVariablesDefinitionSchemaDocumentOutput

    Description string
    Extended help or summary for understanding output.
    DisplayText string
    Display label abel for the URL.
    Format string
    Hint about formatting or rendering the output value.
    IsSensitive bool
    If true, marks this output as sensitive.
    Title string
    Display title for the group of variables.
    Type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    Value bool
    Value of string that user can easily copy.
    Visible string
    Hint controlling the group's visibility.
    Description string
    Extended help or summary for understanding output.
    DisplayText string
    Display label abel for the URL.
    Format string
    Hint about formatting or rendering the output value.
    IsSensitive bool
    If true, marks this output as sensitive.
    Title string
    Display title for the group of variables.
    Type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    Value bool
    Value of string that user can easily copy.
    Visible string
    Hint controlling the group's visibility.
    description String
    Extended help or summary for understanding output.
    displayText String
    Display label abel for the URL.
    format String
    Hint about formatting or rendering the output value.
    isSensitive Boolean
    If true, marks this output as sensitive.
    title String
    Display title for the group of variables.
    type String
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    value Boolean
    Value of string that user can easily copy.
    visible String
    Hint controlling the group's visibility.
    description string
    Extended help or summary for understanding output.
    displayText string
    Display label abel for the URL.
    format string
    Hint about formatting or rendering the output value.
    isSensitive boolean
    If true, marks this output as sensitive.
    title string
    Display title for the group of variables.
    type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    value boolean
    Value of string that user can easily copy.
    visible string
    Hint controlling the group's visibility.
    description str
    Extended help or summary for understanding output.
    display_text str
    Display label abel for the URL.
    format str
    Hint about formatting or rendering the output value.
    is_sensitive bool
    If true, marks this output as sensitive.
    title str
    Display title for the group of variables.
    type str
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    value bool
    Value of string that user can easily copy.
    visible str
    Hint controlling the group's visibility.
    description String
    Extended help or summary for understanding output.
    displayText String
    Display label abel for the URL.
    format String
    Hint about formatting or rendering the output value.
    isSensitive Boolean
    If true, marks this output as sensitive.
    title String
    Display title for the group of variables.
    type String
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    value Boolean
    Value of string that user can easily copy.
    visible String
    Hint controlling the group's visibility.

    GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup

    Outputs List<string>
    A mapping of output variable names to their definitions.
    Title string
    Display title for the group of variables.
    Outputs []string
    A mapping of output variable names to their definitions.
    Title string
    Display title for the group of variables.
    outputs List<String>
    A mapping of output variable names to their definitions.
    title String
    Display title for the group of variables.
    outputs string[]
    A mapping of output variable names to their definitions.
    title string
    Display title for the group of variables.
    outputs Sequence[str]
    A mapping of output variable names to their definitions.
    title str
    Display title for the group of variables.
    outputs List<String>
    A mapping of output variable names to their definitions.
    title String
    Display title for the group of variables.

    GetCatalogItemVariablesDefinitionSchemaDocumentSource

    Reference string
    Reference string providing a pointer or identifier for the source.
    Type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    Reference string
    Reference string providing a pointer or identifier for the source.
    Type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    reference String
    Reference string providing a pointer or identifier for the source.
    type String
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    reference string
    Reference string providing a pointer or identifier for the source.
    type string
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    reference str
    Reference string providing a pointer or identifier for the source.
    type str
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
    reference String
    Reference string providing a pointer or identifier for the source.
    type String
    The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).

    GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup

    Title string
    Display title for the group of variables.
    Variables List<string>
    Key-value map of input variables defined for use by the stack.
    Visible string
    Hint controlling the group's visibility.
    Title string
    Display title for the group of variables.
    Variables []string
    Key-value map of input variables defined for use by the stack.
    Visible string
    Hint controlling the group's visibility.
    title String
    Display title for the group of variables.
    variables List<String>
    Key-value map of input variables defined for use by the stack.
    visible String
    Hint controlling the group's visibility.
    title string
    Display title for the group of variables.
    variables string[]
    Key-value map of input variables defined for use by the stack.
    visible string
    Hint controlling the group's visibility.
    title str
    Display title for the group of variables.
    variables Sequence[str]
    Key-value map of input variables defined for use by the stack.
    visible str
    Hint controlling the group's visibility.
    title String
    Display title for the group of variables.
    variables List<String>
    Key-value map of input variables defined for use by the stack.
    visible String
    Hint controlling the group's visibility.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate