Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.oci.getDifStack
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 dictionaryThe following arguments are supported:
getDifStack Result
The following output properties are available:
- Adbs
List<Get
Dif Stack Adb> - ADB details if adb is included in the services.
- Add
Service intTrigger - Compartment
Id string - The OCID of the compartment.
- Dataflows
List<Get
Dif Stack Dataflow> - DATAFLOW details if dataflow is included in the services.
- 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"} - Deploy
Artifacts intTrigger - Display
Name string - name of the service
- 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<Get
Dif Stack Genai> - GenAI Details if genai is included in services.
- Ggcs
List<Get
Dif Stack Ggc> - GGCS details if ggcs is included in the services.
- Id string
- The OCID of the Stack.
- Lifecycle
Details 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.
- Notification
Email string - email id to which the stack notifications would be sent.
- Objectstorages
List<Get
Dif Stack Objectstorage> - Object Storage Details if object storage is included in services.
- Service
Details List<GetDif Stack Service Detail> - Details of the service onboarded for the data intelligence stack.
- Services List<string>
- List of services to be onboarded for the stack.
- Stack
Id string - Stack
Templates List<string> - List of templates to be onboarded for the stack.
- State string
- The current state of the Stack.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the Stack was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Stack was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Adbs
[]Get
Dif Stack Adb - ADB details if adb is included in the services.
- Add
Service intTrigger - Compartment
Id string - The OCID of the compartment.
- Dataflows
[]Get
Dif Stack Dataflow - DATAFLOW details if dataflow is included in the services.
- 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"} - Deploy
Artifacts intTrigger - Display
Name string - name of the service
- 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
[]Get
Dif Stack Genai - GenAI Details if genai is included in services.
- Ggcs
[]Get
Dif Stack Ggc - GGCS details if ggcs is included in the services.
- Id string
- The OCID of the Stack.
- Lifecycle
Details 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.
- Notification
Email string - email id to which the stack notifications would be sent.
- Objectstorages
[]Get
Dif Stack Objectstorage - Object Storage Details if object storage is included in services.
- Service
Details []GetDif Stack Service Detail - Details of the service onboarded for the data intelligence stack.
- Services []string
- List of services to be onboarded for the stack.
- Stack
Id string - Stack
Templates []string - List of templates to be onboarded for the stack.
- State string
- The current state of the Stack.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the Stack was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated 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<Get
Dif Stack Adb> - ADB details if adb is included in the services.
- add
Service IntegerTrigger - compartment
Id String - The OCID of the compartment.
- dataflows
List<Get
Dif Stack Dataflow> - DATAFLOW details if dataflow is included in the services.
- 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"} - deploy
Artifacts IntegerTrigger - display
Name String - name of the service
- 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<Get
Dif Stack Genai> - GenAI Details if genai is included in services.
- ggcs
List<Get
Dif Stack Ggc> - GGCS details if ggcs is included in the services.
- id String
- The OCID of the Stack.
- lifecycle
Details 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.
- notification
Email String - email id to which the stack notifications would be sent.
- objectstorages
List<Get
Dif Stack Objectstorage> - Object Storage Details if object storage is included in services.
- service
Details List<GetDif Stack Service Detail> - Details of the service onboarded for the data intelligence stack.
- services List<String>
- List of services to be onboarded for the stack.
- stack
Id String - stack
Templates List<String> - List of templates to be onboarded for the stack.
- state String
- The current state of the Stack.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the Stack was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Stack was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- adbs
Get
Dif Stack Adb[] - ADB details if adb is included in the services.
- add
Service numberTrigger - compartment
Id string - The OCID of the compartment.
- dataflows
Get
Dif Stack Dataflow[] - DATAFLOW details if dataflow is included in the services.
- {[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"} - deploy
Artifacts numberTrigger - display
Name string - name of the service
- {[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
Get
Dif Stack Genai[] - GenAI Details if genai is included in services.
- ggcs
Get
Dif Stack Ggc[] - GGCS details if ggcs is included in the services.
- id string
- The OCID of the Stack.
- lifecycle
Details 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.
- notification
Email string - email id to which the stack notifications would be sent.
- objectstorages
Get
Dif Stack Objectstorage[] - Object Storage Details if object storage is included in services.
- service
Details GetDif Stack Service Detail[] - Details of the service onboarded for the data intelligence stack.
- services string[]
- List of services to be onboarded for the stack.
- stack
Id string - stack
Templates string[] - List of templates to be onboarded for the stack.
- state string
- The current state of the Stack.
- subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the Stack was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated 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[Get
Dif Stack Adb] - ADB details if adb is included in the services.
- add_
service_ inttrigger - compartment_
id str - The OCID of the compartment.
- dataflows
Sequence[Get
Dif Stack Dataflow] - DATAFLOW details if dataflow is included in the services.
- 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_ inttrigger - display_
name str - name of the service
- 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[Get
Dif Stack Genai] - GenAI Details if genai is included in services.
- ggcs
Sequence[Get
Dif Stack Ggc] - 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[Get
Dif Stack Objectstorage] - Object Storage Details if object storage is included in services.
- service_
details Sequence[GetDif Stack Service Detail] - 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.
- 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.
- add
Service NumberTrigger - compartment
Id String - The OCID of the compartment.
- dataflows List<Property Map>
- DATAFLOW details if dataflow is included in the services.
- 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"} - deploy
Artifacts NumberTrigger - display
Name String - name of the service
- 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.
- lifecycle
Details 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.
- notification
Email 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.
- service
Details 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.
- stack
Id String - stack
Templates List<String> - List of templates to be onboarded for the stack.
- state String
- The current state of the Stack.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the Stack was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated 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
- Admin
Password stringId - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- Artifact
Object stringStorage Path - Data
Storage intSize In Tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- Db
Credentials List<GetDif Stack Adb Db Credential> - Db
Version string - A valid Oracle Database version for Autonomous Database.
- Db
Workload string - DB Workload to be used with ADB. Accepted values are OLTP, DW.
- Ecpu int
- The compute amount (ECPUs) available to the database.
- Instance
Id string - ID for the service instance.
- Is
Mtls boolConnection Required - Specifies if the Autonomous Database requires mTLS connections.
- Is
Public bool - If true then subnetId should not be provided.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Tools
Public stringAccess - 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 stringId - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- Artifact
Object stringStorage Path - Data
Storage intSize In Tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- Db
Credentials []GetDif Stack Adb Db Credential - Db
Version string - A valid Oracle Database version for Autonomous Database.
- Db
Workload string - DB Workload to be used with ADB. Accepted values are OLTP, DW.
- Ecpu int
- The compute amount (ECPUs) available to the database.
- Instance
Id string - ID for the service instance.
- Is
Mtls boolConnection Required - Specifies if the Autonomous Database requires mTLS connections.
- Is
Public bool - If true then subnetId should not be provided.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Tools
Public stringAccess - 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 StringId - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- artifact
Object StringStorage Path - data
Storage IntegerSize In Tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- db
Credentials List<GetDif Stack Adb Db Credential> - db
Version String - A valid Oracle Database version for Autonomous Database.
- db
Workload String - DB Workload to be used with ADB. Accepted values are OLTP, DW.
- ecpu Integer
- The compute amount (ECPUs) available to the database.
- instance
Id String - ID for the service instance.
- is
Mtls BooleanConnection Required - Specifies if the Autonomous Database requires mTLS connections.
- is
Public Boolean - If true then subnetId should not be provided.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- tools
Public StringAccess - 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 stringId - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- artifact
Object stringStorage Path - data
Storage numberSize In Tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- db
Credentials GetDif Stack Adb Db Credential[] - db
Version string - A valid Oracle Database version for Autonomous Database.
- db
Workload string - DB Workload to be used with ADB. Accepted values are OLTP, DW.
- ecpu number
- The compute amount (ECPUs) available to the database.
- instance
Id string - ID for the service instance.
- is
Mtls booleanConnection Required - Specifies if the Autonomous Database requires mTLS connections.
- is
Public boolean - If true then subnetId should not be provided.
- subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- tools
Public stringAccess - 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_ strid - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- artifact_
object_ strstorage_ path - data_
storage_ intsize_ in_ tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- db_
credentials Sequence[GetDif Stack Adb Db Credential] - 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_ boolconnection_ required - 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_ straccess - 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 StringId - The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID for admin password.
- artifact
Object StringStorage Path - data
Storage NumberSize In Tbs - The size, in terabytes, of the data volume that will be created and attached to the database.
- db
Credentials List<Property Map> - db
Version String - A valid Oracle Database version for Autonomous Database.
- db
Workload String - DB Workload to be used with ADB. Accepted values are OLTP, DW.
- ecpu Number
- The compute amount (ECPUs) available to the database.
- instance
Id String - ID for the service instance.
- is
Mtls BooleanConnection Required - Specifies if the Autonomous Database requires mTLS connections.
- is
Public Boolean - If true then subnetId should not be provided.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- tools
Public StringAccess - 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
GetDifStackDataflow
- Archive
Uri string - Connections
List<Get
Dif Stack Dataflow Connection> - Connection details to be associated with the Goldengate deployment.
- Driver
Shape string - The VM shape for the driver. Sets the driver cores and memory.
- Driver
Shape List<GetConfigs Dif Stack Dataflow Driver Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Execute string
- Executor
Shape string - The VM shape for the executors. Sets the executor cores and memory.
- Executor
Shape List<GetConfigs Dif Stack Dataflow Executor Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Instance
Id string - ID for the service instance.
- Log
Bucket stringInstance Id - 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 stringId - OCID of model
- Spark
Version string - The Spark version utilized to run the application.
- Warehouse
Bucket stringInstance Id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
- Archive
Uri string - Connections
[]Get
Dif Stack Dataflow Connection - Connection details to be associated with the Goldengate deployment.
- Driver
Shape string - The VM shape for the driver. Sets the driver cores and memory.
- Driver
Shape []GetConfigs Dif Stack Dataflow Driver Shape Config - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Execute string
- Executor
Shape string - The VM shape for the executors. Sets the executor cores and memory.
- Executor
Shape []GetConfigs Dif Stack Dataflow Executor Shape Config - This is used to configure the shape of the driver or executor if a flexible shape is used.
- Instance
Id string - ID for the service instance.
- Log
Bucket stringInstance Id - 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 stringId - OCID of model
- Spark
Version string - The Spark version utilized to run the application.
- Warehouse
Bucket stringInstance Id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
- archive
Uri String - connections
List<Get
Dif Stack Dataflow Connection> - Connection details to be associated with the Goldengate deployment.
- driver
Shape String - The VM shape for the driver. Sets the driver cores and memory.
- driver
Shape List<GetConfigs Dif Stack Dataflow Driver Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- execute String
- executor
Shape String - The VM shape for the executors. Sets the executor cores and memory.
- executor
Shape List<GetConfigs Dif Stack Dataflow Executor Shape Config> - This is used to configure the shape of the driver or executor if a flexible shape is used.
- instance
Id String - ID for the service instance.
- log
Bucket StringInstance Id - InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
- num
Executors Integer - The number of executor VMs requested.
- private
Endpoint StringId - OCID of model
- spark
Version String - The Spark version utilized to run the application.
- warehouse
Bucket StringInstance Id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
- archive
Uri string - connections
Get
Dif Stack Dataflow Connection[] - Connection details to be associated with the Goldengate deployment.
- driver
Shape string - The VM shape for the driver. Sets the driver cores and memory.
- driver
Shape GetConfigs Dif Stack Dataflow Driver Shape Config[] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- execute string
- executor
Shape string - The VM shape for the executors. Sets the executor cores and memory.
- executor
Shape GetConfigs Dif Stack Dataflow Executor Shape Config[] - This is used to configure the shape of the driver or executor if a flexible shape is used.
- instance
Id string - ID for the service instance.
- log
Bucket stringInstance Id - InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
- num
Executors number - The number of executor VMs requested.
- private
Endpoint stringId - OCID of model
- spark
Version string - The Spark version utilized to run the application.
- warehouse
Bucket stringInstance Id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
- archive_
uri str - connections
Sequence[Get
Dif Stack Dataflow Connection] - 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_ Sequence[Getconfigs Dif Stack Dataflow Driver Shape Config] - 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_ Sequence[Getconfigs Dif Stack Dataflow Executor Shape Config] - 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_ strinstance_ id - 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_ strid - OCID of model
- spark_
version str - The Spark version utilized to run the application.
- warehouse_
bucket_ strinstance_ id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
- archive
Uri String - connections List<Property Map>
- Connection details to be associated with the Goldengate deployment.
- driver
Shape String - The VM shape for the driver. Sets the driver cores and memory.
- driver
Shape List<Property Map>Configs - This is used to configure the shape of the driver or executor if a flexible shape is used.
- execute String
- executor
Shape String - The VM shape for the executors. Sets the executor cores and memory.
- executor
Shape List<Property Map>Configs - This is used to configure the shape of the driver or executor if a flexible shape is used.
- instance
Id String - ID for the service instance.
- log
Bucket StringInstance Id - InstanceId of log bucket created as part of objectstorage service in stack. Used for storing application run logs.
- num
Executors Number - The number of executor VMs requested.
- private
Endpoint StringId - OCID of model
- spark
Version String - The Spark version utilized to run the application.
- warehouse
Bucket StringInstance Id - InstanceId of warehouse bucket created as part of objectstorage service in stack. Mandatory for SQL applications.
GetDifStackDataflowConnection
- Connection
Details List<GetDif Stack Dataflow Connection Connection Detail> - Details of services to create private endpoint.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Connection
Details []GetDif Stack Dataflow Connection Connection Detail - Details of services to create private endpoint.
- Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- connection
Details List<GetDif Stack Dataflow Connection Connection Detail> - Details of services to create private endpoint.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- connection
Details GetDif Stack Dataflow Connection Connection Detail[] - Details of services to create private endpoint.
- subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- connection_
details Sequence[GetDif Stack Dataflow Connection Connection Detail] - Details of services to create private endpoint.
- subnet_
id str - The OCID of the subnet of the GGCS deployment's private endpoint.
- connection
Details List<Property Map> - Details of services to create private endpoint.
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
GetDifStackDataflowConnectionConnectionDetail
- Dif
Dependencies List<GetDif Stack Dataflow Connection Connection Detail Dif Dependency> - List of Service Dependency Details for connection creation.
- Domain
Names List<string> - An array of DNS zone names.
- Dif
Dependencies []GetDif Stack Dataflow Connection Connection Detail Dif Dependency - List of Service Dependency Details for connection creation.
- Domain
Names []string - An array of DNS zone names.
- dif
Dependencies List<GetDif Stack Dataflow Connection Connection Detail Dif Dependency> - List of Service Dependency Details for connection creation.
- domain
Names List<String> - An array of DNS zone names.
- dif
Dependencies GetDif Stack Dataflow Connection Connection Detail Dif Dependency[] - List of Service Dependency Details for connection creation.
- domain
Names string[] - An array of DNS zone names.
- dif_
dependencies Sequence[GetDif Stack Dataflow Connection Connection Detail Dif Dependency] - List of Service Dependency Details for connection creation.
- domain_
names Sequence[str] - An array of DNS zone names.
- dif
Dependencies List<Property Map> - List of Service Dependency Details for connection creation.
- domain
Names List<String> - An array of DNS zone names.
GetDifStackDataflowConnectionConnectionDetailDifDependency
- Service
Instance stringId - InstanceId of service which is part of the Stack.
- Service
Type string - name of the cloud service
- Service
Instance stringId - InstanceId of service which is part of the Stack.
- Service
Type string - name of the cloud service
- service
Instance StringId - InstanceId of service which is part of the Stack.
- service
Type String - name of the cloud service
- service
Instance stringId - InstanceId of service which is part of the Stack.
- service
Type string - name of the cloud service
- service_
instance_ strid - InstanceId of service which is part of the Stack.
- service_
type str - name of the cloud service
- service
Instance StringId - InstanceId of service which is part of the Stack.
- service
Type String - name of the cloud service
GetDifStackDataflowDriverShapeConfig
- Memory
In intGbs - 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.
- Memory
In intGbs - 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.
- memory
In IntegerGbs - 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.
- memory
In numberGbs - 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_ intgbs - 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.
- memory
In NumberGbs - 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
- Memory
In intGbs - 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.
- Memory
In intGbs - 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.
- memory
In IntegerGbs - 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.
- memory
In numberGbs - 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_ intgbs - 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.
- memory
In NumberGbs - 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
- Base
Model string - Name of the base model.
- Cluster
Type string - The dedicated AI cluster type.
- Endpoints
List<Get
Dif Stack Genai Endpoint> - List of endpoints to provision for the GENAI cluster.
- Instance
Id string - ID for the service instance.
- Oci
Region string - region of cluster
- Unit
Count int - No of replicas of base model to be used for hosting.
- Base
Model string - Name of the base model.
- Cluster
Type string - The dedicated AI cluster type.
- Endpoints
[]Get
Dif Stack Genai Endpoint - List of endpoints to provision for the GENAI cluster.
- Instance
Id string - ID for the service instance.
- Oci
Region string - region of cluster
- Unit
Count int - No of replicas of base model to be used for hosting.
- base
Model String - Name of the base model.
- cluster
Type String - The dedicated AI cluster type.
- endpoints
List<Get
Dif Stack Genai Endpoint> - List of endpoints to provision for the GENAI cluster.
- instance
Id String - ID for the service instance.
- oci
Region String - region of cluster
- unit
Count Integer - No of replicas of base model to be used for hosting.
- base
Model string - Name of the base model.
- cluster
Type string - The dedicated AI cluster type.
- endpoints
Get
Dif Stack Genai Endpoint[] - List of endpoints to provision for the GENAI cluster.
- instance
Id string - ID for the service instance.
- oci
Region string - region of cluster
- unit
Count 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[Get
Dif Stack Genai Endpoint] - 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.
- base
Model String - Name of the base model.
- cluster
Type String - The dedicated AI cluster type.
- endpoints List<Property Map>
- List of endpoints to provision for the GENAI cluster.
- instance
Id String - ID for the service instance.
- oci
Region String - region of cluster
- unit
Count Number - No of replicas of base model to be used for hosting.
GetDifStackGenaiEndpoint
- Endpoint
Name string - Identifier for each endpoint.
- Is
Content boolModeration Enabled - Helps remove toxic and biased content from responses.
- Endpoint
Name string - Identifier for each endpoint.
- Is
Content boolModeration Enabled - Helps remove toxic and biased content from responses.
- endpoint
Name String - Identifier for each endpoint.
- is
Content BooleanModeration Enabled - Helps remove toxic and biased content from responses.
- endpoint
Name string - Identifier for each endpoint.
- is
Content booleanModeration Enabled - Helps remove toxic and biased content from responses.
- endpoint_
name str - Identifier for each endpoint.
- is_
content_ boolmoderation_ enabled - Helps remove toxic and biased content from responses.
- endpoint
Name String - Identifier for each endpoint.
- is
Content BooleanModeration Enabled - Helps remove toxic and biased content from responses.
GetDifStackGgc
- Artifact
Object stringStorage Path - Connections
List<Get
Dif Stack Ggc Connection> - Connection details to be associated with the Goldengate deployment.
- Instance
Id string - ID for the service instance.
- Ocpu int
- The Minimum number of OCPUs to be made available for this Deployment.
- Ogg
Version string - Version of OGG.
- Password
Secret stringId - The OCID of the Secret where the deployment password is stored.
- Public
Subnet stringId - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- Sources
List<Get
Dif Stack Ggc Source> - Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Targets
List<Get
Dif Stack Ggc Target> - Users
List<Get
Dif Stack Ggc User>
- Artifact
Object stringStorage Path - Connections
[]Get
Dif Stack Ggc Connection - Connection details to be associated with the Goldengate deployment.
- Instance
Id string - ID for the service instance.
- Ocpu int
- The Minimum number of OCPUs to be made available for this Deployment.
- Ogg
Version string - Version of OGG.
- Password
Secret stringId - The OCID of the Secret where the deployment password is stored.
- Public
Subnet stringId - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- Sources
[]Get
Dif Stack Ggc Source - Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Targets
[]Get
Dif Stack Ggc Target - Users
[]Get
Dif Stack Ggc User
- artifact
Object StringStorage Path - connections
List<Get
Dif Stack Ggc Connection> - Connection details to be associated with the Goldengate deployment.
- instance
Id String - ID for the service instance.
- ocpu Integer
- The Minimum number of OCPUs to be made available for this Deployment.
- ogg
Version String - Version of OGG.
- password
Secret StringId - The OCID of the Secret where the deployment password is stored.
- public
Subnet StringId - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- sources
List<Get
Dif Stack Ggc Source> - subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
List<Get
Dif Stack Ggc Target> - users
List<Get
Dif Stack Ggc User>
- artifact
Object stringStorage Path - connections
Get
Dif Stack Ggc Connection[] - Connection details to be associated with the Goldengate deployment.
- instance
Id string - ID for the service instance.
- ocpu number
- The Minimum number of OCPUs to be made available for this Deployment.
- ogg
Version string - Version of OGG.
- password
Secret stringId - The OCID of the Secret where the deployment password is stored.
- public
Subnet stringId - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- sources
Get
Dif Stack Ggc Source[] - subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
Get
Dif Stack Ggc Target[] - users
Get
Dif Stack Ggc User[]
- artifact_
object_ strstorage_ path - connections
Sequence[Get
Dif Stack Ggc Connection] - 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_ strid - The OCID of the Secret where the deployment password is stored.
- public_
subnet_ strid - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- sources
Sequence[Get
Dif Stack Ggc Source] - subnet_
id str - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
Sequence[Get
Dif Stack Ggc Target] - users
Sequence[Get
Dif Stack Ggc User]
- artifact
Object StringStorage Path - connections List<Property Map>
- Connection details to be associated with the Goldengate deployment.
- instance
Id String - ID for the service instance.
- ocpu Number
- The Minimum number of OCPUs to be made available for this Deployment.
- ogg
Version String - Version of OGG.
- password
Secret StringId - The OCID of the Secret where the deployment password is stored.
- public
Subnet StringId - The OCID of a public subnet in the customer tenancy. Can be provided only for public GGCS deployments.
- sources List<Property Map>
- subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets List<Property Map>
- users List<Property Map>
GetDifStackGgcConnection
- Connection
Id string - OCID of the connection.
- Connection
Name string - Name of the connection.
- Dif
Dependencies List<GetDif Stack Ggc Connection Dif Dependency> - List of Service Dependency Details for connection creation.
- Gg
Admin stringSecret Id - Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
- Connection
Id string - OCID of the connection.
- Connection
Name string - Name of the connection.
- Dif
Dependencies []GetDif Stack Ggc Connection Dif Dependency - List of Service Dependency Details for connection creation.
- Gg
Admin stringSecret Id - Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
- connection
Id String - OCID of the connection.
- connection
Name String - Name of the connection.
- dif
Dependencies List<GetDif Stack Ggc Connection Dif Dependency> - List of Service Dependency Details for connection creation.
- gg
Admin StringSecret Id - Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
- connection
Id string - OCID of the connection.
- connection
Name string - Name of the connection.
- dif
Dependencies GetDif Stack Ggc Connection Dif Dependency[] - List of Service Dependency Details for connection creation.
- gg
Admin stringSecret Id - 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[GetDif Stack Ggc Connection Dif Dependency] - List of Service Dependency Details for connection creation.
- gg_
admin_ strsecret_ id - Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
- connection
Id String - OCID of the connection.
- connection
Name String - Name of the connection.
- dif
Dependencies List<Property Map> - List of Service Dependency Details for connection creation.
- gg
Admin StringSecret Id - Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
GetDifStackGgcConnectionDifDependency
- Service
Instance stringId - InstanceId of service which is part of the Stack.
- Service
Type string - name of the cloud service
- Service
Instance stringId - InstanceId of service which is part of the Stack.
- Service
Type string - name of the cloud service
- service
Instance StringId - InstanceId of service which is part of the Stack.
- service
Type String - name of the cloud service
- service
Instance stringId - InstanceId of service which is part of the Stack.
- service
Type string - name of the cloud service
- service_
instance_ strid - InstanceId of service which is part of the Stack.
- service_
type str - name of the cloud service
- service
Instance StringId - InstanceId of service which is part of the Stack.
- service
Type String - name of the cloud service
GetDifStackGgcSource
- Action string
- Should
Start boolSource Operations - Source
Id string - Target
Connection stringName - Target
Uri string
- Action string
- Should
Start boolSource Operations - Source
Id string - Target
Connection stringName - Target
Uri string
- action String
- should
Start BooleanSource Operations - source
Id String - target
Connection StringName - target
Uri String
- action string
- should
Start booleanSource Operations - source
Id string - target
Connection stringName - target
Uri string
- action str
- should_
start_ boolsource_ operations - source_
id str - target_
connection_ strname - target_
uri str
- action String
- should
Start BooleanSource Operations - source
Id String - target
Connection StringName - target
Uri String
GetDifStackGgcTarget
- Action string
- Should
Start boolTarget Operations - Source
Connection stringName - Source
Uri string - Target
Id string
- Action string
- Should
Start boolTarget Operations - Source
Connection stringName - Source
Uri string - Target
Id string
- action String
- should
Start BooleanTarget Operations - source
Connection StringName - source
Uri String - target
Id String
- action string
- should
Start booleanTarget Operations - source
Connection stringName - source
Uri string - target
Id string
- action str
- should_
start_ booltarget_ operations - source_
connection_ strname - source_
uri str - target_
id str
- action String
- should
Start BooleanTarget Operations - source
Connection StringName - source
Uri String - target
Id String
GetDifStackGgcUser
GetDifStackObjectstorage
- Auto
Tiering string - It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
- Instance
Id string - ID for the service instance.
- Object
Versioning string - Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
- Storage
Tier string - Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
- Auto
Tiering string - It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
- Instance
Id string - ID for the service instance.
- Object
Versioning string - Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
- Storage
Tier string - Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
- auto
Tiering String - It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
- instance
Id String - ID for the service instance.
- object
Versioning String - Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
- storage
Tier String - Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
- auto
Tiering string - It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
- instance
Id string - ID for the service instance.
- object
Versioning string - Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
- storage
Tier 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"
- auto
Tiering String - It sets the auto-tiering status on the bucket.Allowed values are "DISABLED" / "INFREQUENTACCESS"
- instance
Id String - ID for the service instance.
- object
Versioning String - Mentions whether the object versioning to be enabled or not,Allowed values are "ENABLED" / "DISABLED"/"SUSPENDED"
- storage
Tier String - Mentions which storage tier to use for the bucket,Allowed values are "STANDARD" / "ARCHIVE"
GetDifStackServiceDetail
- Additional
Details List<GetDif Stack Service Detail Additional Detail> - Additional details about the provisioned services
- Current
Artifact stringPath - name of the service
- Display
Name string - name of the service
- Instance
Id string - ID for the service instance.
- Service
Id string - ID for the service
- Service
Type string - name of the cloud service
- Service
Url string - url for the service
- Status string
- state of the service
- Additional
Details []GetDif Stack Service Detail Additional Detail - Additional details about the provisioned services
- Current
Artifact stringPath - name of the service
- Display
Name string - name of the service
- Instance
Id string - ID for the service instance.
- Service
Id string - ID for the service
- Service
Type string - name of the cloud service
- Service
Url string - url for the service
- Status string
- state of the service
- additional
Details List<GetDif Stack Service Detail Additional Detail> - Additional details about the provisioned services
- current
Artifact StringPath - name of the service
- display
Name String - name of the service
- instance
Id String - ID for the service instance.
- service
Id String - ID for the service
- service
Type String - name of the cloud service
- service
Url String - url for the service
- status String
- state of the service
- additional
Details GetDif Stack Service Detail Additional Detail[] - Additional details about the provisioned services
- current
Artifact stringPath - name of the service
- display
Name string - name of the service
- instance
Id string - ID for the service instance.
- service
Id string - ID for the service
- service
Type string - name of the cloud service
- service
Url string - url for the service
- status string
- state of the service
- additional_
details Sequence[GetDif Stack Service Detail Additional Detail] - Additional details about the provisioned services
- current_
artifact_ strpath - 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
- additional
Details List<Property Map> - Additional details about the provisioned services
- current
Artifact StringPath - name of the service
- display
Name String - name of the service
- instance
Id String - ID for the service instance.
- service
Id String - ID for the service
- service
Type String - name of the cloud service
- service
Url String - url for the service
- status String
- state of the service
GetDifStackServiceDetailAdditionalDetail
- Assigned
Connections List<GetDif Stack Service Detail Additional Detail Assigned Connection> - connections assigned to Golden Gate deployment
- Endpoint
Details List<GetDif Stack Service Detail Additional Detail Endpoint Detail> - details of all endpoints assigned to cluster
- Model
Id string - OCID of model
- Model
Version string - version of model
- Oci
Region string - region of cluster
- Private
Endpoint stringId - OCID of model
- Assigned
Connections []GetDif Stack Service Detail Additional Detail Assigned Connection - connections assigned to Golden Gate deployment
- Endpoint
Details []GetDif Stack Service Detail Additional Detail Endpoint Detail - details of all endpoints assigned to cluster
- Model
Id string - OCID of model
- Model
Version string - version of model
- Oci
Region string - region of cluster
- Private
Endpoint stringId - OCID of model
- assigned
Connections List<GetDif Stack Service Detail Additional Detail Assigned Connection> - connections assigned to Golden Gate deployment
- endpoint
Details List<GetDif Stack Service Detail Additional Detail Endpoint Detail> - details of all endpoints assigned to cluster
- model
Id String - OCID of model
- model
Version String - version of model
- oci
Region String - region of cluster
- private
Endpoint StringId - OCID of model
- assigned
Connections GetDif Stack Service Detail Additional Detail Assigned Connection[] - connections assigned to Golden Gate deployment
- endpoint
Details GetDif Stack Service Detail Additional Detail Endpoint Detail[] - details of all endpoints assigned to cluster
- model
Id string - OCID of model
- model
Version string - version of model
- oci
Region string - region of cluster
- private
Endpoint stringId - OCID of model
- assigned_
connections Sequence[GetDif Stack Service Detail Additional Detail Assigned Connection] - connections assigned to Golden Gate deployment
- endpoint_
details Sequence[GetDif Stack Service Detail Additional Detail Endpoint Detail] - 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_ strid - OCID of model
- assigned
Connections List<Property Map> - connections assigned to Golden Gate deployment
- endpoint
Details List<Property Map> - details of all endpoints assigned to cluster
- model
Id String - OCID of model
- model
Version String - version of model
- oci
Region String - region of cluster
- private
Endpoint StringId - OCID of model
GetDifStackServiceDetailAdditionalDetailAssignedConnection
- Connection
Id string - OCID of the connection.
- Connection
Name string - Name of the connection.
- Requested
By string - Specifies who has made this connection.
- Connection
Id string - OCID of the connection.
- Connection
Name string - Name of the connection.
- Requested
By string - Specifies who has made this connection.
- connection
Id String - OCID of the connection.
- connection
Name String - Name of the connection.
- requested
By String - Specifies who has made this connection.
- connection
Id string - OCID of the connection.
- connection
Name string - Name of the connection.
- requested
By 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.
- connection
Id String - OCID of the connection.
- connection
Name String - Name of the connection.
- requested
By String - Specifies who has made this connection.
GetDifStackServiceDetailAdditionalDetailEndpointDetail
- Endpoint
Id string - OCID of the endpoint.
- Endpoint
Name string - Identifier for each endpoint.
- Endpoint
Id string - OCID of the endpoint.
- Endpoint
Name string - Identifier for each endpoint.
- endpoint
Id String - OCID of the endpoint.
- endpoint
Name String - Identifier for each endpoint.
- endpoint
Id string - OCID of the endpoint.
- endpoint
Name string - Identifier for each endpoint.
- endpoint_
id str - OCID of the endpoint.
- endpoint_
name str - Identifier for each endpoint.
- endpoint
Id String - OCID of the endpoint.
- endpoint
Name String - Identifier for each endpoint.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
