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

    This data source provides the list of Stacks in Oracle Cloud Infrastructure Dif service.

    Gets a list of Stacks.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testStacks = oci.oci.getDifStacks({
        compartmentId: compartmentId,
        displayName: stackDisplayName,
        id: stackId,
        state: stackState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_stacks = oci.oci.get_dif_stacks(compartment_id=compartment_id,
        display_name=stack_display_name,
        id=stack_id,
        state=stack_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.GetDifStacks(ctx, &oci.GetDifStacksArgs{
    			CompartmentId: pulumi.StringRef(compartmentId),
    			DisplayName:   pulumi.StringRef(stackDisplayName),
    			Id:            pulumi.StringRef(stackId),
    			State:         pulumi.StringRef(stackState),
    		}, 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 testStacks = Oci.Oci.GetDifStacks.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = stackDisplayName,
            Id = stackId,
            State = stackState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetDifStacksArgs;
    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 testStacks = OciFunctions.getDifStacks(GetDifStacksArgs.builder()
                .compartmentId(compartmentId)
                .displayName(stackDisplayName)
                .id(stackId)
                .state(stackState)
                .build());
    
        }
    }
    
    variables:
      testStacks:
        fn::invoke:
          function: oci:oci:getDifStacks
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${stackDisplayName}
            id: ${stackId}
            state: ${stackState}
    

    Using getDifStacks

    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 getDifStacks(args: GetDifStacksArgs, opts?: InvokeOptions): Promise<GetDifStacksResult>
    function getDifStacksOutput(args: GetDifStacksOutputArgs, opts?: InvokeOptions): Output<GetDifStacksResult>
    def get_dif_stacks(compartment_id: Optional[str] = None,
                       display_name: Optional[str] = None,
                       filters: Optional[Sequence[GetDifStacksFilter]] = None,
                       id: Optional[str] = None,
                       state: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDifStacksResult
    def get_dif_stacks_output(compartment_id: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDifStacksFilterArgs]]]] = None,
                       id: Optional[pulumi.Input[str]] = None,
                       state: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDifStacksResult]
    func GetDifStacks(ctx *Context, args *GetDifStacksArgs, opts ...InvokeOption) (*GetDifStacksResult, error)
    func GetDifStacksOutput(ctx *Context, args *GetDifStacksOutputArgs, opts ...InvokeOption) GetDifStacksResultOutput

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

    public static class GetDifStacks 
    {
        public static Task<GetDifStacksResult> InvokeAsync(GetDifStacksArgs args, InvokeOptions? opts = null)
        public static Output<GetDifStacksResult> Invoke(GetDifStacksInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDifStacksResult> getDifStacks(GetDifStacksArgs args, InvokeOptions options)
    public static Output<GetDifStacksResult> getDifStacks(GetDifStacksArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDifStacks:getDifStacks
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetDifStacksFilter>
    Id string
    The OCID of the Stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetDifStacksFilter
    Id string
    The OCID of the Stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetDifStacksFilter>
    id String
    The OCID of the Stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId string
    The OCID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetDifStacksFilter[]
    id string
    The OCID of the Stack.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartment_id str
    The OCID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the given display name exactly.
    filters Sequence[GetDifStacksFilter]
    id str
    The OCID of the Stack.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    id String
    The OCID of the Stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.

    getDifStacks Result

    The following output properties are available:

    StackCollections List<GetDifStacksStackCollection>
    The list of stack_collection.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    name of the service
    Filters List<GetDifStacksFilter>
    Id string
    The OCID of the Stack.
    State string
    The current state of the Stack.
    StackCollections []GetDifStacksStackCollection
    The list of stack_collection.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    name of the service
    Filters []GetDifStacksFilter
    Id string
    The OCID of the Stack.
    State string
    The current state of the Stack.
    stackCollections List<GetDifStacksStackCollection>
    The list of stack_collection.
    compartmentId String
    The OCID of the compartment.
    displayName String
    name of the service
    filters List<GetDifStacksFilter>
    id String
    The OCID of the Stack.
    state String
    The current state of the Stack.
    stackCollections GetDifStacksStackCollection[]
    The list of stack_collection.
    compartmentId string
    The OCID of the compartment.
    displayName string
    name of the service
    filters GetDifStacksFilter[]
    id string
    The OCID of the Stack.
    state string
    The current state of the Stack.
    stack_collections Sequence[GetDifStacksStackCollection]
    The list of stack_collection.
    compartment_id str
    The OCID of the compartment.
    display_name str
    name of the service
    filters Sequence[GetDifStacksFilter]
    id str
    The OCID of the Stack.
    state str
    The current state of the Stack.
    stackCollections List<Property Map>
    The list of stack_collection.
    compartmentId String
    The OCID of the compartment.
    displayName String
    name of the service
    filters List<Property Map>
    id String
    The OCID of the Stack.
    state String
    The current state of the Stack.

    Supporting Types

    GetDifStacksFilter

    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

    GetDifStacksStackCollection

    GetDifStacksStackCollectionItem

    Adbs List<GetDifStacksStackCollectionItemAdb>
    ADB details if adb is included in the services.
    AddServiceTrigger int
    CompartmentId string
    The OCID of the compartment in which to list resources.
    Dataflows List<GetDifStacksStackCollectionItemDataflow>
    DATAFLOW details if dataflow is included in the services.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeployArtifactsTrigger int
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Genais List<GetDifStacksStackCollectionItemGenai>
    GenAI Details if genai is included in services.
    Ggcs List<GetDifStacksStackCollectionItemGgc>
    GGCS details if ggcs is included in the services.
    Id string
    The OCID of the Stack.
    LifecycleDetails string
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    NotificationEmail string
    email id to which the stack notifications would be sent.
    Objectstorages List<GetDifStacksStackCollectionItemObjectstorage>
    Object Storage Details if object storage is included in services.
    ServiceDetails List<GetDifStacksStackCollectionItemServiceDetail>
    Details of the service onboarded for the data intelligence stack.
    Services List<string>
    List of services to be onboarded for the stack.
    StackTemplates List<string>
    List of templates to be onboarded for the stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    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"}
    TimeCreated string
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Adbs []GetDifStacksStackCollectionItemAdb
    ADB details if adb is included in the services.
    AddServiceTrigger int
    CompartmentId string
    The OCID of the compartment in which to list resources.
    Dataflows []GetDifStacksStackCollectionItemDataflow
    DATAFLOW details if dataflow is included in the services.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DeployArtifactsTrigger int
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Genais []GetDifStacksStackCollectionItemGenai
    GenAI Details if genai is included in services.
    Ggcs []GetDifStacksStackCollectionItemGgc
    GGCS details if ggcs is included in the services.
    Id string
    The OCID of the Stack.
    LifecycleDetails string
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    NotificationEmail string
    email id to which the stack notifications would be sent.
    Objectstorages []GetDifStacksStackCollectionItemObjectstorage
    Object Storage Details if object storage is included in services.
    ServiceDetails []GetDifStacksStackCollectionItemServiceDetail
    Details of the service onboarded for the data intelligence stack.
    Services []string
    List of services to be onboarded for the stack.
    StackTemplates []string
    List of templates to be onboarded for the stack.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    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"}
    TimeCreated string
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    adbs List<GetDifStacksStackCollectionItemAdb>
    ADB details if adb is included in the services.
    addServiceTrigger Integer
    compartmentId String
    The OCID of the compartment in which to list resources.
    dataflows List<GetDifStacksStackCollectionItemDataflow>
    DATAFLOW details if dataflow is included in the services.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deployArtifactsTrigger Integer
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    genais List<GetDifStacksStackCollectionItemGenai>
    GenAI Details if genai is included in services.
    ggcs List<GetDifStacksStackCollectionItemGgc>
    GGCS details if ggcs is included in the services.
    id String
    The OCID of the Stack.
    lifecycleDetails String
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    notificationEmail String
    email id to which the stack notifications would be sent.
    objectstorages List<GetDifStacksStackCollectionItemObjectstorage>
    Object Storage Details if object storage is included in services.
    serviceDetails List<GetDifStacksStackCollectionItemServiceDetail>
    Details of the service onboarded for the data intelligence stack.
    services List<String>
    List of services to be onboarded for the stack.
    stackTemplates List<String>
    List of templates to be onboarded for the stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    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"}
    timeCreated String
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    adbs GetDifStacksStackCollectionItemAdb[]
    ADB details if adb is included in the services.
    addServiceTrigger number
    compartmentId string
    The OCID of the compartment in which to list resources.
    dataflows GetDifStacksStackCollectionItemDataflow[]
    DATAFLOW details if dataflow is included in the services.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deployArtifactsTrigger number
    displayName string
    A filter to return only resources that match the given display name exactly.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    genais GetDifStacksStackCollectionItemGenai[]
    GenAI Details if genai is included in services.
    ggcs GetDifStacksStackCollectionItemGgc[]
    GGCS details if ggcs is included in the services.
    id string
    The OCID of the Stack.
    lifecycleDetails string
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    notificationEmail string
    email id to which the stack notifications would be sent.
    objectstorages GetDifStacksStackCollectionItemObjectstorage[]
    Object Storage Details if object storage is included in services.
    serviceDetails GetDifStacksStackCollectionItemServiceDetail[]
    Details of the service onboarded for the data intelligence stack.
    services string[]
    List of services to be onboarded for the stack.
    stackTemplates string[]
    List of templates to be onboarded for the stack.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    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"}
    timeCreated string
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    adbs Sequence[GetDifStacksStackCollectionItemAdb]
    ADB details if adb is included in the services.
    add_service_trigger int
    compartment_id str
    The OCID of the compartment in which to list resources.
    dataflows Sequence[GetDifStacksStackCollectionItemDataflow]
    DATAFLOW details if dataflow is included in the services.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deploy_artifacts_trigger int
    display_name str
    A filter to return only resources that match the given display name exactly.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    genais Sequence[GetDifStacksStackCollectionItemGenai]
    GenAI Details if genai is included in services.
    ggcs Sequence[GetDifStacksStackCollectionItemGgc]
    GGCS details if ggcs is included in the services.
    id str
    The OCID of the Stack.
    lifecycle_details str
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    notification_email str
    email id to which the stack notifications would be sent.
    objectstorages Sequence[GetDifStacksStackCollectionItemObjectstorage]
    Object Storage Details if object storage is included in services.
    service_details Sequence[GetDifStacksStackCollectionItemServiceDetail]
    Details of the service onboarded for the data intelligence stack.
    services Sequence[str]
    List of services to be onboarded for the stack.
    stack_templates Sequence[str]
    List of templates to be onboarded for the stack.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnet_id str
    The OCID of the subnet of the GGCS deployment's private endpoint.
    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_created str
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    adbs List<Property Map>
    ADB details if adb is included in the services.
    addServiceTrigger Number
    compartmentId String
    The OCID of the compartment in which to list resources.
    dataflows List<Property Map>
    DATAFLOW details if dataflow is included in the services.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    deployArtifactsTrigger Number
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    genais List<Property Map>
    GenAI Details if genai is included in services.
    ggcs List<Property Map>
    GGCS details if ggcs is included in the services.
    id String
    The OCID of the Stack.
    lifecycleDetails String
    A message that describes the current state of the Stack in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
    notificationEmail String
    email id to which the stack notifications would be sent.
    objectstorages List<Property Map>
    Object Storage Details if object storage is included in services.
    serviceDetails List<Property Map>
    Details of the service onboarded for the data intelligence stack.
    services List<String>
    List of services to be onboarded for the stack.
    stackTemplates List<String>
    List of templates to be onboarded for the stack.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the Stack was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the Stack was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z

    GetDifStacksStackCollectionItemAdb

    AdminPasswordId string
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    ArtifactObjectStoragePath string
    DataStorageSizeInTbs int
    The size, in terabytes, of the data volume that will be created and attached to the database.
    DbCredentials List<GetDifStacksStackCollectionItemAdbDbCredential>
    DbVersion string
    A valid Oracle Database version for Autonomous Database.
    DbWorkload string
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    Ecpu int
    The compute amount (ECPUs) available to the database.
    InstanceId string
    ID for the service instance.
    IsMtlsConnectionRequired bool
    Specifies if the Autonomous Database requires mTLS connections.
    IsPublic bool
    If true then subnetId should not be provided.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    ToolsPublicAccess string
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).
    AdminPasswordId string
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    ArtifactObjectStoragePath string
    DataStorageSizeInTbs int
    The size, in terabytes, of the data volume that will be created and attached to the database.
    DbCredentials []GetDifStacksStackCollectionItemAdbDbCredential
    DbVersion string
    A valid Oracle Database version for Autonomous Database.
    DbWorkload string
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    Ecpu int
    The compute amount (ECPUs) available to the database.
    InstanceId string
    ID for the service instance.
    IsMtlsConnectionRequired bool
    Specifies if the Autonomous Database requires mTLS connections.
    IsPublic bool
    If true then subnetId should not be provided.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    ToolsPublicAccess string
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).
    adminPasswordId String
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    artifactObjectStoragePath String
    dataStorageSizeInTbs Integer
    The size, in terabytes, of the data volume that will be created and attached to the database.
    dbCredentials List<GetDifStacksStackCollectionItemAdbDbCredential>
    dbVersion String
    A valid Oracle Database version for Autonomous Database.
    dbWorkload String
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    ecpu Integer
    The compute amount (ECPUs) available to the database.
    instanceId String
    ID for the service instance.
    isMtlsConnectionRequired Boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPublic Boolean
    If true then subnetId should not be provided.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    toolsPublicAccess String
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).
    adminPasswordId string
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    artifactObjectStoragePath string
    dataStorageSizeInTbs number
    The size, in terabytes, of the data volume that will be created and attached to the database.
    dbCredentials GetDifStacksStackCollectionItemAdbDbCredential[]
    dbVersion string
    A valid Oracle Database version for Autonomous Database.
    dbWorkload string
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    ecpu number
    The compute amount (ECPUs) available to the database.
    instanceId string
    ID for the service instance.
    isMtlsConnectionRequired boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPublic boolean
    If true then subnetId should not be provided.
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    toolsPublicAccess string
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).
    admin_password_id str
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    artifact_object_storage_path str
    data_storage_size_in_tbs int
    The size, in terabytes, of the data volume that will be created and attached to the database.
    db_credentials Sequence[GetDifStacksStackCollectionItemAdbDbCredential]
    db_version str
    A valid Oracle Database version for Autonomous Database.
    db_workload str
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    ecpu int
    The compute amount (ECPUs) available to the database.
    instance_id str
    ID for the service instance.
    is_mtls_connection_required bool
    Specifies if the Autonomous Database requires mTLS connections.
    is_public bool
    If true then subnetId should not be provided.
    subnet_id str
    The OCID of the subnet of the GGCS deployment's private endpoint.
    tools_public_access str
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).
    adminPasswordId String
    The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
    artifactObjectStoragePath String
    dataStorageSizeInTbs Number
    The size, in terabytes, of the data volume that will be created and attached to the database.
    dbCredentials List<Property Map>
    dbVersion String
    A valid Oracle Database version for Autonomous Database.
    dbWorkload String
    DB Workload to be used with ADB. Accepted values are OLTP, DW.
    ecpu Number
    The compute amount (ECPUs) available to the database.
    instanceId String
    ID for the service instance.
    isMtlsConnectionRequired Boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPublic Boolean
    If true then subnetId should not be provided.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    toolsPublicAccess String
    This is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Allowed only when subnetId is provided (private ADB).

    GetDifStacksStackCollectionItemAdbDbCredential

    SecretId string
    UserName string
    UserType string
    SecretId string
    UserName string
    UserType string
    secretId String
    userName String
    userType String
    secretId string
    userName string
    userType string
    secretId String
    userName String
    userType String

    GetDifStacksStackCollectionItemDataflow

    ArchiveUri string
    Connections List<GetDifStacksStackCollectionItemDataflowConnection>
    Connection details to be associated with the Goldengate deployment.
    DriverShape string
    The VM shape for the driver. Sets the driver cores and memory.
    DriverShapeConfigs List<GetDifStacksStackCollectionItemDataflowDriverShapeConfig>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    Execute string
    ExecutorShape string
    The VM shape for the executors. Sets the executor cores and memory.
    ExecutorShapeConfigs List<GetDifStacksStackCollectionItemDataflowExecutorShapeConfig>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    InstanceId string
    ID for the service instance.
    LogBucketInstanceId string
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    NumExecutors int
    The number of executor VMs requested.
    PrivateEndpointId string
    OCID of model
    SparkVersion string
    The Spark version utilized to run the application.
    WarehouseBucketInstanceId string
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
    ArchiveUri string
    Connections []GetDifStacksStackCollectionItemDataflowConnection
    Connection details to be associated with the Goldengate deployment.
    DriverShape string
    The VM shape for the driver. Sets the driver cores and memory.
    DriverShapeConfigs []GetDifStacksStackCollectionItemDataflowDriverShapeConfig
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    Execute string
    ExecutorShape string
    The VM shape for the executors. Sets the executor cores and memory.
    ExecutorShapeConfigs []GetDifStacksStackCollectionItemDataflowExecutorShapeConfig
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    InstanceId string
    ID for the service instance.
    LogBucketInstanceId string
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    NumExecutors int
    The number of executor VMs requested.
    PrivateEndpointId string
    OCID of model
    SparkVersion string
    The Spark version utilized to run the application.
    WarehouseBucketInstanceId string
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
    archiveUri String
    connections List<GetDifStacksStackCollectionItemDataflowConnection>
    Connection details to be associated with the Goldengate deployment.
    driverShape String
    The VM shape for the driver. Sets the driver cores and memory.
    driverShapeConfigs List<GetDifStacksStackCollectionItemDataflowDriverShapeConfig>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    execute String
    executorShape String
    The VM shape for the executors. Sets the executor cores and memory.
    executorShapeConfigs List<GetDifStacksStackCollectionItemDataflowExecutorShapeConfig>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    instanceId String
    ID for the service instance.
    logBucketInstanceId String
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    numExecutors Integer
    The number of executor VMs requested.
    privateEndpointId String
    OCID of model
    sparkVersion String
    The Spark version utilized to run the application.
    warehouseBucketInstanceId String
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
    archiveUri string
    connections GetDifStacksStackCollectionItemDataflowConnection[]
    Connection details to be associated with the Goldengate deployment.
    driverShape string
    The VM shape for the driver. Sets the driver cores and memory.
    driverShapeConfigs GetDifStacksStackCollectionItemDataflowDriverShapeConfig[]
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    execute string
    executorShape string
    The VM shape for the executors. Sets the executor cores and memory.
    executorShapeConfigs GetDifStacksStackCollectionItemDataflowExecutorShapeConfig[]
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    instanceId string
    ID for the service instance.
    logBucketInstanceId string
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    numExecutors number
    The number of executor VMs requested.
    privateEndpointId string
    OCID of model
    sparkVersion string
    The Spark version utilized to run the application.
    warehouseBucketInstanceId string
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
    archive_uri str
    connections Sequence[GetDifStacksStackCollectionItemDataflowConnection]
    Connection details to be associated with the Goldengate deployment.
    driver_shape str
    The VM shape for the driver. Sets the driver cores and memory.
    driver_shape_configs Sequence[GetDifStacksStackCollectionItemDataflowDriverShapeConfig]
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    execute str
    executor_shape str
    The VM shape for the executors. Sets the executor cores and memory.
    executor_shape_configs Sequence[GetDifStacksStackCollectionItemDataflowExecutorShapeConfig]
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    instance_id str
    ID for the service instance.
    log_bucket_instance_id str
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    num_executors int
    The number of executor VMs requested.
    private_endpoint_id str
    OCID of model
    spark_version str
    The Spark version utilized to run the application.
    warehouse_bucket_instance_id str
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
    archiveUri String
    connections List<Property Map>
    Connection details to be associated with the Goldengate deployment.
    driverShape String
    The VM shape for the driver. Sets the driver cores and memory.
    driverShapeConfigs List<Property Map>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    execute String
    executorShape String
    The VM shape for the executors. Sets the executor cores and memory.
    executorShapeConfigs List<Property Map>
    This is used to configure the shape of the driver or executor if a flexible shape is used.
    instanceId String
    ID for the service instance.
    logBucketInstanceId String
    InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
    numExecutors Number
    The number of executor VMs requested.
    privateEndpointId String
    OCID of model
    sparkVersion String
    The Spark version utilized to run the application.
    warehouseBucketInstanceId String
    InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.

    GetDifStacksStackCollectionItemDataflowConnection

    ConnectionDetails List<GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail>
    Details of services to create private endpoint.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    ConnectionDetails []GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail
    Details of services to create private endpoint.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connectionDetails List<GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail>
    Details of services to create private endpoint.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connectionDetails GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail[]
    Details of services to create private endpoint.
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connection_details Sequence[GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail]
    Details of services to create private endpoint.
    subnet_id str
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connectionDetails List<Property Map>
    Details of services to create private endpoint.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.

    GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail

    DifDependencies List<GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency>
    List of Service Dependency Details for connection creation.
    DomainNames List<string>
    An array of DNS zone names.
    DifDependencies []GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency
    List of Service Dependency Details for connection creation.
    DomainNames []string
    An array of DNS zone names.
    difDependencies List<GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency>
    List of Service Dependency Details for connection creation.
    domainNames List<String>
    An array of DNS zone names.
    difDependencies GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency[]
    List of Service Dependency Details for connection creation.
    domainNames string[]
    An array of DNS zone names.
    dif_dependencies Sequence[GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency]
    List of Service Dependency Details for connection creation.
    domain_names Sequence[str]
    An array of DNS zone names.
    difDependencies List<Property Map>
    List of Service Dependency Details for connection creation.
    domainNames List<String>
    An array of DNS zone names.

    GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency

    ServiceInstanceId string
    InstanceId of service which is part of the Stack.
    ServiceType string
    name of the cloud service
    ServiceInstanceId string
    InstanceId of service which is part of the Stack.
    ServiceType string
    name of the cloud service
    serviceInstanceId String
    InstanceId of service which is part of the Stack.
    serviceType String
    name of the cloud service
    serviceInstanceId string
    InstanceId of service which is part of the Stack.
    serviceType string
    name of the cloud service
    service_instance_id str
    InstanceId of service which is part of the Stack.
    service_type str
    name of the cloud service
    serviceInstanceId String
    InstanceId of service which is part of the Stack.
    serviceType String
    name of the cloud service

    GetDifStacksStackCollectionItemDataflowDriverShapeConfig

    MemoryInGbs int
    The amount of memory used for the driver or executors.
    Ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    MemoryInGbs int
    The amount of memory used for the driver or executors.
    Ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs Integer
    The amount of memory used for the driver or executors.
    ocpus Integer
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs number
    The amount of memory used for the driver or executors.
    ocpus number
    The total number of OCPUs used for the driver or executors. See here for details.
    memory_in_gbs int
    The amount of memory used for the driver or executors.
    ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs Number
    The amount of memory used for the driver or executors.
    ocpus Number
    The total number of OCPUs used for the driver or executors. See here for details.

    GetDifStacksStackCollectionItemDataflowExecutorShapeConfig

    MemoryInGbs int
    The amount of memory used for the driver or executors.
    Ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    MemoryInGbs int
    The amount of memory used for the driver or executors.
    Ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs Integer
    The amount of memory used for the driver or executors.
    ocpus Integer
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs number
    The amount of memory used for the driver or executors.
    ocpus number
    The total number of OCPUs used for the driver or executors. See here for details.
    memory_in_gbs int
    The amount of memory used for the driver or executors.
    ocpus int
    The total number of OCPUs used for the driver or executors. See here for details.
    memoryInGbs Number
    The amount of memory used for the driver or executors.
    ocpus Number
    The total number of OCPUs used for the driver or executors. See here for details.

    GetDifStacksStackCollectionItemGenai

    BaseModel string
    Name of the base model.
    ClusterType string
    The dedicated AI cluster type.
    Endpoints List<GetDifStacksStackCollectionItemGenaiEndpoint>
    List of endpoints to provision for the GENAI cluster.
    InstanceId string
    ID for the service instance.
    OciRegion string
    region of cluster
    UnitCount int
    No of replicas of base model to be used for hosting.
    BaseModel string
    Name of the base model.
    ClusterType string
    The dedicated AI cluster type.
    Endpoints []GetDifStacksStackCollectionItemGenaiEndpoint
    List of endpoints to provision for the GENAI cluster.
    InstanceId string
    ID for the service instance.
    OciRegion string
    region of cluster
    UnitCount int
    No of replicas of base model to be used for hosting.
    baseModel String
    Name of the base model.
    clusterType String
    The dedicated AI cluster type.
    endpoints List<GetDifStacksStackCollectionItemGenaiEndpoint>
    List of endpoints to provision for the GENAI cluster.
    instanceId String
    ID for the service instance.
    ociRegion String
    region of cluster
    unitCount Integer
    No of replicas of base model to be used for hosting.
    baseModel string
    Name of the base model.
    clusterType string
    The dedicated AI cluster type.
    endpoints GetDifStacksStackCollectionItemGenaiEndpoint[]
    List of endpoints to provision for the GENAI cluster.
    instanceId string
    ID for the service instance.
    ociRegion string
    region of cluster
    unitCount number
    No of replicas of base model to be used for hosting.
    base_model str
    Name of the base model.
    cluster_type str
    The dedicated AI cluster type.
    endpoints Sequence[GetDifStacksStackCollectionItemGenaiEndpoint]
    List of endpoints to provision for the GENAI cluster.
    instance_id str
    ID for the service instance.
    oci_region str
    region of cluster
    unit_count int
    No of replicas of base model to be used for hosting.
    baseModel String
    Name of the base model.
    clusterType String
    The dedicated AI cluster type.
    endpoints List<Property Map>
    List of endpoints to provision for the GENAI cluster.
    instanceId String
    ID for the service instance.
    ociRegion String
    region of cluster
    unitCount Number
    No of replicas of base model to be used for hosting.

    GetDifStacksStackCollectionItemGenaiEndpoint

    EndpointName string
    Identifier for each endpoint.
    IsContentModerationEnabled bool
    Helps remove toxic and biased content from responses.
    EndpointName string
    Identifier for each endpoint.
    IsContentModerationEnabled bool
    Helps remove toxic and biased content from responses.
    endpointName String
    Identifier for each endpoint.
    isContentModerationEnabled Boolean
    Helps remove toxic and biased content from responses.
    endpointName string
    Identifier for each endpoint.
    isContentModerationEnabled boolean
    Helps remove toxic and biased content from responses.
    endpoint_name str
    Identifier for each endpoint.
    is_content_moderation_enabled bool
    Helps remove toxic and biased content from responses.
    endpointName String
    Identifier for each endpoint.
    isContentModerationEnabled Boolean
    Helps remove toxic and biased content from responses.

    GetDifStacksStackCollectionItemGgc

    ArtifactObjectStoragePath string
    Connections List<GetDifStacksStackCollectionItemGgcConnection>
    Connection details to be associated with the Goldengate deployment.
    InstanceId string
    ID for the service instance.
    Ocpu int
    The Minimum number of OCPUs to be made available for this Deployment.
    OggVersion string
    Version of OGG.
    PasswordSecretId string
    The OCID of the Secret where the deployment password is stored.
    PublicSubnetId string
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    Sources List<GetDifStacksStackCollectionItemGgcSource>
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    Targets List<GetDifStacksStackCollectionItemGgcTarget>
    Users List<GetDifStacksStackCollectionItemGgcUser>
    ArtifactObjectStoragePath string
    Connections []GetDifStacksStackCollectionItemGgcConnection
    Connection details to be associated with the Goldengate deployment.
    InstanceId string
    ID for the service instance.
    Ocpu int
    The Minimum number of OCPUs to be made available for this Deployment.
    OggVersion string
    Version of OGG.
    PasswordSecretId string
    The OCID of the Secret where the deployment password is stored.
    PublicSubnetId string
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    Sources []GetDifStacksStackCollectionItemGgcSource
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    Targets []GetDifStacksStackCollectionItemGgcTarget
    Users []GetDifStacksStackCollectionItemGgcUser
    artifactObjectStoragePath String
    connections List<GetDifStacksStackCollectionItemGgcConnection>
    Connection details to be associated with the Goldengate deployment.
    instanceId String
    ID for the service instance.
    ocpu Integer
    The Minimum number of OCPUs to be made available for this Deployment.
    oggVersion String
    Version of OGG.
    passwordSecretId String
    The OCID of the Secret where the deployment password is stored.
    publicSubnetId String
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    sources List<GetDifStacksStackCollectionItemGgcSource>
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets List<GetDifStacksStackCollectionItemGgcTarget>
    users List<GetDifStacksStackCollectionItemGgcUser>
    artifactObjectStoragePath string
    connections GetDifStacksStackCollectionItemGgcConnection[]
    Connection details to be associated with the Goldengate deployment.
    instanceId string
    ID for the service instance.
    ocpu number
    The Minimum number of OCPUs to be made available for this Deployment.
    oggVersion string
    Version of OGG.
    passwordSecretId string
    The OCID of the Secret where the deployment password is stored.
    publicSubnetId string
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    sources GetDifStacksStackCollectionItemGgcSource[]
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets GetDifStacksStackCollectionItemGgcTarget[]
    users GetDifStacksStackCollectionItemGgcUser[]
    artifact_object_storage_path str
    connections Sequence[GetDifStacksStackCollectionItemGgcConnection]
    Connection details to be associated with the Goldengate deployment.
    instance_id str
    ID for the service instance.
    ocpu int
    The Minimum number of OCPUs to be made available for this Deployment.
    ogg_version str
    Version of OGG.
    password_secret_id str
    The OCID of the Secret where the deployment password is stored.
    public_subnet_id str
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    sources Sequence[GetDifStacksStackCollectionItemGgcSource]
    subnet_id str
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets Sequence[GetDifStacksStackCollectionItemGgcTarget]
    users Sequence[GetDifStacksStackCollectionItemGgcUser]
    artifactObjectStoragePath String
    connections List<Property Map>
    Connection details to be associated with the Goldengate deployment.
    instanceId String
    ID for the service instance.
    ocpu Number
    The Minimum number of OCPUs to be made available for this Deployment.
    oggVersion String
    Version of OGG.
    passwordSecretId String
    The OCID of the Secret where the deployment password is stored.
    publicSubnetId String
    The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
    sources List<Property Map>
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets List<Property Map>
    users List<Property Map>

    GetDifStacksStackCollectionItemGgcConnection

    ConnectionId string
    OCID of the connection.
    ConnectionName string
    Name of the connection.
    DifDependencies List<GetDifStacksStackCollectionItemGgcConnectionDifDependency>
    List of Service Dependency Details for connection creation.
    GgAdminSecretId string
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
    ConnectionId string
    OCID of the connection.
    ConnectionName string
    Name of the connection.
    DifDependencies []GetDifStacksStackCollectionItemGgcConnectionDifDependency
    List of Service Dependency Details for connection creation.
    GgAdminSecretId string
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
    connectionId String
    OCID of the connection.
    connectionName String
    Name of the connection.
    difDependencies List<GetDifStacksStackCollectionItemGgcConnectionDifDependency>
    List of Service Dependency Details for connection creation.
    ggAdminSecretId String
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
    connectionId string
    OCID of the connection.
    connectionName string
    Name of the connection.
    difDependencies GetDifStacksStackCollectionItemGgcConnectionDifDependency[]
    List of Service Dependency Details for connection creation.
    ggAdminSecretId string
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
    connection_id str
    OCID of the connection.
    connection_name str
    Name of the connection.
    dif_dependencies Sequence[GetDifStacksStackCollectionItemGgcConnectionDifDependency]
    List of Service Dependency Details for connection creation.
    gg_admin_secret_id str
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
    connectionId String
    OCID of the connection.
    connectionName String
    Name of the connection.
    difDependencies List<Property Map>
    List of Service Dependency Details for connection creation.
    ggAdminSecretId String
    Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.

    GetDifStacksStackCollectionItemGgcConnectionDifDependency

    ServiceInstanceId string
    InstanceId of service which is part of the Stack.
    ServiceType string
    name of the cloud service
    ServiceInstanceId string
    InstanceId of service which is part of the Stack.
    ServiceType string
    name of the cloud service
    serviceInstanceId String
    InstanceId of service which is part of the Stack.
    serviceType String
    name of the cloud service
    serviceInstanceId string
    InstanceId of service which is part of the Stack.
    serviceType string
    name of the cloud service
    service_instance_id str
    InstanceId of service which is part of the Stack.
    service_type str
    name of the cloud service
    serviceInstanceId String
    InstanceId of service which is part of the Stack.
    serviceType String
    name of the cloud service

    GetDifStacksStackCollectionItemGgcSource

    GetDifStacksStackCollectionItemGgcTarget

    GetDifStacksStackCollectionItemGgcUser

    Action string
    SecretId string
    UserName string
    UserType string
    Action string
    SecretId string
    UserName string
    UserType string
    action String
    secretId String
    userName String
    userType String
    action string
    secretId string
    userName string
    userType string
    action String
    secretId String
    userName String
    userType String

    GetDifStacksStackCollectionItemObjectstorage

    AutoTiering string
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    InstanceId string
    ID for the service instance.
    ObjectVersioning string
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    StorageTier string
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
    AutoTiering string
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    InstanceId string
    ID for the service instance.
    ObjectVersioning string
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    StorageTier string
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
    autoTiering String
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    instanceId String
    ID for the service instance.
    objectVersioning String
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    storageTier String
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
    autoTiering string
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    instanceId string
    ID for the service instance.
    objectVersioning string
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    storageTier string
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
    auto_tiering str
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    instance_id str
    ID for the service instance.
    object_versioning str
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    storage_tier str
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
    autoTiering String
    It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
    instanceId String
    ID for the service instance.
    objectVersioning String
    Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
    storageTier String
    Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"

    GetDifStacksStackCollectionItemServiceDetail

    AdditionalDetails List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetail>
    Additional details about the provisioned services
    CurrentArtifactPath string
    name of the service
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    InstanceId string
    ID for the service instance.
    ServiceId string
    ID for the service
    ServiceType string
    name of the cloud service
    ServiceUrl string
    url for the service
    Status string
    state of the service
    AdditionalDetails []GetDifStacksStackCollectionItemServiceDetailAdditionalDetail
    Additional details about the provisioned services
    CurrentArtifactPath string
    name of the service
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    InstanceId string
    ID for the service instance.
    ServiceId string
    ID for the service
    ServiceType string
    name of the cloud service
    ServiceUrl string
    url for the service
    Status string
    state of the service
    additionalDetails List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetail>
    Additional details about the provisioned services
    currentArtifactPath String
    name of the service
    displayName String
    A filter to return only resources that match the given display name exactly.
    instanceId String
    ID for the service instance.
    serviceId String
    ID for the service
    serviceType String
    name of the cloud service
    serviceUrl String
    url for the service
    status String
    state of the service
    additionalDetails GetDifStacksStackCollectionItemServiceDetailAdditionalDetail[]
    Additional details about the provisioned services
    currentArtifactPath string
    name of the service
    displayName string
    A filter to return only resources that match the given display name exactly.
    instanceId string
    ID for the service instance.
    serviceId string
    ID for the service
    serviceType string
    name of the cloud service
    serviceUrl string
    url for the service
    status string
    state of the service
    additional_details Sequence[GetDifStacksStackCollectionItemServiceDetailAdditionalDetail]
    Additional details about the provisioned services
    current_artifact_path str
    name of the service
    display_name str
    A filter to return only resources that match the given display name exactly.
    instance_id str
    ID for the service instance.
    service_id str
    ID for the service
    service_type str
    name of the cloud service
    service_url str
    url for the service
    status str
    state of the service
    additionalDetails List<Property Map>
    Additional details about the provisioned services
    currentArtifactPath String
    name of the service
    displayName String
    A filter to return only resources that match the given display name exactly.
    instanceId String
    ID for the service instance.
    serviceId String
    ID for the service
    serviceType String
    name of the cloud service
    serviceUrl String
    url for the service
    status String
    state of the service

    GetDifStacksStackCollectionItemServiceDetailAdditionalDetail

    AssignedConnections List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection>
    connections assigned to Golden Gate deployment
    EndpointDetails List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail>
    details of all endpoints assigned to cluster
    ModelId string
    OCID of model
    ModelVersion string
    version of model
    OciRegion string
    region of cluster
    PrivateEndpointId string
    OCID of model
    AssignedConnections []GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection
    connections assigned to Golden Gate deployment
    EndpointDetails []GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail
    details of all endpoints assigned to cluster
    ModelId string
    OCID of model
    ModelVersion string
    version of model
    OciRegion string
    region of cluster
    PrivateEndpointId string
    OCID of model
    assignedConnections List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection>
    connections assigned to Golden Gate deployment
    endpointDetails List<GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail>
    details of all endpoints assigned to cluster
    modelId String
    OCID of model
    modelVersion String
    version of model
    ociRegion String
    region of cluster
    privateEndpointId String
    OCID of model
    assignedConnections GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection[]
    connections assigned to Golden Gate deployment
    endpointDetails GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail[]
    details of all endpoints assigned to cluster
    modelId string
    OCID of model
    modelVersion string
    version of model
    ociRegion string
    region of cluster
    privateEndpointId string
    OCID of model
    assignedConnections List<Property Map>
    connections assigned to Golden Gate deployment
    endpointDetails List<Property Map>
    details of all endpoints assigned to cluster
    modelId String
    OCID of model
    modelVersion String
    version of model
    ociRegion String
    region of cluster
    privateEndpointId String
    OCID of model

    GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection

    ConnectionId string
    OCID of the connection.
    ConnectionName string
    Name of the connection.
    RequestedBy string
    Specifies who has made this connection.
    ConnectionId string
    OCID of the connection.
    ConnectionName string
    Name of the connection.
    RequestedBy string
    Specifies who has made this connection.
    connectionId String
    OCID of the connection.
    connectionName String
    Name of the connection.
    requestedBy String
    Specifies who has made this connection.
    connectionId string
    OCID of the connection.
    connectionName string
    Name of the connection.
    requestedBy string
    Specifies who has made this connection.
    connection_id str
    OCID of the connection.
    connection_name str
    Name of the connection.
    requested_by str
    Specifies who has made this connection.
    connectionId String
    OCID of the connection.
    connectionName String
    Name of the connection.
    requestedBy String
    Specifies who has made this connection.

    GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail

    EndpointId string
    OCID of the endpoint.
    EndpointName string
    Identifier for each endpoint.
    EndpointId string
    OCID of the endpoint.
    EndpointName string
    Identifier for each endpoint.
    endpointId String
    OCID of the endpoint.
    endpointName String
    Identifier for each endpoint.
    endpointId string
    OCID of the endpoint.
    endpointName string
    Identifier for each endpoint.
    endpoint_id str
    OCID of the endpoint.
    endpoint_name str
    Identifier for each endpoint.
    endpointId String
    OCID of the endpoint.
    endpointName String
    Identifier for each endpoint.

    Package Details

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