1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi

oci.DatabaseManagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi

    This resource provides the Externalpluggabledatabase External Pluggable Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.

    Enables a Database Management feature for the specified external pluggable database.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement;
    import com.pulumi.oci.DatabaseManagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs;
    import com.pulumi.oci.DatabaseManagement.inputs.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs;
    import com.pulumi.oci.DatabaseManagement.inputs.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var testExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement = new ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement("testExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement", ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs.builder()
                .externalPluggableDatabaseId(testExternalPluggableDatabase.id())
                .enableExternalPluggableDbmFeature(enableExternalPluggableDbmFeature)
                .featureDetails(ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs.builder()
                    .feature(externalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsFeature)
                    .enableExternalPluggableDbmFeature(enableExternalPluggableDbmFeature)
                    .connectorDetails(ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
                        .connectorType(externalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType)
                        .databaseConnectorId(testDatabaseConnector.id())
                        .managementAgentId(testManagementAgent.id())
                        .privateEndPointId(testPrivateEndPoint.id())
                        .build())
                    .build())
                .build());
    
        }
    }
    
    resources:
      testExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement:
        type: oci:DatabaseManagement:ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
        name: test_externalpluggabledatabase_external_pluggable_dbm_features_management
        properties:
          externalPluggableDatabaseId: ${testExternalPluggableDatabase.id}
          enableExternalPluggableDbmFeature: ${enableExternalPluggableDbmFeature}
          featureDetails:
            feature: ${externalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsFeature}
            enableExternalPluggableDbmFeature: ${enableExternalPluggableDbmFeature}
            connectorDetails:
              connectorType: ${externalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType}
              databaseConnectorId: ${testDatabaseConnector.id}
              managementAgentId: ${testManagementAgent.id}
              privateEndPointId: ${testPrivateEndPoint.id}
    

    Create ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement Resource

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

    Constructor syntax

    new ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(name: string, args: ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs, opts?: CustomResourceOptions);
    @overload
    def ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(resource_name: str,
                                                                        args: ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs,
                                                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(resource_name: str,
                                                                        opts: Optional[ResourceOptions] = None,
                                                                        enable_external_pluggable_dbm_feature: Optional[bool] = None,
                                                                        external_pluggable_database_id: Optional[str] = None,
                                                                        feature_details: Optional[_databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs] = None)
    func NewExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(ctx *Context, name string, args ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs, opts ...ResourceOption) (*ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement, error)
    public ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(string name, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs args, CustomResourceOptions? opts = null)
    public ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(String name, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs args)
    public ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(String name, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseManagement:ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
    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 ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs
    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 ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs
    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 ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs
    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 externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource = new Oci.DatabaseManagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement("externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource", new()
    {
        EnableExternalPluggableDbmFeature = false,
        ExternalPluggableDatabaseId = "string",
        FeatureDetails = new Oci.DatabaseManagement.Inputs.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs
        {
            Feature = "string",
            ConnectorDetails = new Oci.DatabaseManagement.Inputs.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
            {
                ConnectorType = "string",
                DatabaseConnectorId = "string",
                ManagementAgentId = "string",
                PrivateEndPointId = "string",
            },
        },
    });
    
    example, err := DatabaseManagement.NewExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(ctx, "externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource", &DatabaseManagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs{
    	EnableExternalPluggableDbmFeature: pulumi.Bool(false),
    	ExternalPluggableDatabaseId:       pulumi.String("string"),
    	FeatureDetails: &databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs{
    		Feature: pulumi.String("string"),
    		ConnectorDetails: &databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs{
    			ConnectorType:       pulumi.String("string"),
    			DatabaseConnectorId: pulumi.String("string"),
    			ManagementAgentId:   pulumi.String("string"),
    			PrivateEndPointId:   pulumi.String("string"),
    		},
    	},
    })
    
    var externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource = new ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement("externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource", ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementArgs.builder()
        .enableExternalPluggableDbmFeature(false)
        .externalPluggableDatabaseId("string")
        .featureDetails(ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs.builder()
            .feature("string")
            .connectorDetails(ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
                .connectorType("string")
                .databaseConnectorId("string")
                .managementAgentId("string")
                .privateEndPointId("string")
                .build())
            .build())
        .build());
    
    externalpluggabledatabase_external_pluggable_dbm_features_management_resource = oci.database_management.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement("externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource",
        enable_external_pluggable_dbm_feature=False,
        external_pluggable_database_id="string",
        feature_details=oci.database_management.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs(
            feature="string",
            connector_details=oci.database_management.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs(
                connector_type="string",
                database_connector_id="string",
                management_agent_id="string",
                private_end_point_id="string",
            ),
        ))
    
    const externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource = new oci.databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement("externalpluggabledatabaseExternalPluggableDbmFeaturesManagementResource", {
        enableExternalPluggableDbmFeature: false,
        externalPluggableDatabaseId: "string",
        featureDetails: {
            feature: "string",
            connectorDetails: {
                connectorType: "string",
                databaseConnectorId: "string",
                managementAgentId: "string",
                privateEndPointId: "string",
            },
        },
    });
    
    type: oci:DatabaseManagement:ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
    properties:
        enableExternalPluggableDbmFeature: false
        externalPluggableDatabaseId: string
        featureDetails:
            connectorDetails:
                connectorType: string
                databaseConnectorId: string
                managementAgentId: string
                privateEndPointId: string
            feature: string
    

    ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement Resource Properties

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

    Inputs

    The ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement resource accepts the following input properties:

    EnableExternalPluggableDbmFeature 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

    ExternalPluggableDatabaseId string
    The OCID of the external pluggable database.
    FeatureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    EnableExternalPluggableDbmFeature 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

    ExternalPluggableDatabaseId string
    The OCID of the external pluggable database.
    FeatureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId String
    The OCID of the external pluggable database.
    featureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId string
    The OCID of the external pluggable database.
    featureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    enable_external_pluggable_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_pluggable_database_id str
    The OCID of the external pluggable database.
    feature_details databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId String
    The OCID of the external pluggable 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 ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement 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 ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement Resource

    Get an existing ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement 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?: ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementState, opts?: CustomResourceOptions): ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enable_external_pluggable_dbm_feature: Optional[bool] = None,
            external_pluggable_database_id: Optional[str] = None,
            feature_details: Optional[_databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs] = None) -> ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement
    func GetExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement(ctx *Context, name string, id IDInput, state *ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementState, opts ...ResourceOption) (*ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement, error)
    public static ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement Get(string name, Input<string> id, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementState? state, CustomResourceOptions? opts = null)
    public static ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement get(String name, Output<String> id, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    EnableExternalPluggableDbmFeature 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

    ExternalPluggableDatabaseId string
    The OCID of the external pluggable database.
    FeatureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    EnableExternalPluggableDbmFeature 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

    ExternalPluggableDatabaseId string
    The OCID of the external pluggable database.
    FeatureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId String
    The OCID of the external pluggable database.
    featureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId string
    The OCID of the external pluggable database.
    featureDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails
    The details required to enable the specified Database Management feature.
    enable_external_pluggable_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_pluggable_database_id str
    The OCID of the external pluggable database.
    feature_details databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs
    The details required to enable the specified Database Management feature.
    enableExternalPluggableDbmFeature 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

    externalPluggableDatabaseId String
    The OCID of the external pluggable database.
    featureDetails Property Map
    The details required to enable the specified Database Management feature.

    Supporting Types

    ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetails, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsArgs

    Feature string
    The name of the Database Management feature.
    ConnectorDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails
    The connector details required to connect to an Oracle cloud database.
    Feature string
    The name of the Database Management feature.
    ConnectorDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails
    The connector details required to connect to an Oracle cloud database.
    feature String
    The name of the Database Management feature.
    connectorDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails
    The connector details required to connect to an Oracle cloud database.
    feature string
    The name of the Database Management feature.
    connectorDetails ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails
    The connector details required to connect to an Oracle cloud database.
    feature str
    The name of the Database Management feature.
    connector_details databasemanagement.ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails
    The connector details required to connect to an Oracle cloud database.
    feature String
    The name of the Database Management feature.
    connectorDetails Property Map
    The connector details required to connect to an Oracle cloud database.

    ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetails, ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs

    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.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.4.0 published on Thursday, Jul 25, 2024 by Pulumi