Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
This data source provides the list of Assessments in Oracle Cloud Infrastructure Database Migration service.
List all Assessments.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAssessments = oci.DatabaseMigration.getAssessments({
compartmentId: compartmentId,
displayName: assessmentDisplayName,
lifecycleDetails: assessmentLifecycleDetails,
state: assessmentState,
});
import pulumi
import pulumi_oci as oci
test_assessments = oci.DatabaseMigration.get_assessments(compartment_id=compartment_id,
display_name=assessment_display_name,
lifecycle_details=assessment_lifecycle_details,
state=assessment_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemigration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasemigration.GetAssessments(ctx, &databasemigration.GetAssessmentsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(assessmentDisplayName),
LifecycleDetails: pulumi.StringRef(assessmentLifecycleDetails),
State: pulumi.StringRef(assessmentState),
}, 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 testAssessments = Oci.DatabaseMigration.GetAssessments.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = assessmentDisplayName,
LifecycleDetails = assessmentLifecycleDetails,
State = assessmentState,
});
});
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.GetAssessmentsArgs;
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 testAssessments = DatabaseMigrationFunctions.getAssessments(GetAssessmentsArgs.builder()
.compartmentId(compartmentId)
.displayName(assessmentDisplayName)
.lifecycleDetails(assessmentLifecycleDetails)
.state(assessmentState)
.build());
}
}
variables:
testAssessments:
fn::invoke:
function: oci:DatabaseMigration:getAssessments
arguments:
compartmentId: ${compartmentId}
displayName: ${assessmentDisplayName}
lifecycleDetails: ${assessmentLifecycleDetails}
state: ${assessmentState}
Using getAssessments
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 getAssessments(args: GetAssessmentsArgs, opts?: InvokeOptions): Promise<GetAssessmentsResult>
function getAssessmentsOutput(args: GetAssessmentsOutputArgs, opts?: InvokeOptions): Output<GetAssessmentsResult>def get_assessments(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetAssessmentsFilter]] = None,
lifecycle_details: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssessmentsResult
def get_assessments_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssessmentsFilterArgs]]]] = None,
lifecycle_details: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentsResult]func GetAssessments(ctx *Context, args *GetAssessmentsArgs, opts ...InvokeOption) (*GetAssessmentsResult, error)
func GetAssessmentsOutput(ctx *Context, args *GetAssessmentsOutputArgs, opts ...InvokeOption) GetAssessmentsResultOutput> Note: This function is named GetAssessments in the Go SDK.
public static class GetAssessments
{
public static Task<GetAssessmentsResult> InvokeAsync(GetAssessmentsArgs args, InvokeOptions? opts = null)
public static Output<GetAssessmentsResult> Invoke(GetAssessmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssessmentsResult> getAssessments(GetAssessmentsArgs args, InvokeOptions options)
public static Output<GetAssessmentsResult> getAssessments(GetAssessmentsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseMigration/getAssessments:getAssessments
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Assessments Filter> - Lifecycle
Details string - The lifecycle detailed status of the Migration.
- State string
- The lifecycle state of the Assessment.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Assessments Filter - Lifecycle
Details string - The lifecycle detailed status of the Migration.
- State string
- The lifecycle state of the Assessment.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Assessments Filter> - lifecycle
Details String - The lifecycle detailed status of the Migration.
- state String
- The lifecycle state of the Assessment.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Assessments Filter[] - lifecycle
Details string - The lifecycle detailed status of the Migration.
- state string
- The lifecycle state of the Assessment.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Assessments Filter] - lifecycle_
details str - The lifecycle detailed status of the Migration.
- state str
- The lifecycle state of the Assessment.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- lifecycle
Details String - The lifecycle detailed status of the Migration.
- state String
- The lifecycle state of the Assessment.
getAssessments Result
The following output properties are available:
- Assessment
Collections List<GetAssessments Assessment Collection> - The list of assessment_collection.
- Compartment
Id string - The OCID of the resource being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Assessments Filter> - Lifecycle
Details string - State string
- The current state of the Assessment resource.
- Assessment
Collections []GetAssessments Assessment Collection - The list of assessment_collection.
- Compartment
Id string - The OCID of the resource being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Assessments Filter - Lifecycle
Details string - State string
- The current state of the Assessment resource.
- assessment
Collections List<GetAssessments Assessment Collection> - The list of assessment_collection.
- compartment
Id String - The OCID of the resource being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Assessments Filter> - lifecycle
Details String - state String
- The current state of the Assessment resource.
- assessment
Collections GetAssessments Assessment Collection[] - The list of assessment_collection.
- compartment
Id string - The OCID of the resource being referenced.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Assessments Filter[] - lifecycle
Details string - state string
- The current state of the Assessment resource.
- assessment_
collections Sequence[GetAssessments Assessment Collection] - The list of assessment_collection.
- compartment_
id str - The OCID of the resource being referenced.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[Get
Assessments Filter] - lifecycle_
details str - state str
- The current state of the Assessment resource.
- assessment
Collections List<Property Map> - The list of assessment_collection.
- compartment
Id String - The OCID of the resource being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- lifecycle
Details String - state String
- The current state of the Assessment resource.
Supporting Types
GetAssessmentsAssessmentCollection
GetAssessmentsAssessmentCollectionItem
- Acceptable
Downtime string - Time allowed for the application downtime.
- Assessment
Migration stringType - The migration type of the migration to be performed.
- Bulk
Include stringExclude Data - Compartment
Id string - The ID of the compartment in which to list resources.
- Creation
Type string - The type of assessment creation.
- Database
Combination string - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- Database
Data stringSize - The size of a source database.
- Ddl
Expectation string - DDL expectation values.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Exclude
Objects List<GetAssessments Assessment Collection Item Exclude Object> - Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the resource being referenced.
- Include
Objects List<GetAssessments Assessment Collection Item Include Object> - Is
Cdb boolSupported - True if CDB should be defined, false otherwise.
- Migration
Id string - The OCID of the resource being referenced.
- Network
Speed stringMegabit Per Second - A network speed in Megabits per second.
- Source
Database List<GetConnections Assessments Assessment Collection Item Source Database Connection> - Source Assessment Connection object
- State string
- The lifecycle state of the Assessment.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Target
Database List<GetConnections Assessments Assessment Collection Item Target Database Connection> - Target Assessment Connection object
- Time
Created string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - Time
Updated string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
- Acceptable
Downtime string - Time allowed for the application downtime.
- Assessment
Migration stringType - The migration type of the migration to be performed.
- Bulk
Include stringExclude Data - Compartment
Id string - The ID of the compartment in which to list resources.
- Creation
Type string - The type of assessment creation.
- Database
Combination string - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- Database
Data stringSize - The size of a source database.
- Ddl
Expectation string - DDL expectation values.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Exclude
Objects []GetAssessments Assessment Collection Item Exclude Object - map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the resource being referenced.
- Include
Objects []GetAssessments Assessment Collection Item Include Object - Is
Cdb boolSupported - True if CDB should be defined, false otherwise.
- Migration
Id string - The OCID of the resource being referenced.
- Network
Speed stringMegabit Per Second - A network speed in Megabits per second.
- Source
Database []GetConnections Assessments Assessment Collection Item Source Database Connection - Source Assessment Connection object
- State string
- The lifecycle state of the Assessment.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Target
Database []GetConnections Assessments Assessment Collection Item Target Database Connection - Target Assessment Connection object
- Time
Created string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - Time
Updated string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
- acceptable
Downtime String - Time allowed for the application downtime.
- assessment
Migration StringType - The migration type of the migration to be performed.
- bulk
Include StringExclude Data - compartment
Id String - The ID of the compartment in which to list resources.
- creation
Type String - The type of assessment creation.
- database
Combination String - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- database
Data StringSize - The size of a source database.
- ddl
Expectation String - DDL expectation values.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A filter to return only resources that match the entire display name given.
- exclude
Objects List<GetAssessments Assessment Collection Item Exclude Object> - Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the resource being referenced.
- include
Objects List<GetAssessments Assessment Collection Item Include Object> - is
Cdb BooleanSupported - True if CDB should be defined, false otherwise.
- migration
Id String - The OCID of the resource being referenced.
- network
Speed StringMegabit Per Second - A network speed in Megabits per second.
- source
Database List<GetConnections Assessments Assessment Collection Item Source Database Connection> - Source Assessment Connection object
- state String
- The lifecycle state of the Assessment.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Database List<GetConnections Assessments Assessment Collection Item Target Database Connection> - Target Assessment Connection object
- time
Created String - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - time
Updated String - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
- acceptable
Downtime string - Time allowed for the application downtime.
- assessment
Migration stringType - The migration type of the migration to be performed.
- bulk
Include stringExclude Data - compartment
Id string - The ID of the compartment in which to list resources.
- creation
Type string - The type of assessment creation.
- database
Combination string - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- database
Data stringSize - The size of a source database.
- ddl
Expectation string - DDL expectation values.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name string - A filter to return only resources that match the entire display name given.
- exclude
Objects GetAssessments Assessment Collection Item Exclude Object[] - {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of the resource being referenced.
- include
Objects GetAssessments Assessment Collection Item Include Object[] - is
Cdb booleanSupported - True if CDB should be defined, false otherwise.
- migration
Id string - The OCID of the resource being referenced.
- network
Speed stringMegabit Per Second - A network speed in Megabits per second.
- source
Database GetConnections Assessments Assessment Collection Item Source Database Connection[] - Source Assessment Connection object
- state string
- The lifecycle state of the Assessment.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Database GetConnections Assessments Assessment Collection Item Target Database Connection[] - Target Assessment Connection object
- time
Created string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - time
Updated string - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
- acceptable_
downtime str - Time allowed for the application downtime.
- assessment_
migration_ strtype - The migration type of the migration to be performed.
- bulk_
include_ strexclude_ data - compartment_
id str - The ID of the compartment in which to list resources.
- creation_
type str - The type of assessment creation.
- database_
combination str - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- database_
data_ strsize - The size of a source database.
- ddl_
expectation str - DDL expectation values.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display_
name str - A filter to return only resources that match the entire display name given.
- exclude_
objects Sequence[GetAssessments Assessment Collection Item Exclude Object] - Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of the resource being referenced.
- include_
objects Sequence[GetAssessments Assessment Collection Item Include Object] - is_
cdb_ boolsupported - True if CDB should be defined, false otherwise.
- migration_
id str - The OCID of the resource being referenced.
- network_
speed_ strmegabit_ per_ second - A network speed in Megabits per second.
- source_
database_ Sequence[Getconnections Assessments Assessment Collection Item Source Database Connection] - Source Assessment Connection object
- state str
- The lifecycle state of the Assessment.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target_
database_ Sequence[Getconnections Assessments Assessment Collection Item Target Database Connection] - Target Assessment Connection object
- time_
created str - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - time_
updated str - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
- acceptable
Downtime String - Time allowed for the application downtime.
- assessment
Migration StringType - The migration type of the migration to be performed.
- bulk
Include StringExclude Data - compartment
Id String - The ID of the compartment in which to list resources.
- creation
Type String - The type of assessment creation.
- database
Combination String - The combination of source and target databases participating in a migration. Example: ORACLE means the migration is meant for migrating Oracle source and target databases.
- database
Data StringSize - The size of a source database.
- ddl
Expectation String - DDL expectation values.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- display
Name String - A filter to return only resources that match the entire display name given.
- exclude
Objects List<Property Map> - Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the resource being referenced.
- include
Objects List<Property Map> - is
Cdb BooleanSupported - True if CDB should be defined, false otherwise.
- migration
Id String - The OCID of the resource being referenced.
- network
Speed StringMegabit Per Second - A network speed in Megabits per second.
- source
Database List<Property Map>Connections - Source Assessment Connection object
- state String
- The lifecycle state of the Assessment.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - target
Database List<Property Map>Connections - Target Assessment Connection object
- time
Created String - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z. - time
Updated String - An RFC3339 formatted datetime string such as
2016-08-25T21:10:29.600Z.
GetAssessmentsAssessmentCollectionItemExcludeObject
- Is
Omit boolExcluded Table From Replication - Object string
- Owner string
- Schema string
- Type string
- Is
Omit boolExcluded Table From Replication - Object string
- Owner string
- Schema string
- Type string
- is
Omit BooleanExcluded Table From Replication - object String
- owner String
- schema String
- type String
- is
Omit booleanExcluded Table From Replication - object string
- owner string
- schema string
- type string
- is_
omit_ boolexcluded_ table_ from_ replication - object str
- owner str
- schema str
- type str
- is
Omit BooleanExcluded Table From Replication - object String
- owner String
- schema String
- type String
GetAssessmentsAssessmentCollectionItemIncludeObject
- Is
Omit boolExcluded Table From Replication - Object string
- Owner string
- Schema string
- Type string
- Is
Omit boolExcluded Table From Replication - Object string
- Owner string
- Schema string
- Type string
- is
Omit BooleanExcluded Table From Replication - object String
- owner String
- schema String
- type String
- is
Omit booleanExcluded Table From Replication - object string
- owner string
- schema string
- type string
- is_
omit_ boolexcluded_ table_ from_ replication - object str
- owner str
- schema str
- type str
- is
Omit BooleanExcluded Table From Replication - object String
- owner String
- schema String
- type String
GetAssessmentsAssessmentCollectionItemSourceDatabaseConnection
- Id string
- The OCID of the resource being referenced.
- Id string
- The OCID of the resource being referenced.
- id String
- The OCID of the resource being referenced.
- id string
- The OCID of the resource being referenced.
- id str
- The OCID of the resource being referenced.
- id String
- The OCID of the resource being referenced.
GetAssessmentsAssessmentCollectionItemTargetDatabaseConnection
- Connection
Type string - Defines the type of connection. For example, ORACLE.
- Database
Version string - The database version
- Id string
- The OCID of the resource being referenced.
- Technology
Sub stringType - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- Technology
Type string - The technology type.
- Connection
Type string - Defines the type of connection. For example, ORACLE.
- Database
Version string - The database version
- Id string
- The OCID of the resource being referenced.
- Technology
Sub stringType - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- Technology
Type string - The technology type.
- connection
Type String - Defines the type of connection. For example, ORACLE.
- database
Version String - The database version
- id String
- The OCID of the resource being referenced.
- technology
Sub StringType - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- technology
Type String - The technology type.
- connection
Type string - Defines the type of connection. For example, ORACLE.
- database
Version string - The database version
- id string
- The OCID of the resource being referenced.
- technology
Sub stringType - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- technology
Type string - The technology type.
- connection_
type str - Defines the type of connection. For example, ORACLE.
- database_
version str - The database version
- id str
- The OCID of the resource being referenced.
- technology_
sub_ strtype - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- technology_
type str - The technology type.
- connection
Type String - Defines the type of connection. For example, ORACLE.
- database
Version String - The database version
- id String
- The OCID of the resource being referenced.
- technology
Sub StringType - Technology sub-type e.g. ADW_SHARED, ADW_DEDICATED, ATP_SHARED, ATP_DEDICATED
- technology
Type String - The technology type.
GetAssessmentsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.2.0
published on Friday, Mar 6, 2026 by Pulumi
published on Friday, Mar 6, 2026 by Pulumi
