oci logo
Oracle Cloud Infrastructure v0.20.0, May 31 23

oci.GoldenGate.getDatabaseRegistrations

Explore with Pulumi AI

This data source provides the list of Database Registrations in Oracle Cloud Infrastructure Golden Gate service.

Note: Deprecated. Use the /connections API instead. Lists the DatabaseRegistrations in the compartment.

Example Usage

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testDatabaseRegistrations = Oci.GoldenGate.GetDatabaseRegistrations.Invoke(new()
    {
        CompartmentId = @var.Compartment_id,
        DisplayName = @var.Database_registration_display_name,
        State = @var.Database_registration_state,
    });

});
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/GoldenGate"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := GoldenGate.GetDatabaseRegistrations(ctx, &goldengate.GetDatabaseRegistrationsArgs{
			CompartmentId: _var.Compartment_id,
			DisplayName:   pulumi.StringRef(_var.Database_registration_display_name),
			State:         pulumi.StringRef(_var.Database_registration_state),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetDatabaseRegistrationsArgs;
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 testDatabaseRegistrations = GoldenGateFunctions.getDatabaseRegistrations(GetDatabaseRegistrationsArgs.builder()
            .compartmentId(var_.compartment_id())
            .displayName(var_.database_registration_display_name())
            .state(var_.database_registration_state())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_database_registrations = oci.GoldenGate.get_database_registrations(compartment_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
    display_name=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
    state=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testDatabaseRegistrations = oci.GoldenGate.getDatabaseRegistrations({
    compartmentId: _var.compartment_id,
    displayName: _var.database_registration_display_name,
    state: _var.database_registration_state,
});
variables:
  testDatabaseRegistrations:
    fn::invoke:
      Function: oci:GoldenGate:getDatabaseRegistrations
      Arguments:
        compartmentId: ${var.compartment_id}
        displayName: ${var.database_registration_display_name}
        state: ${var.database_registration_state}

Using getDatabaseRegistrations

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 getDatabaseRegistrations(args: GetDatabaseRegistrationsArgs, opts?: InvokeOptions): Promise<GetDatabaseRegistrationsResult>
function getDatabaseRegistrationsOutput(args: GetDatabaseRegistrationsOutputArgs, opts?: InvokeOptions): Output<GetDatabaseRegistrationsResult>
def get_database_registrations(compartment_id: Optional[str] = None,
                               display_name: Optional[str] = None,
                               filters: Optional[Sequence[_goldengate.GetDatabaseRegistrationsFilter]] = None,
                               state: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDatabaseRegistrationsResult
def get_database_registrations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                               display_name: Optional[pulumi.Input[str]] = None,
                               filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetDatabaseRegistrationsFilterArgs]]]] = None,
                               state: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseRegistrationsResult]
func GetDatabaseRegistrations(ctx *Context, args *GetDatabaseRegistrationsArgs, opts ...InvokeOption) (*GetDatabaseRegistrationsResult, error)
func GetDatabaseRegistrationsOutput(ctx *Context, args *GetDatabaseRegistrationsOutputArgs, opts ...InvokeOption) GetDatabaseRegistrationsResultOutput

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

public static class GetDatabaseRegistrations 
{
    public static Task<GetDatabaseRegistrationsResult> InvokeAsync(GetDatabaseRegistrationsArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseRegistrationsResult> Invoke(GetDatabaseRegistrationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseRegistrationsResult> getDatabaseRegistrations(GetDatabaseRegistrationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:GoldenGate/getDatabaseRegistrations:getDatabaseRegistrations
  arguments:
    # arguments dictionary

The following arguments are supported:

CompartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

DisplayName string

A filter to return only the resources that match the entire 'displayName' given.

Filters List<GetDatabaseRegistrationsFilter>
State string

A filter to return only the resources that match the 'lifecycleState' given.

CompartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

DisplayName string

A filter to return only the resources that match the entire 'displayName' given.

Filters []GetDatabaseRegistrationsFilter
State string

A filter to return only the resources that match the 'lifecycleState' given.

compartmentId String

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

displayName String

A filter to return only the resources that match the entire 'displayName' given.

filters List<GetDatabaseRegistrationsFilter>
state String

A filter to return only the resources that match the 'lifecycleState' given.

compartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

displayName string

A filter to return only the resources that match the entire 'displayName' given.

filters GetDatabaseRegistrationsFilter[]
state string

A filter to return only the resources that match the 'lifecycleState' given.

compartment_id str

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

display_name str

A filter to return only the resources that match the entire 'displayName' given.

filters GetDatabaseRegistrationsFilter]
state str

A filter to return only the resources that match the 'lifecycleState' given.

compartmentId String

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

displayName String

A filter to return only the resources that match the entire 'displayName' given.

filters List<Property Map>
state String

A filter to return only the resources that match the 'lifecycleState' given.

getDatabaseRegistrations Result

The following output properties are available:

CompartmentId string

The OCID of the compartment being referenced.

DatabaseRegistrationCollections List<GetDatabaseRegistrationsDatabaseRegistrationCollection>

The list of database_registration_collection.

Id string

The provider-assigned unique ID for this managed resource.

DisplayName string

An object's Display Name.

Filters List<GetDatabaseRegistrationsFilter>
State string

Possible lifecycle states.

CompartmentId string

The OCID of the compartment being referenced.

DatabaseRegistrationCollections []GetDatabaseRegistrationsDatabaseRegistrationCollection

The list of database_registration_collection.

Id string

The provider-assigned unique ID for this managed resource.

DisplayName string

An object's Display Name.

Filters []GetDatabaseRegistrationsFilter
State string

Possible lifecycle states.

compartmentId String

The OCID of the compartment being referenced.

databaseRegistrationCollections List<GetDatabaseRegistrationsDatabaseRegistrationCollection>

The list of database_registration_collection.

id String

The provider-assigned unique ID for this managed resource.

displayName String

An object's Display Name.

filters List<GetDatabaseRegistrationsFilter>
state String

Possible lifecycle states.

compartmentId string

The OCID of the compartment being referenced.

databaseRegistrationCollections GetDatabaseRegistrationsDatabaseRegistrationCollection[]

The list of database_registration_collection.

id string

The provider-assigned unique ID for this managed resource.

displayName string

An object's Display Name.

filters GetDatabaseRegistrationsFilter[]
state string

Possible lifecycle states.

compartment_id str

The OCID of the compartment being referenced.

database_registration_collections GetDatabaseRegistrationsDatabaseRegistrationCollection]

The list of database_registration_collection.

id str

The provider-assigned unique ID for this managed resource.

display_name str

An object's Display Name.

filters GetDatabaseRegistrationsFilter]
state str

Possible lifecycle states.

compartmentId String

The OCID of the compartment being referenced.

databaseRegistrationCollections List<Property Map>

The list of database_registration_collection.

id String

The provider-assigned unique ID for this managed resource.

displayName String

An object's Display Name.

filters List<Property Map>
state String

Possible lifecycle states.

Supporting Types

GetDatabaseRegistrationsDatabaseRegistrationCollection

GetDatabaseRegistrationsDatabaseRegistrationCollectionItem

AliasName string

Credential store alias.

CompartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

ConnectionString string

Connect descriptor or Easy Connect Naming method used to connect to a database.

DatabaseId string

The OCID of the database being referenced.

DefinedTags Dictionary<string, object>

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

Metadata about this specific object.

DisplayName string

A filter to return only the resources that match the entire 'displayName' given.

Fqdn string

A three-label Fully Qualified Domain Name (FQDN) for a resource.

FreeformTags Dictionary<string, object>

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

Id string

The OCID of the databaseRegistration being referenced.

IpAddress string

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

KeyId string

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

LifecycleDetails string

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

Password string
RcePrivateIp string

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

SecretCompartmentId string

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

SecretId string

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

SessionMode string

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

State string

A filter to return only the resources that match the 'lifecycleState' given.

SubnetId string

The OCID of the subnet being referenced.

SystemTags Dictionary<string, object>

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

TimeCreated string

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeUpdated string

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Username string

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

VaultId string

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

Wallet string
AliasName string

Credential store alias.

CompartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

ConnectionString string

Connect descriptor or Easy Connect Naming method used to connect to a database.

DatabaseId string

The OCID of the database being referenced.

DefinedTags map[string]interface{}

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

Description string

Metadata about this specific object.

DisplayName string

A filter to return only the resources that match the entire 'displayName' given.

Fqdn string

A three-label Fully Qualified Domain Name (FQDN) for a resource.

FreeformTags map[string]interface{}

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

Id string

The OCID of the databaseRegistration being referenced.

IpAddress string

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

KeyId string

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

LifecycleDetails string

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

Password string
RcePrivateIp string

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

SecretCompartmentId string

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

SecretId string

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

SessionMode string

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

State string

A filter to return only the resources that match the 'lifecycleState' given.

SubnetId string

The OCID of the subnet being referenced.

SystemTags map[string]interface{}

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

TimeCreated string

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

TimeUpdated string

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Username string

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

VaultId string

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

Wallet string
aliasName String

Credential store alias.

compartmentId String

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

connectionString String

Connect descriptor or Easy Connect Naming method used to connect to a database.

databaseId String

The OCID of the database being referenced.

definedTags Map<String,Object>

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

Metadata about this specific object.

displayName String

A filter to return only the resources that match the entire 'displayName' given.

fqdn String

A three-label Fully Qualified Domain Name (FQDN) for a resource.

freeformTags Map<String,Object>

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

id String

The OCID of the databaseRegistration being referenced.

ipAddress String

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

keyId String

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

lifecycleDetails String

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

password String
rcePrivateIp String

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

secretCompartmentId String

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

secretId String

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

sessionMode String

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

state String

A filter to return only the resources that match the 'lifecycleState' given.

subnetId String

The OCID of the subnet being referenced.

systemTags Map<String,Object>

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

timeCreated String

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

timeUpdated String

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

username String

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

vaultId String

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

wallet String
aliasName string

Credential store alias.

compartmentId string

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

connectionString string

Connect descriptor or Easy Connect Naming method used to connect to a database.

databaseId string

The OCID of the database being referenced.

definedTags {[key: string]: any}

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description string

Metadata about this specific object.

displayName string

A filter to return only the resources that match the entire 'displayName' given.

fqdn string

A three-label Fully Qualified Domain Name (FQDN) for a resource.

freeformTags {[key: string]: any}

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

id string

The OCID of the databaseRegistration being referenced.

ipAddress string

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

keyId string

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

lifecycleDetails string

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

password string
rcePrivateIp string

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

secretCompartmentId string

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

secretId string

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

sessionMode string

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

state string

A filter to return only the resources that match the 'lifecycleState' given.

subnetId string

The OCID of the subnet being referenced.

systemTags {[key: string]: any}

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

timeCreated string

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

timeUpdated string

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

username string

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

vaultId string

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

wallet string
alias_name str

Credential store alias.

compartment_id str

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

connection_string str

Connect descriptor or Easy Connect Naming method used to connect to a database.

database_id str

The OCID of the database being referenced.

defined_tags Mapping[str, Any]

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description str

Metadata about this specific object.

display_name str

A filter to return only the resources that match the entire 'displayName' given.

fqdn str

A three-label Fully Qualified Domain Name (FQDN) for a resource.

freeform_tags Mapping[str, Any]

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

id str

The OCID of the databaseRegistration being referenced.

ip_address str

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

key_id str

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

lifecycle_details str

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

password str
rce_private_ip str

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

secret_compartment_id str

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

secret_id str

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

session_mode str

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

state str

A filter to return only the resources that match the 'lifecycleState' given.

subnet_id str

The OCID of the subnet being referenced.

system_tags Mapping[str, Any]

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

time_created str

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

time_updated str

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

username str

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

vault_id str

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

wallet str
aliasName String

Credential store alias.

compartmentId String

The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.

connectionString String

Connect descriptor or Easy Connect Naming method used to connect to a database.

databaseId String

The OCID of the database being referenced.

definedTags Map<Any>

Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}

description String

Metadata about this specific object.

displayName String

A filter to return only the resources that match the entire 'displayName' given.

fqdn String

A three-label Fully Qualified Domain Name (FQDN) for a resource.

freeformTags Map<Any>

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}

id String

The OCID of the databaseRegistration being referenced.

ipAddress String

The private IP address in the customer's VCN of the customer's endpoint, typically a database.

keyId String

Refers to the customer's master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

lifecycleDetails String

Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

password String
rcePrivateIp String

A Private Endpoint IP address created in the customer's subnet. A customer database can expect network traffic initiated by GoldenGate Service from this IP address. It can also send network traffic to this IP address, typically in response to requests from GoldenGate Service. The customer may use this IP address in Security Lists or Network Security Groups (NSG) as needed.

secretCompartmentId String

The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.

secretId String

The OCID of the customer's GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.

sessionMode String

The mode of the database connection session to be established by the data client. 'REDIRECT' - for a RAC database, 'DIRECT' - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.

state String

A filter to return only the resources that match the 'lifecycleState' given.

subnetId String

The OCID of the subnet being referenced.

systemTags Map<Any>

The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}

timeCreated String

The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

timeUpdated String

The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

username String

The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.

vaultId String

Refers to the customer's vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.

wallet String

GetDatabaseRegistrationsFilter

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

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.