oci.DatabaseManagement.ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
Explore with Pulumi AI
- Example Usage
- Create ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource
- Constructor syntax
- Constructor example
- ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource Properties
- Inputs
- Outputs
- Look up Existing ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource
- Supporting Types
- Package Details
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}
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",
},
});
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"),
},
})
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());
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",
})
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",
},
});
type: oci:DatabaseManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement
properties:
enableExternalNonContainerDbmFeature: false
externalNonContainerDatabaseId: string
featureDetails:
connectorDetails:
connectorType: string
databaseConnectorId: string
managementAgentId: string
privateEndPointId: string
feature: string
licenseModel: string
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:
- 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 tofalse
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.
- The OCID of the external non-container database.
- Feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - 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 tofalse
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.
- The OCID of the external non-container database.
- Feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature.
- enable
External Non Container Dbm Feature This property is required. Boolean (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - The details required to enable the specified Database Management feature.
- enable
External Non Container Dbm Feature This property is required. boolean (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - 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 tofalse
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.
- The OCID of the external non-container database.
- feature_
details Changes to this property will trigger replacement.
Externalnoncontainerdatabase External Non Container Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature.
- enable
External Non Container Dbm Feature This property is required. Boolean (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
- 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.
- Enable
External boolNon Container Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- Feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - The details required to enable the specified Database Management feature.
- Enable
External boolNon Container Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- Feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature.
- enable
External BooleanNon Container Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - The details required to enable the specified Database Management feature.
- enable
External booleanNon Container Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details - The details required to enable the specified Database Management feature.
- enable_
external_ boolnon_ container_ dbm_ feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature_
details Changes to this property will trigger replacement.
Externalnoncontainerdatabase External Non Container Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature.
- enable
External BooleanNon Container Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
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.
- The OCID of the external non-container database.
- feature
Details Changes to this property will trigger replacement.
- 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.
- The name of the Database Management feature.
- Connector
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- License
Model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
- Feature
This property is required. Changes to this property will trigger replacement.
- The name of the Database Management feature.
- Connector
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- License
Model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
- feature
This property is required. Changes to this property will trigger replacement.
- The name of the Database Management feature.
- connector
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- license
Model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
- feature
This property is required. Changes to this property will trigger replacement.
- The name of the Database Management feature.
- connector
Details Changes to this property will trigger replacement.
External Non Container Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- license
Model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
- feature
This property is required. Changes to this property will trigger replacement.
- The name of the Database Management feature.
- connector_
details Changes to this property will trigger replacement.
Externalnoncontainerdatabase External Non Container Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- license_
model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
- feature
This property is required. Changes to this property will trigger replacement.
- The name of the Database Management feature.
- connector
Details Changes to this property will trigger replacement.
- The connector details required to connect to an Oracle cloud database.
- license
Model Changes to this property will trigger replacement.
- The Oracle license model that applies to the external database.
ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetails, ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
- Connector
Type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- Management
Agent Id Changes to this property will trigger replacement.
- The OCID of the management agent.
- Private
End Point Id Changes to this property will trigger replacement.
- The OCID of the private endpoint.
- Connector
Type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- Management
Agent Id Changes to this property will trigger replacement.
- The OCID of the management agent.
- Private
End Point Id Changes to this property will trigger replacement.
- The OCID of the private endpoint.
- connector
Type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- management
Agent Id Changes to this property will trigger replacement.
- The OCID of the management agent.
- private
End Point Id Changes to this property will trigger replacement.
- The OCID of the private endpoint.
- connector
Type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- management
Agent Id Changes to this property will trigger replacement.
- The OCID of the management agent.
- private
End Point Id Changes to this property will trigger replacement.
- The OCID of the private endpoint.
- connector_
type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- management_
agent_ id Changes to this property will trigger replacement.
- The OCID of the management agent.
- private_
end_ point_ id Changes to this property will trigger replacement.
- The OCID of the private endpoint.
- connector
Type Changes to this property will trigger replacement.
- 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.
- The OCID of the external database connector.
- management
Agent Id Changes to this property will trigger replacement.
- The OCID of the management agent.
- private
End Point Id Changes to this property will trigger replacement.
- 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.
- Example Usage
- Create ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource
- Constructor syntax
- Constructor example
- ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource Properties
- Inputs
- Outputs
- Look up Existing ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement Resource
- Supporting Types
- Package Details