oci.DatabaseManagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement
Explore with Pulumi AI
This resource provides the Externalcontainerdatabase External Container Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
Enables a Database Management feature for the specified external container database.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testExternalcontainerdatabaseExternalContainerDbmFeaturesManagement:
    type: oci:DatabaseManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement
    name: test_externalcontainerdatabase_external_container_dbm_features_management
    properties:
      externalContainerDatabaseId: ${testExternalContainerDatabase.id}
      enableExternalContainerDbmFeature: ${enableExternalContainerDbmFeature}
      featureDetails:
        feature: ${externalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsFeature}
        enableExternalContainerDbmFeature: ${enableExternalContainerDbmFeature}
        connectorDetails:
          connectorType: ${externalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType}
          databaseConnectorId: ${testDatabaseConnector.id}
          managementAgentId: ${testManagementAgent.id}
          privateEndPointId: ${testPrivateEndPoint.id}
        licenseModel: ${externalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsLicenseModel}
Create ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(name: string, args: ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs, opts?: CustomResourceOptions);@overload
def ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(resource_name: str,
                                                                    args: ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs,
                                                                    opts: Optional[ResourceOptions] = None)
@overload
def ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(resource_name: str,
                                                                    opts: Optional[ResourceOptions] = None,
                                                                    enable_external_container_dbm_feature: Optional[bool] = None,
                                                                    external_container_database_id: Optional[str] = None,
                                                                    feature_details: Optional[ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs] = None)func NewExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(ctx *Context, name string, args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs, opts ...ResourceOption) (*ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement, error)public ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(string name, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs args, CustomResourceOptions? opts = null)
public ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(String name, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs args)
public ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(String name, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs
- 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 externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource = new Oci.DatabaseManagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement("externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource", new()
{
    EnableExternalContainerDbmFeature = false,
    ExternalContainerDatabaseId = "string",
    FeatureDetails = new Oci.DatabaseManagement.Inputs.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs
    {
        Feature = "string",
        ConnectorDetails = new Oci.DatabaseManagement.Inputs.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
        {
            ConnectorType = "string",
            DatabaseConnectorId = "string",
            ManagementAgentId = "string",
            PrivateEndPointId = "string",
        },
        LicenseModel = "string",
    },
});
example, err := databasemanagement.NewExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(ctx, "externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource", &databasemanagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs{
	EnableExternalContainerDbmFeature: pulumi.Bool(false),
	ExternalContainerDatabaseId:       pulumi.String("string"),
	FeatureDetails: &databasemanagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs{
		Feature: pulumi.String("string"),
		ConnectorDetails: &databasemanagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs{
			ConnectorType:       pulumi.String("string"),
			DatabaseConnectorId: pulumi.String("string"),
			ManagementAgentId:   pulumi.String("string"),
			PrivateEndPointId:   pulumi.String("string"),
		},
		LicenseModel: pulumi.String("string"),
	},
})
var externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource = new ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement("externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource", ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementArgs.builder()
    .enableExternalContainerDbmFeature(false)
    .externalContainerDatabaseId("string")
    .featureDetails(ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs.builder()
        .feature("string")
        .connectorDetails(ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
            .connectorType("string")
            .databaseConnectorId("string")
            .managementAgentId("string")
            .privateEndPointId("string")
            .build())
        .licenseModel("string")
        .build())
    .build());
externalcontainerdatabase_external_container_dbm_features_management_resource = oci.database_management.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement("externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource",
    enable_external_container_dbm_feature=False,
    external_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 externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource = new oci.databasemanagement.ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement("externalcontainerdatabaseExternalContainerDbmFeaturesManagementResource", {
    enableExternalContainerDbmFeature: false,
    externalContainerDatabaseId: "string",
    featureDetails: {
        feature: "string",
        connectorDetails: {
            connectorType: "string",
            databaseConnectorId: "string",
            managementAgentId: "string",
            privateEndPointId: "string",
        },
        licenseModel: "string",
    },
});
type: oci:DatabaseManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement
properties:
    enableExternalContainerDbmFeature: false
    externalContainerDatabaseId: string
    featureDetails:
        connectorDetails:
            connectorType: string
            databaseConnectorId: string
            managementAgentId: string
            privateEndPointId: string
        feature: string
        licenseModel: string
ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement 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 ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement resource accepts the following input properties:
- EnableExternal boolContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- ExternalContainer stringDatabase Id 
- The OCID of the external container database.
- FeatureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- EnableExternal boolContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- ExternalContainer stringDatabase Id 
- The OCID of the external container database.
- FeatureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- enableExternal BooleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer StringDatabase Id 
- The OCID of the external container database.
- featureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- enableExternal booleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer stringDatabase Id 
- The OCID of the external container database.
- featureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- enable_external_ boolcontainer_ dbm_ feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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_container_ strdatabase_ id 
- The OCID of the external container database.
- feature_details ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- enableExternal BooleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer StringDatabase Id 
- The OCID of the external container database.
- featureDetails Property Map
- The details required to enable the specified Database Management feature.
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement 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 ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement Resource
Get an existing ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement 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?: ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementState, opts?: CustomResourceOptions): ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        enable_external_container_dbm_feature: Optional[bool] = None,
        external_container_database_id: Optional[str] = None,
        feature_details: Optional[ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs] = None) -> ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementfunc GetExternalcontainerdatabaseExternalContainerDbmFeaturesManagement(ctx *Context, name string, id IDInput, state *ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementState, opts ...ResourceOption) (*ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement, error)public static ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement Get(string name, Input<string> id, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementState? state, CustomResourceOptions? opts = null)public static ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement get(String name, Output<String> id, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementState state, CustomResourceOptions options)resources:  _:    type: oci:DatabaseManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- EnableExternal boolContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- ExternalContainer stringDatabase Id 
- The OCID of the external container database.
- FeatureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- EnableExternal boolContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- ExternalContainer stringDatabase Id 
- The OCID of the external container database.
- FeatureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- enableExternal BooleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer StringDatabase Id 
- The OCID of the external container database.
- featureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- enableExternal booleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer stringDatabase Id 
- The OCID of the external container database.
- featureDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- enable_external_ boolcontainer_ dbm_ feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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_container_ strdatabase_ id 
- The OCID of the external container database.
- feature_details ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- enableExternal BooleanContainer Dbm Feature 
- (Updatable) A required field when set to - truecalls enable action and when set to- falsecalls 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 
- externalContainer StringDatabase Id 
- The OCID of the external container database.
- featureDetails Property Map
- The details required to enable the specified Database Management feature.
Supporting Types
ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetails, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsArgs                
- Feature string
- The name of the Database Management feature.
- ConnectorDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- LicenseModel string
- The Oracle license model that applies to the external database.
- Feature string
- The name of the Database Management feature.
- ConnectorDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- LicenseModel string
- The Oracle license model that applies to the external database.
- feature String
- The name of the Database Management feature.
- connectorDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- licenseModel String
- The Oracle license model that applies to the external database.
- feature string
- The name of the Database Management feature.
- connectorDetails ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- licenseModel string
- The Oracle license model that applies to the external database.
- feature str
- The name of the Database Management feature.
- connector_details ExternalcontainerdatabaseExternal Container Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- license_model str
- The Oracle license model that applies to the external database.
- feature String
- The name of the Database Management feature.
- connectorDetails Property Map
- The connector details required to connect to an Oracle cloud database.
- licenseModel String
- The Oracle license model that applies to the external database.
ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetails, ExternalcontainerdatabaseExternalContainerDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs                    
- ConnectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
 
- DatabaseConnector stringId 
- The OCID of the external database connector.
- ManagementAgent stringId 
- The OCID of the management agent.
- PrivateEnd stringPoint Id 
- The OCID of the private endpoint.
- ConnectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
 
- DatabaseConnector stringId 
- The OCID of the external database connector.
- ManagementAgent stringId 
- The OCID of the management agent.
- PrivateEnd stringPoint Id 
- The OCID of the private endpoint.
- connectorType String
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
 
- databaseConnector StringId 
- The OCID of the external database connector.
- managementAgent StringId 
- The OCID of the management agent.
- privateEnd StringPoint Id 
- The OCID of the private endpoint.
- connectorType string
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
 
- databaseConnector stringId 
- The OCID of the external database connector.
- managementAgent stringId 
- The OCID of the management agent.
- privateEnd stringPoint Id 
- 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
- DIRECT: Direct connection
 
- database_connector_ strid 
- The OCID of the external database connector.
- management_agent_ strid 
- The OCID of the management agent.
- private_end_ strpoint_ id 
- The OCID of the private endpoint.
- connectorType String
- The list of supported connection types:- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
 
- databaseConnector StringId 
- The OCID of the external database connector.
- managementAgent StringId 
- The OCID of the management agent.
- privateEnd StringPoint Id 
- 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 ociTerraform Provider.