1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getDifStack
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.oci.getDifStack

Get Started
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Stack resource in Oracle Cloud Infrastructure Dif service.

    Gets information about a Stack.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testStack = oci.oci.getDifStack({
        stackId: testStackOciDifStack.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_stack = oci.oci.get_dif_stack(stack_id=test_stack_oci_dif_stack["id"])
    
    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.LookupDifStack(ctx, &oci.LookupDifStackArgs{
    			StackId: testStackOciDifStack.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testStack = Oci.Oci.GetDifStack.Invoke(new()
        {
            StackId = testStackOciDifStack.Id,
        });
    
    });
    
    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.GetDifStackArgs;
    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 testStack = OciFunctions.getDifStack(GetDifStackArgs.builder()
                .stackId(testStackOciDifStack.id())
                .build());
    
        }
    }
    
    variables:
      testStack:
        fn::invoke:
          function: oci:oci:getDifStack
          arguments:
            stackId: ${testStackOciDifStack.id}
    

    Using getDifStack

    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 getDifStack(args: GetDifStackArgs, opts?: InvokeOptions): Promise<GetDifStackResult>
    function getDifStackOutput(args: GetDifStackOutputArgs, opts?: InvokeOptions): Output<GetDifStackResult>
    def get_dif_stack(stack_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetDifStackResult
    def get_dif_stack_output(stack_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetDifStackResult]
    func LookupDifStack(ctx *Context, args *LookupDifStackArgs, opts ...InvokeOption) (*LookupDifStackResult, error)
    func LookupDifStackOutput(ctx *Context, args *LookupDifStackOutputArgs, opts ...InvokeOption) LookupDifStackResultOutput

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

    public static class GetDifStack 
    {
        public static Task<GetDifStackResult> InvokeAsync(GetDifStackArgs args, InvokeOptions? opts = null)
        public static Output<GetDifStackResult> Invoke(GetDifStackInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDifStackResult> getDifStack(GetDifStackArgs args, InvokeOptions options)
    public static Output<GetDifStackResult> getDifStack(GetDifStackArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getDifStack:getDifStack
      arguments:
        # arguments dictionary

    The following arguments are supported:

    StackId string
    The OCID of the Stack.
    StackId string
    The OCID of the Stack.
    stackId String
    The OCID of the Stack.
    stackId string
    The OCID of the Stack.
    stack_id str
    The OCID of the Stack.
    stackId String
    The OCID of the Stack.

    getDifStack Result

    The following output properties are available:

    Adbs List<GetDifStackAdb>
    ADB details if adb is included in the services.
    AddServiceTrigger int
    CompartmentId string
    The OCID of the compartment.
    Dataflows List<GetDifStackDataflow>
    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
    name of the service
    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<GetDifStackGenai>
    GenAI Details if genai is included in services.
    Ggcs List<GetDifStackGgc>
    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<GetDifStackObjectstorage>
    Object Storage Details if object storage is included in services.
    ServiceDetails List<GetDifStackServiceDetail>
    Details of the service onboarded for the data intelligence stack.
    Services List<string>
    List of services to be onboarded for the stack.
    StackId string
    StackTemplates List<string>
    List of templates to be onboarded for the stack.
    State string
    The current state of the Stack.
    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 []GetDifStackAdb
    ADB details if adb is included in the services.
    AddServiceTrigger int
    CompartmentId string
    The OCID of the compartment.
    Dataflows []GetDifStackDataflow
    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
    name of the service
    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 []GetDifStackGenai
    GenAI Details if genai is included in services.
    Ggcs []GetDifStackGgc
    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 []GetDifStackObjectstorage
    Object Storage Details if object storage is included in services.
    ServiceDetails []GetDifStackServiceDetail
    Details of the service onboarded for the data intelligence stack.
    Services []string
    List of services to be onboarded for the stack.
    StackId string
    StackTemplates []string
    List of templates to be onboarded for the stack.
    State string
    The current state of the Stack.
    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<GetDifStackAdb>
    ADB details if adb is included in the services.
    addServiceTrigger Integer
    compartmentId String
    The OCID of the compartment.
    dataflows List<GetDifStackDataflow>
    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
    name of the service
    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<GetDifStackGenai>
    GenAI Details if genai is included in services.
    ggcs List<GetDifStackGgc>
    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<GetDifStackObjectstorage>
    Object Storage Details if object storage is included in services.
    serviceDetails List<GetDifStackServiceDetail>
    Details of the service onboarded for the data intelligence stack.
    services List<String>
    List of services to be onboarded for the stack.
    stackId String
    stackTemplates List<String>
    List of templates to be onboarded for the stack.
    state String
    The current state of the Stack.
    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 GetDifStackAdb[]
    ADB details if adb is included in the services.
    addServiceTrigger number
    compartmentId string
    The OCID of the compartment.
    dataflows GetDifStackDataflow[]
    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
    name of the service
    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 GetDifStackGenai[]
    GenAI Details if genai is included in services.
    ggcs GetDifStackGgc[]
    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 GetDifStackObjectstorage[]
    Object Storage Details if object storage is included in services.
    serviceDetails GetDifStackServiceDetail[]
    Details of the service onboarded for the data intelligence stack.
    services string[]
    List of services to be onboarded for the stack.
    stackId string
    stackTemplates string[]
    List of templates to be onboarded for the stack.
    state string
    The current state of the Stack.
    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[GetDifStackAdb]
    ADB details if adb is included in the services.
    add_service_trigger int
    compartment_id str
    The OCID of the compartment.
    dataflows Sequence[GetDifStackDataflow]
    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
    name of the service
    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[GetDifStackGenai]
    GenAI Details if genai is included in services.
    ggcs Sequence[GetDifStackGgc]
    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[GetDifStackObjectstorage]
    Object Storage Details if object storage is included in services.
    service_details Sequence[GetDifStackServiceDetail]
    Details of the service onboarded for the data intelligence stack.
    services Sequence[str]
    List of services to be onboarded for the stack.
    stack_id str
    stack_templates Sequence[str]
    List of templates to be onboarded for the stack.
    state str
    The current state of the Stack.
    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.
    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
    name of the service
    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.
    stackId String
    stackTemplates List<String>
    List of templates to be onboarded for the stack.
    state String
    The current state of the Stack.
    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

    Supporting Types

    GetDifStackAdb

    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<GetDifStackAdbDbCredential>
    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 []GetDifStackAdbDbCredential
    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<GetDifStackAdbDbCredential>
    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 GetDifStackAdbDbCredential[]
    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[GetDifStackAdbDbCredential]
    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).

    GetDifStackAdbDbCredential

    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

    GetDifStackDataflow

    ArchiveUri string
    Connections List<GetDifStackDataflowConnection>
    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<GetDifStackDataflowDriverShapeConfig>
    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<GetDifStackDataflowExecutorShapeConfig>
    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 []GetDifStackDataflowConnection
    Connection details to be associated with the Goldengate deployment.
    DriverShape string
    The VM shape for the driver. Sets the driver cores and memory.
    DriverShapeConfigs []GetDifStackDataflowDriverShapeConfig
    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 []GetDifStackDataflowExecutorShapeConfig
    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<GetDifStackDataflowConnection>
    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<GetDifStackDataflowDriverShapeConfig>
    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<GetDifStackDataflowExecutorShapeConfig>
    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 GetDifStackDataflowConnection[]
    Connection details to be associated with the Goldengate deployment.
    driverShape string
    The VM shape for the driver. Sets the driver cores and memory.
    driverShapeConfigs GetDifStackDataflowDriverShapeConfig[]
    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 GetDifStackDataflowExecutorShapeConfig[]
    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[GetDifStackDataflowConnection]
    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[GetDifStackDataflowDriverShapeConfig]
    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[GetDifStackDataflowExecutorShapeConfig]
    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.

    GetDifStackDataflowConnection

    ConnectionDetails List<GetDifStackDataflowConnectionConnectionDetail>
    Details of services to create private endpoint.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    ConnectionDetails []GetDifStackDataflowConnectionConnectionDetail
    Details of services to create private endpoint.
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connectionDetails List<GetDifStackDataflowConnectionConnectionDetail>
    Details of services to create private endpoint.
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connectionDetails GetDifStackDataflowConnectionConnectionDetail[]
    Details of services to create private endpoint.
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    connection_details Sequence[GetDifStackDataflowConnectionConnectionDetail]
    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.

    GetDifStackDataflowConnectionConnectionDetail

    DifDependencies List<GetDifStackDataflowConnectionConnectionDetailDifDependency>
    List of Service Dependency Details for connection creation.
    DomainNames List<string>
    An array of DNS zone names.
    DifDependencies []GetDifStackDataflowConnectionConnectionDetailDifDependency
    List of Service Dependency Details for connection creation.
    DomainNames []string
    An array of DNS zone names.
    difDependencies List<GetDifStackDataflowConnectionConnectionDetailDifDependency>
    List of Service Dependency Details for connection creation.
    domainNames List<String>
    An array of DNS zone names.
    difDependencies GetDifStackDataflowConnectionConnectionDetailDifDependency[]
    List of Service Dependency Details for connection creation.
    domainNames string[]
    An array of DNS zone names.
    dif_dependencies Sequence[GetDifStackDataflowConnectionConnectionDetailDifDependency]
    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.

    GetDifStackDataflowConnectionConnectionDetailDifDependency

    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

    GetDifStackDataflowDriverShapeConfig

    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.

    GetDifStackDataflowExecutorShapeConfig

    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.

    GetDifStackGenai

    BaseModel string
    Name of the base model.
    ClusterType string
    The dedicated AI cluster type.
    Endpoints List<GetDifStackGenaiEndpoint>
    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 []GetDifStackGenaiEndpoint
    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<GetDifStackGenaiEndpoint>
    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 GetDifStackGenaiEndpoint[]
    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[GetDifStackGenaiEndpoint]
    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.

    GetDifStackGenaiEndpoint

    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.

    GetDifStackGgc

    ArtifactObjectStoragePath string
    Connections List<GetDifStackGgcConnection>
    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<GetDifStackGgcSource>
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    Targets List<GetDifStackGgcTarget>
    Users List<GetDifStackGgcUser>
    ArtifactObjectStoragePath string
    Connections []GetDifStackGgcConnection
    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 []GetDifStackGgcSource
    SubnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    Targets []GetDifStackGgcTarget
    Users []GetDifStackGgcUser
    artifactObjectStoragePath String
    connections List<GetDifStackGgcConnection>
    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<GetDifStackGgcSource>
    subnetId String
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets List<GetDifStackGgcTarget>
    users List<GetDifStackGgcUser>
    artifactObjectStoragePath string
    connections GetDifStackGgcConnection[]
    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 GetDifStackGgcSource[]
    subnetId string
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets GetDifStackGgcTarget[]
    users GetDifStackGgcUser[]
    artifact_object_storage_path str
    connections Sequence[GetDifStackGgcConnection]
    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[GetDifStackGgcSource]
    subnet_id str
    The OCID of the subnet of the GGCS deployment's private endpoint.
    targets Sequence[GetDifStackGgcTarget]
    users Sequence[GetDifStackGgcUser]
    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>

    GetDifStackGgcConnection

    ConnectionId string
    OCID of the connection.
    ConnectionName string
    Name of the connection.
    DifDependencies List<GetDifStackGgcConnectionDifDependency>
    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 []GetDifStackGgcConnectionDifDependency
    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<GetDifStackGgcConnectionDifDependency>
    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 GetDifStackGgcConnectionDifDependency[]
    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[GetDifStackGgcConnectionDifDependency]
    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.

    GetDifStackGgcConnectionDifDependency

    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

    GetDifStackGgcSource

    GetDifStackGgcTarget

    GetDifStackGgcUser

    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

    GetDifStackObjectstorage

    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"

    GetDifStackServiceDetail

    AdditionalDetails List<GetDifStackServiceDetailAdditionalDetail>
    Additional details about the provisioned services
    CurrentArtifactPath string
    name of the service
    DisplayName string
    name of the service
    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 []GetDifStackServiceDetailAdditionalDetail
    Additional details about the provisioned services
    CurrentArtifactPath string
    name of the service
    DisplayName string
    name of the service
    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<GetDifStackServiceDetailAdditionalDetail>
    Additional details about the provisioned services
    currentArtifactPath String
    name of the service
    displayName String
    name of the service
    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 GetDifStackServiceDetailAdditionalDetail[]
    Additional details about the provisioned services
    currentArtifactPath string
    name of the service
    displayName string
    name of the service
    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[GetDifStackServiceDetailAdditionalDetail]
    Additional details about the provisioned services
    current_artifact_path str
    name of the service
    display_name str
    name of the service
    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
    name of the service
    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

    GetDifStackServiceDetailAdditionalDetail

    AssignedConnections List<GetDifStackServiceDetailAdditionalDetailAssignedConnection>
    connections assigned to Golden Gate deployment
    EndpointDetails List<GetDifStackServiceDetailAdditionalDetailEndpointDetail>
    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 []GetDifStackServiceDetailAdditionalDetailAssignedConnection
    connections assigned to Golden Gate deployment
    EndpointDetails []GetDifStackServiceDetailAdditionalDetailEndpointDetail
    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<GetDifStackServiceDetailAdditionalDetailAssignedConnection>
    connections assigned to Golden Gate deployment
    endpointDetails List<GetDifStackServiceDetailAdditionalDetailEndpointDetail>
    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 GetDifStackServiceDetailAdditionalDetailAssignedConnection[]
    connections assigned to Golden Gate deployment
    endpointDetails GetDifStackServiceDetailAdditionalDetailEndpointDetail[]
    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
    assigned_connections Sequence[GetDifStackServiceDetailAdditionalDetailAssignedConnection]
    connections assigned to Golden Gate deployment
    endpoint_details Sequence[GetDifStackServiceDetailAdditionalDetailEndpointDetail]
    details of all endpoints assigned to cluster
    model_id str
    OCID of model
    model_version str
    version of model
    oci_region str
    region of cluster
    private_endpoint_id str
    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

    GetDifStackServiceDetailAdditionalDetailAssignedConnection

    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.

    GetDifStackServiceDetailAdditionalDetailEndpointDetail

    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.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate