Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.GoldenGate.getDatabaseRegistrations
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDatabaseRegistrations = oci.GoldenGate.getDatabaseRegistrations({
compartmentId: compartmentId,
displayName: databaseRegistrationDisplayName,
state: databaseRegistrationState,
});
import pulumi
import pulumi_oci as oci
test_database_registrations = oci.GoldenGate.get_database_registrations(compartment_id=compartment_id,
display_name=database_registration_display_name,
state=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: compartmentId,
DisplayName: pulumi.StringRef(databaseRegistrationDisplayName),
State: pulumi.StringRef(databaseRegistrationState),
}, 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 testDatabaseRegistrations = Oci.GoldenGate.GetDatabaseRegistrations.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = databaseRegistrationDisplayName,
State = databaseRegistrationState,
});
});
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(compartmentId)
.displayName(databaseRegistrationDisplayName)
.state(databaseRegistrationState)
.build());
}
}
variables:
testDatabaseRegistrations:
fn::invoke:
Function: oci:GoldenGate:getDatabaseRegistrations
Arguments:
compartmentId: ${compartmentId}
displayName: ${databaseRegistrationDisplayName}
state: ${databaseRegistrationState}
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 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 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 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 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 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 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 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 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 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
Sequence[goldengate.
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 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 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_ Sequence[goldengate.collections Get 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
Sequence[goldengate.
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 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 string - Connect descriptor or Easy Connect Naming method used 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 - 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 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 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 stringId - 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 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.
- 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 target subnet of the dedicated connection.
- 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 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 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 string - Credential store alias.
- Compartment
Id 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.
- Connection
String string - Connect descriptor or Easy Connect Naming method used 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 - 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 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 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 stringId - 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 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.
- 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 target subnet of the dedicated connection.
- 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 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 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 String - Credential store alias.
- compartment
Id 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.
- connection
String String - Connect descriptor or Easy Connect Naming method used 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 - 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 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 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 StringId - 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 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.
- 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 target subnet of the dedicated connection.
- 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 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 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 string - Credential store alias.
- compartment
Id 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.
- connection
String string - Connect descriptor or Easy Connect Naming method used 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 - 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 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 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 stringId - 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 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.
- 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 target subnet of the dedicated connection.
- {[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 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 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.
- 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 - 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_ strip - 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_ strid - 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 target subnet of the dedicated connection.
- 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
- alias
Name String - Credential store alias.
- compartment
Id 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.
- connection
String String - Connect descriptor or Easy Connect Naming method used 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 - 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 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 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 StringId - 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 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.
- 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 target subnet of the dedicated connection.
- 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 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 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
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi