Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.FleetAppsManagement.getCatalogItem
Explore with Pulumi AI
This data source provides details about a specific Catalog Item resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets information about a CatalogItem.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCatalogItem = oci.FleetAppsManagement.getCatalogItem({
catalogItemId: testCatalogItemOciFleetAppsManagementCatalogItem.id,
});
import pulumi
import pulumi_oci as oci
test_catalog_item = oci.FleetAppsManagement.get_catalog_item(catalog_item_id=test_catalog_item_oci_fleet_apps_management_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.GetCatalogItem(ctx, &fleetappsmanagement.GetCatalogItemArgs{
CatalogItemId: testCatalogItemOciFleetAppsManagementCatalogItem.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 testCatalogItem = Oci.FleetAppsManagement.GetCatalogItem.Invoke(new()
{
CatalogItemId = testCatalogItemOciFleetAppsManagementCatalogItem.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.GetCatalogItemArgs;
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 testCatalogItem = FleetAppsManagementFunctions.getCatalogItem(GetCatalogItemArgs.builder()
.catalogItemId(testCatalogItemOciFleetAppsManagementCatalogItem.id())
.build());
}
}
variables:
testCatalogItem:
fn::invoke:
function: oci:FleetAppsManagement:getCatalogItem
arguments:
catalogItemId: ${testCatalogItemOciFleetAppsManagementCatalogItem.id}
Using getCatalogItem
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 getCatalogItem(args: GetCatalogItemArgs, opts?: InvokeOptions): Promise<GetCatalogItemResult>
function getCatalogItemOutput(args: GetCatalogItemOutputArgs, opts?: InvokeOptions): Output<GetCatalogItemResult>
def get_catalog_item(catalog_item_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogItemResult
def get_catalog_item_output(catalog_item_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogItemResult]
func LookupCatalogItem(ctx *Context, args *LookupCatalogItemArgs, opts ...InvokeOption) (*LookupCatalogItemResult, error)
func LookupCatalogItemOutput(ctx *Context, args *LookupCatalogItemOutputArgs, opts ...InvokeOption) LookupCatalogItemResultOutput
> Note: This function is named LookupCatalogItem
in the Go SDK.
public static class GetCatalogItem
{
public static Task<GetCatalogItemResult> InvokeAsync(GetCatalogItemArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogItemResult> Invoke(GetCatalogItemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogItemResult> getCatalogItem(GetCatalogItemArgs args, InvokeOptions options)
public static Output<GetCatalogItemResult> getCatalogItem(GetCatalogItemArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getCatalogItem:getCatalogItem
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Item stringId - The OCID of the CatalogItem.
- Catalog
Item stringId - The OCID of the CatalogItem.
- catalog
Item StringId - The OCID of the CatalogItem.
- catalog
Item stringId - The OCID of the CatalogItem.
- catalog_
item_ strid - The OCID of the CatalogItem.
- catalog
Item StringId - The OCID of the CatalogItem.
getCatalogItem Result
The following output properties are available:
- Catalog
Item stringId - Catalog
Result List<GetPayloads Catalog Item Catalog Result Payload> - Catalog result payload.
- Catalog
Source List<GetPayloads Catalog Item Catalog Source Payload> - Catalog source payload.
- Clone
Catalog intItem Trigger - Compartment
Id string - The OCID of the compartment.
- Config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description about the catalog item.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 OCID of the catalog.
- Lifecycle
Details string - The details of lifecycle state CatalogItem.
- Listing
Id string - The catalog listing Id.
- Listing
Version string - The catalog package version.
- Package
Type string - Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
- Short
Description string - Short description about the catalog item.
- Should
List boolPublic Items - 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.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Backfill stringLast Checked - 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 string - The date and time the CatalogItem was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Last stringChecked - 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 string - The date and time the CatalogItem was released, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Version
Description string - Version description about the catalog item.
- Catalog
Item stringId - Catalog
Result []GetPayloads Catalog Item Catalog Result Payload - Catalog result payload.
- Catalog
Source []GetPayloads Catalog Item Catalog Source Payload - Catalog source payload.
- Clone
Catalog intItem Trigger - Compartment
Id string - The OCID of the compartment.
- Config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description about the catalog item.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 OCID of the catalog.
- Lifecycle
Details string - The details of lifecycle state CatalogItem.
- Listing
Id string - The catalog listing Id.
- Listing
Version string - The catalog package version.
- Package
Type string - Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
- Short
Description string - Short description about the catalog item.
- Should
List boolPublic Items - 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.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Backfill stringLast Checked - 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 string - The date and time the CatalogItem was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Last stringChecked - 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 string - The date and time the CatalogItem was released, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Version
Description string - Version description about the catalog item.
- catalog
Item StringId - catalog
Result List<GetPayloads Catalog Item Catalog Result Payload> - Catalog result payload.
- catalog
Source List<GetPayloads Catalog Item Catalog Source Payload> - Catalog source payload.
- clone
Catalog IntegerItem Trigger - compartment
Id String - The OCID of the compartment.
- config
Source StringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description about the catalog item.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 OCID of the catalog.
- lifecycle
Details String - The details of lifecycle state CatalogItem.
- listing
Id String - The catalog listing Id.
- listing
Version String - The catalog package version.
- package
Type String - Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
- short
Description String - Short description about the catalog item.
- should
List BooleanPublic Items - 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.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Backfill StringLast Checked - 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 String - The date and time the CatalogItem was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Last StringChecked - 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 String - The date and time the CatalogItem was released, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- version
Description String - Version description about the catalog item.
- catalog
Item stringId - catalog
Result GetPayloads Catalog Item Catalog Result Payload[] - Catalog result payload.
- catalog
Source GetPayloads Catalog Item Catalog Source Payload[] - Catalog source payload.
- clone
Catalog numberItem Trigger - compartment
Id string - The OCID of the compartment.
- config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Description about the catalog item.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[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 OCID of the catalog.
- lifecycle
Details string - The details of lifecycle state CatalogItem.
- listing
Id string - The catalog listing Id.
- listing
Version string - The catalog package version.
- package
Type string - Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
- short
Description string - Short description about the catalog item.
- should
List booleanPublic Items - 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.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Backfill stringLast Checked - 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 string - The date and time the CatalogItem was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Last stringChecked - 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 string - The date and time the CatalogItem was released, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- version
Description string - Version description about the catalog item.
- catalog_
item_ strid - catalog_
result_ Sequence[Getpayloads Catalog Item Catalog Result Payload] - Catalog result payload.
- catalog_
source_ Sequence[Getpayloads Catalog Item Catalog Source Payload] - Catalog source payload.
- clone_
catalog_ intitem_ trigger - compartment_
id str - The OCID of the compartment.
- config_
source_ strtype - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Description about the catalog item.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 OCID of the catalog.
- 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 - Short description about the catalog item.
- should_
list_ boolpublic_ items - 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.
- 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_ strlast_ checked - 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_ strchecked - 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 - Version description about the catalog item.
- catalog
Item StringId - catalog
Result List<Property Map>Payloads - Catalog result payload.
- catalog
Source List<Property Map>Payloads - Catalog source payload.
- clone
Catalog NumberItem Trigger - compartment
Id String - The OCID of the compartment.
- config
Source StringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description about the catalog item.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- 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 OCID of the catalog.
- lifecycle
Details String - The details of lifecycle state CatalogItem.
- listing
Id String - The catalog listing Id.
- listing
Version String - The catalog package version.
- package
Type String - Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
- short
Description String - Short description about the catalog item.
- should
List BooleanPublic Items - 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.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Backfill StringLast Checked - 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 String - The date and time the CatalogItem was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Last StringChecked - 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 String - The date and time the CatalogItem was released, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- version
Description String - Version description about the catalog item.
Supporting Types
GetCatalogItemCatalogResultPayload
- Branch
Name string - branch Name
- Config
Result stringType - config result type.
- Configuration
Source stringProvider Id - configuration Source Provider OCID
- Package
Url string - package url
- Repository
Url string - repository Url
- Template
Id string - template id
- Time
Expires string - The date and time expires, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Working
Directory string
- Branch
Name string - branch Name
- Config
Result stringType - config result type.
- Configuration
Source stringProvider Id - configuration Source Provider OCID
- Package
Url string - package url
- Repository
Url string - repository Url
- Template
Id string - template id
- Time
Expires string - The date and time expires, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Working
Directory string
- branch
Name String - branch Name
- config
Result StringType - config result type.
- configuration
Source StringProvider Id - configuration Source Provider OCID
- package
Url String - package url
- repository
Url String - repository Url
- template
Id String - template id
- time
Expires String - The date and time expires, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- working
Directory String
- branch
Name string - branch Name
- config
Result stringType - config result type.
- configuration
Source stringProvider Id - configuration Source Provider OCID
- package
Url string - package url
- repository
Url string - repository Url
- template
Id string - template id
- time
Expires string - The date and time expires, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- working
Directory string
- branch_
name str - branch Name
- config_
result_ strtype - config result type.
- configuration_
source_ strprovider_ id - 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
- branch
Name String - branch Name
- config
Result StringType - config result type.
- configuration
Source StringProvider Id - configuration Source Provider OCID
- package
Url String - package url
- repository
Url String - repository Url
- template
Id String - template id
- time
Expires String - The date and time expires, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- working
Directory String
GetCatalogItemCatalogSourcePayload
- Access
Uri string - access uri
- Branch
Name string - branch Name
- Bucket string
- bucket name
- Config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Configuration
Source stringProvider Id - configuration Source Provider OCID
- Description string
- Description about the catalog item.
- Listing
Id string - The catalog listing Id.
- Long
Description string - Template Long Description
- Namespace string
- nameSpace
- Object string
- object name
- Repository
Url string - repository Url
- Template
Display stringName - Template Display Name
- Time
Expires 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.
- Working
Directory string - Zip
File stringBase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
- Access
Uri string - access uri
- Branch
Name string - branch Name
- Bucket string
- bucket name
- Config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- Configuration
Source stringProvider Id - configuration Source Provider OCID
- Description string
- Description about the catalog item.
- Listing
Id string - The catalog listing Id.
- Long
Description string - Template Long Description
- Namespace string
- nameSpace
- Object string
- object name
- Repository
Url string - repository Url
- Template
Display stringName - Template Display Name
- Time
Expires 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.
- Working
Directory string - Zip
File stringBase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
- access
Uri String - access uri
- branch
Name String - branch Name
- bucket String
- bucket name
- config
Source StringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- configuration
Source StringProvider Id - configuration Source Provider OCID
- description String
- Description about the catalog item.
- listing
Id String - The catalog listing Id.
- long
Description String - Template Long Description
- namespace String
- nameSpace
- object String
- object name
- repository
Url String - repository Url
- template
Display StringName - Template Display Name
- time
Expires 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.
- working
Directory String - zip
File StringBase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
- access
Uri string - access uri
- branch
Name string - branch Name
- bucket string
- bucket name
- config
Source stringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- configuration
Source stringProvider Id - configuration Source Provider OCID
- description string
- Description about the catalog item.
- listing
Id string - The catalog listing Id.
- long
Description string - Template Long Description
- namespace string
- nameSpace
- object string
- object name
- repository
Url string - repository Url
- template
Display stringName - Template Display Name
- time
Expires 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.
- working
Directory string - zip
File stringBase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
- access_
uri str - access uri
- branch_
name str - branch Name
- bucket str
- bucket name
- config_
source_ strtype - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- configuration_
source_ strprovider_ id - configuration Source Provider OCID
- description str
- Description about the catalog item.
- listing_
id str - The catalog listing Id.
- long_
description str - Template Long Description
- namespace str
- nameSpace
- object str
- object name
- repository_
url str - repository Url
- template_
display_ strname - 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_ strbase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
- access
Uri String - access uri
- branch
Name String - branch Name
- bucket String
- bucket name
- config
Source StringType - Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- configuration
Source StringProvider Id - configuration Source Provider OCID
- description String
- Description about the catalog item.
- listing
Id String - The catalog listing Id.
- long
Description String - Template Long Description
- namespace String
- nameSpace
- object String
- object name
- repository
Url String - repository Url
- template
Display StringName - Template Display Name
- time
Expires 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.
- working
Directory String - zip
File StringBase64encoded - The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.