1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.DatabaseManagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement

Explore with Pulumi AI

This resource provides the Externalnoncontainerdatabase External Non Container Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.

Enables Database Management feature for the specified external non-container database.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement:
    type: oci:DatabaseManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
    name: test_externalnoncontainerdatabase_external_non_container_dbm_features_management
    properties:
      externalNonContainerDatabaseId: ${testExternalNonContainerDatabase.id}
      enableExternalNonContainerDbmFeature: ${enableExternalNonContainerDbmFeature}
      featureDetails:
        feature: ${externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsFeature}
        enableExternalNonContainerDbmFeature: ${enableExternalNonContainerDbmFeature}
        connectorDetails:
          connectorType: ${externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType}
          databaseConnectorId: ${testDatabaseConnector.id}
          managementAgentId: ${testManagementAgent.id}
          privateEndPointId: ${testPrivateEndPoint.id}
        licenseModel: ${externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsLicenseModel}
Copy

Create ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource

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

Constructor syntax

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

@overload
def ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(resource_name: str,
                                                                          opts: Optional[ResourceOptions] = None,
                                                                          enable_external_non_container_dbm_feature: Optional[bool] = None,
                                                                          external_non_container_database_id: Optional[str] = None,
                                                                          feature_details: Optional[_databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs] = None)
func NewExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(ctx *Context, name string, args ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs, opts ...ResourceOption) (*ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement, error)
public ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(string name, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs args, CustomResourceOptions? opts = null)
public ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(String name, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs args)
public ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(String name, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
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. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs
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. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs
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. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs
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. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs
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. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs
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 externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource = new Oci.DatabaseManagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement("externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource", new()
{
    EnableExternalNonContainerDbmFeature = false,
    ExternalNonContainerDatabaseId = "string",
    FeatureDetails = new Oci.DatabaseManagement.Inputs.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs
    {
        Feature = "string",
        ConnectorDetails = new Oci.DatabaseManagement.Inputs.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
        {
            ConnectorType = "string",
            DatabaseConnectorId = "string",
            ManagementAgentId = "string",
            PrivateEndPointId = "string",
        },
        LicenseModel = "string",
    },
});
Copy
example, err := DatabaseManagement.NewExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(ctx, "externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource", &DatabaseManagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs{
	EnableExternalNonContainerDbmFeature: pulumi.Bool(false),
	ExternalNonContainerDatabaseId:       pulumi.String("string"),
	FeatureDetails: &databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs{
		Feature: pulumi.String("string"),
		ConnectorDetails: &databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs{
			ConnectorType:       pulumi.String("string"),
			DatabaseConnectorId: pulumi.String("string"),
			ManagementAgentId:   pulumi.String("string"),
			PrivateEndPointId:   pulumi.String("string"),
		},
		LicenseModel: pulumi.String("string"),
	},
})
Copy
var externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource = new ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement("externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource", ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementArgs.builder()
    .enableExternalNonContainerDbmFeature(false)
    .externalNonContainerDatabaseId("string")
    .featureDetails(ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs.builder()
        .feature("string")
        .connectorDetails(ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
            .connectorType("string")
            .databaseConnectorId("string")
            .managementAgentId("string")
            .privateEndPointId("string")
            .build())
        .licenseModel("string")
        .build())
    .build());
Copy
externalnoncontainerdatabase_external_non_container_dbm_features_management_resource = oci.database_management.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement("externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource",
    enable_external_non_container_dbm_feature=False,
    external_non_container_database_id="string",
    feature_details={
        "feature": "string",
        "connector_details": {
            "connector_type": "string",
            "database_connector_id": "string",
            "management_agent_id": "string",
            "private_end_point_id": "string",
        },
        "license_model": "string",
    })
Copy
const externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource = new oci.databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement("externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementResource", {
    enableExternalNonContainerDbmFeature: false,
    externalNonContainerDatabaseId: "string",
    featureDetails: {
        feature: "string",
        connectorDetails: {
            connectorType: "string",
            databaseConnectorId: "string",
            managementAgentId: "string",
            privateEndPointId: "string",
        },
        licenseModel: "string",
    },
});
Copy
type: oci:DatabaseManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
properties:
    enableExternalNonContainerDbmFeature: false
    externalNonContainerDatabaseId: string
    featureDetails:
        connectorDetails:
            connectorType: string
            databaseConnectorId: string
            managementAgentId: string
            privateEndPointId: string
        feature: string
        licenseModel: string
Copy

ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement 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 ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement resource accepts the following input properties:

EnableExternalNonContainerDbmFeature This property is required. bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

ExternalNonContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external non-container database.
FeatureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
EnableExternalNonContainerDbmFeature This property is required. bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

ExternalNonContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external non-container database.
FeatureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature This property is required. Boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
String
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature This property is required. boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
string
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
enable_external_non_container_dbm_feature This property is required. bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

external_non_container_database_id
This property is required.
Changes to this property will trigger replacement.
str
The OCID of the external non-container database.
feature_details Changes to this property will trigger replacement. databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature This property is required. Boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId
This property is required.
Changes to this property will trigger replacement.
String
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. Property Map
The details required to enable the specified Database Management feature.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource

Get an existing ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement 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?: ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementState, opts?: CustomResourceOptions): ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        enable_external_non_container_dbm_feature: Optional[bool] = None,
        external_non_container_database_id: Optional[str] = None,
        feature_details: Optional[_databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs] = None) -> ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
func GetExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement(ctx *Context, name string, id IDInput, state *ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementState, opts ...ResourceOption) (*ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement, error)
public static ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Get(string name, Input<string> id, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementState? state, CustomResourceOptions? opts = null)
public static ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement get(String name, Output<String> id, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementState state, CustomResourceOptions options)
resources:  _:    type: oci:DatabaseManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement    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:
EnableExternalNonContainerDbmFeature bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

ExternalNonContainerDatabaseId Changes to this property will trigger replacement. string
The OCID of the external non-container database.
FeatureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
EnableExternalNonContainerDbmFeature bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

ExternalNonContainerDatabaseId Changes to this property will trigger replacement. string
The OCID of the external non-container database.
FeatureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature Boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId Changes to this property will trigger replacement. String
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId Changes to this property will trigger replacement. string
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
The details required to enable the specified Database Management feature.
enable_external_non_container_dbm_feature bool

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

external_non_container_database_id Changes to this property will trigger replacement. str
The OCID of the external non-container database.
feature_details Changes to this property will trigger replacement. databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs
The details required to enable the specified Database Management feature.
enableExternalNonContainerDbmFeature Boolean

(Updatable) A required field when set to true calls enable action and when set to false calls disable action.

** 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

externalNonContainerDatabaseId Changes to this property will trigger replacement. String
The OCID of the external non-container database.
featureDetails Changes to this property will trigger replacement. Property Map
The details required to enable the specified Database Management feature.

Supporting Types

ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetails
, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsArgs

Feature
This property is required.
Changes to this property will trigger replacement.
string
The name of the Database Management feature.
ConnectorDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
The connector details required to connect to an Oracle cloud database.
LicenseModel Changes to this property will trigger replacement. string
The Oracle license model that applies to the external database.
Feature
This property is required.
Changes to this property will trigger replacement.
string
The name of the Database Management feature.
ConnectorDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
The connector details required to connect to an Oracle cloud database.
LicenseModel Changes to this property will trigger replacement. string
The Oracle license model that applies to the external database.
feature
This property is required.
Changes to this property will trigger replacement.
String
The name of the Database Management feature.
connectorDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
The connector details required to connect to an Oracle cloud database.
licenseModel Changes to this property will trigger replacement. String
The Oracle license model that applies to the external database.
feature
This property is required.
Changes to this property will trigger replacement.
string
The name of the Database Management feature.
connectorDetails Changes to this property will trigger replacement. ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
The connector details required to connect to an Oracle cloud database.
licenseModel Changes to this property will trigger replacement. string
The Oracle license model that applies to the external database.
feature
This property is required.
Changes to this property will trigger replacement.
str
The name of the Database Management feature.
connector_details Changes to this property will trigger replacement. databasemanagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
The connector details required to connect to an Oracle cloud database.
license_model Changes to this property will trigger replacement. str
The Oracle license model that applies to the external database.
feature
This property is required.
Changes to this property will trigger replacement.
String
The name of the Database Management feature.
connectorDetails Changes to this property will trigger replacement. Property Map
The connector details required to connect to an Oracle cloud database.
licenseModel Changes to this property will trigger replacement. String
The Oracle license model that applies to the external database.

ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails
, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs

ConnectorType Changes to this property will trigger replacement. string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
DatabaseConnectorId Changes to this property will trigger replacement. string
The OCID of the external database connector.
ManagementAgentId Changes to this property will trigger replacement. string
The OCID of the management agent.
PrivateEndPointId Changes to this property will trigger replacement. string
The OCID of the private endpoint.
ConnectorType Changes to this property will trigger replacement. string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
DatabaseConnectorId Changes to this property will trigger replacement. string
The OCID of the external database connector.
ManagementAgentId Changes to this property will trigger replacement. string
The OCID of the management agent.
PrivateEndPointId Changes to this property will trigger replacement. string
The OCID of the private endpoint.
connectorType Changes to this property will trigger replacement. String
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
databaseConnectorId Changes to this property will trigger replacement. String
The OCID of the external database connector.
managementAgentId Changes to this property will trigger replacement. String
The OCID of the management agent.
privateEndPointId Changes to this property will trigger replacement. String
The OCID of the private endpoint.
connectorType Changes to this property will trigger replacement. string
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
databaseConnectorId Changes to this property will trigger replacement. string
The OCID of the external database connector.
managementAgentId Changes to this property will trigger replacement. string
The OCID of the management agent.
privateEndPointId Changes to this property will trigger replacement. string
The OCID of the private endpoint.
connector_type Changes to this property will trigger replacement. str
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
database_connector_id Changes to this property will trigger replacement. str
The OCID of the external database connector.
management_agent_id Changes to this property will trigger replacement. str
The OCID of the management agent.
private_end_point_id Changes to this property will trigger replacement. str
The OCID of the private endpoint.
connectorType Changes to this property will trigger replacement. String
The list of supported connection types:

  • PE: Private endpoint
  • MACS: Management agent
  • EXTERNAL: External database connector
  • DIRECT: Direct connection
databaseConnectorId Changes to this property will trigger replacement. String
The OCID of the external database connector.
managementAgentId Changes to this property will trigger replacement. String
The OCID of the management agent.
privateEndPointId Changes to this property will trigger replacement. String
The OCID of the private endpoint.

Package Details

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