Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
This data source provides the list of Stacks in Oracle Cloud Infrastructure Dif service.
Gets a list of Stacks.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStacks = oci.oci.getDifStacks({
compartmentId: compartmentId,
displayName: stackDisplayName,
id: stackId,
state: stackState,
});
import pulumi
import pulumi_oci as oci
test_stacks = oci.oci.get_dif_stacks(compartment_id=compartment_id,
display_name=stack_display_name,
id=stack_id,
state=stack_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetDifStacks(ctx, &oci.GetDifStacksArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(stackDisplayName),
Id: pulumi.StringRef(stackId),
State: pulumi.StringRef(stackState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testStacks = Oci.Oci.GetDifStacks.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = stackDisplayName,
Id = stackId,
State = stackState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetDifStacksArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testStacks = OciFunctions.getDifStacks(GetDifStacksArgs.builder()
.compartmentId(compartmentId)
.displayName(stackDisplayName)
.id(stackId)
.state(stackState)
.build());
}
}
variables:
testStacks:
fn::invoke:
function: oci:oci:getDifStacks
arguments:
compartmentId: ${compartmentId}
displayName: ${stackDisplayName}
id: ${stackId}
state: ${stackState}
Using getDifStacks
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDifStacks(args: GetDifStacksArgs, opts?: InvokeOptions): Promise<GetDifStacksResult>
function getDifStacksOutput(args: GetDifStacksOutputArgs, opts?: InvokeOptions): Output<GetDifStacksResult>def get_dif_stacks(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetDifStacksFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDifStacksResult
def get_dif_stacks_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDifStacksFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDifStacksResult]func GetDifStacks(ctx *Context, args *GetDifStacksArgs, opts ...InvokeOption) (*GetDifStacksResult, error)
func GetDifStacksOutput(ctx *Context, args *GetDifStacksOutputArgs, opts ...InvokeOption) GetDifStacksResultOutput> Note: This function is named GetDifStacks in the Go SDK.
public static class GetDifStacks
{
public static Task<GetDifStacksResult> InvokeAsync(GetDifStacksArgs args, InvokeOptions? opts = null)
public static Output<GetDifStacksResult> Invoke(GetDifStacksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDifStacksResult> getDifStacks(GetDifStacksArgs args, InvokeOptions options)
public static Output<GetDifStacksResult> getDifStacks(GetDifStacksArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDifStacks:getDifStacks
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Dif Stacks Filter> - Id string
- The OCID of the Stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Dif Stacks Filter - Id string
- The OCID of the Stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Dif Stacks Filter> - id String
- The OCID of the Stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Dif Stacks Filter[] - id string
- The OCID of the Stack.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Dif Stacks Filter] - id str
- The OCID of the Stack.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- id String
- The OCID of the Stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getDifStacks Result
The following output properties are available:
- Stack
Collections List<GetDif Stacks Stack Collection> - The list of stack_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - name of the service
- Filters
List<Get
Dif Stacks Filter> - Id string
- The OCID of the Stack.
- State string
- The current state of the Stack.
- Stack
Collections []GetDif Stacks Stack Collection - The list of stack_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - name of the service
- Filters
[]Get
Dif Stacks Filter - Id string
- The OCID of the Stack.
- State string
- The current state of the Stack.
- stack
Collections List<GetDif Stacks Stack Collection> - The list of stack_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - name of the service
- filters
List<Get
Dif Stacks Filter> - id String
- The OCID of the Stack.
- state String
- The current state of the Stack.
- stack
Collections GetDif Stacks Stack Collection[] - The list of stack_collection.
- compartment
Id string - The OCID of the compartment.
- display
Name string - name of the service
- filters
Get
Dif Stacks Filter[] - id string
- The OCID of the Stack.
- state string
- The current state of the Stack.
- stack_
collections Sequence[GetDif Stacks Stack Collection] - The list of stack_collection.
- compartment_
id str - The OCID of the compartment.
- display_
name str - name of the service
- filters
Sequence[Get
Dif Stacks Filter] - id str
- The OCID of the Stack.
- state str
- The current state of the Stack.
- stack
Collections List<Property Map> - The list of stack_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - name of the service
- filters List<Property Map>
- id String
- The OCID of the Stack.
- state String
- The current state of the Stack.
Supporting Types
GetDifStacksFilter
GetDifStacksStackCollection
GetDifStacksStackCollectionItem
- Adbs
List<Get
Dif Stacks Stack Collection Item Adb> - ADB details if adb is included in the services.
- Add
Service intTrigger - Compartment
Id string - The OCID of the compartment in which to list resources.
- Dataflows
List<Get
Dif Stacks Stack Collection Item 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 - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Genai> - GenAI Details if genai is included in services.
- Ggcs
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Objectstorage> - Object Storage Details if object storage is included in services.
- Service
Details List<GetDif Stacks Stack Collection Item 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
Templates List<string> - List of templates to be onboarded for the stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 Stacks Stack Collection Item Adb - ADB details if adb is included in the services.
- Add
Service intTrigger - Compartment
Id string - The OCID of the compartment in which to list resources.
- Dataflows
[]Get
Dif Stacks Stack Collection Item 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 - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Genai - GenAI Details if genai is included in services.
- Ggcs
[]Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Objectstorage - Object Storage Details if object storage is included in services.
- Service
Details []GetDif Stacks Stack Collection Item Service Detail - Details of the service onboarded for the data intelligence stack.
- Services []string
- List of services to be onboarded for the stack.
- Stack
Templates []string - List of templates to be onboarded for the stack.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 Stacks Stack Collection Item Adb> - ADB details if adb is included in the services.
- add
Service IntegerTrigger - compartment
Id String - The OCID of the compartment in which to list resources.
- dataflows
List<Get
Dif Stacks Stack Collection Item 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 - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Genai> - GenAI Details if genai is included in services.
- ggcs
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Objectstorage> - Object Storage Details if object storage is included in services.
- service
Details List<GetDif Stacks Stack Collection Item 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
Templates List<String> - List of templates to be onboarded for the stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 Stacks Stack Collection Item Adb[] - ADB details if adb is included in the services.
- add
Service numberTrigger - compartment
Id string - The OCID of the compartment in which to list resources.
- dataflows
Get
Dif Stacks Stack Collection Item 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 - A filter to return only resources that match the given display name exactly.
- {[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 Stacks Stack Collection Item Genai[] - GenAI Details if genai is included in services.
- ggcs
Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Objectstorage[] - Object Storage Details if object storage is included in services.
- service
Details GetDif Stacks Stack Collection Item Service Detail[] - Details of the service onboarded for the data intelligence stack.
- services string[]
- List of services to be onboarded for the stack.
- stack
Templates string[] - List of templates to be onboarded for the stack.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 Stacks Stack Collection Item Adb] - ADB details if adb is included in the services.
- add_
service_ inttrigger - compartment_
id str - The OCID of the compartment in which to list resources.
- dataflows
Sequence[Get
Dif Stacks Stack Collection Item 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 - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Genai] - GenAI Details if genai is included in services.
- ggcs
Sequence[Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Objectstorage] - Object Storage Details if object storage is included in services.
- service_
details Sequence[GetDif Stacks Stack Collection Item 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_
templates Sequence[str] - List of templates to be onboarded for the stack.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- subnet_
id str - The OCID of the subnet of the GGCS deployment's private endpoint.
- 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 in which to list resources.
- 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 - A filter to return only resources that match the given display name exactly.
- 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
Templates List<String> - List of templates to be onboarded for the stack.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
GetDifStacksStackCollectionItemAdb
- 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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).
GetDifStacksStackCollectionItemAdbDbCredential
GetDifStacksStackCollectionItemDataflow
- Archive
Uri string - Connections
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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.
GetDifStacksStackCollectionItemDataflowConnection
- Connection
Details List<GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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.
GetDifStacksStackCollectionItemDataflowConnectionConnectionDetail
- Dif
Dependencies List<GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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.
GetDifStacksStackCollectionItemDataflowConnectionConnectionDetailDifDependency
- 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
GetDifStacksStackCollectionItemDataflowDriverShapeConfig
- 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.
GetDifStacksStackCollectionItemDataflowExecutorShapeConfig
- 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.
GetDifStacksStackCollectionItemGenai
- Base
Model string - Name of the base model.
- Cluster
Type string - The dedicated AI cluster type.
- Endpoints
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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.
GetDifStacksStackCollectionItemGenaiEndpoint
- 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.
GetDifStacksStackCollectionItemGgc
- Artifact
Object stringStorage Path - Connections
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Ggc Source> - Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Targets
List<Get
Dif Stacks Stack Collection Item Ggc Target> - Users
List<Get
Dif Stacks Stack Collection Item Ggc User>
- Artifact
Object stringStorage Path - Connections
[]Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Ggc Source - Subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- Targets
[]Get
Dif Stacks Stack Collection Item Ggc Target - Users
[]Get
Dif Stacks Stack Collection Item Ggc User
- artifact
Object StringStorage Path - connections
List<Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Ggc Source> - subnet
Id String - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
List<Get
Dif Stacks Stack Collection Item Ggc Target> - users
List<Get
Dif Stacks Stack Collection Item Ggc User>
- artifact
Object stringStorage Path - connections
Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Ggc Source[] - subnet
Id string - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
Get
Dif Stacks Stack Collection Item Ggc Target[] - users
Get
Dif Stacks Stack Collection Item Ggc User[]
- artifact_
object_ strstorage_ path - connections
Sequence[Get
Dif Stacks Stack Collection Item 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 Stacks Stack Collection Item Ggc Source] - subnet_
id str - The OCID of the subnet of the GGCS deployment's private endpoint.
- targets
Sequence[Get
Dif Stacks Stack Collection Item Ggc Target] - users
Sequence[Get
Dif Stacks Stack Collection Item 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>
GetDifStacksStackCollectionItemGgcConnection
- Connection
Id string - OCID of the connection.
- Connection
Name string - Name of the connection.
- Dif
Dependencies List<GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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 Stacks Stack Collection Item 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.
GetDifStacksStackCollectionItemGgcConnectionDifDependency
- 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
GetDifStacksStackCollectionItemGgcSource
- 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
GetDifStacksStackCollectionItemGgcTarget
- 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
GetDifStacksStackCollectionItemGgcUser
GetDifStacksStackCollectionItemObjectstorage
- 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"
GetDifStacksStackCollectionItemServiceDetail
- Additional
Details List<GetDif Stacks Stack Collection Item Service Detail Additional Detail> - Additional details about the provisioned services
- Current
Artifact stringPath - name of the service
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Service Detail Additional Detail - Additional details about the provisioned services
- Current
Artifact stringPath - name of the service
- Display
Name string - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Service Detail Additional Detail> - Additional details about the provisioned services
- current
Artifact StringPath - name of the service
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Service Detail Additional Detail[] - Additional details about the provisioned services
- current
Artifact stringPath - name of the service
- display
Name string - A filter to return only resources that match the given display name exactly.
- 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 Stacks Stack Collection Item Service Detail Additional Detail] - Additional details about the provisioned services
- current_
artifact_ strpath - name of the service
- display_
name str - A filter to return only resources that match the given display name exactly.
- instance_
id str - ID for the service instance.
- service_
id str - ID for the service
- service_
type str - name of the cloud service
- service_
url str - url for the service
- status str
- state of the service
- additional
Details List<Property Map> - Additional details about the provisioned services
- current
Artifact StringPath - name of the service
- display
Name String - A filter to return only resources that match the given display name exactly.
- 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
GetDifStacksStackCollectionItemServiceDetailAdditionalDetail
- Assigned
Connections List<GetDif Stacks Stack Collection Item Service Detail Additional Detail Assigned Connection> - connections assigned to Golden Gate deployment
- Endpoint
Details List<GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item Service Detail Additional Detail Assigned Connection - connections assigned to Golden Gate deployment
- Endpoint
Details []GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item Service Detail Additional Detail Assigned Connection> - connections assigned to Golden Gate deployment
- endpoint
Details List<GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item Service Detail Additional Detail Assigned Connection[] - connections assigned to Golden Gate deployment
- endpoint
Details GetDif Stacks Stack Collection Item 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 Stacks Stack Collection Item Service Detail Additional Detail Assigned Connection] - connections assigned to Golden Gate deployment
- endpoint_
details Sequence[GetDif Stacks Stack Collection Item 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
GetDifStacksStackCollectionItemServiceDetailAdditionalDetailAssignedConnection
- 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.
GetDifStacksStackCollectionItemServiceDetailAdditionalDetailEndpointDetail
- 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.
Oracle Cloud Infrastructure v3.11.1 published on Friday, Nov 14, 2025 by Pulumi
