oci.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
Explore with Pulumi AI
This resource provides the Autonomous Database Autonomous Database Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
Enables a Database Management feature for the specified Autonomous 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.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement;
import com.pulumi.oci.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs;
import com.pulumi.oci.DatabaseManagement.inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs;
import com.pulumi.oci.DatabaseManagement.inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs;
import com.pulumi.oci.DatabaseManagement.inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs;
import com.pulumi.oci.DatabaseManagement.inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs;
import com.pulumi.oci.DatabaseManagement.inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs;
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 testAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement = new AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement("testAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement", AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs.builder()
.autonomousDatabaseId(testAutonomousDatabase.id())
.enableAutonomousDatabaseDbmFeature(enableAutonomousDatabaseDbmFeature)
.featureDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs.builder()
.feature(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsFeature)
.enableAutonomousDatabaseDbmFeature(enableAutonomousDatabaseDbmFeature)
.databaseConnectionDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs.builder()
.connectionCredentials(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs.builder()
.credentialName(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialName)
.credentialType(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialType)
.passwordSecretId(testSecret.id())
.role(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsRole)
.sslSecretId(testSecret.id())
.userName(testUser.name())
.build())
.connectionString(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs.builder()
.connectionType(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringConnectionType)
.port(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringPort)
.protocol(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringProtocol)
.service(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringService)
.build())
.build())
.connectorDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
.connectorType(autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType)
.databaseConnectorId(testDatabaseConnector.id())
.managementAgentId(testManagementAgent.id())
.privateEndPointId(testPrivateEndPoint.id())
.build())
.build())
.build());
}
}
resources:
testAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement:
type: oci:DatabaseManagement:AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
name: test_autonomous_database_autonomous_database_dbm_features_management
properties:
autonomousDatabaseId: ${testAutonomousDatabase.id}
enableAutonomousDatabaseDbmFeature: ${enableAutonomousDatabaseDbmFeature}
featureDetails:
feature: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsFeature}
enableAutonomousDatabaseDbmFeature: ${enableAutonomousDatabaseDbmFeature}
databaseConnectionDetails:
connectionCredentials:
credentialName: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialName}
credentialType: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsCredentialType}
passwordSecretId: ${testSecret.id}
role: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsRole}
sslSecretId: ${testSecret.id}
userName: ${testUser.name}
connectionString:
connectionType: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringConnectionType}
port: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringPort}
protocol: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringProtocol}
service: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringService}
connectorDetails:
connectorType: ${autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsConnectorType}
databaseConnectorId: ${testDatabaseConnector.id}
managementAgentId: ${testManagementAgent.id}
privateEndPointId: ${testPrivateEndPoint.id}
Create AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(name: string, args: AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs, opts?: CustomResourceOptions);
@overload
def AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(resource_name: str,
args: AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
autonomous_database_id: Optional[str] = None,
enable_autonomous_database_dbm_feature: Optional[bool] = None,
feature_details: Optional[_databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs] = None)
func NewAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(ctx *Context, name string, args AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs, opts ...ResourceOption) (*AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement, error)
public AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(string name, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs args, CustomResourceOptions? opts = null)
public AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(String name, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs args)
public AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(String name, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
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 AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs
- 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 AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs
- 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 AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs
- 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 autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource = new Oci.DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement("autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource", new()
{
AutonomousDatabaseId = "string",
EnableAutonomousDatabaseDbmFeature = false,
FeatureDetails = new Oci.DatabaseManagement.Inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs
{
Feature = "string",
ConnectorDetails = new Oci.DatabaseManagement.Inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
{
ConnectorType = "string",
DatabaseConnectorId = "string",
ManagementAgentId = "string",
PrivateEndPointId = "string",
},
DatabaseConnectionDetails = new Oci.DatabaseManagement.Inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs
{
ConnectionCredentials = new Oci.DatabaseManagement.Inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs
{
CredentialName = "string",
CredentialType = "string",
PasswordSecretId = "string",
Role = "string",
SslSecretId = "string",
UserName = "string",
},
ConnectionString = new Oci.DatabaseManagement.Inputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs
{
ConnectionType = "string",
Port = 0,
Protocol = "string",
Service = "string",
},
},
},
});
example, err := DatabaseManagement.NewAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(ctx, "autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource", &DatabaseManagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs{
AutonomousDatabaseId: pulumi.String("string"),
EnableAutonomousDatabaseDbmFeature: pulumi.Bool(false),
FeatureDetails: &databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs{
Feature: pulumi.String("string"),
ConnectorDetails: &databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs{
ConnectorType: pulumi.String("string"),
DatabaseConnectorId: pulumi.String("string"),
ManagementAgentId: pulumi.String("string"),
PrivateEndPointId: pulumi.String("string"),
},
DatabaseConnectionDetails: &databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs{
ConnectionCredentials: &databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs{
CredentialName: pulumi.String("string"),
CredentialType: pulumi.String("string"),
PasswordSecretId: pulumi.String("string"),
Role: pulumi.String("string"),
SslSecretId: pulumi.String("string"),
UserName: pulumi.String("string"),
},
ConnectionString: &databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs{
ConnectionType: pulumi.String("string"),
Port: pulumi.Int(0),
Protocol: pulumi.String("string"),
Service: pulumi.String("string"),
},
},
},
})
var autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource = new AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement("autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource", AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs.builder()
.autonomousDatabaseId("string")
.enableAutonomousDatabaseDbmFeature(false)
.featureDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs.builder()
.feature("string")
.connectorDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs.builder()
.connectorType("string")
.databaseConnectorId("string")
.managementAgentId("string")
.privateEndPointId("string")
.build())
.databaseConnectionDetails(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs.builder()
.connectionCredentials(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs.builder()
.credentialName("string")
.credentialType("string")
.passwordSecretId("string")
.role("string")
.sslSecretId("string")
.userName("string")
.build())
.connectionString(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs.builder()
.connectionType("string")
.port(0)
.protocol("string")
.service("string")
.build())
.build())
.build())
.build());
autonomous_database_autonomous_database_dbm_features_management_resource = oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement("autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource",
autonomous_database_id="string",
enable_autonomous_database_dbm_feature=False,
feature_details=oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs(
feature="string",
connector_details=oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs(
connector_type="string",
database_connector_id="string",
management_agent_id="string",
private_end_point_id="string",
),
database_connection_details=oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs(
connection_credentials=oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs(
credential_name="string",
credential_type="string",
password_secret_id="string",
role="string",
ssl_secret_id="string",
user_name="string",
),
connection_string=oci.database_management.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs(
connection_type="string",
port=0,
protocol="string",
service="string",
),
),
))
const autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource = new oci.databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement("autonomousDatabaseAutonomousDatabaseDbmFeaturesManagementResource", {
autonomousDatabaseId: "string",
enableAutonomousDatabaseDbmFeature: false,
featureDetails: {
feature: "string",
connectorDetails: {
connectorType: "string",
databaseConnectorId: "string",
managementAgentId: "string",
privateEndPointId: "string",
},
databaseConnectionDetails: {
connectionCredentials: {
credentialName: "string",
credentialType: "string",
passwordSecretId: "string",
role: "string",
sslSecretId: "string",
userName: "string",
},
connectionString: {
connectionType: "string",
port: 0,
protocol: "string",
service: "string",
},
},
},
});
type: oci:DatabaseManagement:AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
properties:
autonomousDatabaseId: string
enableAutonomousDatabaseDbmFeature: false
featureDetails:
connectorDetails:
connectorType: string
databaseConnectorId: string
managementAgentId: string
privateEndPointId: string
databaseConnectionDetails:
connectionCredentials:
credentialName: string
credentialType: string
passwordSecretId: string
role: string
sslSecretId: string
userName: string
connectionString:
connectionType: string
port: 0
protocol: string
service: string
feature: string
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement 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 AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement resource accepts the following input properties:
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Enable
Autonomous boolDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Enable
Autonomous boolDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- enable
Autonomous BooleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database stringId - The OCID of the Autonomous Database.
- enable
Autonomous booleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous_
database_ strid - The OCID of the Autonomous Database.
- enable_
autonomous_ booldatabase_ dbm_ feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature_
details databasemanagement.Autonomous Database Autonomous Database Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- enable
Autonomous BooleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details Property Map - The details required to enable the specified Database Management feature for an Autonomous Database.
Outputs
All input properties are implicitly available as output properties. Additionally, the AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement 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 AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement Resource
Get an existing AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement 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?: AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState, opts?: CustomResourceOptions): AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
autonomous_database_id: Optional[str] = None,
enable_autonomous_database_dbm_feature: Optional[bool] = None,
feature_details: Optional[_databasemanagement.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs] = None) -> AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement
func GetAutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(ctx *Context, name string, id IDInput, state *AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState, opts ...ResourceOption) (*AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement, error)
public static AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement Get(string name, Input<string> id, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState? state, CustomResourceOptions? opts = null)
public static AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement get(String name, Output<String> id, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState 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.
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Enable
Autonomous boolDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- Autonomous
Database stringId - The OCID of the Autonomous Database.
- Enable
Autonomous boolDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- enable
Autonomous BooleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database stringId - The OCID of the Autonomous Database.
- enable
Autonomous booleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous_
database_ strid - The OCID of the Autonomous Database.
- enable_
autonomous_ booldatabase_ dbm_ feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature_
details databasemanagement.Autonomous Database Autonomous Database Dbm Features Management Feature Details Args - The details required to enable the specified Database Management feature for an Autonomous Database.
- autonomous
Database StringId - The OCID of the Autonomous Database.
- enable
Autonomous BooleanDatabase Dbm Feature (Updatable) A required field when set to
true
calls enable action and when set tofalse
calls disable action.** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- feature
Details Property Map - The details required to enable the specified Database Management feature for an Autonomous Database.
Supporting Types
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetails, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs
- Feature string
- The name of the Database Management feature.
- Connector
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- Database
Connection AutonomousDetails Database Autonomous Database Dbm Features Management Feature Details Database Connection Details - The connection details required to connect to the database.
- Feature string
- The name of the Database Management feature.
- Connector
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- Database
Connection AutonomousDetails Database Autonomous Database Dbm Features Management Feature Details Database Connection Details - The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- connector
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- database
Connection AutonomousDetails Database Autonomous Database Dbm Features Management Feature Details Database Connection Details - The connection details required to connect to the database.
- feature string
- The name of the Database Management feature.
- connector
Details AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- database
Connection AutonomousDetails Database Autonomous Database Dbm Features Management Feature Details Database Connection Details - The connection details required to connect to the database.
- feature str
- The name of the Database Management feature.
- connector_
details databasemanagement.Autonomous Database Autonomous Database Dbm Features Management Feature Details Connector Details - The connector details required to connect to an Oracle cloud database.
- database_
connection_ databasemanagement.details Autonomous Database Autonomous Database Dbm Features Management Feature Details Database Connection Details - The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- connector
Details Property Map - The connector details required to connect to an Oracle cloud database.
- database
Connection Property MapDetails - The connection details required to connect to the database.
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetails, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsConnectorDetailsArgs
- Connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- Database
Connector stringId - The OCID of the external database connector.
- Management
Agent stringId - The OCID of the management agent.
- Private
End stringPoint Id - The OCID of the private endpoint.
- Connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- Database
Connector stringId - The OCID of the external database connector.
- Management
Agent stringId - The OCID of the management agent.
- Private
End stringPoint Id - The OCID of the private endpoint.
- connector
Type String - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector StringId - The OCID of the external database connector.
- management
Agent StringId - The OCID of the management agent.
- private
End StringPoint Id - The OCID of the private endpoint.
- connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector stringId - The OCID of the external database connector.
- management
Agent stringId - The OCID of the management agent.
- private
End 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.
- connector
Type String - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector StringId - The OCID of the external database connector.
- management
Agent StringId - The OCID of the management agent.
- private
End StringPoint Id - The OCID of the private endpoint.
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetails, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsArgs
- Connection
Credentials AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection Credentials - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection String - The details of the Oracle Database connection string.
- Connection
Credentials AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection Credentials - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
String AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection String - The details of the Oracle Database connection string.
- connection
Credentials AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection Credentials - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection String - The details of the Oracle Database connection string.
- connection
Credentials AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection Credentials - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String AutonomousDatabase Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection String - The details of the Oracle Database connection string.
- connection_
credentials databasemanagement.Autonomous Database Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection Credentials - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
string databasemanagement.Autonomous Database Autonomous Database Dbm Features Management Feature Details Database Connection Details Connection String - The details of the Oracle Database connection string.
- connection
Credentials Property Map - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
String Property Map - The details of the Oracle Database connection string.
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentials, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionCredentialsArgs
- Credential
Name 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
- Credential
Type string - The type of credential used to connect to the database.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the database.
- Credential
Name 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
- Credential
Type string - The type of credential used to connect to the database.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the database.
- credential
Name 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
- credential
Type String - The type of credential used to connect to the database.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the database.
- credential
Name 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
- credential
Type string - The type of credential used to connect to the database.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the database.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name 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.
- 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.
- credential
Name 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
- credential
Type String - The type of credential used to connect to the database.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the database.
AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionString, AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsDatabaseConnectionDetailsConnectionStringArgs
- Connection
Type 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.
- Connection
Type 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.
- connection
Type 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.
- connection
Type 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.
- connection
Type 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
oci
Terraform Provider.