1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseTools
  5. DatabaseToolsConnection
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.DatabaseTools.DatabaseToolsConnection

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This resource provides the Database Tools Connection resource in Oracle Cloud Infrastructure Database Tools service.

    Creates a new Database Tools connection.

    Create DatabaseToolsConnection Resource

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

    Constructor syntax

    new DatabaseToolsConnection(name: string, args: DatabaseToolsConnectionArgs, opts?: CustomResourceOptions);
    @overload
    def DatabaseToolsConnection(resource_name: str,
                                args: DatabaseToolsConnectionArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def DatabaseToolsConnection(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                type: Optional[str] = None,
                                compartment_id: Optional[str] = None,
                                user_password: Optional[_databasetools.DatabaseToolsConnectionUserPasswordArgs] = None,
                                user_name: Optional[str] = None,
                                display_name: Optional[str] = None,
                                key_stores: Optional[Sequence[_databasetools.DatabaseToolsConnectionKeyStoreArgs]] = None,
                                freeform_tags: Optional[Mapping[str, Any]] = None,
                                locks: Optional[Sequence[_databasetools.DatabaseToolsConnectionLockArgs]] = None,
                                private_endpoint_id: Optional[str] = None,
                                proxy_client: Optional[_databasetools.DatabaseToolsConnectionProxyClientArgs] = None,
                                related_resource: Optional[_databasetools.DatabaseToolsConnectionRelatedResourceArgs] = None,
                                runtime_support: Optional[str] = None,
                                advanced_properties: Optional[Mapping[str, Any]] = None,
                                url: Optional[str] = None,
                                defined_tags: Optional[Mapping[str, Any]] = None,
                                connection_string: Optional[str] = None)
    func NewDatabaseToolsConnection(ctx *Context, name string, args DatabaseToolsConnectionArgs, opts ...ResourceOption) (*DatabaseToolsConnection, error)
    public DatabaseToolsConnection(string name, DatabaseToolsConnectionArgs args, CustomResourceOptions? opts = null)
    public DatabaseToolsConnection(String name, DatabaseToolsConnectionArgs args)
    public DatabaseToolsConnection(String name, DatabaseToolsConnectionArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseTools:DatabaseToolsConnection
    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 DatabaseToolsConnectionArgs
    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 DatabaseToolsConnectionArgs
    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 DatabaseToolsConnectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DatabaseToolsConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DatabaseToolsConnectionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var databaseToolsConnectionResource = new Oci.DatabaseTools.DatabaseToolsConnection("databaseToolsConnectionResource", new()
    {
        Type = "string",
        CompartmentId = "string",
        UserPassword = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionUserPasswordArgs
        {
            SecretId = "string",
            ValueType = "string",
        },
        UserName = "string",
        DisplayName = "string",
        KeyStores = new[]
        {
            new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionKeyStoreArgs
            {
                KeyStoreContent = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionKeyStoreKeyStoreContentArgs
                {
                    ValueType = "string",
                    SecretId = "string",
                },
                KeyStorePassword = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionKeyStoreKeyStorePasswordArgs
                {
                    ValueType = "string",
                    SecretId = "string",
                },
                KeyStoreType = "string",
            },
        },
        FreeformTags = 
        {
            { "string", "any" },
        },
        Locks = new[]
        {
            new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionLockArgs
            {
                Type = "string",
                Message = "string",
                RelatedResourceId = "string",
                TimeCreated = "string",
            },
        },
        PrivateEndpointId = "string",
        ProxyClient = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionProxyClientArgs
        {
            ProxyAuthenticationType = "string",
            Roles = new[]
            {
                "string",
            },
            UserName = "string",
            UserPassword = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionProxyClientUserPasswordArgs
            {
                SecretId = "string",
                ValueType = "string",
            },
        },
        RelatedResource = new Oci.DatabaseTools.Inputs.DatabaseToolsConnectionRelatedResourceArgs
        {
            EntityType = "string",
            Identifier = "string",
        },
        RuntimeSupport = "string",
        AdvancedProperties = 
        {
            { "string", "any" },
        },
        Url = "string",
        DefinedTags = 
        {
            { "string", "any" },
        },
        ConnectionString = "string",
    });
    
    example, err := DatabaseTools.NewDatabaseToolsConnection(ctx, "databaseToolsConnectionResource", &DatabaseTools.DatabaseToolsConnectionArgs{
    	Type:          pulumi.String("string"),
    	CompartmentId: pulumi.String("string"),
    	UserPassword: &databasetools.DatabaseToolsConnectionUserPasswordArgs{
    		SecretId:  pulumi.String("string"),
    		ValueType: pulumi.String("string"),
    	},
    	UserName:    pulumi.String("string"),
    	DisplayName: pulumi.String("string"),
    	KeyStores: databasetools.DatabaseToolsConnectionKeyStoreArray{
    		&databasetools.DatabaseToolsConnectionKeyStoreArgs{
    			KeyStoreContent: &databasetools.DatabaseToolsConnectionKeyStoreKeyStoreContentArgs{
    				ValueType: pulumi.String("string"),
    				SecretId:  pulumi.String("string"),
    			},
    			KeyStorePassword: &databasetools.DatabaseToolsConnectionKeyStoreKeyStorePasswordArgs{
    				ValueType: pulumi.String("string"),
    				SecretId:  pulumi.String("string"),
    			},
    			KeyStoreType: pulumi.String("string"),
    		},
    	},
    	FreeformTags: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	Locks: databasetools.DatabaseToolsConnectionLockArray{
    		&databasetools.DatabaseToolsConnectionLockArgs{
    			Type:              pulumi.String("string"),
    			Message:           pulumi.String("string"),
    			RelatedResourceId: pulumi.String("string"),
    			TimeCreated:       pulumi.String("string"),
    		},
    	},
    	PrivateEndpointId: pulumi.String("string"),
    	ProxyClient: &databasetools.DatabaseToolsConnectionProxyClientArgs{
    		ProxyAuthenticationType: pulumi.String("string"),
    		Roles: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		UserName: pulumi.String("string"),
    		UserPassword: &databasetools.DatabaseToolsConnectionProxyClientUserPasswordArgs{
    			SecretId:  pulumi.String("string"),
    			ValueType: pulumi.String("string"),
    		},
    	},
    	RelatedResource: &databasetools.DatabaseToolsConnectionRelatedResourceArgs{
    		EntityType: pulumi.String("string"),
    		Identifier: pulumi.String("string"),
    	},
    	RuntimeSupport: pulumi.String("string"),
    	AdvancedProperties: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	Url: pulumi.String("string"),
    	DefinedTags: pulumi.Map{
    		"string": pulumi.Any("any"),
    	},
    	ConnectionString: pulumi.String("string"),
    })
    
    var databaseToolsConnectionResource = new DatabaseToolsConnection("databaseToolsConnectionResource", DatabaseToolsConnectionArgs.builder()        
        .type("string")
        .compartmentId("string")
        .userPassword(DatabaseToolsConnectionUserPasswordArgs.builder()
            .secretId("string")
            .valueType("string")
            .build())
        .userName("string")
        .displayName("string")
        .keyStores(DatabaseToolsConnectionKeyStoreArgs.builder()
            .keyStoreContent(DatabaseToolsConnectionKeyStoreKeyStoreContentArgs.builder()
                .valueType("string")
                .secretId("string")
                .build())
            .keyStorePassword(DatabaseToolsConnectionKeyStoreKeyStorePasswordArgs.builder()
                .valueType("string")
                .secretId("string")
                .build())
            .keyStoreType("string")
            .build())
        .freeformTags(Map.of("string", "any"))
        .locks(DatabaseToolsConnectionLockArgs.builder()
            .type("string")
            .message("string")
            .relatedResourceId("string")
            .timeCreated("string")
            .build())
        .privateEndpointId("string")
        .proxyClient(DatabaseToolsConnectionProxyClientArgs.builder()
            .proxyAuthenticationType("string")
            .roles("string")
            .userName("string")
            .userPassword(DatabaseToolsConnectionProxyClientUserPasswordArgs.builder()
                .secretId("string")
                .valueType("string")
                .build())
            .build())
        .relatedResource(DatabaseToolsConnectionRelatedResourceArgs.builder()
            .entityType("string")
            .identifier("string")
            .build())
        .runtimeSupport("string")
        .advancedProperties(Map.of("string", "any"))
        .url("string")
        .definedTags(Map.of("string", "any"))
        .connectionString("string")
        .build());
    
    database_tools_connection_resource = oci.database_tools.DatabaseToolsConnection("databaseToolsConnectionResource",
        type="string",
        compartment_id="string",
        user_password=oci.database_tools.DatabaseToolsConnectionUserPasswordArgs(
            secret_id="string",
            value_type="string",
        ),
        user_name="string",
        display_name="string",
        key_stores=[oci.database_tools.DatabaseToolsConnectionKeyStoreArgs(
            key_store_content=oci.database_tools.DatabaseToolsConnectionKeyStoreKeyStoreContentArgs(
                value_type="string",
                secret_id="string",
            ),
            key_store_password=oci.database_tools.DatabaseToolsConnectionKeyStoreKeyStorePasswordArgs(
                value_type="string",
                secret_id="string",
            ),
            key_store_type="string",
        )],
        freeform_tags={
            "string": "any",
        },
        locks=[oci.database_tools.DatabaseToolsConnectionLockArgs(
            type="string",
            message="string",
            related_resource_id="string",
            time_created="string",
        )],
        private_endpoint_id="string",
        proxy_client=oci.database_tools.DatabaseToolsConnectionProxyClientArgs(
            proxy_authentication_type="string",
            roles=["string"],
            user_name="string",
            user_password=oci.database_tools.DatabaseToolsConnectionProxyClientUserPasswordArgs(
                secret_id="string",
                value_type="string",
            ),
        ),
        related_resource=oci.database_tools.DatabaseToolsConnectionRelatedResourceArgs(
            entity_type="string",
            identifier="string",
        ),
        runtime_support="string",
        advanced_properties={
            "string": "any",
        },
        url="string",
        defined_tags={
            "string": "any",
        },
        connection_string="string")
    
    const databaseToolsConnectionResource = new oci.databasetools.DatabaseToolsConnection("databaseToolsConnectionResource", {
        type: "string",
        compartmentId: "string",
        userPassword: {
            secretId: "string",
            valueType: "string",
        },
        userName: "string",
        displayName: "string",
        keyStores: [{
            keyStoreContent: {
                valueType: "string",
                secretId: "string",
            },
            keyStorePassword: {
                valueType: "string",
                secretId: "string",
            },
            keyStoreType: "string",
        }],
        freeformTags: {
            string: "any",
        },
        locks: [{
            type: "string",
            message: "string",
            relatedResourceId: "string",
            timeCreated: "string",
        }],
        privateEndpointId: "string",
        proxyClient: {
            proxyAuthenticationType: "string",
            roles: ["string"],
            userName: "string",
            userPassword: {
                secretId: "string",
                valueType: "string",
            },
        },
        relatedResource: {
            entityType: "string",
            identifier: "string",
        },
        runtimeSupport: "string",
        advancedProperties: {
            string: "any",
        },
        url: "string",
        definedTags: {
            string: "any",
        },
        connectionString: "string",
    });
    
    type: oci:DatabaseTools:DatabaseToolsConnection
    properties:
        advancedProperties:
            string: any
        compartmentId: string
        connectionString: string
        definedTags:
            string: any
        displayName: string
        freeformTags:
            string: any
        keyStores:
            - keyStoreContent:
                secretId: string
                valueType: string
              keyStorePassword:
                secretId: string
                valueType: string
              keyStoreType: string
        locks:
            - message: string
              relatedResourceId: string
              timeCreated: string
              type: string
        privateEndpointId: string
        proxyClient:
            proxyAuthenticationType: string
            roles:
                - string
            userName: string
            userPassword:
                secretId: string
                valueType: string
        relatedResource:
            entityType: string
            identifier: string
        runtimeSupport: string
        type: string
        url: string
        userName: string
        userPassword:
            secretId: string
            valueType: string
    

    DatabaseToolsConnection 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 DatabaseToolsConnection resource accepts the following input properties:

    CompartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Type string
    (Updatable) The DatabaseToolsConnection type.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionUserPassword
    (Updatable) The user password.
    AdvancedProperties Dictionary<string, object>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    ConnectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags Dictionary<string, object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    KeyStores List<DatabaseToolsConnectionKeyStore>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    Locks List<DatabaseToolsConnectionLock>
    Locks associated with this resource.
    PrivateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    ProxyClient DatabaseToolsConnectionProxyClient
    (Updatable) The proxy client information.
    RelatedResource DatabaseToolsConnectionRelatedResource
    (Updatable) The related resource
    RuntimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    Url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    CompartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    Type string
    (Updatable) The DatabaseToolsConnection type.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionUserPasswordArgs
    (Updatable) The user password.
    AdvancedProperties map[string]interface{}
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    ConnectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    FreeformTags map[string]interface{}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    KeyStores []DatabaseToolsConnectionKeyStoreArgs
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    Locks []DatabaseToolsConnectionLockArgs
    Locks associated with this resource.
    PrivateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    ProxyClient DatabaseToolsConnectionProxyClientArgs
    (Updatable) The proxy client information.
    RelatedResource DatabaseToolsConnectionRelatedResourceArgs
    (Updatable) The related resource
    RuntimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    Url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    compartmentId String
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    type String
    (Updatable) The DatabaseToolsConnection type.
    userName String
    (Updatable) The database user name.
    userPassword ConnectionUserPassword
    (Updatable) The user password.
    advancedProperties Map<String,Object>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    connectionString String
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<String,Object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores List<ConnectionKeyStore>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    locks List<ConnectionLock>
    Locks associated with this resource.
    privateEndpointId String
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient ConnectionProxyClient
    (Updatable) The proxy client information.
    relatedResource ConnectionRelatedResource
    (Updatable) The related resource
    runtimeSupport String
    Specifies whether this connection is supported by the Database Tools Runtime.
    url String
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    compartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    type string
    (Updatable) The DatabaseToolsConnection type.
    userName string
    (Updatable) The database user name.
    userPassword DatabaseToolsConnectionUserPassword
    (Updatable) The user password.
    advancedProperties {[key: string]: any}
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    connectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags {[key: string]: any}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores DatabaseToolsConnectionKeyStore[]
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    locks DatabaseToolsConnectionLock[]
    Locks associated with this resource.
    privateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient DatabaseToolsConnectionProxyClient
    (Updatable) The proxy client information.
    relatedResource DatabaseToolsConnectionRelatedResource
    (Updatable) The related resource
    runtimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    compartment_id str
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    type str
    (Updatable) The DatabaseToolsConnection type.
    user_name str
    (Updatable) The database user name.
    user_password databasetools.DatabaseToolsConnectionUserPasswordArgs
    (Updatable) The user password.
    advanced_properties Mapping[str, Any]
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    connection_string str
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeform_tags Mapping[str, Any]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    key_stores Sequence[databasetools.DatabaseToolsConnectionKeyStoreArgs]
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    locks Sequence[databasetools.DatabaseToolsConnectionLockArgs]
    Locks associated with this resource.
    private_endpoint_id str
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxy_client databasetools.DatabaseToolsConnectionProxyClientArgs
    (Updatable) The proxy client information.
    related_resource databasetools.DatabaseToolsConnectionRelatedResourceArgs
    (Updatable) The related resource
    runtime_support str
    Specifies whether this connection is supported by the Database Tools Runtime.
    url str
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    compartmentId String
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    type String
    (Updatable) The DatabaseToolsConnection type.
    userName String
    (Updatable) The database user name.
    userPassword Property Map
    (Updatable) The user password.
    advancedProperties Map<Any>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    connectionString String
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    freeformTags Map<Any>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores List<Property Map>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    locks List<Property Map>
    Locks associated with this resource.
    privateEndpointId String
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient Property Map
    (Updatable) The proxy client information.
    relatedResource Property Map
    (Updatable) The related resource
    runtimeSupport String
    Specifies whether this connection is supported by the Database Tools Runtime.
    url String
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DatabaseToolsConnection resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    State string
    The current state of the Database Tools connection.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    State string
    The current state of the Database Tools connection.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    state String
    The current state of the Database Tools connection.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    id string
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    state string
    The current state of the Database Tools connection.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    When the lock was created.
    timeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    id str
    The provider-assigned unique ID for this managed resource.
    lifecycle_details str
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    state str
    The current state of the Database Tools connection.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    When the lock was created.
    time_updated str
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    state String
    The current state of the Database Tools connection.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.

    Look up Existing DatabaseToolsConnection Resource

    Get an existing DatabaseToolsConnection 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?: DatabaseToolsConnectionState, opts?: CustomResourceOptions): DatabaseToolsConnection
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            advanced_properties: Optional[Mapping[str, Any]] = None,
            compartment_id: Optional[str] = None,
            connection_string: Optional[str] = None,
            defined_tags: Optional[Mapping[str, Any]] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, Any]] = None,
            key_stores: Optional[Sequence[_databasetools.DatabaseToolsConnectionKeyStoreArgs]] = None,
            lifecycle_details: Optional[str] = None,
            locks: Optional[Sequence[_databasetools.DatabaseToolsConnectionLockArgs]] = None,
            private_endpoint_id: Optional[str] = None,
            proxy_client: Optional[_databasetools.DatabaseToolsConnectionProxyClientArgs] = None,
            related_resource: Optional[_databasetools.DatabaseToolsConnectionRelatedResourceArgs] = None,
            runtime_support: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, Any]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None,
            type: Optional[str] = None,
            url: Optional[str] = None,
            user_name: Optional[str] = None,
            user_password: Optional[_databasetools.DatabaseToolsConnectionUserPasswordArgs] = None) -> DatabaseToolsConnection
    func GetDatabaseToolsConnection(ctx *Context, name string, id IDInput, state *DatabaseToolsConnectionState, opts ...ResourceOption) (*DatabaseToolsConnection, error)
    public static DatabaseToolsConnection Get(string name, Input<string> id, DatabaseToolsConnectionState? state, CustomResourceOptions? opts = null)
    public static DatabaseToolsConnection get(String name, Output<String> id, DatabaseToolsConnectionState 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:
    AdvancedProperties Dictionary<string, object>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    CompartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    ConnectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    DefinedTags Dictionary<string, object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags Dictionary<string, object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    KeyStores List<DatabaseToolsConnectionKeyStore>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    Locks List<DatabaseToolsConnectionLock>
    Locks associated with this resource.
    PrivateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    ProxyClient DatabaseToolsConnectionProxyClient
    (Updatable) The proxy client information.
    RelatedResource DatabaseToolsConnectionRelatedResource
    (Updatable) The related resource
    RuntimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    State string
    The current state of the Database Tools connection.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    Type string
    (Updatable) The DatabaseToolsConnection type.
    Url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionUserPassword
    (Updatable) The user password.
    AdvancedProperties map[string]interface{}
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    CompartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    ConnectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    DefinedTags map[string]interface{}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags map[string]interface{}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    KeyStores []DatabaseToolsConnectionKeyStoreArgs
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    LifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    Locks []DatabaseToolsConnectionLockArgs
    Locks associated with this resource.
    PrivateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    ProxyClient DatabaseToolsConnectionProxyClientArgs
    (Updatable) The proxy client information.
    RelatedResource DatabaseToolsConnectionRelatedResourceArgs
    (Updatable) The related resource
    RuntimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    State string
    The current state of the Database Tools connection.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    When the lock was created.
    TimeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    Type string
    (Updatable) The DatabaseToolsConnection type.
    Url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionUserPasswordArgs
    (Updatable) The user password.
    advancedProperties Map<String,Object>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    compartmentId String
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    connectionString String
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags Map<String,Object>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<String,Object>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores List<ConnectionKeyStore>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks List<ConnectionLock>
    Locks associated with this resource.
    privateEndpointId String
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient ConnectionProxyClient
    (Updatable) The proxy client information.
    relatedResource ConnectionRelatedResource
    (Updatable) The related resource
    runtimeSupport String
    Specifies whether this connection is supported by the Database Tools Runtime.
    state String
    The current state of the Database Tools connection.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    type String
    (Updatable) The DatabaseToolsConnection type.
    url String
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    userName String
    (Updatable) The database user name.
    userPassword ConnectionUserPassword
    (Updatable) The user password.
    advancedProperties {[key: string]: any}
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    compartmentId string
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    connectionString string
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags {[key: string]: any}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags {[key: string]: any}
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores DatabaseToolsConnectionKeyStore[]
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    lifecycleDetails string
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks DatabaseToolsConnectionLock[]
    Locks associated with this resource.
    privateEndpointId string
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient DatabaseToolsConnectionProxyClient
    (Updatable) The proxy client information.
    relatedResource DatabaseToolsConnectionRelatedResource
    (Updatable) The related resource
    runtimeSupport string
    Specifies whether this connection is supported by the Database Tools Runtime.
    state string
    The current state of the Database Tools connection.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    When the lock was created.
    timeUpdated string
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    type string
    (Updatable) The DatabaseToolsConnection type.
    url string
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    userName string
    (Updatable) The database user name.
    userPassword DatabaseToolsConnectionUserPassword
    (Updatable) The user password.
    advanced_properties Mapping[str, Any]
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    compartment_id str
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    connection_string str
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    defined_tags Mapping[str, Any]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeform_tags Mapping[str, Any]
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    key_stores Sequence[databasetools.DatabaseToolsConnectionKeyStoreArgs]
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    lifecycle_details str
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks Sequence[databasetools.DatabaseToolsConnectionLockArgs]
    Locks associated with this resource.
    private_endpoint_id str
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxy_client databasetools.DatabaseToolsConnectionProxyClientArgs
    (Updatable) The proxy client information.
    related_resource databasetools.DatabaseToolsConnectionRelatedResourceArgs
    (Updatable) The related resource
    runtime_support str
    Specifies whether this connection is supported by the Database Tools Runtime.
    state str
    The current state of the Database Tools connection.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    When the lock was created.
    time_updated str
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    type str
    (Updatable) The DatabaseToolsConnection type.
    url str
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    user_name str
    (Updatable) The database user name.
    user_password databasetools.DatabaseToolsConnectionUserPasswordArgs
    (Updatable) The user password.
    advancedProperties Map<Any>
    (Updatable) The advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
    compartmentId String
    (Updatable) The OCID of the compartment containing the Database Tools connection.
    connectionString String
    (Updatable) The connect descriptor or Easy Connect Naming method use to connect to the database.
    definedTags Map<Any>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<Any>
    (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    keyStores List<Property Map>
    (Updatable) Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication.
    lifecycleDetails String
    A message describing the current state in more detail. For example, this message can be used to provide actionable information for a resource in the Failed state.
    locks List<Property Map>
    Locks associated with this resource.
    privateEndpointId String
    (Updatable) The OCID of the Database Tools private endpoint used to access the database in the customer VCN.
    proxyClient Property Map
    (Updatable) The proxy client information.
    relatedResource Property Map
    (Updatable) The related resource
    runtimeSupport String
    Specifies whether this connection is supported by the Database Tools Runtime.
    state String
    The current state of the Database Tools connection.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    When the lock was created.
    timeUpdated String
    The time the DatabaseToolsConnection was updated. An RFC3339 formatted datetime string.
    type String
    (Updatable) The DatabaseToolsConnection type.
    url String
    (Updatable) The JDBC URL used to connect to the Generic JDBC database system.
    userName String
    (Updatable) The database user name.
    userPassword Property Map
    (Updatable) The user password.

    Supporting Types

    DatabaseToolsConnectionKeyStore, DatabaseToolsConnectionKeyStoreArgs

    KeyStoreContent DatabaseToolsConnectionKeyStoreKeyStoreContent
    (Updatable) The key store content.
    KeyStorePassword DatabaseToolsConnectionKeyStoreKeyStorePassword
    (Updatable) The key store password.
    KeyStoreType string
    (Updatable) The key store type.
    KeyStoreContent DatabaseToolsConnectionKeyStoreKeyStoreContent
    (Updatable) The key store content.
    KeyStorePassword DatabaseToolsConnectionKeyStoreKeyStorePassword
    (Updatable) The key store password.
    KeyStoreType string
    (Updatable) The key store type.
    keyStoreContent ConnectionKeyStoreKeyStoreContent
    (Updatable) The key store content.
    keyStorePassword ConnectionKeyStoreKeyStorePassword
    (Updatable) The key store password.
    keyStoreType String
    (Updatable) The key store type.
    keyStoreContent DatabaseToolsConnectionKeyStoreKeyStoreContent
    (Updatable) The key store content.
    keyStorePassword DatabaseToolsConnectionKeyStoreKeyStorePassword
    (Updatable) The key store password.
    keyStoreType string
    (Updatable) The key store type.
    keyStoreContent Property Map
    (Updatable) The key store content.
    keyStorePassword Property Map
    (Updatable) The key store password.
    keyStoreType String
    (Updatable) The key store type.

    DatabaseToolsConnectionKeyStoreKeyStoreContent, DatabaseToolsConnectionKeyStoreKeyStoreContentArgs

    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType string

    (Updatable) The value type of the user password.

    ** 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

    secretId string
    (Updatable) The OCID of the secret containing the user password.
    value_type str

    (Updatable) The value type of the user password.

    ** 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

    secret_id str
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.

    DatabaseToolsConnectionKeyStoreKeyStorePassword, DatabaseToolsConnectionKeyStoreKeyStorePasswordArgs

    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType string

    (Updatable) The value type of the user password.

    ** 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

    secretId string
    (Updatable) The OCID of the secret containing the user password.
    value_type str

    (Updatable) The value type of the user password.

    ** 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

    secret_id str
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.

    DatabaseToolsConnectionLock, DatabaseToolsConnectionLockArgs

    Type string
    (Updatable) The DatabaseToolsConnection type.
    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    When the lock was created.
    Type string
    (Updatable) The DatabaseToolsConnection type.
    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    RelatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    TimeCreated string
    When the lock was created.
    type String
    (Updatable) The DatabaseToolsConnection type.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    When the lock was created.
    type string
    (Updatable) The DatabaseToolsConnection type.
    message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId string
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated string
    When the lock was created.
    type str
    (Updatable) The DatabaseToolsConnection type.
    message str
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    related_resource_id str
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    time_created str
    When the lock was created.
    type String
    (Updatable) The DatabaseToolsConnection type.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    relatedResourceId String
    The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
    timeCreated String
    When the lock was created.

    DatabaseToolsConnectionProxyClient, DatabaseToolsConnectionProxyClientArgs

    ProxyAuthenticationType string
    (Updatable) The proxy authentication type.
    Roles List<string>
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionProxyClientUserPassword
    (Updatable) The user password.
    ProxyAuthenticationType string
    (Updatable) The proxy authentication type.
    Roles []string
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    UserName string
    (Updatable) The database user name.
    UserPassword DatabaseToolsConnectionProxyClientUserPassword
    (Updatable) The user password.
    proxyAuthenticationType String
    (Updatable) The proxy authentication type.
    roles List<String>
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    userName String
    (Updatable) The database user name.
    userPassword ConnectionProxyClientUserPassword
    (Updatable) The user password.
    proxyAuthenticationType string
    (Updatable) The proxy authentication type.
    roles string[]
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    userName string
    (Updatable) The database user name.
    userPassword DatabaseToolsConnectionProxyClientUserPassword
    (Updatable) The user password.
    proxy_authentication_type str
    (Updatable) The proxy authentication type.
    roles Sequence[str]
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    user_name str
    (Updatable) The database user name.
    user_password databasetools.DatabaseToolsConnectionProxyClientUserPassword
    (Updatable) The user password.
    proxyAuthenticationType String
    (Updatable) The proxy authentication type.
    roles List<String>
    (Updatable) A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
    userName String
    (Updatable) The database user name.
    userPassword Property Map
    (Updatable) The user password.

    DatabaseToolsConnectionProxyClientUserPassword, DatabaseToolsConnectionProxyClientUserPasswordArgs

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId string
    (Updatable) The OCID of the secret containing the user password.
    valueType string

    (Updatable) The value type of the user password.

    ** 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

    secret_id str
    (Updatable) The OCID of the secret containing the user password.
    value_type str

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    DatabaseToolsConnectionRelatedResource, DatabaseToolsConnectionRelatedResourceArgs

    EntityType string
    (Updatable) The resource entity type.
    Identifier string
    (Updatable) The OCID of the related resource.
    EntityType string
    (Updatable) The resource entity type.
    Identifier string
    (Updatable) The OCID of the related resource.
    entityType String
    (Updatable) The resource entity type.
    identifier String
    (Updatable) The OCID of the related resource.
    entityType string
    (Updatable) The resource entity type.
    identifier string
    (Updatable) The OCID of the related resource.
    entity_type str
    (Updatable) The resource entity type.
    identifier str
    (Updatable) The OCID of the related resource.
    entityType String
    (Updatable) The resource entity type.
    identifier String
    (Updatable) The OCID of the related resource.

    DatabaseToolsConnectionUserPassword, DatabaseToolsConnectionUserPasswordArgs

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    SecretId string
    (Updatable) The OCID of the secret containing the user password.
    ValueType string

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    secretId string
    (Updatable) The OCID of the secret containing the user password.
    valueType string

    (Updatable) The value type of the user password.

    ** 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

    secret_id str
    (Updatable) The OCID of the secret containing the user password.
    value_type str

    (Updatable) The value type of the user password.

    ** 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

    secretId String
    (Updatable) The OCID of the secret containing the user password.
    valueType String

    (Updatable) The value type of the user password.

    ** 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

    Import

    DatabaseToolsConnections can be imported using the id, e.g.

    $ pulumi import oci:DatabaseTools/databaseToolsConnection:DatabaseToolsConnection test_database_tools_connection "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    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 v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi