1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ManagedDatabase
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.DatabaseManagement.ManagedDatabase

Explore with Pulumi AI

This resource provides the Managed Database resource in Oracle Cloud Infrastructure Database Management service.

Updates the Managed Database specified by managedDatabaseId.

Create ManagedDatabase Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ManagedDatabase(name: string, args: ManagedDatabaseArgs, opts?: CustomResourceOptions);
@overload
def ManagedDatabase(resource_name: str,
                    args: ManagedDatabaseArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def ManagedDatabase(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    managed_database_id: Optional[str] = None,
                    defined_tags: Optional[Mapping[str, str]] = None,
                    freeform_tags: Optional[Mapping[str, str]] = None)
func NewManagedDatabase(ctx *Context, name string, args ManagedDatabaseArgs, opts ...ResourceOption) (*ManagedDatabase, error)
public ManagedDatabase(string name, ManagedDatabaseArgs args, CustomResourceOptions? opts = null)
public ManagedDatabase(String name, ManagedDatabaseArgs args)
public ManagedDatabase(String name, ManagedDatabaseArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ManagedDatabase
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ManagedDatabaseArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ManagedDatabaseArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ManagedDatabaseArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ManagedDatabaseArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ManagedDatabaseArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var managedDatabaseResource = new Oci.DatabaseManagement.ManagedDatabase("managedDatabaseResource", new()
{
    ManagedDatabaseId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    FreeformTags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := databasemanagement.NewManagedDatabase(ctx, "managedDatabaseResource", &databasemanagement.ManagedDatabaseArgs{
	ManagedDatabaseId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
Copy
var managedDatabaseResource = new ManagedDatabase("managedDatabaseResource", ManagedDatabaseArgs.builder()
    .managedDatabaseId("string")
    .definedTags(Map.of("string", "string"))
    .freeformTags(Map.of("string", "string"))
    .build());
Copy
managed_database_resource = oci.database_management.ManagedDatabase("managedDatabaseResource",
    managed_database_id="string",
    defined_tags={
        "string": "string",
    },
    freeform_tags={
        "string": "string",
    })
Copy
const managedDatabaseResource = new oci.databasemanagement.ManagedDatabase("managedDatabaseResource", {
    managedDatabaseId: "string",
    definedTags: {
        string: "string",
    },
    freeformTags: {
        string: "string",
    },
});
Copy
type: oci:DatabaseManagement:ManagedDatabase
properties:
    definedTags:
        string: string
    freeformTags:
        string: string
    managedDatabaseId: string
Copy

ManagedDatabase Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ManagedDatabase resource accepts the following input properties:

ManagedDatabaseId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags Dictionary<string, string>
(Updatable) 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"}
ManagedDatabaseId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags map[string]string
(Updatable) 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"}
managedDatabaseId
This property is required.
Changes to this property will trigger replacement.
String

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String,String>
(Updatable) 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"}
managedDatabaseId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags {[key: string]: string}
(Updatable) 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"}
managed_database_id
This property is required.
Changes to this property will trigger replacement.
str

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeform_tags Mapping[str, str]
(Updatable) 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"}
managedDatabaseId
This property is required.
Changes to this property will trigger replacement.
String

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String>
(Updatable) 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"}

Outputs

All input properties are implicitly available as output properties. Additionally, the ManagedDatabase resource produces the following output properties:

AdditionalDetails Dictionary<string, string>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
DatabasePlatformName string
The operating system of database.
DatabaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
DatabaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
DatabaseType string
The type of Oracle Database installation.
DatabaseVersion string
The Oracle Database version.
DbSystemId string
The OCID of the external DB system that this Managed Database is part of.
DbmgmtFeatureConfigs List<ManagedDatabaseDbmgmtFeatureConfig>
The list of feature configurations
DeploymentType string
The infrastructure used to deploy the Oracle Database.
Id string
The provider-assigned unique ID for this managed resource.
IsCluster bool
Indicates whether the Oracle Database is part of a cluster.
ManagedDatabaseGroups List<ManagedDatabaseManagedDatabaseGroup>
A list of Managed Database Groups that the Managed Database belongs to.
ManagementOption string
The management option used when enabling Database Management.
Name string
The name of the Managed Database.
ParentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
StorageSystemId string
The OCID of the storage DB system.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the Managed Database was created.
WorkloadType string
The workload type of the Autonomous Database.
AdditionalDetails map[string]string
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
DatabasePlatformName string
The operating system of database.
DatabaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
DatabaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
DatabaseType string
The type of Oracle Database installation.
DatabaseVersion string
The Oracle Database version.
DbSystemId string
The OCID of the external DB system that this Managed Database is part of.
DbmgmtFeatureConfigs []ManagedDatabaseDbmgmtFeatureConfig
The list of feature configurations
DeploymentType string
The infrastructure used to deploy the Oracle Database.
Id string
The provider-assigned unique ID for this managed resource.
IsCluster bool
Indicates whether the Oracle Database is part of a cluster.
ManagedDatabaseGroups []ManagedDatabaseManagedDatabaseGroup
A list of Managed Database Groups that the Managed Database belongs to.
ManagementOption string
The management option used when enabling Database Management.
Name string
The name of the Managed Database.
ParentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
StorageSystemId string
The OCID of the storage DB system.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the Managed Database was created.
WorkloadType string
The workload type of the Autonomous Database.
additionalDetails Map<String,String>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName String
The operating system of database.
databaseStatus String
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType String
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType String
The type of Oracle Database installation.
databaseVersion String
The Oracle Database version.
dbSystemId String
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs List<ManagedDatabaseDbmgmtFeatureConfig>
The list of feature configurations
deploymentType String
The infrastructure used to deploy the Oracle Database.
id String
The provider-assigned unique ID for this managed resource.
isCluster Boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups List<ManagedDatabaseManagedDatabaseGroup>
A list of Managed Database Groups that the Managed Database belongs to.
managementOption String
The management option used when enabling Database Management.
name String
The name of the Managed Database.
parentContainerId String
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId String
The OCID of the storage DB system.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the Managed Database was created.
workloadType String
The workload type of the Autonomous Database.
additionalDetails {[key: string]: string}
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId string
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName string
The operating system of database.
databaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType string
The type of Oracle Database installation.
databaseVersion string
The Oracle Database version.
dbSystemId string
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs ManagedDatabaseDbmgmtFeatureConfig[]
The list of feature configurations
deploymentType string
The infrastructure used to deploy the Oracle Database.
id string
The provider-assigned unique ID for this managed resource.
isCluster boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups ManagedDatabaseManagedDatabaseGroup[]
A list of Managed Database Groups that the Managed Database belongs to.
managementOption string
The management option used when enabling Database Management.
name string
The name of the Managed Database.
parentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId string
The OCID of the storage DB system.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The date and time the Managed Database was created.
workloadType string
The workload type of the Autonomous Database.
additional_details Mapping[str, str]
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartment_id str
The OCID of the compartment in which the Managed Database Group resides.
database_platform_name str
The operating system of database.
database_status str
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
database_sub_type str
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
database_type str
The type of Oracle Database installation.
database_version str
The Oracle Database version.
db_system_id str
The OCID of the external DB system that this Managed Database is part of.
dbmgmt_feature_configs Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfig]
The list of feature configurations
deployment_type str
The infrastructure used to deploy the Oracle Database.
id str
The provider-assigned unique ID for this managed resource.
is_cluster bool
Indicates whether the Oracle Database is part of a cluster.
managed_database_groups Sequence[databasemanagement.ManagedDatabaseManagedDatabaseGroup]
A list of Managed Database Groups that the Managed Database belongs to.
management_option str
The management option used when enabling Database Management.
name str
The name of the Managed Database.
parent_container_id str
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storage_system_id str
The OCID of the storage DB system.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The date and time the Managed Database was created.
workload_type str
The workload type of the Autonomous Database.
additionalDetails Map<String>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName String
The operating system of database.
databaseStatus String
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType String
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType String
The type of Oracle Database installation.
databaseVersion String
The Oracle Database version.
dbSystemId String
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs List<Property Map>
The list of feature configurations
deploymentType String
The infrastructure used to deploy the Oracle Database.
id String
The provider-assigned unique ID for this managed resource.
isCluster Boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups List<Property Map>
A list of Managed Database Groups that the Managed Database belongs to.
managementOption String
The management option used when enabling Database Management.
name String
The name of the Managed Database.
parentContainerId String
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId String
The OCID of the storage DB system.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the Managed Database was created.
workloadType String
The workload type of the Autonomous Database.

Look up Existing ManagedDatabase Resource

Get an existing ManagedDatabase resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ManagedDatabaseState, opts?: CustomResourceOptions): ManagedDatabase
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        additional_details: Optional[Mapping[str, str]] = None,
        compartment_id: Optional[str] = None,
        database_platform_name: Optional[str] = None,
        database_status: Optional[str] = None,
        database_sub_type: Optional[str] = None,
        database_type: Optional[str] = None,
        database_version: Optional[str] = None,
        db_system_id: Optional[str] = None,
        dbmgmt_feature_configs: Optional[Sequence[_databasemanagement.ManagedDatabaseDbmgmtFeatureConfigArgs]] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        deployment_type: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        is_cluster: Optional[bool] = None,
        managed_database_groups: Optional[Sequence[_databasemanagement.ManagedDatabaseManagedDatabaseGroupArgs]] = None,
        managed_database_id: Optional[str] = None,
        management_option: Optional[str] = None,
        name: Optional[str] = None,
        parent_container_id: Optional[str] = None,
        storage_system_id: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        workload_type: Optional[str] = None) -> ManagedDatabase
func GetManagedDatabase(ctx *Context, name string, id IDInput, state *ManagedDatabaseState, opts ...ResourceOption) (*ManagedDatabase, error)
public static ManagedDatabase Get(string name, Input<string> id, ManagedDatabaseState? state, CustomResourceOptions? opts = null)
public static ManagedDatabase get(String name, Output<String> id, ManagedDatabaseState state, CustomResourceOptions options)
resources:  _:    type: oci:DatabaseManagement:ManagedDatabase    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AdditionalDetails Dictionary<string, string>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
DatabasePlatformName string
The operating system of database.
DatabaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
DatabaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
DatabaseType string
The type of Oracle Database installation.
DatabaseVersion string
The Oracle Database version.
DbSystemId string
The OCID of the external DB system that this Managed Database is part of.
DbmgmtFeatureConfigs List<ManagedDatabaseDbmgmtFeatureConfig>
The list of feature configurations
DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DeploymentType string
The infrastructure used to deploy the Oracle Database.
FreeformTags Dictionary<string, string>
(Updatable) 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"}
IsCluster bool
Indicates whether the Oracle Database is part of a cluster.
ManagedDatabaseGroups List<ManagedDatabaseManagedDatabaseGroup>
A list of Managed Database Groups that the Managed Database belongs to.
ManagedDatabaseId Changes to this property will trigger replacement. string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

ManagementOption string
The management option used when enabling Database Management.
Name string
The name of the Managed Database.
ParentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
StorageSystemId string
The OCID of the storage DB system.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the Managed Database was created.
WorkloadType string
The workload type of the Autonomous Database.
AdditionalDetails map[string]string
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
DatabasePlatformName string
The operating system of database.
DatabaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
DatabaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
DatabaseType string
The type of Oracle Database installation.
DatabaseVersion string
The Oracle Database version.
DbSystemId string
The OCID of the external DB system that this Managed Database is part of.
DbmgmtFeatureConfigs []ManagedDatabaseDbmgmtFeatureConfigArgs
The list of feature configurations
DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DeploymentType string
The infrastructure used to deploy the Oracle Database.
FreeformTags map[string]string
(Updatable) 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"}
IsCluster bool
Indicates whether the Oracle Database is part of a cluster.
ManagedDatabaseGroups []ManagedDatabaseManagedDatabaseGroupArgs
A list of Managed Database Groups that the Managed Database belongs to.
ManagedDatabaseId Changes to this property will trigger replacement. string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

ManagementOption string
The management option used when enabling Database Management.
Name string
The name of the Managed Database.
ParentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
StorageSystemId string
The OCID of the storage DB system.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The date and time the Managed Database was created.
WorkloadType string
The workload type of the Autonomous Database.
additionalDetails Map<String,String>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName String
The operating system of database.
databaseStatus String
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType String
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType String
The type of Oracle Database installation.
databaseVersion String
The Oracle Database version.
dbSystemId String
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs List<ManagedDatabaseDbmgmtFeatureConfig>
The list of feature configurations
definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
deploymentType String
The infrastructure used to deploy the Oracle Database.
freeformTags Map<String,String>
(Updatable) 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"}
isCluster Boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups List<ManagedDatabaseManagedDatabaseGroup>
A list of Managed Database Groups that the Managed Database belongs to.
managedDatabaseId Changes to this property will trigger replacement. String

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

managementOption String
The management option used when enabling Database Management.
name String
The name of the Managed Database.
parentContainerId String
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId String
The OCID of the storage DB system.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the Managed Database was created.
workloadType String
The workload type of the Autonomous Database.
additionalDetails {[key: string]: string}
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId string
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName string
The operating system of database.
databaseStatus string
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType string
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType string
The type of Oracle Database installation.
databaseVersion string
The Oracle Database version.
dbSystemId string
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs ManagedDatabaseDbmgmtFeatureConfig[]
The list of feature configurations
definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
deploymentType string
The infrastructure used to deploy the Oracle Database.
freeformTags {[key: string]: string}
(Updatable) 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"}
isCluster boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups ManagedDatabaseManagedDatabaseGroup[]
A list of Managed Database Groups that the Managed Database belongs to.
managedDatabaseId Changes to this property will trigger replacement. string

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

managementOption string
The management option used when enabling Database Management.
name string
The name of the Managed Database.
parentContainerId string
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId string
The OCID of the storage DB system.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The date and time the Managed Database was created.
workloadType string
The workload type of the Autonomous Database.
additional_details Mapping[str, str]
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartment_id str
The OCID of the compartment in which the Managed Database Group resides.
database_platform_name str
The operating system of database.
database_status str
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
database_sub_type str
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
database_type str
The type of Oracle Database installation.
database_version str
The Oracle Database version.
db_system_id str
The OCID of the external DB system that this Managed Database is part of.
dbmgmt_feature_configs Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfigArgs]
The list of feature configurations
defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
deployment_type str
The infrastructure used to deploy the Oracle Database.
freeform_tags Mapping[str, str]
(Updatable) 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"}
is_cluster bool
Indicates whether the Oracle Database is part of a cluster.
managed_database_groups Sequence[databasemanagement.ManagedDatabaseManagedDatabaseGroupArgs]
A list of Managed Database Groups that the Managed Database belongs to.
managed_database_id Changes to this property will trigger replacement. str

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

management_option str
The management option used when enabling Database Management.
name str
The name of the Managed Database.
parent_container_id str
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storage_system_id str
The OCID of the storage DB system.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The date and time the Managed Database was created.
workload_type str
The workload type of the Autonomous Database.
additionalDetails Map<String>
The additional details specific to a type of database defined in {"key": "value"} format. Example: {"bar-key": "value"}
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
databasePlatformName String
The operating system of database.
databaseStatus String
The status of the Oracle Database. Indicates whether the status of the database is UP, DOWN, or UNKNOWN at the current time.
databaseSubType String
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
databaseType String
The type of Oracle Database installation.
databaseVersion String
The Oracle Database version.
dbSystemId String
The OCID of the external DB system that this Managed Database is part of.
dbmgmtFeatureConfigs List<Property Map>
The list of feature configurations
definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
deploymentType String
The infrastructure used to deploy the Oracle Database.
freeformTags Map<String>
(Updatable) 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"}
isCluster Boolean
Indicates whether the Oracle Database is part of a cluster.
managedDatabaseGroups List<Property Map>
A list of Managed Database Groups that the Managed Database belongs to.
managedDatabaseId Changes to this property will trigger replacement. String

The OCID of the Managed Database.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

managementOption String
The management option used when enabling Database Management.
name String
The name of the Managed Database.
parentContainerId String
The OCID of the parent Container Database if Managed Database is a Pluggable Database.
storageSystemId String
The OCID of the storage DB system.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The date and time the Managed Database was created.
workloadType String
The workload type of the Autonomous Database.

Supporting Types

ManagedDatabaseDbmgmtFeatureConfig
, ManagedDatabaseDbmgmtFeatureConfigArgs

ConnectorDetails List<ManagedDatabaseDbmgmtFeatureConfigConnectorDetail>
The connector details required to connect to an Oracle cloud database.
DatabaseConnectionDetails List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail>
The connection details required to connect to the database.
Feature string
The name of the Database Management feature.
FeatureStatus string
The list of statuses for Database Management features.
LicenseModel string
The Oracle license model that applies to the external database.
ConnectorDetails []ManagedDatabaseDbmgmtFeatureConfigConnectorDetail
The connector details required to connect to an Oracle cloud database.
DatabaseConnectionDetails []ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail
The connection details required to connect to the database.
Feature string
The name of the Database Management feature.
FeatureStatus string
The list of statuses for Database Management features.
LicenseModel string
The Oracle license model that applies to the external database.
connectorDetails List<ManagedDatabaseDbmgmtFeatureConfigConnectorDetail>
The connector details required to connect to an Oracle cloud database.
databaseConnectionDetails List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail>
The connection details required to connect to the database.
feature String
The name of the Database Management feature.
featureStatus String
The list of statuses for Database Management features.
licenseModel String
The Oracle license model that applies to the external database.
connectorDetails ManagedDatabaseDbmgmtFeatureConfigConnectorDetail[]
The connector details required to connect to an Oracle cloud database.
databaseConnectionDetails ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail[]
The connection details required to connect to the database.
feature string
The name of the Database Management feature.
featureStatus string
The list of statuses for Database Management features.
licenseModel string
The Oracle license model that applies to the external database.
connector_details Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfigConnectorDetail]
The connector details required to connect to an Oracle cloud database.
database_connection_details Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail]
The connection details required to connect to the database.
feature str
The name of the Database Management feature.
feature_status str
The list of statuses for Database Management features.
license_model str
The Oracle license model that applies to the external database.
connectorDetails List<Property Map>
The connector details required to connect to an Oracle cloud database.
databaseConnectionDetails List<Property Map>
The connection details required to connect to the database.
feature String
The name of the Database Management feature.
featureStatus String
The list of statuses for Database Management features.
licenseModel String
The Oracle license model that applies to the external database.

ManagedDatabaseDbmgmtFeatureConfigConnectorDetail
, ManagedDatabaseDbmgmtFeatureConfigConnectorDetailArgs

ConnectorType string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
DatabaseConnectorId string
The OCID of the external database connector.
ManagementAgentId string
The OCID of the management agent.
PrivateEndPointId string
The OCID of the private endpoint.
ConnectorType string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
DatabaseConnectorId string
The OCID of the external database connector.
ManagementAgentId string
The OCID of the management agent.
PrivateEndPointId string
The OCID of the private endpoint.
connectorType String
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
databaseConnectorId String
The OCID of the external database connector.
managementAgentId String
The OCID of the management agent.
privateEndPointId String
The OCID of the private endpoint.
connectorType string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
databaseConnectorId string
The OCID of the external database connector.
managementAgentId string
The OCID of the management agent.
privateEndPointId string
The OCID of the private endpoint.
connector_type str
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
database_connector_id str
The OCID of the external database connector.
management_agent_id str
The OCID of the management agent.
private_end_point_id str
The OCID of the private endpoint.
connectorType String
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
databaseConnectorId String
The OCID of the external database connector.
managementAgentId String
The OCID of the management agent.
privateEndPointId String
The OCID of the private endpoint.

ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetail
, ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailArgs

ConnectionCredentials List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential>
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
ConnectionStrings List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString>
The details of the Oracle Database connection string.
ConnectionCredentials []ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
ConnectionStrings []ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString
The details of the Oracle Database connection string.
connectionCredentials List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential>
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
connectionStrings List<ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString>
The details of the Oracle Database connection string.
connectionCredentials ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential[]
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
connectionStrings ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString[]
The details of the Oracle Database connection string.
connection_credentials Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential]
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
connection_strings Sequence[databasemanagement.ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString]
The details of the Oracle Database connection string.
connectionCredentials List<Property Map>
The credentials used to connect to the database. Currently only the DETAILS type is supported for creating MACS connector credentials.
connectionStrings List<Property Map>
The details of the Oracle Database connection string.

ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential
, ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredentialArgs

CredentialName string
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
CredentialType string
The type of credential used to connect to the database.
NamedCredentialId string
The OCID of the Named Credential where the database password metadata is stored.
PasswordSecretId string
The OCID of the secret containing the user password.
Role string
The role of the user connecting to the database.
SslSecretId string
The OCID of the secret containing the SSL keystore and truststore details.
UserName string
The user name used to connect to the database.
CredentialName string
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
CredentialType string
The type of credential used to connect to the database.
NamedCredentialId string
The OCID of the Named Credential where the database password metadata is stored.
PasswordSecretId string
The OCID of the secret containing the user password.
Role string
The role of the user connecting to the database.
SslSecretId string
The OCID of the secret containing the SSL keystore and truststore details.
UserName string
The user name used to connect to the database.
credentialName String
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
credentialType String
The type of credential used to connect to the database.
namedCredentialId String
The OCID of the Named Credential where the database password metadata is stored.
passwordSecretId String
The OCID of the secret containing the user password.
role String
The role of the user connecting to the database.
sslSecretId String
The OCID of the secret containing the SSL keystore and truststore details.
userName String
The user name used to connect to the database.
credentialName string
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
credentialType string
The type of credential used to connect to the database.
namedCredentialId string
The OCID of the Named Credential where the database password metadata is stored.
passwordSecretId string
The OCID of the secret containing the user password.
role string
The role of the user connecting to the database.
sslSecretId string
The OCID of the secret containing the SSL keystore and truststore details.
userName string
The user name used to connect to the database.
credential_name str
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
credential_type str
The type of credential used to connect to the database.
named_credential_id str
The OCID of the Named Credential where the database password metadata is stored.
password_secret_id str
The OCID of the secret containing the user password.
role str
The role of the user connecting to the database.
ssl_secret_id str
The OCID of the secret containing the SSL keystore and truststore details.
user_name str
The user name used to connect to the database.
credentialName String
The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
credentialType String
The type of credential used to connect to the database.
namedCredentialId String
The OCID of the Named Credential where the database password metadata is stored.
passwordSecretId String
The OCID of the secret containing the user password.
role String
The role of the user connecting to the database.
sslSecretId String
The OCID of the secret containing the SSL keystore and truststore details.
userName String
The user name used to connect to the database.

ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString
, ManagedDatabaseDbmgmtFeatureConfigDatabaseConnectionDetailConnectionStringArgs

ConnectionType string
The list of supported connection types:

  • BASIC: Basic connection details
Port int
The port number used to connect to the database.
Protocol string
The protocol used to connect to the database.
Service string
The service name of the database.
ConnectionType string
The list of supported connection types:

  • BASIC: Basic connection details
Port int
The port number used to connect to the database.
Protocol string
The protocol used to connect to the database.
Service string
The service name of the database.
connectionType String
The list of supported connection types:

  • BASIC: Basic connection details
port Integer
The port number used to connect to the database.
protocol String
The protocol used to connect to the database.
service String
The service name of the database.
connectionType string
The list of supported connection types:

  • BASIC: Basic connection details
port number
The port number used to connect to the database.
protocol string
The protocol used to connect to the database.
service string
The service name of the database.
connection_type str
The list of supported connection types:

  • BASIC: Basic connection details
port int
The port number used to connect to the database.
protocol str
The protocol used to connect to the database.
service str
The service name of the database.
connectionType String
The list of supported connection types:

  • BASIC: Basic connection details
port Number
The port number used to connect to the database.
protocol String
The protocol used to connect to the database.
service String
The service name of the database.

ManagedDatabaseManagedDatabaseGroup
, ManagedDatabaseManagedDatabaseGroupArgs

CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
Id string
The OCID of the Managed Database Group.
Name string
The name of the Managed Database.
CompartmentId string
The OCID of the compartment in which the Managed Database Group resides.
Id string
The OCID of the Managed Database Group.
Name string
The name of the Managed Database.
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
id String
The OCID of the Managed Database Group.
name String
The name of the Managed Database.
compartmentId string
The OCID of the compartment in which the Managed Database Group resides.
id string
The OCID of the Managed Database Group.
name string
The name of the Managed Database.
compartment_id str
The OCID of the compartment in which the Managed Database Group resides.
id str
The OCID of the Managed Database Group.
name str
The name of the Managed Database.
compartmentId String
The OCID of the compartment in which the Managed Database Group resides.
id String
The OCID of the Managed Database Group.
name String
The name of the Managed Database.

Import

ManagedDatabases can be imported using the id, e.g.

$ pulumi import oci:DatabaseManagement/managedDatabase:ManagedDatabase test_managed_database "id"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.