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

oci.FleetAppsManagement.getProvisions

Explore with Pulumi AI

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

    This data source provides the list of Provisions in Oracle Cloud Infrastructure Fleet Apps Management service.

    Returns a list of all the Provisions in the specified compartment. The query parameter compartmentId is required unless the query parameter id or fleetId is specified.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testProvisions = oci.FleetAppsManagement.getProvisions({
        compartmentId: compartmentId,
        displayName: provisionDisplayName,
        fleetId: testFleet.id,
        id: provisionId,
        state: provisionState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_provisions = oci.FleetAppsManagement.get_provisions(compartment_id=compartment_id,
        display_name=provision_display_name,
        fleet_id=test_fleet["id"],
        id=provision_id,
        state=provision_state)
    
    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.GetProvisions(ctx, &fleetappsmanagement.GetProvisionsArgs{
    			CompartmentId: pulumi.StringRef(compartmentId),
    			DisplayName:   pulumi.StringRef(provisionDisplayName),
    			FleetId:       pulumi.StringRef(testFleet.Id),
    			Id:            pulumi.StringRef(provisionId),
    			State:         pulumi.StringRef(provisionState),
    		}, 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 testProvisions = Oci.FleetAppsManagement.GetProvisions.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = provisionDisplayName,
            FleetId = testFleet.Id,
            Id = provisionId,
            State = provisionState,
        });
    
    });
    
    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.GetProvisionsArgs;
    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 testProvisions = FleetAppsManagementFunctions.getProvisions(GetProvisionsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(provisionDisplayName)
                .fleetId(testFleet.id())
                .id(provisionId)
                .state(provisionState)
                .build());
    
        }
    }
    
    variables:
      testProvisions:
        fn::invoke:
          function: oci:FleetAppsManagement:getProvisions
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${provisionDisplayName}
            fleetId: ${testFleet.id}
            id: ${provisionId}
            state: ${provisionState}
    

    Using getProvisions

    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 getProvisions(args: GetProvisionsArgs, opts?: InvokeOptions): Promise<GetProvisionsResult>
    function getProvisionsOutput(args: GetProvisionsOutputArgs, opts?: InvokeOptions): Output<GetProvisionsResult>
    def get_provisions(compartment_id: Optional[str] = None,
                       display_name: Optional[str] = None,
                       filters: Optional[Sequence[GetProvisionsFilter]] = None,
                       fleet_id: Optional[str] = None,
                       id: Optional[str] = None,
                       state: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetProvisionsResult
    def get_provisions_output(compartment_id: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetProvisionsFilterArgs]]]] = None,
                       fleet_id: Optional[pulumi.Input[str]] = None,
                       id: Optional[pulumi.Input[str]] = None,
                       state: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetProvisionsResult]
    func GetProvisions(ctx *Context, args *GetProvisionsArgs, opts ...InvokeOption) (*GetProvisionsResult, error)
    func GetProvisionsOutput(ctx *Context, args *GetProvisionsOutputArgs, opts ...InvokeOption) GetProvisionsResultOutput

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

    public static class GetProvisions 
    {
        public static Task<GetProvisionsResult> InvokeAsync(GetProvisionsArgs args, InvokeOptions? opts = null)
        public static Output<GetProvisionsResult> Invoke(GetProvisionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProvisionsResult> getProvisions(GetProvisionsArgs args, InvokeOptions options)
    public static Output<GetProvisionsResult> getProvisions(GetProvisionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetAppsManagement/getProvisions:getProvisions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetProvisionsFilter>
    FleetId string
    unique Fleet identifier
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetProvisionsFilter
    FleetId string
    unique Fleet identifier
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetProvisionsFilter>
    fleetId String
    unique Fleet identifier
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetProvisionsFilter[]
    fleetId string
    unique Fleet identifier
    id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartment_id str
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[GetProvisionsFilter]
    fleet_id str
    unique Fleet identifier
    id str
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    fleetId String
    unique Fleet identifier
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.

    getProvisions Result

    The following output properties are available:

    ProvisionCollections List<GetProvisionsProvisionCollection>
    The list of provision_collection.
    CompartmentId string
    The OCID of the compartment in which instance is deployed.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    Filters List<GetProvisionsFilter>
    FleetId string
    The OCID of the Fleet.
    Id string
    The OCID of the FamProvision.
    State string
    The current state of the FamProvision.
    ProvisionCollections []GetProvisionsProvisionCollection
    The list of provision_collection.
    CompartmentId string
    The OCID of the compartment in which instance is deployed.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    Filters []GetProvisionsFilter
    FleetId string
    The OCID of the Fleet.
    Id string
    The OCID of the FamProvision.
    State string
    The current state of the FamProvision.
    provisionCollections List<GetProvisionsProvisionCollection>
    The list of provision_collection.
    compartmentId String
    The OCID of the compartment in which instance is deployed.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters List<GetProvisionsFilter>
    fleetId String
    The OCID of the Fleet.
    id String
    The OCID of the FamProvision.
    state String
    The current state of the FamProvision.
    provisionCollections GetProvisionsProvisionCollection[]
    The list of provision_collection.
    compartmentId string
    The OCID of the compartment in which instance is deployed.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters GetProvisionsFilter[]
    fleetId string
    The OCID of the Fleet.
    id string
    The OCID of the FamProvision.
    state string
    The current state of the FamProvision.
    provision_collections Sequence[GetProvisionsProvisionCollection]
    The list of provision_collection.
    compartment_id str
    The OCID of the compartment in which instance is deployed.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters Sequence[GetProvisionsFilter]
    fleet_id str
    The OCID of the Fleet.
    id str
    The OCID of the FamProvision.
    state str
    The current state of the FamProvision.
    provisionCollections List<Property Map>
    The list of provision_collection.
    compartmentId String
    The OCID of the compartment in which instance is deployed.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters List<Property Map>
    fleetId String
    The OCID of the Fleet.
    id String
    The OCID of the FamProvision.
    state String
    The current state of the FamProvision.

    Supporting Types

    GetProvisionsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetProvisionsProvisionCollection

    GetProvisionsProvisionCollectionItem

    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    ConfigCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    ConfigCatalogItemId string
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    ConfigCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    ConfigCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DeployedResources List<GetProvisionsProvisionCollectionItemDeployedResource>
    The deployed resources and their summary
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FleetId string
    unique Fleet identifier
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    LifecycleDetails string
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    PackageCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    PackageCatalogItemId string
    The OCID of the Catalog Item.
    PackageCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    PackageCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    ProvisionDescription string
    A description of the provision.
    RmsApplyJobId string
    The OCID of the RMS APPLY Job.
    StackId string
    The OCID of the RMS Stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    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"}
    TfOutputs List<GetProvisionsProvisionCollectionItemTfOutput>
    Outputs from the pulumi up job
    TfVariableCompartmentId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableCurrentUserId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableRegionId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableTenancyId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TimeCreated string
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    ConfigCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    ConfigCatalogItemId string
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    ConfigCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    ConfigCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DeployedResources []GetProvisionsProvisionCollectionItemDeployedResource
    The deployed resources and their summary
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FleetId string
    unique Fleet identifier
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    LifecycleDetails string
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    PackageCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    PackageCatalogItemId string
    The OCID of the Catalog Item.
    PackageCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    PackageCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    ProvisionDescription string
    A description of the provision.
    RmsApplyJobId string
    The OCID of the RMS APPLY Job.
    StackId string
    The OCID of the RMS Stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    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"}
    TfOutputs []GetProvisionsProvisionCollectionItemTfOutput
    Outputs from the pulumi up job
    TfVariableCompartmentId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableCurrentUserId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableRegionId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TfVariableTenancyId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    TimeCreated string
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    configCatalogItemDisplayName String
    A display Name of the Catalog Item in the Catalog.
    configCatalogItemId String
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    configCatalogItemListingId String
    A listing ID of the Catalog Item in the Catalog.
    configCatalogItemListingVersion String
    A listing version of the Catalog Item in the Catalog.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    deployedResources List<GetProvisionsProvisionCollectionItemDeployedResource>
    The deployed resources and their summary
    displayName String
    A filter to return only resources that match the entire display name given.
    fleetId String
    unique Fleet identifier
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    lifecycleDetails String
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    packageCatalogItemDisplayName String
    A display Name of the Catalog Item in the Catalog.
    packageCatalogItemId String
    The OCID of the Catalog Item.
    packageCatalogItemListingId String
    A listing ID of the Catalog Item in the Catalog.
    packageCatalogItemListingVersion String
    A listing version of the Catalog Item in the Catalog.
    provisionDescription String
    A description of the provision.
    rmsApplyJobId String
    The OCID of the RMS APPLY Job.
    stackId String
    The OCID of the RMS Stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    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"}
    tfOutputs List<GetProvisionsProvisionCollectionItemTfOutput>
    Outputs from the pulumi up job
    tfVariableCompartmentId String
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableCurrentUserId String
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableRegionId String
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableTenancyId String
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    timeCreated String
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    configCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    configCatalogItemId string
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    configCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    configCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    deployedResources GetProvisionsProvisionCollectionItemDeployedResource[]
    The deployed resources and their summary
    displayName string
    A filter to return only resources that match the entire display name given.
    fleetId string
    unique Fleet identifier
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    lifecycleDetails string
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    packageCatalogItemDisplayName string
    A display Name of the Catalog Item in the Catalog.
    packageCatalogItemId string
    The OCID of the Catalog Item.
    packageCatalogItemListingId string
    A listing ID of the Catalog Item in the Catalog.
    packageCatalogItemListingVersion string
    A listing version of the Catalog Item in the Catalog.
    provisionDescription string
    A description of the provision.
    rmsApplyJobId string
    The OCID of the RMS APPLY Job.
    stackId string
    The OCID of the RMS Stack.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    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"}
    tfOutputs GetProvisionsProvisionCollectionItemTfOutput[]
    Outputs from the pulumi up job
    tfVariableCompartmentId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableCurrentUserId string
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableRegionId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableTenancyId string
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    timeCreated string
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartment_id str
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    config_catalog_item_display_name str
    A display Name of the Catalog Item in the Catalog.
    config_catalog_item_id str
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    config_catalog_item_listing_id str
    A listing ID of the Catalog Item in the Catalog.
    config_catalog_item_listing_version str
    A listing version of the Catalog Item in the Catalog.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    deployed_resources Sequence[GetProvisionsProvisionCollectionItemDeployedResource]
    The deployed resources and their summary
    display_name str
    A filter to return only resources that match the entire display name given.
    fleet_id str
    unique Fleet identifier
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    lifecycle_details str
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    package_catalog_item_display_name str
    A display Name of the Catalog Item in the Catalog.
    package_catalog_item_id str
    The OCID of the Catalog Item.
    package_catalog_item_listing_id str
    A listing ID of the Catalog Item in the Catalog.
    package_catalog_item_listing_version str
    A listing version of the Catalog Item in the Catalog.
    provision_description str
    A description of the provision.
    rms_apply_job_id str
    The OCID of the RMS APPLY Job.
    stack_id str
    The OCID of the RMS Stack.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    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"}
    tf_outputs Sequence[GetProvisionsProvisionCollectionItemTfOutput]
    Outputs from the pulumi up job
    tf_variable_compartment_id str
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tf_variable_current_user_id str
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tf_variable_region_id str
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tf_variable_tenancy_id str
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    time_created str
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    configCatalogItemDisplayName String
    A display Name of the Catalog Item in the Catalog.
    configCatalogItemId String
    A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
    configCatalogItemListingId String
    A listing ID of the Catalog Item in the Catalog.
    configCatalogItemListingVersion String
    A listing version of the Catalog Item in the Catalog.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    deployedResources List<Property Map>
    The deployed resources and their summary
    displayName String
    A filter to return only resources that match the entire display name given.
    fleetId String
    unique Fleet identifier
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    lifecycleDetails String
    A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    packageCatalogItemDisplayName String
    A display Name of the Catalog Item in the Catalog.
    packageCatalogItemId String
    The OCID of the Catalog Item.
    packageCatalogItemListingId String
    A listing ID of the Catalog Item in the Catalog.
    packageCatalogItemListingVersion String
    A listing version of the Catalog Item in the Catalog.
    provisionDescription String
    A description of the provision.
    rmsApplyJobId String
    The OCID of the RMS APPLY Job.
    stackId String
    The OCID of the RMS Stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    tfOutputs List<Property Map>
    Outputs from the pulumi up job
    tfVariableCompartmentId String
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableCurrentUserId String
    An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableRegionId String
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    tfVariableTenancyId String
    A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
    timeCreated String
    The date and time the FamProvision was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the FamProvision was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z

    GetProvisionsProvisionCollectionItemDeployedResource

    Mode string
    The mode of the resource. Example: "managed"
    ResourceInstanceLists List<GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList>
    Collection of InstanceSummary
    ResourceName string
    The name of the resource
    ResourceProvider string
    The name of the Provider
    ResourceType string
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
    Mode string
    The mode of the resource. Example: "managed"
    ResourceInstanceLists []GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList
    Collection of InstanceSummary
    ResourceName string
    The name of the resource
    ResourceProvider string
    The name of the Provider
    ResourceType string
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
    mode String
    The mode of the resource. Example: "managed"
    resourceInstanceLists List<GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList>
    Collection of InstanceSummary
    resourceName String
    The name of the resource
    resourceProvider String
    The name of the Provider
    resourceType String
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
    mode string
    The mode of the resource. Example: "managed"
    resourceInstanceLists GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList[]
    Collection of InstanceSummary
    resourceName string
    The name of the resource
    resourceProvider string
    The name of the Provider
    resourceType string
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
    mode str
    The mode of the resource. Example: "managed"
    resource_instance_lists Sequence[GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList]
    Collection of InstanceSummary
    resource_name str
    The name of the resource
    resource_provider str
    The name of the Provider
    resource_type str
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
    mode String
    The mode of the resource. Example: "managed"
    resourceInstanceLists List<Property Map>
    Collection of InstanceSummary
    resourceName String
    The name of the resource
    resourceProvider String
    The name of the Provider
    resourceType String
    The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance

    GetProvisionsProvisionCollectionItemDeployedResourceResourceInstanceList

    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    CompartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    Id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId string
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    id string
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartment_id str
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    id str
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    (Updatable) The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
    id String
    Unique identifier or OCID for listing a single provision by id. Either compartmentId or id must be provided.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.

    GetProvisionsProvisionCollectionItemTfOutput

    IsSensitive bool
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    OutputDescription string
    The output description
    OutputName string
    The output name
    OutputType string
    The output type
    OutputValue string
    The output value
    IsSensitive bool
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    OutputDescription string
    The output description
    OutputName string
    The output name
    OutputType string
    The output type
    OutputValue string
    The output value
    isSensitive Boolean
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    outputDescription String
    The output description
    outputName String
    The output name
    outputType String
    The output type
    outputValue String
    The output value
    isSensitive boolean
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    outputDescription string
    The output description
    outputName string
    The output name
    outputType string
    The output type
    outputValue string
    The output value
    is_sensitive bool
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    output_description str
    The output description
    output_name str
    The output name
    output_type str
    The output type
    output_value str
    The output value
    isSensitive Boolean
    The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
    outputDescription String
    The output description
    outputName String
    The output name
    outputType String
    The output type
    outputValue String
    The output value

    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