1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. CatalogItem
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.FleetAppsManagement.CatalogItem

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    This resource provides the Catalog Item resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Creates a CatalogItem.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCatalogItem = new oci.fleetappsmanagement.CatalogItem("test_catalog_item", {
        compartmentId: compartmentId,
        configSourceType: catalogItemConfigSourceType,
        description: catalogItemDescription,
        displayName: catalogItemDisplayName,
        packageType: catalogItemPackageType,
        catalogSourcePayload: {
            configSourceType: catalogItemCatalogSourcePayloadConfigSourceType,
            accessUri: catalogItemCatalogSourcePayloadAccessUri,
            branchName: catalogItemCatalogSourcePayloadBranchName,
            bucket: catalogItemCatalogSourcePayloadBucket,
            configurationSourceProviderId: testConfigurationSourceProvider.id,
            description: catalogItemCatalogSourcePayloadDescription,
            listingId: testListing.id,
            longDescription: catalogItemCatalogSourcePayloadLongDescription,
            namespace: catalogItemCatalogSourcePayloadNamespace,
            object: catalogItemCatalogSourcePayloadObject,
            repositoryUrl: catalogItemCatalogSourcePayloadRepositoryUrl,
            templateDisplayName: catalogItemCatalogSourcePayloadTemplateDisplayName,
            timeExpires: catalogItemCatalogSourcePayloadTimeExpires,
            version: catalogItemCatalogSourcePayloadVersion,
            workingDirectory: catalogItemCatalogSourcePayloadWorkingDirectory,
            zipFileBase64encoded: catalogItemCatalogSourcePayloadZipFileBase64encoded,
        },
        definedTags: {
            "foo-namespace.bar-key": "value",
        },
        freeformTags: {
            "bar-key": "value",
        },
        listingId: testListing.id,
        listingVersion: catalogItemListingVersion,
        shortDescription: catalogItemShortDescription,
        timeReleased: catalogItemTimeReleased,
        versionDescription: catalogItemVersionDescription,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_catalog_item = oci.fleet_apps_management.CatalogItem("test_catalog_item",
        compartment_id=compartment_id,
        config_source_type=catalog_item_config_source_type,
        description=catalog_item_description,
        display_name=catalog_item_display_name,
        package_type=catalog_item_package_type,
        catalog_source_payload={
            "config_source_type": catalog_item_catalog_source_payload_config_source_type,
            "access_uri": catalog_item_catalog_source_payload_access_uri,
            "branch_name": catalog_item_catalog_source_payload_branch_name,
            "bucket": catalog_item_catalog_source_payload_bucket,
            "configuration_source_provider_id": test_configuration_source_provider["id"],
            "description": catalog_item_catalog_source_payload_description,
            "listing_id": test_listing["id"],
            "long_description": catalog_item_catalog_source_payload_long_description,
            "namespace": catalog_item_catalog_source_payload_namespace,
            "object": catalog_item_catalog_source_payload_object,
            "repository_url": catalog_item_catalog_source_payload_repository_url,
            "template_display_name": catalog_item_catalog_source_payload_template_display_name,
            "time_expires": catalog_item_catalog_source_payload_time_expires,
            "version": catalog_item_catalog_source_payload_version,
            "working_directory": catalog_item_catalog_source_payload_working_directory,
            "zip_file_base64encoded": catalog_item_catalog_source_payload_zip_file_base64encoded,
        },
        defined_tags={
            "foo-namespace.bar-key": "value",
        },
        freeform_tags={
            "bar-key": "value",
        },
        listing_id=test_listing["id"],
        listing_version=catalog_item_listing_version,
        short_description=catalog_item_short_description,
        time_released=catalog_item_time_released,
        version_description=catalog_item_version_description)
    
    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.NewCatalogItem(ctx, "test_catalog_item", &fleetappsmanagement.CatalogItemArgs{
    			CompartmentId:    pulumi.Any(compartmentId),
    			ConfigSourceType: pulumi.Any(catalogItemConfigSourceType),
    			Description:      pulumi.Any(catalogItemDescription),
    			DisplayName:      pulumi.Any(catalogItemDisplayName),
    			PackageType:      pulumi.Any(catalogItemPackageType),
    			CatalogSourcePayload: &fleetappsmanagement.CatalogItemCatalogSourcePayloadArgs{
    				ConfigSourceType:              pulumi.Any(catalogItemCatalogSourcePayloadConfigSourceType),
    				AccessUri:                     pulumi.Any(catalogItemCatalogSourcePayloadAccessUri),
    				BranchName:                    pulumi.Any(catalogItemCatalogSourcePayloadBranchName),
    				Bucket:                        pulumi.Any(catalogItemCatalogSourcePayloadBucket),
    				ConfigurationSourceProviderId: pulumi.Any(testConfigurationSourceProvider.Id),
    				Description:                   pulumi.Any(catalogItemCatalogSourcePayloadDescription),
    				ListingId:                     pulumi.Any(testListing.Id),
    				LongDescription:               pulumi.Any(catalogItemCatalogSourcePayloadLongDescription),
    				Namespace:                     pulumi.Any(catalogItemCatalogSourcePayloadNamespace),
    				Object:                        pulumi.Any(catalogItemCatalogSourcePayloadObject),
    				RepositoryUrl:                 pulumi.Any(catalogItemCatalogSourcePayloadRepositoryUrl),
    				TemplateDisplayName:           pulumi.Any(catalogItemCatalogSourcePayloadTemplateDisplayName),
    				TimeExpires:                   pulumi.Any(catalogItemCatalogSourcePayloadTimeExpires),
    				Version:                       pulumi.Any(catalogItemCatalogSourcePayloadVersion),
    				WorkingDirectory:              pulumi.Any(catalogItemCatalogSourcePayloadWorkingDirectory),
    				ZipFileBase64encoded:          pulumi.Any(catalogItemCatalogSourcePayloadZipFileBase64encoded),
    			},
    			DefinedTags: pulumi.StringMap{
    				"foo-namespace.bar-key": pulumi.String("value"),
    			},
    			FreeformTags: pulumi.StringMap{
    				"bar-key": pulumi.String("value"),
    			},
    			ListingId:          pulumi.Any(testListing.Id),
    			ListingVersion:     pulumi.Any(catalogItemListingVersion),
    			ShortDescription:   pulumi.Any(catalogItemShortDescription),
    			TimeReleased:       pulumi.Any(catalogItemTimeReleased),
    			VersionDescription: pulumi.Any(catalogItemVersionDescription),
    		})
    		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 testCatalogItem = new Oci.FleetAppsManagement.CatalogItem("test_catalog_item", new()
        {
            CompartmentId = compartmentId,
            ConfigSourceType = catalogItemConfigSourceType,
            Description = catalogItemDescription,
            DisplayName = catalogItemDisplayName,
            PackageType = catalogItemPackageType,
            CatalogSourcePayload = new Oci.FleetAppsManagement.Inputs.CatalogItemCatalogSourcePayloadArgs
            {
                ConfigSourceType = catalogItemCatalogSourcePayloadConfigSourceType,
                AccessUri = catalogItemCatalogSourcePayloadAccessUri,
                BranchName = catalogItemCatalogSourcePayloadBranchName,
                Bucket = catalogItemCatalogSourcePayloadBucket,
                ConfigurationSourceProviderId = testConfigurationSourceProvider.Id,
                Description = catalogItemCatalogSourcePayloadDescription,
                ListingId = testListing.Id,
                LongDescription = catalogItemCatalogSourcePayloadLongDescription,
                Namespace = catalogItemCatalogSourcePayloadNamespace,
                Object = catalogItemCatalogSourcePayloadObject,
                RepositoryUrl = catalogItemCatalogSourcePayloadRepositoryUrl,
                TemplateDisplayName = catalogItemCatalogSourcePayloadTemplateDisplayName,
                TimeExpires = catalogItemCatalogSourcePayloadTimeExpires,
                Version = catalogItemCatalogSourcePayloadVersion,
                WorkingDirectory = catalogItemCatalogSourcePayloadWorkingDirectory,
                ZipFileBase64encoded = catalogItemCatalogSourcePayloadZipFileBase64encoded,
            },
            DefinedTags = 
            {
                { "foo-namespace.bar-key", "value" },
            },
            FreeformTags = 
            {
                { "bar-key", "value" },
            },
            ListingId = testListing.Id,
            ListingVersion = catalogItemListingVersion,
            ShortDescription = catalogItemShortDescription,
            TimeReleased = catalogItemTimeReleased,
            VersionDescription = catalogItemVersionDescription,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.FleetAppsManagement.CatalogItem;
    import com.pulumi.oci.FleetAppsManagement.CatalogItemArgs;
    import com.pulumi.oci.FleetAppsManagement.inputs.CatalogItemCatalogSourcePayloadArgs;
    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 testCatalogItem = new CatalogItem("testCatalogItem", CatalogItemArgs.builder()
                .compartmentId(compartmentId)
                .configSourceType(catalogItemConfigSourceType)
                .description(catalogItemDescription)
                .displayName(catalogItemDisplayName)
                .packageType(catalogItemPackageType)
                .catalogSourcePayload(CatalogItemCatalogSourcePayloadArgs.builder()
                    .configSourceType(catalogItemCatalogSourcePayloadConfigSourceType)
                    .accessUri(catalogItemCatalogSourcePayloadAccessUri)
                    .branchName(catalogItemCatalogSourcePayloadBranchName)
                    .bucket(catalogItemCatalogSourcePayloadBucket)
                    .configurationSourceProviderId(testConfigurationSourceProvider.id())
                    .description(catalogItemCatalogSourcePayloadDescription)
                    .listingId(testListing.id())
                    .longDescription(catalogItemCatalogSourcePayloadLongDescription)
                    .namespace(catalogItemCatalogSourcePayloadNamespace)
                    .object(catalogItemCatalogSourcePayloadObject)
                    .repositoryUrl(catalogItemCatalogSourcePayloadRepositoryUrl)
                    .templateDisplayName(catalogItemCatalogSourcePayloadTemplateDisplayName)
                    .timeExpires(catalogItemCatalogSourcePayloadTimeExpires)
                    .version(catalogItemCatalogSourcePayloadVersion)
                    .workingDirectory(catalogItemCatalogSourcePayloadWorkingDirectory)
                    .zipFileBase64encoded(catalogItemCatalogSourcePayloadZipFileBase64encoded)
                    .build())
                .definedTags(Map.of("foo-namespace.bar-key", "value"))
                .freeformTags(Map.of("bar-key", "value"))
                .listingId(testListing.id())
                .listingVersion(catalogItemListingVersion)
                .shortDescription(catalogItemShortDescription)
                .timeReleased(catalogItemTimeReleased)
                .versionDescription(catalogItemVersionDescription)
                .build());
    
        }
    }
    
    resources:
      testCatalogItem:
        type: oci:FleetAppsManagement:CatalogItem
        name: test_catalog_item
        properties:
          compartmentId: ${compartmentId}
          configSourceType: ${catalogItemConfigSourceType}
          description: ${catalogItemDescription}
          displayName: ${catalogItemDisplayName}
          packageType: ${catalogItemPackageType}
          catalogSourcePayload:
            configSourceType: ${catalogItemCatalogSourcePayloadConfigSourceType}
            accessUri: ${catalogItemCatalogSourcePayloadAccessUri}
            branchName: ${catalogItemCatalogSourcePayloadBranchName}
            bucket: ${catalogItemCatalogSourcePayloadBucket}
            configurationSourceProviderId: ${testConfigurationSourceProvider.id}
            description: ${catalogItemCatalogSourcePayloadDescription}
            listingId: ${testListing.id}
            longDescription: ${catalogItemCatalogSourcePayloadLongDescription}
            namespace: ${catalogItemCatalogSourcePayloadNamespace}
            object: ${catalogItemCatalogSourcePayloadObject}
            repositoryUrl: ${catalogItemCatalogSourcePayloadRepositoryUrl}
            templateDisplayName: ${catalogItemCatalogSourcePayloadTemplateDisplayName}
            timeExpires: ${catalogItemCatalogSourcePayloadTimeExpires}
            version: ${catalogItemCatalogSourcePayloadVersion}
            workingDirectory: ${catalogItemCatalogSourcePayloadWorkingDirectory}
            zipFileBase64encoded: ${catalogItemCatalogSourcePayloadZipFileBase64encoded}
          definedTags:
            foo-namespace.bar-key: value
          freeformTags:
            bar-key: value
          listingId: ${testListing.id}
          listingVersion: ${catalogItemListingVersion}
          shortDescription: ${catalogItemShortDescription}
          timeReleased: ${catalogItemTimeReleased}
          versionDescription: ${catalogItemVersionDescription}
    

    Create CatalogItem Resource

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

    Constructor syntax

    new CatalogItem(name: string, args: CatalogItemArgs, opts?: CustomResourceOptions);
    @overload
    def CatalogItem(resource_name: str,
                    args: CatalogItemArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def CatalogItem(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    display_name: Optional[str] = None,
                    description: Optional[str] = None,
                    compartment_id: Optional[str] = None,
                    config_source_type: Optional[str] = None,
                    package_type: Optional[str] = None,
                    defined_tags: Optional[Mapping[str, str]] = None,
                    listing_id: Optional[str] = None,
                    time_released: Optional[str] = None,
                    clone_catalog_item_trigger: Optional[int] = None,
                    listing_version: Optional[str] = None,
                    catalog_source_payload: Optional[CatalogItemCatalogSourcePayloadArgs] = None,
                    short_description: Optional[str] = None,
                    freeform_tags: Optional[Mapping[str, str]] = None,
                    version_description: Optional[str] = None)
    func NewCatalogItem(ctx *Context, name string, args CatalogItemArgs, opts ...ResourceOption) (*CatalogItem, error)
    public CatalogItem(string name, CatalogItemArgs args, CustomResourceOptions? opts = null)
    public CatalogItem(String name, CatalogItemArgs args)
    public CatalogItem(String name, CatalogItemArgs args, CustomResourceOptions options)
    
    type: oci:FleetAppsManagement:CatalogItem
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CatalogItemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CatalogItemArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CatalogItemArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CatalogItemArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CatalogItemArgs
    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 catalogItemResource = new Oci.FleetAppsManagement.CatalogItem("catalogItemResource", new()
    {
        DisplayName = "string",
        Description = "string",
        CompartmentId = "string",
        ConfigSourceType = "string",
        PackageType = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
        ListingId = "string",
        TimeReleased = "string",
        CloneCatalogItemTrigger = 0,
        ListingVersion = "string",
        CatalogSourcePayload = new Oci.FleetAppsManagement.Inputs.CatalogItemCatalogSourcePayloadArgs
        {
            ConfigSourceType = "string",
            Namespace = "string",
            TemplateDisplayName = "string",
            BranchName = "string",
            ConfigurationSourceProviderId = "string",
            Description = "string",
            ListingId = "string",
            Bucket = "string",
            Object = "string",
            LongDescription = "string",
            RepositoryUrl = "string",
            AccessUri = "string",
            TimeExpires = "string",
            Version = "string",
            WorkingDirectory = "string",
            ZipFileBase64encoded = "string",
        },
        ShortDescription = "string",
        FreeformTags = 
        {
            { "string", "string" },
        },
        VersionDescription = "string",
    });
    
    example, err := fleetappsmanagement.NewCatalogItem(ctx, "catalogItemResource", &fleetappsmanagement.CatalogItemArgs{
    	DisplayName:      pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	CompartmentId:    pulumi.String("string"),
    	ConfigSourceType: pulumi.String("string"),
    	PackageType:      pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	ListingId:               pulumi.String("string"),
    	TimeReleased:            pulumi.String("string"),
    	CloneCatalogItemTrigger: pulumi.Int(0),
    	ListingVersion:          pulumi.String("string"),
    	CatalogSourcePayload: &fleetappsmanagement.CatalogItemCatalogSourcePayloadArgs{
    		ConfigSourceType:              pulumi.String("string"),
    		Namespace:                     pulumi.String("string"),
    		TemplateDisplayName:           pulumi.String("string"),
    		BranchName:                    pulumi.String("string"),
    		ConfigurationSourceProviderId: pulumi.String("string"),
    		Description:                   pulumi.String("string"),
    		ListingId:                     pulumi.String("string"),
    		Bucket:                        pulumi.String("string"),
    		Object:                        pulumi.String("string"),
    		LongDescription:               pulumi.String("string"),
    		RepositoryUrl:                 pulumi.String("string"),
    		AccessUri:                     pulumi.String("string"),
    		TimeExpires:                   pulumi.String("string"),
    		Version:                       pulumi.String("string"),
    		WorkingDirectory:              pulumi.String("string"),
    		ZipFileBase64encoded:          pulumi.String("string"),
    	},
    	ShortDescription: pulumi.String("string"),
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	VersionDescription: pulumi.String("string"),
    })
    
    var catalogItemResource = new CatalogItem("catalogItemResource", CatalogItemArgs.builder()
        .displayName("string")
        .description("string")
        .compartmentId("string")
        .configSourceType("string")
        .packageType("string")
        .definedTags(Map.of("string", "string"))
        .listingId("string")
        .timeReleased("string")
        .cloneCatalogItemTrigger(0)
        .listingVersion("string")
        .catalogSourcePayload(CatalogItemCatalogSourcePayloadArgs.builder()
            .configSourceType("string")
            .namespace("string")
            .templateDisplayName("string")
            .branchName("string")
            .configurationSourceProviderId("string")
            .description("string")
            .listingId("string")
            .bucket("string")
            .object("string")
            .longDescription("string")
            .repositoryUrl("string")
            .accessUri("string")
            .timeExpires("string")
            .version("string")
            .workingDirectory("string")
            .zipFileBase64encoded("string")
            .build())
        .shortDescription("string")
        .freeformTags(Map.of("string", "string"))
        .versionDescription("string")
        .build());
    
    catalog_item_resource = oci.fleetappsmanagement.CatalogItem("catalogItemResource",
        display_name="string",
        description="string",
        compartment_id="string",
        config_source_type="string",
        package_type="string",
        defined_tags={
            "string": "string",
        },
        listing_id="string",
        time_released="string",
        clone_catalog_item_trigger=0,
        listing_version="string",
        catalog_source_payload={
            "config_source_type": "string",
            "namespace": "string",
            "template_display_name": "string",
            "branch_name": "string",
            "configuration_source_provider_id": "string",
            "description": "string",
            "listing_id": "string",
            "bucket": "string",
            "object": "string",
            "long_description": "string",
            "repository_url": "string",
            "access_uri": "string",
            "time_expires": "string",
            "version": "string",
            "working_directory": "string",
            "zip_file_base64encoded": "string",
        },
        short_description="string",
        freeform_tags={
            "string": "string",
        },
        version_description="string")
    
    const catalogItemResource = new oci.fleetappsmanagement.CatalogItem("catalogItemResource", {
        displayName: "string",
        description: "string",
        compartmentId: "string",
        configSourceType: "string",
        packageType: "string",
        definedTags: {
            string: "string",
        },
        listingId: "string",
        timeReleased: "string",
        cloneCatalogItemTrigger: 0,
        listingVersion: "string",
        catalogSourcePayload: {
            configSourceType: "string",
            namespace: "string",
            templateDisplayName: "string",
            branchName: "string",
            configurationSourceProviderId: "string",
            description: "string",
            listingId: "string",
            bucket: "string",
            object: "string",
            longDescription: "string",
            repositoryUrl: "string",
            accessUri: "string",
            timeExpires: "string",
            version: "string",
            workingDirectory: "string",
            zipFileBase64encoded: "string",
        },
        shortDescription: "string",
        freeformTags: {
            string: "string",
        },
        versionDescription: "string",
    });
    
    type: oci:FleetAppsManagement:CatalogItem
    properties:
        catalogSourcePayload:
            accessUri: string
            branchName: string
            bucket: string
            configSourceType: string
            configurationSourceProviderId: string
            description: string
            listingId: string
            longDescription: string
            namespace: string
            object: string
            repositoryUrl: string
            templateDisplayName: string
            timeExpires: string
            version: string
            workingDirectory: string
            zipFileBase64encoded: string
        cloneCatalogItemTrigger: 0
        compartmentId: string
        configSourceType: string
        definedTags:
            string: string
        description: string
        displayName: string
        freeformTags:
            string: string
        listingId: string
        listingVersion: string
        packageType: string
        shortDescription: string
        timeReleased: string
        versionDescription: string
    

    CatalogItem 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 CatalogItem resource accepts the following input properties:

    CompartmentId string
    (Updatable) The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    Description string
    (Updatable) The description of the CatalogItem.
    DisplayName string
    (Updatable) The CatalogItem name.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    CatalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    CloneCatalogItemTrigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags Dictionary<string, string>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    ShortDescription string
    (Updatable) Short description about the catalog item.
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    (Updatable) Version description about the catalog item.
    CompartmentId string
    (Updatable) The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    Description string
    (Updatable) The description of the CatalogItem.
    DisplayName string
    (Updatable) The CatalogItem name.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    CatalogSourcePayload CatalogItemCatalogSourcePayloadArgs
    Catalog source payload.
    CloneCatalogItemTrigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags map[string]string
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    ShortDescription string
    (Updatable) Short description about the catalog item.
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    (Updatable) Version description about the catalog item.
    compartmentId String
    (Updatable) The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    description String
    (Updatable) The description of the CatalogItem.
    displayName String
    (Updatable) The CatalogItem name.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    catalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    cloneCatalogItemTrigger Integer

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String,String>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    shortDescription String
    (Updatable) Short description about the catalog item.
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    (Updatable) Version description about the catalog item.
    compartmentId string
    (Updatable) The OCID of the compartment.
    configSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    description string
    (Updatable) The description of the CatalogItem.
    displayName string
    (Updatable) The CatalogItem name.
    packageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    catalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    cloneCatalogItemTrigger number

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags {[key: string]: string}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    listingId string
    The catalog listing Id.
    listingVersion string
    The catalog package version.
    shortDescription string
    (Updatable) Short description about the catalog item.
    timeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription string
    (Updatable) Version description about the catalog item.
    compartment_id str
    (Updatable) The OCID of the compartment.
    config_source_type str
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    description str
    (Updatable) The description of the CatalogItem.
    display_name str
    (Updatable) The CatalogItem name.
    package_type str
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    catalog_source_payload CatalogItemCatalogSourcePayloadArgs
    Catalog source payload.
    clone_catalog_item_trigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    defined_tags Mapping[str, str]
    (Updatable) 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]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    listing_id str
    The catalog listing Id.
    listing_version str
    The catalog package version.
    short_description str
    (Updatable) Short description about the catalog item.
    time_released str
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version_description str
    (Updatable) Version description about the catalog item.
    compartmentId String
    (Updatable) The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    description String
    (Updatable) The description of the CatalogItem.
    displayName String
    (Updatable) The CatalogItem name.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    catalogSourcePayload Property Map
    Catalog source payload.
    cloneCatalogItemTrigger Number

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    shortDescription String
    (Updatable) Short description about the catalog item.
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    (Updatable) Version description about the catalog item.

    Outputs

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

    CatalogResultPayloads List<CatalogItemCatalogResultPayload>
    Catalog result payload.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    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"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    CatalogResultPayloads []CatalogItemCatalogResultPayload
    Catalog result payload.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    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"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    catalogResultPayloads List<CatalogItemCatalogResultPayload>
    Catalog result payload.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    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"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    catalogResultPayloads CatalogItemCatalogResultPayload[]
    Catalog result payload.
    id string
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails string
    The details of lifecycle state CatalogItem.
    shouldListPublicItems boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state string
    The current state of the CatalogItem.
    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"}
    timeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    catalog_result_payloads Sequence[CatalogItemCatalogResultPayload]
    Catalog result payload.
    id str
    The provider-assigned unique ID for this managed resource.
    lifecycle_details str
    The details of lifecycle state CatalogItem.
    should_list_public_items bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state str
    The current state of the CatalogItem.
    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"}
    time_backfill_last_checked str
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_created str
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_last_checked str
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    catalogResultPayloads List<Property Map>
    Catalog result payload.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z

    Look up Existing CatalogItem Resource

    Get an existing CatalogItem 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?: CatalogItemState, opts?: CustomResourceOptions): CatalogItem
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            catalog_result_payloads: Optional[Sequence[CatalogItemCatalogResultPayloadArgs]] = None,
            catalog_source_payload: Optional[CatalogItemCatalogSourcePayloadArgs] = None,
            clone_catalog_item_trigger: Optional[int] = None,
            compartment_id: Optional[str] = None,
            config_source_type: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            lifecycle_details: Optional[str] = None,
            listing_id: Optional[str] = None,
            listing_version: Optional[str] = None,
            package_type: Optional[str] = None,
            short_description: Optional[str] = None,
            should_list_public_items: Optional[bool] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            time_backfill_last_checked: Optional[str] = None,
            time_created: Optional[str] = None,
            time_last_checked: Optional[str] = None,
            time_released: Optional[str] = None,
            time_updated: Optional[str] = None,
            version_description: Optional[str] = None) -> CatalogItem
    func GetCatalogItem(ctx *Context, name string, id IDInput, state *CatalogItemState, opts ...ResourceOption) (*CatalogItem, error)
    public static CatalogItem Get(string name, Input<string> id, CatalogItemState? state, CustomResourceOptions? opts = null)
    public static CatalogItem get(String name, Output<String> id, CatalogItemState state, CustomResourceOptions options)
    resources:  _:    type: oci:FleetAppsManagement:CatalogItem    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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:
    CatalogResultPayloads List<CatalogItemCatalogResultPayload>
    Catalog result payload.
    CatalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    CloneCatalogItemTrigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CompartmentId string
    (Updatable) The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    (Updatable) The description of the CatalogItem.
    DisplayName string
    (Updatable) The CatalogItem name.
    FreeformTags Dictionary<string, string>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    ShortDescription string
    (Updatable) Short description about the catalog item.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    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"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    (Updatable) Version description about the catalog item.
    CatalogResultPayloads []CatalogItemCatalogResultPayloadArgs
    Catalog result payload.
    CatalogSourcePayload CatalogItemCatalogSourcePayloadArgs
    Catalog source payload.
    CloneCatalogItemTrigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CompartmentId string
    (Updatable) The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    (Updatable) The description of the CatalogItem.
    DisplayName string
    (Updatable) The CatalogItem name.
    FreeformTags map[string]string
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    ShortDescription string
    (Updatable) Short description about the catalog item.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    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"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    (Updatable) Version description about the catalog item.
    catalogResultPayloads List<CatalogItemCatalogResultPayload>
    Catalog result payload.
    catalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    cloneCatalogItemTrigger Integer

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String
    (Updatable) The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    (Updatable) The description of the CatalogItem.
    displayName String
    (Updatable) The CatalogItem name.
    freeformTags Map<String,String>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription String
    (Updatable) Short description about the catalog item.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    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"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    (Updatable) Version description about the catalog item.
    catalogResultPayloads CatalogItemCatalogResultPayload[]
    Catalog result payload.
    catalogSourcePayload CatalogItemCatalogSourcePayload
    Catalog source payload.
    cloneCatalogItemTrigger number

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId string
    (Updatable) The OCID of the compartment.
    configSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    (Updatable) The description of the CatalogItem.
    displayName string
    (Updatable) The CatalogItem name.
    freeformTags {[key: string]: string}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails string
    The details of lifecycle state CatalogItem.
    listingId string
    The catalog listing Id.
    listingVersion string
    The catalog package version.
    packageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription string
    (Updatable) Short description about the catalog item.
    shouldListPublicItems boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state string
    The current state of the CatalogItem.
    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"}
    timeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription string
    (Updatable) Version description about the catalog item.
    catalog_result_payloads Sequence[CatalogItemCatalogResultPayloadArgs]
    Catalog result payload.
    catalog_source_payload CatalogItemCatalogSourcePayloadArgs
    Catalog source payload.
    clone_catalog_item_trigger int

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartment_id str
    (Updatable) The OCID of the compartment.
    config_source_type str
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    (Updatable) The description of the CatalogItem.
    display_name str
    (Updatable) The CatalogItem name.
    freeform_tags Mapping[str, str]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycle_details str
    The details of lifecycle state CatalogItem.
    listing_id str
    The catalog listing Id.
    listing_version str
    The catalog package version.
    package_type str
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    short_description str
    (Updatable) Short description about the catalog item.
    should_list_public_items bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state str
    The current state of the CatalogItem.
    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"}
    time_backfill_last_checked str
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_created str
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_last_checked str
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_released str
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version_description str
    (Updatable) Version description about the catalog item.
    catalogResultPayloads List<Property Map>
    Catalog result payload.
    catalogSourcePayload Property Map
    Catalog source payload.
    cloneCatalogItemTrigger Number

    (Updatable) An optional property when incremented triggers Clone Catalog Item. Could be set to any integer value.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String
    (Updatable) The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    (Updatable) The description of the CatalogItem.
    displayName String
    (Updatable) The CatalogItem name.
    freeformTags Map<String>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription String
    (Updatable) Short description about the catalog item.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    (Updatable) Version description about the catalog item.

    Supporting Types

    CatalogItemCatalogResultPayload, CatalogItemCatalogResultPayloadArgs

    BranchName string
    branch Name
    ConfigResultType string
    config result type.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    PackageUrl string
    package url
    RepositoryUrl string
    repository Url
    TemplateId string
    template id
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    WorkingDirectory string
    BranchName string
    branch Name
    ConfigResultType string
    config result type.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    PackageUrl string
    package url
    RepositoryUrl string
    repository Url
    TemplateId string
    template id
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    WorkingDirectory string
    branchName String
    branch Name
    configResultType String
    config result type.
    configurationSourceProviderId String
    configuration Source Provider OCID
    packageUrl String
    package url
    repositoryUrl String
    repository Url
    templateId String
    template id
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory String
    branchName string
    branch Name
    configResultType string
    config result type.
    configurationSourceProviderId string
    configuration Source Provider OCID
    packageUrl string
    package url
    repositoryUrl string
    repository Url
    templateId string
    template id
    timeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory string
    branch_name str
    branch Name
    config_result_type str
    config result type.
    configuration_source_provider_id str
    configuration Source Provider OCID
    package_url str
    package url
    repository_url str
    repository Url
    template_id str
    template id
    time_expires str
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    working_directory str
    branchName String
    branch Name
    configResultType String
    config result type.
    configurationSourceProviderId String
    configuration Source Provider OCID
    packageUrl String
    package url
    repositoryUrl String
    repository Url
    templateId String
    template id
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory String

    CatalogItemCatalogSourcePayload, CatalogItemCatalogSourcePayloadArgs

    ConfigSourceType string
    config source type.
    AccessUri string
    access uri
    BranchName string
    branch Name
    Bucket string
    bucket name
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    Description string
    Template Description
    ListingId string
    This listing Id parameter of Payload.
    LongDescription string
    Template Long Description
    Namespace string
    nameSpace
    Object string
    object name
    RepositoryUrl string
    repository Url
    TemplateDisplayName string
    Template Display Name
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Version string
    This version parameter of Payload.
    WorkingDirectory string
    ZipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    ConfigSourceType string
    config source type.
    AccessUri string
    access uri
    BranchName string
    branch Name
    Bucket string
    bucket name
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    Description string
    Template Description
    ListingId string
    This listing Id parameter of Payload.
    LongDescription string
    Template Long Description
    Namespace string
    nameSpace
    Object string
    object name
    RepositoryUrl string
    repository Url
    TemplateDisplayName string
    Template Display Name
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Version string
    This version parameter of Payload.
    WorkingDirectory string
    ZipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    configSourceType String
    config source type.
    accessUri String
    access uri
    branchName String
    branch Name
    bucket String
    bucket name
    configurationSourceProviderId String
    configuration Source Provider OCID
    description String
    Template Description
    listingId String
    This listing Id parameter of Payload.
    longDescription String
    Template Long Description
    namespace String
    nameSpace
    object String
    object name
    repositoryUrl String
    repository Url
    templateDisplayName String
    Template Display Name
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version String
    This version parameter of Payload.
    workingDirectory String
    zipFileBase64encoded String
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    configSourceType string
    config source type.
    accessUri string
    access uri
    branchName string
    branch Name
    bucket string
    bucket name
    configurationSourceProviderId string
    configuration Source Provider OCID
    description string
    Template Description
    listingId string
    This listing Id parameter of Payload.
    longDescription string
    Template Long Description
    namespace string
    nameSpace
    object string
    object name
    repositoryUrl string
    repository Url
    templateDisplayName string
    Template Display Name
    timeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version string
    This version parameter of Payload.
    workingDirectory string
    zipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    config_source_type str
    config source type.
    access_uri str
    access uri
    branch_name str
    branch Name
    bucket str
    bucket name
    configuration_source_provider_id str
    configuration Source Provider OCID
    description str
    Template Description
    listing_id str
    This listing Id parameter of Payload.
    long_description str
    Template Long Description
    namespace str
    nameSpace
    object str
    object name
    repository_url str
    repository Url
    template_display_name str
    Template Display Name
    time_expires str
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version str
    This version parameter of Payload.
    working_directory str
    zip_file_base64encoded str
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    configSourceType String
    config source type.
    accessUri String
    access uri
    branchName String
    branch Name
    bucket String
    bucket name
    configurationSourceProviderId String
    configuration Source Provider OCID
    description String
    Template Description
    listingId String
    This listing Id parameter of Payload.
    longDescription String
    Template Long Description
    namespace String
    nameSpace
    object String
    object name
    repositoryUrl String
    repository Url
    templateDisplayName String
    Template Display Name
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version String
    This version parameter of Payload.
    workingDirectory String
    zipFileBase64encoded String
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.

    Import

    CatalogItems can be imported using the id, e.g.

    $ pulumi import oci:FleetAppsManagement/catalogItem:CatalogItem test_catalog_item "id"
    

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

    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.3.0 published on Thursday, Jul 17, 2025 by Pulumi