oci.GoldenGate.getDatabaseRegistrations
This data source provides the list of Database Registrations in Oracle Cloud Infrastructure Golden Gate service.
Note: Deprecated. Use the new resource model APIs instead. Lists the DatabaseRegistrations in the compartment.
Example Usage
using System.Collections.Generic;
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=var["compartment_id"],
display_name=var["database_registration_display_name"],
state=var["database_registration_state"])
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:
- Compartment
Id string The OCID of the compartment in which to list resources.
- Display
Name string A filter to return only the resources that match the entire 'displayName' given.
- Filters
List<Get
Database Registrations Filter> - State string
A filter to return only the resources that match the 'lifecycleState' given.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Display
Name string A filter to return only the resources that match the entire 'displayName' given.
- Filters
[]Get
Database Registrations Filter - State string
A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id String The OCID of the compartment in which to list resources.
- display
Name String A filter to return only the resources that match the entire 'displayName' given.
- filters
List<Get
Database Registrations Filter> - state String
A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id string The OCID of the compartment in which to list resources.
- display
Name string A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Database Registrations Filter[] - state string
A filter to return only the resources that match the 'lifecycleState' given.
- compartment_
id str The OCID of the compartment in which to list resources.
- display_
name str A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Database Registrations Filter] - state str
A filter to return only the resources that match the 'lifecycleState' given.
- compartment
Id String The OCID of the compartment in which to list resources.
- display
Name 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:
- Compartment
Id string The OCID of the compartment being referenced.
- Database
Registration List<GetCollections Database Registrations Database Registration Collection> The list of database_registration_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string An object's Display Name.
- Filters
List<Get
Database Registrations Filter> - State string
Possible lifecycle states.
- Compartment
Id string The OCID of the compartment being referenced.
- Database
Registration []GetCollections Database Registrations Database Registration Collection The list of database_registration_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string An object's Display Name.
- Filters
[]Get
Database Registrations Filter - State string
Possible lifecycle states.
- compartment
Id String The OCID of the compartment being referenced.
- database
Registration List<GetCollections Database Registrations Database Registration Collection> The list of database_registration_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String An object's Display Name.
- filters
List<Get
Database Registrations Filter> - state String
Possible lifecycle states.
- compartment
Id string The OCID of the compartment being referenced.
- database
Registration GetCollections Database Registrations Database Registration Collection[] The list of database_registration_collection.
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string An object's Display Name.
- filters
Get
Database Registrations Filter[] - state string
Possible lifecycle states.
- compartment_
id str The OCID of the compartment being referenced.
- database_
registration_ Getcollections Database Registrations Database Registration Collection] 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
Get
Database Registrations Filter] - state str
Possible lifecycle states.
- compartment
Id String The OCID of the compartment being referenced.
- database
Registration List<Property Map>Collections The list of database_registration_collection.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String An object's Display Name.
- filters List<Property Map>
- state String
Possible lifecycle states.
Supporting Types
GetDatabaseRegistrationsDatabaseRegistrationCollection
GetDatabaseRegistrationsDatabaseRegistrationCollectionItem
- Alias
Name string Credential store alias.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
String string Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- Database
Id string The OCID of the database being referenced.
- 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.
- Display
Name 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.
- 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.
- Ip
Address string The private IP address in the customer's VCN of the customer's endpoint, typically a database.
- Key
Id string The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- Lifecycle
Details 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
- Rce
Private stringIp A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- Secret
Compartment stringId The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- Secret
Id string The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Secret
- Session
Mode 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.
- Subnet
Id string The OCID of the subnet being referenced.
- 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}}
- Time
Created string The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.- Time
Updated 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- Vault
Id string The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- Wallet string
- Alias
Name string Credential store alias.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
String string Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- Database
Id string The OCID of the database being referenced.
- 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.
- Display
Name 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.
- 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.
- Ip
Address string The private IP address in the customer's VCN of the customer's endpoint, typically a database.
- Key
Id string The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- Lifecycle
Details 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
- Rce
Private stringIp A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- Secret
Compartment stringId The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- Secret
Id string The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Secret
- Session
Mode 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.
- Subnet
Id string The OCID of the subnet being referenced.
- 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}}
- Time
Created string The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.- Time
Updated 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- Vault
Id string The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- Wallet string
- alias
Name String Credential store alias.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
String String Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- database
Id String The OCID of the database being referenced.
- 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.
- display
Name 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.
- 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.
- ip
Address String The private IP address in the customer's VCN of the customer's endpoint, typically a database.
- key
Id String The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- lifecycle
Details 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
- rce
Private StringIp A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- secret
Compartment StringId The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- secret
Id String The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Secret
- session
Mode 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.
- subnet
Id String The OCID of the subnet being referenced.
- 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}}
- time
Created String The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.- time
Updated 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- vault
Id String The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- wallet String
- alias
Name string Credential store alias.
- compartment
Id string The OCID of the compartment in which to list resources.
- connection
String string Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- database
Id string The OCID of the database being referenced.
- {[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.
- display
Name 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.
- {[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.
- ip
Address string The private IP address in the customer's VCN of the customer's endpoint, typically a database.
- key
Id string The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- lifecycle
Details 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
- rce
Private stringIp A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- secret
Compartment stringId The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- secret
Id string The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Secret
- session
Mode 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.
- subnet
Id string The OCID of the subnet being referenced.
- {[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}}
- time
Created string The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.- time
Updated 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- vault
Id string The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- wallet string
- alias_
name str Credential store alias.
- compartment_
id str The OCID of the compartment in which to list resources.
- connection_
string str Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- database_
id str The OCID of the database being referenced.
- 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.
- 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 The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- 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_ strip A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- secret_
compartment_ strid The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- secret_
id str The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize 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.
- 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- vault_
id str The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- wallet str
- alias
Name String Credential store alias.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
String String Connect descriptor or Easy Connect Naming method that Oracle GoldenGate uses to connect to a database.
- database
Id String The OCID of the database being referenced.
- 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.
- display
Name 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.
- 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.
- ip
Address String The private IP address in the customer's VCN of the customer's endpoint, typically a database.
- key
Id String The OCID of the customer "Master" key being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this key to manage secrets.
- lifecycle
Details 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
- rce
Private StringIp A Private Endpoint IP Address created in the customer's subnet. A customer database can expect network traffic initiated by GGS from this IP address and send network traffic to this IP address, typically in response to requests from GGS (OGG). The customer may utilize this IP address in Security Lists or Network Security Groups (NSG) as needed.
- secret
Compartment StringId The OCID of the compartment where the the GGS Secret will be created. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Compartment in which to create a Secret.
- secret
Id String The OCID of the customer GGS Secret being referenced. If provided, this will reference a key which the customer will be required to ensure the policies are established to permit the GoldenGate Service to utilize this Secret
- session
Mode 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.
- subnet
Id String The OCID of the subnet being referenced.
- 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}}
- time
Created String The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.- time
Updated 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 RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on.
- vault
Id String The OCID of the customer vault being referenced. If provided, this will reference a vault which the customer will be required to ensure the policies are established to permit the GoldenGate Service to manage secrets contained within this vault.
- wallet String
GetDatabaseRegistrationsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.