import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Database Tools Connection Property Set resource in Oracle Cloud Infrastructure Database Tools Runtime service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/ * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/database_tools_runtime * * Update a property set * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testDatabaseToolsConnectionPropertySet = new oci.databasetools.RuntimeDatabaseToolsConnectionPropertySet("test_database_tools_connection_property_set", { * databaseToolsConnectionId: testDatabaseToolsConnection.id, * key: databaseToolsConnectionPropertySetKey, * propertySetKey: databaseToolsConnectionPropertySetPropertySetKey, * authenticationSubstitutions: databaseToolsConnectionPropertySetAuthenticationSubstitutions, * autonomousDatabaseResourcePrincipalStatus: databaseToolsConnectionPropertySetAutonomousDatabaseResourcePrincipalStatus, * credentialKey: databaseToolsConnectionPropertySetCredentialKey, * functionId: testFunction.id, * identityProvider: { * type: databaseToolsConnectionPropertySetIdentityProviderType, * configs: databaseToolsConnectionPropertySetIdentityProviderConfigs, * }, * instanceDbmsCredentialEnabled: databaseToolsConnectionPropertySetInstanceDbmsCredentialEnabled, * invokeEndpoint: databaseToolsConnectionPropertySetInvokeEndpoint, * objectStorageBucketCompartmentId: testCompartment.id, * objectStorageEndpoint: databaseToolsConnectionPropertySetObjectStorageEndpoint, * objectStorageNamespace: databaseToolsConnectionPropertySetObjectStorageNamespace, * printServerType: databaseToolsConnectionPropertySetPrintServerType, * }); * ``` * * ## Import * * DatabaseToolsConnectionPropertySets can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:DatabaseTools/runtimeDatabaseToolsConnectionPropertySet:RuntimeDatabaseToolsConnectionPropertySet test_database_tools_connection_property_set "databaseToolsConnections/{databaseToolsConnectionId}/propertySets/{propertySetKey}" * ``` */ export declare class RuntimeDatabaseToolsConnectionPropertySet extends pulumi.CustomResource { /** * Get an existing RuntimeDatabaseToolsConnectionPropertySet resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: RuntimeDatabaseToolsConnectionPropertySetState, opts?: pulumi.CustomResourceOptions): RuntimeDatabaseToolsConnectionPropertySet; /** * Returns true if the given object is an instance of RuntimeDatabaseToolsConnectionPropertySet. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is RuntimeDatabaseToolsConnectionPropertySet; /** * (Updatable) APEX FA Integration key-value pairs. */ readonly authenticationSubstitutions: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL) */ readonly autonomousDatabaseResourcePrincipalStatus: pulumi.Output; /** * (Updatable) The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function. */ readonly credentialKey: pulumi.Output; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Database Tools connection. */ readonly databaseToolsConnectionId: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Document Generator function */ readonly functionId: pulumi.Output; /** * (Updatable) External identity type provider */ readonly identityProvider: pulumi.Output; /** * (Updatable) Specifies whether database credentials can be used in all workspaces on the APEX instance. Supported values include: "Y", "N" and empty string. */ readonly instanceDbmsCredentialEnabled: pulumi.Output; /** * (Updatable) The base endpoint URL to use to invoke the Document Generator function */ readonly invokeEndpoint: pulumi.Output; /** * Indicates whether the property set is mutable or not */ readonly isMutable: pulumi.Output; /** * (Updatable) The name of the property set */ readonly key: pulumi.Output; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Object Storage Buckets managed by APEX */ readonly objectStorageBucketCompartmentId: pulumi.Output; /** * (Updatable) Object Storage Endpoint */ readonly objectStorageEndpoint: pulumi.Output; /** * (Updatable) The Object Storage Namespace containing the Object Storage Buckets managed by APEX */ readonly objectStorageNamespace: pulumi.Output; /** * The results of a prerequisites check for APEX FA integration */ readonly prerequisitesChecks: pulumi.Output; /** * (Updatable) The print server type */ readonly printServerType: pulumi.Output; /** * The name of the property set * * ** 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 */ readonly propertySetKey: pulumi.Output; /** * The APEX engine schema name */ readonly userKey: pulumi.Output; /** * The version of APEX */ readonly version: pulumi.Output; /** * Create a RuntimeDatabaseToolsConnectionPropertySet resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: RuntimeDatabaseToolsConnectionPropertySetArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering RuntimeDatabaseToolsConnectionPropertySet resources. */ export interface RuntimeDatabaseToolsConnectionPropertySetState { /** * (Updatable) APEX FA Integration key-value pairs. */ authenticationSubstitutions?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL) */ autonomousDatabaseResourcePrincipalStatus?: pulumi.Input; /** * (Updatable) The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function. */ credentialKey?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Database Tools connection. */ databaseToolsConnectionId?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Document Generator function */ functionId?: pulumi.Input; /** * (Updatable) External identity type provider */ identityProvider?: pulumi.Input; /** * (Updatable) Specifies whether database credentials can be used in all workspaces on the APEX instance. Supported values include: "Y", "N" and empty string. */ instanceDbmsCredentialEnabled?: pulumi.Input; /** * (Updatable) The base endpoint URL to use to invoke the Document Generator function */ invokeEndpoint?: pulumi.Input; /** * Indicates whether the property set is mutable or not */ isMutable?: pulumi.Input; /** * (Updatable) The name of the property set */ key?: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Object Storage Buckets managed by APEX */ objectStorageBucketCompartmentId?: pulumi.Input; /** * (Updatable) Object Storage Endpoint */ objectStorageEndpoint?: pulumi.Input; /** * (Updatable) The Object Storage Namespace containing the Object Storage Buckets managed by APEX */ objectStorageNamespace?: pulumi.Input; /** * The results of a prerequisites check for APEX FA integration */ prerequisitesChecks?: pulumi.Input[] | undefined>; /** * (Updatable) The print server type */ printServerType?: pulumi.Input; /** * The name of the property set * * ** 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 */ propertySetKey?: pulumi.Input; /** * The APEX engine schema name */ userKey?: pulumi.Input; /** * The version of APEX */ version?: pulumi.Input; } /** * The set of arguments for constructing a RuntimeDatabaseToolsConnectionPropertySet resource. */ export interface RuntimeDatabaseToolsConnectionPropertySetArgs { /** * (Updatable) APEX FA Integration key-value pairs. */ authenticationSubstitutions?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL) */ autonomousDatabaseResourcePrincipalStatus?: pulumi.Input; /** * (Updatable) The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function. */ credentialKey?: pulumi.Input; /** * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a Database Tools connection. */ databaseToolsConnectionId: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Document Generator function */ functionId?: pulumi.Input; /** * (Updatable) External identity type provider */ identityProvider?: pulumi.Input; /** * (Updatable) Specifies whether database credentials can be used in all workspaces on the APEX instance. Supported values include: "Y", "N" and empty string. */ instanceDbmsCredentialEnabled?: pulumi.Input; /** * (Updatable) The base endpoint URL to use to invoke the Document Generator function */ invokeEndpoint?: pulumi.Input; /** * (Updatable) The name of the property set */ key: pulumi.Input; /** * (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Object Storage Buckets managed by APEX */ objectStorageBucketCompartmentId?: pulumi.Input; /** * (Updatable) Object Storage Endpoint */ objectStorageEndpoint?: pulumi.Input; /** * (Updatable) The Object Storage Namespace containing the Object Storage Buckets managed by APEX */ objectStorageNamespace?: pulumi.Input; /** * (Updatable) The print server type */ printServerType?: pulumi.Input; /** * The name of the property set * * ** 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 */ propertySetKey: pulumi.Input; } //# sourceMappingURL=runtimeDatabaseToolsConnectionPropertySet.d.ts.map