Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DatabaseMigration.getMigration
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Migration resource in Oracle Cloud Infrastructure Database Migration service.
Display Migration details.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMigration = oci.DatabaseMigration.getMigration({
migrationId: testMigrationOciDatabaseMigrationMigration.id,
});
import pulumi
import pulumi_oci as oci
test_migration = oci.DatabaseMigration.get_migration(migration_id=test_migration_oci_database_migration_migration["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DatabaseMigration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DatabaseMigration.GetMigration(ctx, &databasemigration.GetMigrationArgs{
MigrationId: testMigrationOciDatabaseMigrationMigration.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMigration = Oci.DatabaseMigration.GetMigration.Invoke(new()
{
MigrationId = testMigrationOciDatabaseMigrationMigration.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseMigration.DatabaseMigrationFunctions;
import com.pulumi.oci.DatabaseMigration.inputs.GetMigrationArgs;
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 testMigration = DatabaseMigrationFunctions.getMigration(GetMigrationArgs.builder()
.migrationId(testMigrationOciDatabaseMigrationMigration.id())
.build());
}
}
variables:
testMigration:
fn::invoke:
Function: oci:DatabaseMigration:getMigration
Arguments:
migrationId: ${testMigrationOciDatabaseMigrationMigration.id}
Using getMigration
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 getMigration(args: GetMigrationArgs, opts?: InvokeOptions): Promise<GetMigrationResult>
function getMigrationOutput(args: GetMigrationOutputArgs, opts?: InvokeOptions): Output<GetMigrationResult>
def get_migration(migration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMigrationResult
def get_migration_output(migration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMigrationResult]
func GetMigration(ctx *Context, args *GetMigrationArgs, opts ...InvokeOption) (*GetMigrationResult, error)
func GetMigrationOutput(ctx *Context, args *GetMigrationOutputArgs, opts ...InvokeOption) GetMigrationResultOutput
> Note: This function is named GetMigration
in the Go SDK.
public static class GetMigration
{
public static Task<GetMigrationResult> InvokeAsync(GetMigrationArgs args, InvokeOptions? opts = null)
public static Output<GetMigrationResult> Invoke(GetMigrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMigrationResult> getMigration(GetMigrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseMigration/getMigration:getMigration
arguments:
# arguments dictionary
The following arguments are supported:
- Migration
Id string - The OCID of the migration
- Migration
Id string - The OCID of the migration
- migration
Id String - The OCID of the migration
- migration
Id string - The OCID of the migration
- migration_
id str - The OCID of the migration
- migration
Id String - The OCID of the migration
getMigration Result
The following output properties are available:
- Advisor
Settings List<GetMigration Advisor Setting> - Optional Pre-Migration advisor settings.
- Agent
Id string - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- Compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- Credentials
Secret stringId - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- Csv
Text string - Data
Transfer List<GetMedium Details Migration Data Transfer Medium Detail> - Data Transfer Medium details for the Migration.
- Data
Transfer List<GetMedium Details V2s Migration Data Transfer Medium Details V2> - Optional additional properties for dump transfer in source or target host.
- Datapump
Settings List<GetMigration Datapump Setting> - Optional settings for Data Pump Export and Import jobs
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Migration Display Name
- Dump
Transfer List<GetDetails Migration Dump Transfer Detail> - Optional additional properties for dump transfer.
- Exclude
Objects List<GetMigration Exclude Object> - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- Executing
Job stringId - OCID of the current ODMS Job in execution for the Migration, if any.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Golden
Gate List<GetDetails Migration Golden Gate Detail> - Details about Oracle GoldenGate Microservices.
- Golden
Gate List<GetService Details Migration Golden Gate Service Detail> - Details about Oracle GoldenGate GGS Deployment.
- Id string
- The OCID of the resource
- Include
Objects List<GetMigration Include Object> - Database objects to include from migration.
- Lifecycle
Details string - Additional status related to the execution and current state of the Migration.
- Migration
Id string - Source
Container stringDatabase Connection Id - The OCID of the Source Container Database Connection.
- Source
Database stringConnection Id - The OCID of the Source Database Connection.
- State string
- The current state of the Migration resource.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Database stringConnection Id - The OCID of the Target Database Connection.
- Time
Created string - The time the Migration was created. An RFC3339 formatted datetime string.
- Time
Last stringMigration - The time of last Migration. An RFC3339 formatted datetime string.
- Time
Updated string - The time of the last Migration details update. An RFC3339 formatted datetime string.
- Type string
- Migration type.
- Vault
Details List<GetMigration Vault Detail> - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- Wait
After string - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
- Advisor
Settings []GetMigration Advisor Setting - Optional Pre-Migration advisor settings.
- Agent
Id string - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- Compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- Credentials
Secret stringId - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- Csv
Text string - Data
Transfer []GetMedium Details Migration Data Transfer Medium Detail - Data Transfer Medium details for the Migration.
- Data
Transfer []GetMedium Details V2s Migration Data Transfer Medium Details V2 - Optional additional properties for dump transfer in source or target host.
- Datapump
Settings []GetMigration Datapump Setting - Optional settings for Data Pump Export and Import jobs
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Migration Display Name
- Dump
Transfer []GetDetails Migration Dump Transfer Detail - Optional additional properties for dump transfer.
- Exclude
Objects []GetMigration Exclude Object - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- Executing
Job stringId - OCID of the current ODMS Job in execution for the Migration, if any.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Golden
Gate []GetDetails Migration Golden Gate Detail - Details about Oracle GoldenGate Microservices.
- Golden
Gate []GetService Details Migration Golden Gate Service Detail - Details about Oracle GoldenGate GGS Deployment.
- Id string
- The OCID of the resource
- Include
Objects []GetMigration Include Object - Database objects to include from migration.
- Lifecycle
Details string - Additional status related to the execution and current state of the Migration.
- Migration
Id string - Source
Container stringDatabase Connection Id - The OCID of the Source Container Database Connection.
- Source
Database stringConnection Id - The OCID of the Source Database Connection.
- State string
- The current state of the Migration resource.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Database stringConnection Id - The OCID of the Target Database Connection.
- Time
Created string - The time the Migration was created. An RFC3339 formatted datetime string.
- Time
Last stringMigration - The time of last Migration. An RFC3339 formatted datetime string.
- Time
Updated string - The time of the last Migration details update. An RFC3339 formatted datetime string.
- Type string
- Migration type.
- Vault
Details []GetMigration Vault Detail - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- Wait
After string - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
- advisor
Settings List<GetMigration Advisor Setting> - Optional Pre-Migration advisor settings.
- agent
Id String - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- compartment
Id String - OCID of the compartment where the secret containing the credentials will be created.
- credentials
Secret StringId - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- csv
Text String - data
Transfer List<GetMedium Details Migration Data Transfer Medium Detail> - Data Transfer Medium details for the Migration.
- data
Transfer List<GetMedium Details V2s Migration Data Transfer Medium Details V2> - Optional additional properties for dump transfer in source or target host.
- datapump
Settings List<GetMigration Datapump Setting> - Optional settings for Data Pump Export and Import jobs
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Migration Display Name
- dump
Transfer List<GetDetails Migration Dump Transfer Detail> - Optional additional properties for dump transfer.
- exclude
Objects List<GetMigration Exclude Object> - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- executing
Job StringId - OCID of the current ODMS Job in execution for the Migration, if any.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- golden
Gate List<GetDetails Migration Golden Gate Detail> - Details about Oracle GoldenGate Microservices.
- golden
Gate List<GetService Details Migration Golden Gate Service Detail> - Details about Oracle GoldenGate GGS Deployment.
- id String
- The OCID of the resource
- include
Objects List<GetMigration Include Object> - Database objects to include from migration.
- lifecycle
Details String - Additional status related to the execution and current state of the Migration.
- migration
Id String - source
Container StringDatabase Connection Id - The OCID of the Source Container Database Connection.
- source
Database StringConnection Id - The OCID of the Source Database Connection.
- state String
- The current state of the Migration resource.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Database StringConnection Id - The OCID of the Target Database Connection.
- time
Created String - The time the Migration was created. An RFC3339 formatted datetime string.
- time
Last StringMigration - The time of last Migration. An RFC3339 formatted datetime string.
- time
Updated String - The time of the last Migration details update. An RFC3339 formatted datetime string.
- type String
- Migration type.
- vault
Details List<GetMigration Vault Detail> - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- wait
After String - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
- advisor
Settings GetMigration Advisor Setting[] - Optional Pre-Migration advisor settings.
- agent
Id string - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- credentials
Secret stringId - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- csv
Text string - data
Transfer GetMedium Details Migration Data Transfer Medium Detail[] - Data Transfer Medium details for the Migration.
- data
Transfer GetMedium Details V2s Migration Data Transfer Medium Details V2[] - Optional additional properties for dump transfer in source or target host.
- datapump
Settings GetMigration Datapump Setting[] - Optional settings for Data Pump Export and Import jobs
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - Migration Display Name
- dump
Transfer GetDetails Migration Dump Transfer Detail[] - Optional additional properties for dump transfer.
- exclude
Objects GetMigration Exclude Object[] - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- executing
Job stringId - OCID of the current ODMS Job in execution for the Migration, if any.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- golden
Gate GetDetails Migration Golden Gate Detail[] - Details about Oracle GoldenGate Microservices.
- golden
Gate GetService Details Migration Golden Gate Service Detail[] - Details about Oracle GoldenGate GGS Deployment.
- id string
- The OCID of the resource
- include
Objects GetMigration Include Object[] - Database objects to include from migration.
- lifecycle
Details string - Additional status related to the execution and current state of the Migration.
- migration
Id string - source
Container stringDatabase Connection Id - The OCID of the Source Container Database Connection.
- source
Database stringConnection Id - The OCID of the Source Database Connection.
- state string
- The current state of the Migration resource.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Database stringConnection Id - The OCID of the Target Database Connection.
- time
Created string - The time the Migration was created. An RFC3339 formatted datetime string.
- time
Last stringMigration - The time of last Migration. An RFC3339 formatted datetime string.
- time
Updated string - The time of the last Migration details update. An RFC3339 formatted datetime string.
- type string
- Migration type.
- vault
Details GetMigration Vault Detail[] - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- wait
After string - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
- advisor_
settings Sequence[databasemigration.Get Migration Advisor Setting] - Optional Pre-Migration advisor settings.
- agent_
id str - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- compartment_
id str - OCID of the compartment where the secret containing the credentials will be created.
- credentials_
secret_ strid - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- csv_
text str - data_
transfer_ Sequence[databasemigration.medium_ details Get Migration Data Transfer Medium Detail] - Data Transfer Medium details for the Migration.
- data_
transfer_ Sequence[databasemigration.medium_ details_ v2s Get Migration Data Transfer Medium Details V2] - Optional additional properties for dump transfer in source or target host.
- datapump_
settings Sequence[databasemigration.Get Migration Datapump Setting] - Optional settings for Data Pump Export and Import jobs
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - Migration Display Name
- dump_
transfer_ Sequence[databasemigration.details Get Migration Dump Transfer Detail] - Optional additional properties for dump transfer.
- exclude_
objects Sequence[databasemigration.Get Migration Exclude Object] - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- executing_
job_ strid - OCID of the current ODMS Job in execution for the Migration, if any.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- golden_
gate_ Sequence[databasemigration.details Get Migration Golden Gate Detail] - Details about Oracle GoldenGate Microservices.
- golden_
gate_ Sequence[databasemigration.service_ details Get Migration Golden Gate Service Detail] - Details about Oracle GoldenGate GGS Deployment.
- id str
- The OCID of the resource
- include_
objects Sequence[databasemigration.Get Migration Include Object] - Database objects to include from migration.
- lifecycle_
details str - Additional status related to the execution and current state of the Migration.
- migration_
id str - source_
container_ strdatabase_ connection_ id - The OCID of the Source Container Database Connection.
- source_
database_ strconnection_ id - The OCID of the Source Database Connection.
- state str
- The current state of the Migration resource.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target_
database_ strconnection_ id - The OCID of the Target Database Connection.
- time_
created str - The time the Migration was created. An RFC3339 formatted datetime string.
- time_
last_ strmigration - The time of last Migration. An RFC3339 formatted datetime string.
- time_
updated str - The time of the last Migration details update. An RFC3339 formatted datetime string.
- type str
- Migration type.
- vault_
details Sequence[databasemigration.Get Migration Vault Detail] - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- wait_
after str - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
- advisor
Settings List<Property Map> - Optional Pre-Migration advisor settings.
- agent
Id String - The OCID of the registered on-premises ODMS Agent. Only valid for Offline Migrations.
- compartment
Id String - OCID of the compartment where the secret containing the credentials will be created.
- credentials
Secret StringId - OCID of the Secret in the Oracle Cloud Infrastructure vault containing the Migration credentials. Used to store GoldenGate administrator user credentials.
- csv
Text String - data
Transfer List<Property Map>Medium Details - Data Transfer Medium details for the Migration.
- data
Transfer List<Property Map>Medium Details V2s - Optional additional properties for dump transfer in source or target host.
- datapump
Settings List<Property Map> - Optional settings for Data Pump Export and Import jobs
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Migration Display Name
- dump
Transfer List<Property Map>Details - Optional additional properties for dump transfer.
- exclude
Objects List<Property Map> - Database objects to exclude from migration. If 'includeObjects' are specified, only exclude object types can be specified with general wildcards (.*) for owner and objectName.
- executing
Job StringId - OCID of the current ODMS Job in execution for the Migration, if any.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- golden
Gate List<Property Map>Details - Details about Oracle GoldenGate Microservices.
- golden
Gate List<Property Map>Service Details - Details about Oracle GoldenGate GGS Deployment.
- id String
- The OCID of the resource
- include
Objects List<Property Map> - Database objects to include from migration.
- lifecycle
Details String - Additional status related to the execution and current state of the Migration.
- migration
Id String - source
Container StringDatabase Connection Id - The OCID of the Source Container Database Connection.
- source
Database StringConnection Id - The OCID of the Source Database Connection.
- state String
- The current state of the Migration resource.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Database StringConnection Id - The OCID of the Target Database Connection.
- time
Created String - The time the Migration was created. An RFC3339 formatted datetime string.
- time
Last StringMigration - The time of last Migration. An RFC3339 formatted datetime string.
- time
Updated String - The time of the last Migration details update. An RFC3339 formatted datetime string.
- type String
- Migration type.
- vault
Details List<Property Map> - Oracle Cloud Infrastructure Vault details to store migration and connection credentials secrets
- wait
After String - Name of a migration phase. The Job will wait after executing this phase until the Resume Job endpoint is called.
Supporting Types
GetMigrationAdvisorSetting
- Is
Ignore boolErrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- Is
Skip boolAdvisor - True to skip the Pre-Migration Advisor execution. Default is false.
- Is
Ignore boolErrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- Is
Skip boolAdvisor - True to skip the Pre-Migration Advisor execution. Default is false.
- is
Ignore BooleanErrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- is
Skip BooleanAdvisor - True to skip the Pre-Migration Advisor execution. Default is false.
- is
Ignore booleanErrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- is
Skip booleanAdvisor - True to skip the Pre-Migration Advisor execution. Default is false.
- is_
ignore_ boolerrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- is_
skip_ booladvisor - True to skip the Pre-Migration Advisor execution. Default is false.
- is
Ignore BooleanErrors - True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
- is
Skip BooleanAdvisor - True to skip the Pre-Migration Advisor execution. Default is false.
GetMigrationDataTransferMediumDetail
- Database
Link List<GetDetails Migration Data Transfer Medium Detail Database Link Detail> - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- Object
Storage List<GetDetails Migration Data Transfer Medium Detail Object Storage Detail> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- Database
Link []GetDetails Migration Data Transfer Medium Detail Database Link Detail - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- Object
Storage []GetDetails Migration Data Transfer Medium Detail Object Storage Detail - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- database
Link List<GetDetails Migration Data Transfer Medium Detail Database Link Detail> - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- object
Storage List<GetDetails Migration Data Transfer Medium Detail Object Storage Detail> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- database
Link GetDetails Migration Data Transfer Medium Detail Database Link Detail[] - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- object
Storage GetDetails Migration Data Transfer Medium Detail Object Storage Detail[] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- database_
link_ Sequence[databasemigration.details Get Migration Data Transfer Medium Detail Database Link Detail] - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- object_
storage_ Sequence[databasemigration.details Get Migration Data Transfer Medium Detail Object Storage Detail] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- database
Link List<Property Map>Details - Optional details for creating a network database link from Oracle Cloud Infrastructure database to on-premise database.
- object
Storage List<Property Map>Details - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
GetMigrationDataTransferMediumDetailDatabaseLinkDetail
- Name string
- Name of directory object in database
- Wallet
Buckets List<GetMigration Data Transfer Medium Detail Database Link Detail Wallet Bucket> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- Name string
- Name of directory object in database
- Wallet
Buckets []GetMigration Data Transfer Medium Detail Database Link Detail Wallet Bucket - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- name String
- Name of directory object in database
- wallet
Buckets List<GetMigration Data Transfer Medium Detail Database Link Detail Wallet Bucket> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- name string
- Name of directory object in database
- wallet
Buckets GetMigration Data Transfer Medium Detail Database Link Detail Wallet Bucket[] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- name str
- Name of directory object in database
- wallet_
buckets Sequence[databasemigration.Get Migration Data Transfer Medium Detail Database Link Detail Wallet Bucket] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- name String
- Name of directory object in database
- wallet
Buckets List<Property Map> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
GetMigrationDataTransferMediumDetailDatabaseLinkDetailWalletBucket
GetMigrationDataTransferMediumDetailObjectStorageDetail
GetMigrationDataTransferMediumDetailsV2
- Access
Key stringId - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- Name string
- Name of directory object in database
- Object
Storage List<GetBuckets Migration Data Transfer Medium Details V2Object Storage Bucket> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- Region string
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- Secret
Access stringKey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- Type string
- Migration type.
- Access
Key stringId - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- Name string
- Name of directory object in database
- Object
Storage []GetBuckets Migration Data Transfer Medium Details V2Object Storage Bucket - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- Region string
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- Secret
Access stringKey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- Type string
- Migration type.
- access
Key StringId - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- name String
- Name of directory object in database
- object
Storage List<GetBuckets Migration Data Transfer Medium Details V2Object Storage Bucket> - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- region String
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- secret
Access StringKey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- type String
- Migration type.
- access
Key stringId - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- name string
- Name of directory object in database
- object
Storage GetBuckets Migration Data Transfer Medium Details V2Object Storage Bucket[] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- region string
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- secret
Access stringKey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- type string
- Migration type.
- access_
key_ strid - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- name str
- Name of directory object in database
- object_
storage_ Sequence[databasemigration.buckets Get Migration Data Transfer Medium Details V2Object Storage Bucket] - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- region str
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- secret_
access_ strkey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- type str
- Migration type.
- access
Key StringId - AWS access key credentials identifier Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- name String
- Name of directory object in database
- object
Storage List<Property Map>Buckets - In lieu of a network database link, Oracle Cloud Infrastructure Object Storage bucket will be used to store Data Pump dump files for the migration. Additionally, it can be specified alongside a database link data transfer medium.
- region String
- AWS region code where the S3 bucket is located. Region code should match the documented available regions: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
- secret
Access StringKey - AWS secret access key credentials Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
- type String
- Migration type.
GetMigrationDataTransferMediumDetailsV2ObjectStorageBucket
GetMigrationDatapumpSetting
- Data
Pump List<GetParameters Migration Datapump Setting Data Pump Parameter> - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- Export
Directory List<GetObjects Migration Datapump Setting Export Directory Object> - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- Import
Directory List<GetObjects Migration Datapump Setting Import Directory Object> - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- Job
Mode string - Data Pump job mode. Refer to Data Pump Export Modes
- Metadata
Remaps List<GetMigration Datapump Setting Metadata Remap> - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
- Data
Pump []GetParameters Migration Datapump Setting Data Pump Parameter - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- Export
Directory []GetObjects Migration Datapump Setting Export Directory Object - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- Import
Directory []GetObjects Migration Datapump Setting Import Directory Object - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- Job
Mode string - Data Pump job mode. Refer to Data Pump Export Modes
- Metadata
Remaps []GetMigration Datapump Setting Metadata Remap - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
- data
Pump List<GetParameters Migration Datapump Setting Data Pump Parameter> - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- export
Directory List<GetObjects Migration Datapump Setting Export Directory Object> - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- import
Directory List<GetObjects Migration Datapump Setting Import Directory Object> - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- job
Mode String - Data Pump job mode. Refer to Data Pump Export Modes
- metadata
Remaps List<GetMigration Datapump Setting Metadata Remap> - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
- data
Pump GetParameters Migration Datapump Setting Data Pump Parameter[] - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- export
Directory GetObjects Migration Datapump Setting Export Directory Object[] - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- import
Directory GetObjects Migration Datapump Setting Import Directory Object[] - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- job
Mode string - Data Pump job mode. Refer to Data Pump Export Modes
- metadata
Remaps GetMigration Datapump Setting Metadata Remap[] - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
- data_
pump_ Sequence[databasemigration.parameters Get Migration Datapump Setting Data Pump Parameter] - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- export_
directory_ Sequence[databasemigration.objects Get Migration Datapump Setting Export Directory Object] - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- import_
directory_ Sequence[databasemigration.objects Get Migration Datapump Setting Import Directory Object] - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- job_
mode str - Data Pump job mode. Refer to Data Pump Export Modes
- metadata_
remaps Sequence[databasemigration.Get Migration Datapump Setting Metadata Remap] - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
- data
Pump List<Property Map>Parameters - Optional parameters for Data Pump Export and Import. Refer to Configuring Optional Initial Load Advanced Settings
- export
Directory List<Property Map>Objects - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- import
Directory List<Property Map>Objects - Directory object details, used to define either import or export directory objects in Data Pump Settings.
- job
Mode String - Data Pump job mode. Refer to Data Pump Export Modes
- metadata
Remaps List<Property Map> - Defines remapping to be applied to objects as they are processed. Refer to METADATA_REMAP Procedure
GetMigrationDatapumpSettingDataPumpParameter
- Estimate string
- Estimate size of dumps that will be generated.
- Exclude
Parameters List<string> - Exclude paratemers for Export and Import.
- Export
Parallelism intDegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- Import
Parallelism intDegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- Is
Cluster bool - Set to false to force Data Pump worker processes to run on one instance.
- Table
Exists stringAction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
- Estimate string
- Estimate size of dumps that will be generated.
- Exclude
Parameters []string - Exclude paratemers for Export and Import.
- Export
Parallelism intDegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- Import
Parallelism intDegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- Is
Cluster bool - Set to false to force Data Pump worker processes to run on one instance.
- Table
Exists stringAction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
- estimate String
- Estimate size of dumps that will be generated.
- exclude
Parameters List<String> - Exclude paratemers for Export and Import.
- export
Parallelism IntegerDegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- import
Parallelism IntegerDegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- is
Cluster Boolean - Set to false to force Data Pump worker processes to run on one instance.
- table
Exists StringAction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
- estimate string
- Estimate size of dumps that will be generated.
- exclude
Parameters string[] - Exclude paratemers for Export and Import.
- export
Parallelism numberDegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- import
Parallelism numberDegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- is
Cluster boolean - Set to false to force Data Pump worker processes to run on one instance.
- table
Exists stringAction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
- estimate str
- Estimate size of dumps that will be generated.
- exclude_
parameters Sequence[str] - Exclude paratemers for Export and Import.
- export_
parallelism_ intdegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- import_
parallelism_ intdegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- is_
cluster bool - Set to false to force Data Pump worker processes to run on one instance.
- table_
exists_ straction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
- estimate String
- Estimate size of dumps that will be generated.
- exclude
Parameters List<String> - Exclude paratemers for Export and Import.
- export
Parallelism NumberDegree - Maximum number of worker processes that can be used for a Data Pump Export job.
- import
Parallelism NumberDegree - Maximum number of worker processes that can be used for a Data Pump Import job. For an Autonomous Database, ODMS will automatically query its CPU core count and set this property.
- is
Cluster Boolean - Set to false to force Data Pump worker processes to run on one instance.
- table
Exists StringAction - IMPORT: Specifies the action to be performed when data is loaded into a preexisting table.
GetMigrationDatapumpSettingExportDirectoryObject
GetMigrationDatapumpSettingImportDirectoryObject
GetMigrationDatapumpSettingMetadataRemap
GetMigrationDumpTransferDetail
- string
- Optional OCID of the shared storage mount target.
- Sources
List<Get
Migration Dump Transfer Detail Source> - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- Targets
List<Get
Migration Dump Transfer Detail Target> - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- string
- Optional OCID of the shared storage mount target.
- Sources
[]Get
Migration Dump Transfer Detail Source - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- Targets
[]Get
Migration Dump Transfer Detail Target - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- String
- Optional OCID of the shared storage mount target.
- sources
List<Get
Migration Dump Transfer Detail Source> - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- targets
List<Get
Migration Dump Transfer Detail Target> - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- string
- Optional OCID of the shared storage mount target.
- sources
Get
Migration Dump Transfer Detail Source[] - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- targets
Get
Migration Dump Transfer Detail Target[] - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- str
- Optional OCID of the shared storage mount target.
- sources
Sequence[databasemigration.
Get Migration Dump Transfer Detail Source] - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- targets
Sequence[databasemigration.
Get Migration Dump Transfer Detail Target] - Optional additional properties for dump transfer in source or target host. Default kind is CURL
- String
- Optional OCID of the shared storage mount target.
- sources List<Property Map>
- Optional additional properties for dump transfer in source or target host. Default kind is CURL
- targets List<Property Map>
- Optional additional properties for dump transfer in source or target host. Default kind is CURL
GetMigrationDumpTransferDetailSource
- Kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- Oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- Wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- Kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- Oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- Wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind String
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home String - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location String - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind str
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci_
home str - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet_
location str - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind String
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home String - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location String - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
GetMigrationDumpTransferDetailTarget
- Kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- Oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- Wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- Kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- Oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- Wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind String
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home String - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location String - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind string
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home string - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location string - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind str
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci_
home str - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet_
location str - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
- kind String
- Type of dump transfer to use during migration in source or target host. Default kind is CURL
- oci
Home String - Path to the Oracle Cloud Infrastructure CLI installation in the node.
- wallet
Location String - Directory path to Oracle Cloud Infrastructure SSL wallet location on Db server node.
GetMigrationExcludeObject
- Is
Omit boolExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- Object string
- Name of the object (regular expression is allowed)
- Owner string
- Owner of the object (regular expression is allowed)
- Type string
- Migration type.
- Is
Omit boolExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- Object string
- Name of the object (regular expression is allowed)
- Owner string
- Owner of the object (regular expression is allowed)
- Type string
- Migration type.
- is
Omit BooleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object String
- Name of the object (regular expression is allowed)
- owner String
- Owner of the object (regular expression is allowed)
- type String
- Migration type.
- is
Omit booleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object string
- Name of the object (regular expression is allowed)
- owner string
- Owner of the object (regular expression is allowed)
- type string
- Migration type.
- is_
omit_ boolexcluded_ table_ from_ replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object str
- Name of the object (regular expression is allowed)
- owner str
- Owner of the object (regular expression is allowed)
- type str
- Migration type.
- is
Omit BooleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object String
- Name of the object (regular expression is allowed)
- owner String
- Owner of the object (regular expression is allowed)
- type String
- Migration type.
GetMigrationGoldenGateDetail
- Hubs
List<Get
Migration Golden Gate Detail Hub> - Details about Oracle GoldenGate Microservices.
- Settings
List<Get
Migration Golden Gate Detail Setting> - Optional settings for Oracle GoldenGate processes
- Hubs
[]Get
Migration Golden Gate Detail Hub - Details about Oracle GoldenGate Microservices.
- Settings
[]Get
Migration Golden Gate Detail Setting - Optional settings for Oracle GoldenGate processes
- hubs
List<Get
Migration Golden Gate Detail Hub> - Details about Oracle GoldenGate Microservices.
- settings
List<Get
Migration Golden Gate Detail Setting> - Optional settings for Oracle GoldenGate processes
- hubs
Get
Migration Golden Gate Detail Hub[] - Details about Oracle GoldenGate Microservices.
- settings
Get
Migration Golden Gate Detail Setting[] - Optional settings for Oracle GoldenGate processes
- hubs
Sequence[databasemigration.
Get Migration Golden Gate Detail Hub] - Details about Oracle GoldenGate Microservices.
- settings
Sequence[databasemigration.
Get Migration Golden Gate Detail Setting] - Optional settings for Oracle GoldenGate processes
- hubs List<Property Map>
- Details about Oracle GoldenGate Microservices.
- settings List<Property Map>
- Optional settings for Oracle GoldenGate processes
GetMigrationGoldenGateDetailHub
- Compute
Id string - OCID of GoldenGate compute instance.
- Rest
Admin List<GetCredentials Migration Golden Gate Detail Hub Rest Admin Credential> - Database Administrator Credentials details.
- Source
Container List<GetDb Admin Credentials Migration Golden Gate Detail Hub Source Container Db Admin Credential> - Database Administrator Credentials details.
- Source
Db List<GetAdmin Credentials Migration Golden Gate Detail Hub Source Db Admin Credential> - Database Administrator Credentials details.
- Source
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on source database
- Target
Db List<GetAdmin Credentials Migration Golden Gate Detail Hub Target Db Admin Credential> - Database Administrator Credentials details.
- Target
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on target database
- Url string
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
- Compute
Id string - OCID of GoldenGate compute instance.
- Rest
Admin []GetCredentials Migration Golden Gate Detail Hub Rest Admin Credential - Database Administrator Credentials details.
- Source
Container []GetDb Admin Credentials Migration Golden Gate Detail Hub Source Container Db Admin Credential - Database Administrator Credentials details.
- Source
Db []GetAdmin Credentials Migration Golden Gate Detail Hub Source Db Admin Credential - Database Administrator Credentials details.
- Source
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on source database
- Target
Db []GetAdmin Credentials Migration Golden Gate Detail Hub Target Db Admin Credential - Database Administrator Credentials details.
- Target
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on target database
- Url string
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
- compute
Id String - OCID of GoldenGate compute instance.
- rest
Admin List<GetCredentials Migration Golden Gate Detail Hub Rest Admin Credential> - Database Administrator Credentials details.
- source
Container List<GetDb Admin Credentials Migration Golden Gate Detail Hub Source Container Db Admin Credential> - Database Administrator Credentials details.
- source
Db List<GetAdmin Credentials Migration Golden Gate Detail Hub Source Db Admin Credential> - Database Administrator Credentials details.
- source
Microservices StringDeployment Name - Name of GoldenGate deployment to operate on source database
- target
Db List<GetAdmin Credentials Migration Golden Gate Detail Hub Target Db Admin Credential> - Database Administrator Credentials details.
- target
Microservices StringDeployment Name - Name of GoldenGate deployment to operate on target database
- url String
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
- compute
Id string - OCID of GoldenGate compute instance.
- rest
Admin GetCredentials Migration Golden Gate Detail Hub Rest Admin Credential[] - Database Administrator Credentials details.
- source
Container GetDb Admin Credentials Migration Golden Gate Detail Hub Source Container Db Admin Credential[] - Database Administrator Credentials details.
- source
Db GetAdmin Credentials Migration Golden Gate Detail Hub Source Db Admin Credential[] - Database Administrator Credentials details.
- source
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on source database
- target
Db GetAdmin Credentials Migration Golden Gate Detail Hub Target Db Admin Credential[] - Database Administrator Credentials details.
- target
Microservices stringDeployment Name - Name of GoldenGate deployment to operate on target database
- url string
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
- compute_
id str - OCID of GoldenGate compute instance.
- rest_
admin_ Sequence[databasemigration.credentials Get Migration Golden Gate Detail Hub Rest Admin Credential] - Database Administrator Credentials details.
- source_
container_ Sequence[databasemigration.db_ admin_ credentials Get Migration Golden Gate Detail Hub Source Container Db Admin Credential] - Database Administrator Credentials details.
- source_
db_ Sequence[databasemigration.admin_ credentials Get Migration Golden Gate Detail Hub Source Db Admin Credential] - Database Administrator Credentials details.
- source_
microservices_ strdeployment_ name - Name of GoldenGate deployment to operate on source database
- target_
db_ Sequence[databasemigration.admin_ credentials Get Migration Golden Gate Detail Hub Target Db Admin Credential] - Database Administrator Credentials details.
- target_
microservices_ strdeployment_ name - Name of GoldenGate deployment to operate on target database
- url str
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
- compute
Id String - OCID of GoldenGate compute instance.
- rest
Admin List<Property Map>Credentials - Database Administrator Credentials details.
- source
Container List<Property Map>Db Admin Credentials - Database Administrator Credentials details.
- source
Db List<Property Map>Admin Credentials - Database Administrator Credentials details.
- source
Microservices StringDeployment Name - Name of GoldenGate deployment to operate on source database
- target
Db List<Property Map>Admin Credentials - Database Administrator Credentials details.
- target
Microservices StringDeployment Name - Name of GoldenGate deployment to operate on target database
- url String
- Oracle GoldenGate hub's REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA
GetMigrationGoldenGateDetailHubRestAdminCredential
GetMigrationGoldenGateDetailHubSourceContainerDbAdminCredential
GetMigrationGoldenGateDetailHubSourceDbAdminCredential
GetMigrationGoldenGateDetailHubTargetDbAdminCredential
GetMigrationGoldenGateDetailSetting
- Acceptable
Lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- Extracts
List<Get
Migration Golden Gate Detail Setting Extract> - Parameters for Extract processes.
- Replicats
List<Get
Migration Golden Gate Detail Setting Replicat> - Parameters for Replicat processes.
- Acceptable
Lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- Extracts
[]Get
Migration Golden Gate Detail Setting Extract - Parameters for Extract processes.
- Replicats
[]Get
Migration Golden Gate Detail Setting Replicat - Parameters for Replicat processes.
- acceptable
Lag Integer - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
List<Get
Migration Golden Gate Detail Setting Extract> - Parameters for Extract processes.
- replicats
List<Get
Migration Golden Gate Detail Setting Replicat> - Parameters for Replicat processes.
- acceptable
Lag number - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
Get
Migration Golden Gate Detail Setting Extract[] - Parameters for Extract processes.
- replicats
Get
Migration Golden Gate Detail Setting Replicat[] - Parameters for Replicat processes.
- acceptable_
lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
Sequence[databasemigration.
Get Migration Golden Gate Detail Setting Extract] - Parameters for Extract processes.
- replicats
Sequence[databasemigration.
Get Migration Golden Gate Detail Setting Replicat] - Parameters for Replicat processes.
- acceptable
Lag Number - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts List<Property Map>
- Parameters for Extract processes.
- replicats List<Property Map>
- Parameters for Replicat processes.
GetMigrationGoldenGateDetailSettingExtract
- Long
Trans intDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- Performance
Profile string - Extract performance.
- Long
Trans intDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- Performance
Profile string - Extract performance.
- long
Trans IntegerDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile String - Extract performance.
- long
Trans numberDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile string - Extract performance.
- long_
trans_ intduration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance_
profile str - Extract performance.
- long
Trans NumberDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile String - Extract performance.
GetMigrationGoldenGateDetailSettingReplicat
- Map
Parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- Max
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Min
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Performance
Profile string - Extract performance.
- Map
Parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- Max
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Min
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Performance
Profile string - Extract performance.
- map
Parallelism Integer - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply IntegerParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply IntegerParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- performance
Profile String - Extract performance.
- map
Parallelism number - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply numberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply numberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- performance
Profile string - Extract performance.
- map_
parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- max_
apply_ intparallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min_
apply_ intparallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- performance_
profile str - Extract performance.
- map
Parallelism Number - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply NumberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply NumberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- performance
Profile String - Extract performance.
GetMigrationGoldenGateServiceDetail
- Ggs
Deployments List<GetMigration Golden Gate Service Detail Ggs Deployment> - Details about Oracle GoldenGate GGS Deployment.
- Settings
List<Get
Migration Golden Gate Service Detail Setting> - Optional settings for Oracle GoldenGate processes
- Source
Container List<GetDb Credentials Migration Golden Gate Service Detail Source Container Db Credential> - Source
Db List<GetCredentials Migration Golden Gate Service Detail Source Db Credential> - Target
Db List<GetCredentials Migration Golden Gate Service Detail Target Db Credential>
- Ggs
Deployments []GetMigration Golden Gate Service Detail Ggs Deployment - Details about Oracle GoldenGate GGS Deployment.
- Settings
[]Get
Migration Golden Gate Service Detail Setting - Optional settings for Oracle GoldenGate processes
- Source
Container []GetDb Credentials Migration Golden Gate Service Detail Source Container Db Credential - Source
Db []GetCredentials Migration Golden Gate Service Detail Source Db Credential - Target
Db []GetCredentials Migration Golden Gate Service Detail Target Db Credential
- ggs
Deployments List<GetMigration Golden Gate Service Detail Ggs Deployment> - Details about Oracle GoldenGate GGS Deployment.
- settings
List<Get
Migration Golden Gate Service Detail Setting> - Optional settings for Oracle GoldenGate processes
- source
Container List<GetDb Credentials Migration Golden Gate Service Detail Source Container Db Credential> - source
Db List<GetCredentials Migration Golden Gate Service Detail Source Db Credential> - target
Db List<GetCredentials Migration Golden Gate Service Detail Target Db Credential>
- ggs
Deployments GetMigration Golden Gate Service Detail Ggs Deployment[] - Details about Oracle GoldenGate GGS Deployment.
- settings
Get
Migration Golden Gate Service Detail Setting[] - Optional settings for Oracle GoldenGate processes
- source
Container GetDb Credentials Migration Golden Gate Service Detail Source Container Db Credential[] - source
Db GetCredentials Migration Golden Gate Service Detail Source Db Credential[] - target
Db GetCredentials Migration Golden Gate Service Detail Target Db Credential[]
- ggs_
deployments Sequence[databasemigration.Get Migration Golden Gate Service Detail Ggs Deployment] - Details about Oracle GoldenGate GGS Deployment.
- settings
Sequence[databasemigration.
Get Migration Golden Gate Service Detail Setting] - Optional settings for Oracle GoldenGate processes
- source_
container_ Sequence[databasemigration.db_ credentials Get Migration Golden Gate Service Detail Source Container Db Credential] - source_
db_ Sequence[databasemigration.credentials Get Migration Golden Gate Service Detail Source Db Credential] - target_
db_ Sequence[databasemigration.credentials Get Migration Golden Gate Service Detail Target Db Credential]
- ggs
Deployments List<Property Map> - Details about Oracle GoldenGate GGS Deployment.
- settings List<Property Map>
- Optional settings for Oracle GoldenGate processes
- source
Container List<Property Map>Db Credentials - source
Db List<Property Map>Credentials - target
Db List<Property Map>Credentials
GetMigrationGoldenGateServiceDetailGgsDeployment
- Deployment
Id string - OCID of a GoldenGate Deployment
- Ggs
Admin stringCredentials Secret Id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
- Deployment
Id string - OCID of a GoldenGate Deployment
- Ggs
Admin stringCredentials Secret Id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
- deployment
Id String - OCID of a GoldenGate Deployment
- ggs
Admin StringCredentials Secret Id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
- deployment
Id string - OCID of a GoldenGate Deployment
- ggs
Admin stringCredentials Secret Id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
- deployment_
id str - OCID of a GoldenGate Deployment
- ggs_
admin_ strcredentials_ secret_ id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
- deployment
Id String - OCID of a GoldenGate Deployment
- ggs
Admin StringCredentials Secret Id - OCID of a VaultSecret containing the Admin Credentials for the GGS Deployment
GetMigrationGoldenGateServiceDetailSetting
- Acceptable
Lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- Extracts
List<Get
Migration Golden Gate Service Detail Setting Extract> - Parameters for Extract processes.
- Replicats
List<Get
Migration Golden Gate Service Detail Setting Replicat> - Parameters for Replicat processes.
- Acceptable
Lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- Extracts
[]Get
Migration Golden Gate Service Detail Setting Extract - Parameters for Extract processes.
- Replicats
[]Get
Migration Golden Gate Service Detail Setting Replicat - Parameters for Replicat processes.
- acceptable
Lag Integer - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
List<Get
Migration Golden Gate Service Detail Setting Extract> - Parameters for Extract processes.
- replicats
List<Get
Migration Golden Gate Service Detail Setting Replicat> - Parameters for Replicat processes.
- acceptable
Lag number - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
Get
Migration Golden Gate Service Detail Setting Extract[] - Parameters for Extract processes.
- replicats
Get
Migration Golden Gate Service Detail Setting Replicat[] - Parameters for Replicat processes.
- acceptable_
lag int - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts
Sequence[databasemigration.
Get Migration Golden Gate Service Detail Setting Extract] - Parameters for Extract processes.
- replicats
Sequence[databasemigration.
Get Migration Golden Gate Service Detail Setting Replicat] - Parameters for Replicat processes.
- acceptable
Lag Number - ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.
- extracts List<Property Map>
- Parameters for Extract processes.
- replicats List<Property Map>
- Parameters for Replicat processes.
GetMigrationGoldenGateServiceDetailSettingExtract
- Long
Trans intDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- Performance
Profile string - Extract performance.
- Long
Trans intDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- Performance
Profile string - Extract performance.
- long
Trans IntegerDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile String - Extract performance.
- long
Trans numberDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile string - Extract performance.
- long_
trans_ intduration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance_
profile str - Extract performance.
- long
Trans NumberDuration - Length of time (in seconds) that a transaction can be open before Extract generates a warning message that the transaction is long-running. If not specified, Extract will not generate a warning on long-running transactions.
- performance
Profile String - Extract performance.
GetMigrationGoldenGateServiceDetailSettingReplicat
- Map
Parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- Max
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Min
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Map
Parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- Max
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- Min
Apply intParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- map
Parallelism Integer - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply IntegerParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply IntegerParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- map
Parallelism number - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply numberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply numberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- map_
parallelism int - Number of threads used to read trail files (valid for Parallel Replicat)
- max_
apply_ intparallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min_
apply_ intparallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- map
Parallelism Number - Number of threads used to read trail files (valid for Parallel Replicat)
- max
Apply NumberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
- min
Apply NumberParallelism - Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
GetMigrationGoldenGateServiceDetailSourceContainerDbCredential
GetMigrationGoldenGateServiceDetailSourceDbCredential
GetMigrationGoldenGateServiceDetailTargetDbCredential
GetMigrationIncludeObject
- Is
Omit boolExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- Object string
- Name of the object (regular expression is allowed)
- Owner string
- Owner of the object (regular expression is allowed)
- Type string
- Migration type.
- Is
Omit boolExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- Object string
- Name of the object (regular expression is allowed)
- Owner string
- Owner of the object (regular expression is allowed)
- Type string
- Migration type.
- is
Omit BooleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object String
- Name of the object (regular expression is allowed)
- owner String
- Owner of the object (regular expression is allowed)
- type String
- Migration type.
- is
Omit booleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object string
- Name of the object (regular expression is allowed)
- owner string
- Owner of the object (regular expression is allowed)
- type string
- Migration type.
- is_
omit_ boolexcluded_ table_ from_ replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object str
- Name of the object (regular expression is allowed)
- owner str
- Owner of the object (regular expression is allowed)
- type str
- Migration type.
- is
Omit BooleanExcluded Table From Replication - Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and that are included in the exludeObjects.
- object String
- Name of the object (regular expression is allowed)
- owner String
- Owner of the object (regular expression is allowed)
- type String
- Migration type.
GetMigrationVaultDetail
- Compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- Key
Id string - OCID of the vault encryption key
- Vault
Id string - OCID of the vault
- Compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- Key
Id string - OCID of the vault encryption key
- Vault
Id string - OCID of the vault
- compartment
Id String - OCID of the compartment where the secret containing the credentials will be created.
- key
Id String - OCID of the vault encryption key
- vault
Id String - OCID of the vault
- compartment
Id string - OCID of the compartment where the secret containing the credentials will be created.
- key
Id string - OCID of the vault encryption key
- vault
Id string - OCID of the vault
- compartment_
id str - OCID of the compartment where the secret containing the credentials will be created.
- key_
id str - OCID of the vault encryption key
- vault_
id str - OCID of the vault
- compartment
Id String - OCID of the compartment where the secret containing the credentials will be created.
- key
Id String - OCID of the vault encryption key
- vault
Id String - OCID of the vault
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