oci.DatabaseManagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagement
Explore with Pulumi AI
This resource provides the Pluggabledatabase Pluggable Database Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
Enables a Database Management feature for the specified Oracle cloud pluggable database.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testPluggabledatabasePluggableDatabaseDbmFeaturesManagement:
    type: oci:DatabaseManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement
    name: test_pluggabledatabase_pluggable_database_dbm_features_management
    properties:
      pluggableDatabaseId: ${testPluggableDatabase.id}
      enablePluggableDatabaseDbmFeature: ${enablePluggableDatabaseDbmFeature}
      featureDetails:
        feature: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsFeature}
        enablePluggableDatabaseDbmFeature: ${enablePluggableDatabaseDbmFeature}
        connectorDetails:
          connectorType: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType}
          databaseConnectorId: ${testDatabaseConnector.id}
          managementAgentId: ${testManagementAgent.id}
          privateEndPointId: ${testPrivateEndPoint.id}
        databaseConnectionDetails:
          connectionCredentials:
            credentialName: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialName}
            credentialType: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialType}
            namedCredentialId: ${testNamedCredential.id}
            passwordSecretId: ${testSecret.id}
            role: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsRole}
            sslSecretId: ${testSecret.id}
            userName: ${testUser.name}
          connectionString:
            connectionType: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringConnectionType}
            port: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringPort}
            protocol: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringProtocol}
            service: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringService}
        isAutoEnablePluggableDatabase: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsIsAutoEnablePluggableDatabase}
        managementType: ${pluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsManagementType}
Create PluggabledatabasePluggableDatabaseDbmFeaturesManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PluggabledatabasePluggableDatabaseDbmFeaturesManagement(name: string, args: PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs, opts?: CustomResourceOptions);@overload
def PluggabledatabasePluggableDatabaseDbmFeaturesManagement(resource_name: str,
                                                            args: PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs,
                                                            opts: Optional[ResourceOptions] = None)
@overload
def PluggabledatabasePluggableDatabaseDbmFeaturesManagement(resource_name: str,
                                                            opts: Optional[ResourceOptions] = None,
                                                            enable_pluggable_database_dbm_feature: Optional[bool] = None,
                                                            pluggable_database_id: Optional[str] = None,
                                                            feature_details: Optional[_databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs] = None,
                                                            modify_pluggable_database_dbm_feature: Optional[bool] = None)func NewPluggabledatabasePluggableDatabaseDbmFeaturesManagement(ctx *Context, name string, args PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs, opts ...ResourceOption) (*PluggabledatabasePluggableDatabaseDbmFeaturesManagement, error)public PluggabledatabasePluggableDatabaseDbmFeaturesManagement(string name, PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs args, CustomResourceOptions? opts = null)
public PluggabledatabasePluggableDatabaseDbmFeaturesManagement(String name, PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs args)
public PluggabledatabasePluggableDatabaseDbmFeaturesManagement(String name, PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement
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 PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs
- 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 PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs
- 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 PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs
- 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 pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource = new Oci.DatabaseManagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagement("pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource", new()
{
    EnablePluggableDatabaseDbmFeature = false,
    PluggableDatabaseId = "string",
    FeatureDetails = new Oci.DatabaseManagement.Inputs.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs
    {
        Feature = "string",
        ConnectorDetails = new Oci.DatabaseManagement.Inputs.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
        {
            ConnectorType = "string",
            DatabaseConnectorId = "string",
            ManagementAgentId = "string",
            PrivateEndPointId = "string",
        },
        DatabaseConnectionDetails = new Oci.DatabaseManagement.Inputs.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs
        {
            ConnectionCredentials = new Oci.DatabaseManagement.Inputs.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs
            {
                CredentialName = "string",
                CredentialType = "string",
                NamedCredentialId = "string",
                PasswordSecretId = "string",
                Role = "string",
                SslSecretId = "string",
                UserName = "string",
            },
            ConnectionString = new Oci.DatabaseManagement.Inputs.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs
            {
                ConnectionType = "string",
                Port = 0,
                Protocol = "string",
                Service = "string",
            },
        },
        IsAutoEnablePluggableDatabase = false,
        ManagementType = "string",
    },
    ModifyPluggableDatabaseDbmFeature = false,
});
example, err := DatabaseManagement.NewPluggabledatabasePluggableDatabaseDbmFeaturesManagement(ctx, "pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource", &DatabaseManagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs{
	EnablePluggableDatabaseDbmFeature: pulumi.Bool(false),
	PluggableDatabaseId:               pulumi.String("string"),
	FeatureDetails: &databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs{
		Feature: pulumi.String("string"),
		ConnectorDetails: &databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs{
			ConnectorType:       pulumi.String("string"),
			DatabaseConnectorId: pulumi.String("string"),
			ManagementAgentId:   pulumi.String("string"),
			PrivateEndPointId:   pulumi.String("string"),
		},
		DatabaseConnectionDetails: &databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs{
			ConnectionCredentials: &databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs{
				CredentialName:    pulumi.String("string"),
				CredentialType:    pulumi.String("string"),
				NamedCredentialId: pulumi.String("string"),
				PasswordSecretId:  pulumi.String("string"),
				Role:              pulumi.String("string"),
				SslSecretId:       pulumi.String("string"),
				UserName:          pulumi.String("string"),
			},
			ConnectionString: &databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs{
				ConnectionType: pulumi.String("string"),
				Port:           pulumi.Int(0),
				Protocol:       pulumi.String("string"),
				Service:        pulumi.String("string"),
			},
		},
		IsAutoEnablePluggableDatabase: pulumi.Bool(false),
		ManagementType:                pulumi.String("string"),
	},
	ModifyPluggableDatabaseDbmFeature: pulumi.Bool(false),
})
var pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource = new PluggabledatabasePluggableDatabaseDbmFeaturesManagement("pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource", PluggabledatabasePluggableDatabaseDbmFeaturesManagementArgs.builder()
    .enablePluggableDatabaseDbmFeature(false)
    .pluggableDatabaseId("string")
    .featureDetails(PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs.builder()
        .feature("string")
        .connectorDetails(PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
            .connectorType("string")
            .databaseConnectorId("string")
            .managementAgentId("string")
            .privateEndPointId("string")
            .build())
        .databaseConnectionDetails(PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs.builder()
            .connectionCredentials(PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs.builder()
                .credentialName("string")
                .credentialType("string")
                .namedCredentialId("string")
                .passwordSecretId("string")
                .role("string")
                .sslSecretId("string")
                .userName("string")
                .build())
            .connectionString(PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs.builder()
                .connectionType("string")
                .port(0)
                .protocol("string")
                .service("string")
                .build())
            .build())
        .isAutoEnablePluggableDatabase(false)
        .managementType("string")
        .build())
    .modifyPluggableDatabaseDbmFeature(false)
    .build());
pluggabledatabase_pluggable_database_dbm_features_management_resource = oci.database_management.PluggabledatabasePluggableDatabaseDbmFeaturesManagement("pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource",
    enable_pluggable_database_dbm_feature=False,
    pluggable_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",
        },
        "database_connection_details": {
            "connection_credentials": {
                "credential_name": "string",
                "credential_type": "string",
                "named_credential_id": "string",
                "password_secret_id": "string",
                "role": "string",
                "ssl_secret_id": "string",
                "user_name": "string",
            },
            "connection_string": {
                "connection_type": "string",
                "port": 0,
                "protocol": "string",
                "service": "string",
            },
        },
        "is_auto_enable_pluggable_database": False,
        "management_type": "string",
    },
    modify_pluggable_database_dbm_feature=False)
const pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource = new oci.databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagement("pluggabledatabasePluggableDatabaseDbmFeaturesManagementResource", {
    enablePluggableDatabaseDbmFeature: false,
    pluggableDatabaseId: "string",
    featureDetails: {
        feature: "string",
        connectorDetails: {
            connectorType: "string",
            databaseConnectorId: "string",
            managementAgentId: "string",
            privateEndPointId: "string",
        },
        databaseConnectionDetails: {
            connectionCredentials: {
                credentialName: "string",
                credentialType: "string",
                namedCredentialId: "string",
                passwordSecretId: "string",
                role: "string",
                sslSecretId: "string",
                userName: "string",
            },
            connectionString: {
                connectionType: "string",
                port: 0,
                protocol: "string",
                service: "string",
            },
        },
        isAutoEnablePluggableDatabase: false,
        managementType: "string",
    },
    modifyPluggableDatabaseDbmFeature: false,
});
type: oci:DatabaseManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement
properties:
    enablePluggableDatabaseDbmFeature: false
    featureDetails:
        connectorDetails:
            connectorType: string
            databaseConnectorId: string
            managementAgentId: string
            privateEndPointId: string
        databaseConnectionDetails:
            connectionCredentials:
                credentialName: string
                credentialType: string
                namedCredentialId: string
                passwordSecretId: string
                role: string
                sslSecretId: string
                userName: string
            connectionString:
                connectionType: string
                port: 0
                protocol: string
                service: string
        feature: string
        isAutoEnablePluggableDatabase: false
        managementType: string
    modifyPluggableDatabaseDbmFeature: false
    pluggableDatabaseId: string
PluggabledatabasePluggableDatabaseDbmFeaturesManagement 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 PluggabledatabasePluggableDatabaseDbmFeaturesManagement resource accepts the following input properties:
- EnablePluggable boolDatabase 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 
- PluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- FeatureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- ModifyPluggable boolDatabase Dbm Feature 
- EnablePluggable boolDatabase 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 
- PluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- FeatureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- ModifyPluggable boolDatabase Dbm Feature 
- enablePluggable BooleanDatabase 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 
- pluggableDatabase StringId 
- The OCID of the Oracle cloud pluggable database.
- featureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- modifyPluggable BooleanDatabase Dbm Feature 
- enablePluggable booleanDatabase 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 
- pluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- featureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- modifyPluggable booleanDatabase Dbm Feature 
- enable_pluggable_ booldatabase_ 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 
- pluggable_database_ strid 
- The OCID of the Oracle cloud pluggable database.
- feature_details databasemanagement.Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- modify_pluggable_ booldatabase_ dbm_ feature 
- enablePluggable BooleanDatabase 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 
- pluggableDatabase StringId 
- The OCID of the Oracle cloud pluggable database.
- featureDetails Property Map
- The details required to enable the specified Database Management feature.
- modifyPluggable BooleanDatabase Dbm Feature 
Outputs
All input properties are implicitly available as output properties. Additionally, the PluggabledatabasePluggableDatabaseDbmFeaturesManagement 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 PluggabledatabasePluggableDatabaseDbmFeaturesManagement Resource
Get an existing PluggabledatabasePluggableDatabaseDbmFeaturesManagement 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?: PluggabledatabasePluggableDatabaseDbmFeaturesManagementState, opts?: CustomResourceOptions): PluggabledatabasePluggableDatabaseDbmFeaturesManagement@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        enable_pluggable_database_dbm_feature: Optional[bool] = None,
        feature_details: Optional[_databasemanagement.PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs] = None,
        modify_pluggable_database_dbm_feature: Optional[bool] = None,
        pluggable_database_id: Optional[str] = None) -> PluggabledatabasePluggableDatabaseDbmFeaturesManagementfunc GetPluggabledatabasePluggableDatabaseDbmFeaturesManagement(ctx *Context, name string, id IDInput, state *PluggabledatabasePluggableDatabaseDbmFeaturesManagementState, opts ...ResourceOption) (*PluggabledatabasePluggableDatabaseDbmFeaturesManagement, error)public static PluggabledatabasePluggableDatabaseDbmFeaturesManagement Get(string name, Input<string> id, PluggabledatabasePluggableDatabaseDbmFeaturesManagementState? state, CustomResourceOptions? opts = null)public static PluggabledatabasePluggableDatabaseDbmFeaturesManagement get(String name, Output<String> id, PluggabledatabasePluggableDatabaseDbmFeaturesManagementState state, CustomResourceOptions options)resources:  _:    type: oci:DatabaseManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement    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.
- EnablePluggable boolDatabase 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 
- FeatureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- ModifyPluggable boolDatabase Dbm Feature 
- PluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- EnablePluggable boolDatabase 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 
- FeatureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- ModifyPluggable boolDatabase Dbm Feature 
- PluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- enablePluggable BooleanDatabase 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 
- featureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- modifyPluggable BooleanDatabase Dbm Feature 
- pluggableDatabase StringId 
- The OCID of the Oracle cloud pluggable database.
- enablePluggable booleanDatabase 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 
- featureDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details 
- The details required to enable the specified Database Management feature.
- modifyPluggable booleanDatabase Dbm Feature 
- pluggableDatabase stringId 
- The OCID of the Oracle cloud pluggable database.
- enable_pluggable_ booldatabase_ 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 
- feature_details databasemanagement.Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Args 
- The details required to enable the specified Database Management feature.
- modify_pluggable_ booldatabase_ dbm_ feature 
- pluggable_database_ strid 
- The OCID of the Oracle cloud pluggable database.
- enablePluggable BooleanDatabase 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 
- featureDetails Property Map
- The details required to enable the specified Database Management feature.
- modifyPluggable BooleanDatabase Dbm Feature 
- pluggableDatabase StringId 
- The OCID of the Oracle cloud pluggable database.
Supporting Types
PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetails, PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsArgs                
- Feature string
- The name of the Database Management feature.
- ConnectorDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- DatabaseConnection PluggabledatabaseDetails Pluggable Database Dbm Features Management Feature Details Database Connection Details 
- The connection details required to connect to the database.
- IsAuto boolEnable Pluggable Database 
- Indicates whether the pluggable database can be enabled automatically.
- ManagementType string
- The management type for the database.
- Feature string
- The name of the Database Management feature.
- ConnectorDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- DatabaseConnection PluggabledatabaseDetails Pluggable Database Dbm Features Management Feature Details Database Connection Details 
- The connection details required to connect to the database.
- IsAuto boolEnable Pluggable Database 
- Indicates whether the pluggable database can be enabled automatically.
- ManagementType string
- The management type for the database.
- feature String
- The name of the Database Management feature.
- connectorDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- databaseConnection PluggabledatabaseDetails Pluggable Database Dbm Features Management Feature Details Database Connection Details 
- The connection details required to connect to the database.
- isAuto BooleanEnable Pluggable Database 
- Indicates whether the pluggable database can be enabled automatically.
- managementType String
- The management type for the database.
- feature string
- The name of the Database Management feature.
- connectorDetails PluggabledatabasePluggable Database Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- databaseConnection PluggabledatabaseDetails Pluggable Database Dbm Features Management Feature Details Database Connection Details 
- The connection details required to connect to the database.
- isAuto booleanEnable Pluggable Database 
- Indicates whether the pluggable database can be enabled automatically.
- managementType string
- The management type for the database.
- feature str
- The name of the Database Management feature.
- connector_details databasemanagement.Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Connector Details 
- The connector details required to connect to an Oracle cloud database.
- database_connection_ databasemanagement.details Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Database Connection Details 
- The connection details required to connect to the database.
- is_auto_ boolenable_ pluggable_ database 
- Indicates whether the pluggable database can be enabled automatically.
- management_type str
- The management type for the database.
- feature String
- The name of the Database Management feature.
- connectorDetails Property Map
- The connector details required to connect to an Oracle cloud database.
- databaseConnection Property MapDetails 
- The connection details required to connect to the database.
- isAuto BooleanEnable Pluggable Database 
- Indicates whether the pluggable database can be enabled automatically.
- managementType String
- The management type for the database.
PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetails, PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs                    
- 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.
PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetails, PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs                      
- ConnectionCredentials PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection Credentials 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionString PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection String 
- The details of the Oracle Database connection string.
- ConnectionCredentials PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection Credentials 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- ConnectionString PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection String 
- The details of the Oracle Database connection string.
- connectionCredentials PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection Credentials 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionString PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection String 
- The details of the Oracle Database connection string.
- connectionCredentials PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection Credentials 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionString PluggabledatabasePluggable Database Dbm Features Management Feature Details Database Connection Details Connection String 
- The details of the Oracle Database connection string.
- connection_credentials databasemanagement.Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Database Connection Details Connection Credentials 
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connection_string databasemanagement.Pluggabledatabase Pluggable Database Dbm Features Management Feature Details Database Connection Details Connection String 
- The details of the Oracle Database connection string.
- connectionCredentials Property Map
- The credentials used to connect to the database. Currently only the DETAILStype is supported for creating MACS connector credentials.
- connectionString Property Map
- The details of the Oracle Database connection string.
PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentials, PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs                          
- CredentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- CredentialType string
- The type of credential used to connect to the database.
- NamedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the database.
- CredentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- CredentialType string
- The type of credential used to connect to the database.
- NamedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- PasswordSecret stringId 
- The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- SslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- UserName string
- The user name used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- credentialType String
- The type of credential used to connect to the database.
- namedCredential StringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the database.
- credentialName string
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- credentialType string
- The type of credential used to connect to the database.
- namedCredential stringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret stringId 
- The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the database.
- sslSecret stringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName string
- The user name used to connect to the database.
- credential_name str
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- credential_type str
- The type of credential used to connect to the database.
- named_credential_ strid 
- The OCID of the Named Credential where the database password metadata is stored.
- password_secret_ strid 
- The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the database.
- ssl_secret_ strid 
- The OCID of the secret containing the SSL keystore and truststore details.
- user_name str
- The user name used to connect to the database.
- credentialName String
- The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name. - For example: inventorydb.abc112233445566778899 
- credentialType String
- The type of credential used to connect to the database.
- namedCredential StringId 
- The OCID of the Named Credential where the database password metadata is stored.
- passwordSecret StringId 
- The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- sslSecret StringId 
- The OCID of the secret containing the SSL keystore and truststore details.
- userName String
- The user name used to connect to the database.
PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionString, PluggabledatabasePluggableDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs                          
- ConnectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- ConnectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- connectionType String
- The list of supported connection types:- BASIC: Basic connection details
 
- port Integer
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
- connectionType string
- The list of supported connection types:- BASIC: Basic connection details
 
- port number
- The port number used to connect to the database.
- protocol string
- The protocol used to connect to the database.
- service string
- The service name of the database.
- connection_type str
- The list of supported connection types:- BASIC: Basic connection details
 
- port int
- The port number used to connect to the database.
- protocol str
- The protocol used to connect to the database.
- service str
- The service name of the database.
- connectionType String
- The list of supported connection types:- BASIC: Basic connection details
 
- port Number
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.