@pulumi/databricks 0.0.1-alpha.1648473134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +303 -0
- package/awsS3Mount.d.ts +50 -0
- package/awsS3Mount.js +63 -0
- package/awsS3Mount.js.map +1 -0
- package/azureAdlsGen1Mount.d.ts +65 -0
- package/azureAdlsGen1Mount.js +85 -0
- package/azureAdlsGen1Mount.js.map +1 -0
- package/azureAdlsGen2Mount.d.ts +68 -0
- package/azureAdlsGen2Mount.js +93 -0
- package/azureAdlsGen2Mount.js.map +1 -0
- package/azureBlobMount.d.ts +62 -0
- package/azureBlobMount.js +83 -0
- package/azureBlobMount.js.map +1 -0
- package/catalog.d.ts +124 -0
- package/catalog.js +88 -0
- package/catalog.js.map +1 -0
- package/cluster.d.ts +332 -0
- package/cluster.js +121 -0
- package/cluster.js.map +1 -0
- package/clusterPolicy.d.ts +112 -0
- package/clusterPolicy.js +97 -0
- package/clusterPolicy.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +20 -0
- package/config/vars.js +127 -0
- package/config/vars.js.map +1 -0
- package/dbfsFile.d.ts +91 -0
- package/dbfsFile.js +71 -0
- package/dbfsFile.js.map +1 -0
- package/directory.d.ts +72 -0
- package/directory.js +65 -0
- package/directory.js.map +1 -0
- package/externalLocation.d.ts +114 -0
- package/externalLocation.js +80 -0
- package/externalLocation.js.map +1 -0
- package/getAwsAssumeRolePolicy.d.ts +47 -0
- package/getAwsAssumeRolePolicy.js +24 -0
- package/getAwsAssumeRolePolicy.js.map +1 -0
- package/getAwsBucketPolicy.d.ts +59 -0
- package/getAwsBucketPolicy.js +36 -0
- package/getAwsBucketPolicy.js.map +1 -0
- package/getAwsCrossAccountPolicy.d.ts +59 -0
- package/getAwsCrossAccountPolicy.js +47 -0
- package/getAwsCrossAccountPolicy.js.map +1 -0
- package/getCatalogs.d.ts +54 -0
- package/getCatalogs.js +43 -0
- package/getCatalogs.js.map +1 -0
- package/getClusters.d.ts +69 -0
- package/getClusters.js +57 -0
- package/getClusters.js.map +1 -0
- package/getCurrentUser.d.ts +39 -0
- package/getCurrentUser.js +38 -0
- package/getCurrentUser.js.map +1 -0
- package/getDbfsFile.d.ts +69 -0
- package/getDbfsFile.js +44 -0
- package/getDbfsFile.js.map +1 -0
- package/getDbfsFilePaths.d.ts +68 -0
- package/getDbfsFilePaths.js +46 -0
- package/getDbfsFilePaths.js.map +1 -0
- package/getGroup.d.ts +166 -0
- package/getGroup.js +46 -0
- package/getGroup.js.map +1 -0
- package/getJobs.d.ts +47 -0
- package/getJobs.js +30 -0
- package/getJobs.js.map +1 -0
- package/getNodeType.d.ts +173 -0
- package/getNodeType.js +71 -0
- package/getNodeType.js.map +1 -0
- package/getNotebook.d.ts +93 -0
- package/getNotebook.js +39 -0
- package/getNotebook.js.map +1 -0
- package/getNotebookPaths.d.ts +58 -0
- package/getNotebookPaths.js +36 -0
- package/getNotebookPaths.js.map +1 -0
- package/getSchemas.d.ts +65 -0
- package/getSchemas.js +45 -0
- package/getSchemas.js.map +1 -0
- package/getSparkVersion.d.ts +150 -0
- package/getSparkVersion.js +70 -0
- package/getSparkVersion.js.map +1 -0
- package/getTables.d.ts +75 -0
- package/getTables.js +47 -0
- package/getTables.js.map +1 -0
- package/getUser.d.ts +78 -0
- package/getUser.js +39 -0
- package/getUser.js.map +1 -0
- package/getZones.d.ts +29 -0
- package/getZones.js +26 -0
- package/getZones.js.map +1 -0
- package/gitCredential.d.ts +48 -0
- package/gitCredential.js +64 -0
- package/gitCredential.js.map +1 -0
- package/globalInitScript.d.ts +99 -0
- package/globalInitScript.js +68 -0
- package/globalInitScript.js.map +1 -0
- package/grants.d.ts +58 -0
- package/grants.js +64 -0
- package/grants.js.map +1 -0
- package/group.d.ts +131 -0
- package/group.js +83 -0
- package/group.js.map +1 -0
- package/groupInstanceProfile.d.ts +96 -0
- package/groupInstanceProfile.js +93 -0
- package/groupInstanceProfile.js.map +1 -0
- package/index.d.ts +81 -0
- package/index.js +362 -0
- package/index.js.map +1 -0
- package/instancePool.d.ts +166 -0
- package/instancePool.js +93 -0
- package/instancePool.js.map +1 -0
- package/instanceProfile.d.ts +180 -0
- package/instanceProfile.js +161 -0
- package/instanceProfile.js.map +1 -0
- package/ipAccessList.d.ts +128 -0
- package/ipAccessList.js +108 -0
- package/ipAccessList.js.map +1 -0
- package/job.d.ts +228 -0
- package/job.js +102 -0
- package/job.js.map +1 -0
- package/library.d.ts +183 -0
- package/library.js +189 -0
- package/library.js.map +1 -0
- package/metastore.d.ts +102 -0
- package/metastore.js +75 -0
- package/metastore.js.map +1 -0
- package/metastoreAssignment.d.ts +94 -0
- package/metastoreAssignment.js +81 -0
- package/metastoreAssignment.js.map +1 -0
- package/metastoreDataAccess.d.ts +85 -0
- package/metastoreDataAccess.js +73 -0
- package/metastoreDataAccess.js.map +1 -0
- package/mlflowExperiment.d.ts +122 -0
- package/mlflowExperiment.js +99 -0
- package/mlflowExperiment.js.map +1 -0
- package/mlflowModel.d.ts +131 -0
- package/mlflowModel.js +107 -0
- package/mlflowModel.js.map +1 -0
- package/mlflowWebhook.d.ts +129 -0
- package/mlflowWebhook.js +100 -0
- package/mlflowWebhook.js.map +1 -0
- package/mount.d.ts +89 -0
- package/mount.js +76 -0
- package/mount.js.map +1 -0
- package/mwsCredentials.d.ts +137 -0
- package/mwsCredentials.js +115 -0
- package/mwsCredentials.js.map +1 -0
- package/mwsCustomerManagedKeys.d.ts +257 -0
- package/mwsCustomerManagedKeys.js +226 -0
- package/mwsCustomerManagedKeys.js.map +1 -0
- package/mwsLogDelivery.d.ts +219 -0
- package/mwsLogDelivery.js +144 -0
- package/mwsLogDelivery.js.map +1 -0
- package/mwsNetworks.d.ts +129 -0
- package/mwsNetworks.js +89 -0
- package/mwsNetworks.js.map +1 -0
- package/mwsPrivateAccessSettings.d.ts +137 -0
- package/mwsPrivateAccessSettings.js +74 -0
- package/mwsPrivateAccessSettings.js.map +1 -0
- package/mwsStorageConfigurations.d.ts +122 -0
- package/mwsStorageConfigurations.js +106 -0
- package/mwsStorageConfigurations.js.map +1 -0
- package/mwsVpcEndpoint.d.ts +122 -0
- package/mwsVpcEndpoint.js +79 -0
- package/mwsVpcEndpoint.js.map +1 -0
- package/mwsWorkspaces.d.ts +222 -0
- package/mwsWorkspaces.js +106 -0
- package/mwsWorkspaces.js.map +1 -0
- package/notebook.d.ts +128 -0
- package/notebook.js +77 -0
- package/notebook.js.map +1 -0
- package/oboToken.d.ts +98 -0
- package/oboToken.js +82 -0
- package/oboToken.js.map +1 -0
- package/package.json +28 -0
- package/package.json.bak +28 -0
- package/package.json.dev +28 -0
- package/permissions.d.ts +211 -0
- package/permissions.js +97 -0
- package/permissions.js.map +1 -0
- package/pipeline.d.ts +200 -0
- package/pipeline.js +134 -0
- package/pipeline.js.map +1 -0
- package/provider.d.ts +61 -0
- package/provider.js +64 -0
- package/provider.js.map +1 -0
- package/repo.d.ts +117 -0
- package/repo.js +71 -0
- package/repo.js.map +1 -0
- package/schema.d.ts +149 -0
- package/schema.js +106 -0
- package/schema.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +21 -0
- package/secret.d.ts +115 -0
- package/secret.js +99 -0
- package/secret.js.map +1 -0
- package/secretAcl.d.ts +115 -0
- package/secretAcl.js +105 -0
- package/secretAcl.js.map +1 -0
- package/secretScope.d.ts +85 -0
- package/secretScope.js +64 -0
- package/secretScope.js.map +1 -0
- package/servicePrincipal.d.ts +142 -0
- package/servicePrincipal.js +83 -0
- package/servicePrincipal.js.map +1 -0
- package/sqlDashboard.d.ts +90 -0
- package/sqlDashboard.js +99 -0
- package/sqlDashboard.js.map +1 -0
- package/sqlEndpoint.d.ts +249 -0
- package/sqlEndpoint.js +128 -0
- package/sqlEndpoint.js.map +1 -0
- package/sqlGlobalConfig.d.ts +157 -0
- package/sqlGlobalConfig.js +115 -0
- package/sqlGlobalConfig.js.map +1 -0
- package/sqlPermissions.d.ts +191 -0
- package/sqlPermissions.js +139 -0
- package/sqlPermissions.js.map +1 -0
- package/sqlQuery.d.ts +131 -0
- package/sqlQuery.js +139 -0
- package/sqlQuery.js.map +1 -0
- package/sqlVisualization.d.ts +105 -0
- package/sqlVisualization.js +119 -0
- package/sqlVisualization.js.map +1 -0
- package/sqlWidget.d.ts +109 -0
- package/sqlWidget.js +114 -0
- package/sqlWidget.js.map +1 -0
- package/storageCredential.d.ts +122 -0
- package/storageCredential.js +118 -0
- package/storageCredential.js.map +1 -0
- package/table.d.ts +249 -0
- package/table.js +157 -0
- package/table.js.map +1 -0
- package/token.d.ts +102 -0
- package/token.js +84 -0
- package/token.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +1209 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +1222 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/user.d.ts +149 -0
- package/user.js +91 -0
- package/user.js.map +1 -0
- package/userInstanceProfile.d.ts +93 -0
- package/userInstanceProfile.js +90 -0
- package/userInstanceProfile.js.map +1 -0
- package/userRole.d.ts +106 -0
- package/userRole.js +103 -0
- package/userRole.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +57 -0
- package/utilities.js.map +1 -0
- package/workspaceConf.d.ts +76 -0
- package/workspaceConf.js +71 -0
- package/workspaceConf.js.map +1 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class AzureAdlsGen1Mount extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing AzureAdlsGen1Mount resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AzureAdlsGen1MountState, opts?: pulumi.CustomResourceOptions): AzureAdlsGen1Mount;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of AzureAdlsGen1Mount. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is AzureAdlsGen1Mount;
|
|
18
|
+
readonly clientId: pulumi.Output<string>;
|
|
19
|
+
readonly clientSecretKey: pulumi.Output<string>;
|
|
20
|
+
readonly clientSecretScope: pulumi.Output<string>;
|
|
21
|
+
readonly clusterId: pulumi.Output<string | undefined>;
|
|
22
|
+
readonly directory: pulumi.Output<string>;
|
|
23
|
+
readonly mountName: pulumi.Output<string>;
|
|
24
|
+
readonly source: pulumi.Output<string>;
|
|
25
|
+
readonly sparkConfPrefix: pulumi.Output<string | undefined>;
|
|
26
|
+
readonly storageResourceName: pulumi.Output<string>;
|
|
27
|
+
readonly tenantId: pulumi.Output<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Create a AzureAdlsGen1Mount resource with the given unique name, arguments, and options.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resource.
|
|
32
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
33
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
34
|
+
*/
|
|
35
|
+
constructor(name: string, args: AzureAdlsGen1MountArgs, opts?: pulumi.CustomResourceOptions);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Input properties used for looking up and filtering AzureAdlsGen1Mount resources.
|
|
39
|
+
*/
|
|
40
|
+
export interface AzureAdlsGen1MountState {
|
|
41
|
+
clientId?: pulumi.Input<string>;
|
|
42
|
+
clientSecretKey?: pulumi.Input<string>;
|
|
43
|
+
clientSecretScope?: pulumi.Input<string>;
|
|
44
|
+
clusterId?: pulumi.Input<string>;
|
|
45
|
+
directory?: pulumi.Input<string>;
|
|
46
|
+
mountName?: pulumi.Input<string>;
|
|
47
|
+
source?: pulumi.Input<string>;
|
|
48
|
+
sparkConfPrefix?: pulumi.Input<string>;
|
|
49
|
+
storageResourceName?: pulumi.Input<string>;
|
|
50
|
+
tenantId?: pulumi.Input<string>;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* The set of arguments for constructing a AzureAdlsGen1Mount resource.
|
|
54
|
+
*/
|
|
55
|
+
export interface AzureAdlsGen1MountArgs {
|
|
56
|
+
clientId: pulumi.Input<string>;
|
|
57
|
+
clientSecretKey: pulumi.Input<string>;
|
|
58
|
+
clientSecretScope: pulumi.Input<string>;
|
|
59
|
+
clusterId?: pulumi.Input<string>;
|
|
60
|
+
directory?: pulumi.Input<string>;
|
|
61
|
+
mountName: pulumi.Input<string>;
|
|
62
|
+
sparkConfPrefix?: pulumi.Input<string>;
|
|
63
|
+
storageResourceName: pulumi.Input<string>;
|
|
64
|
+
tenantId: pulumi.Input<string>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzureAdlsGen1Mount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class AzureAdlsGen1Mount extends pulumi.CustomResource {
|
|
9
|
+
constructor(name, argsOrState, opts) {
|
|
10
|
+
let resourceInputs = {};
|
|
11
|
+
opts = opts || {};
|
|
12
|
+
if (opts.id) {
|
|
13
|
+
const state = argsOrState;
|
|
14
|
+
resourceInputs["clientId"] = state ? state.clientId : undefined;
|
|
15
|
+
resourceInputs["clientSecretKey"] = state ? state.clientSecretKey : undefined;
|
|
16
|
+
resourceInputs["clientSecretScope"] = state ? state.clientSecretScope : undefined;
|
|
17
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
18
|
+
resourceInputs["directory"] = state ? state.directory : undefined;
|
|
19
|
+
resourceInputs["mountName"] = state ? state.mountName : undefined;
|
|
20
|
+
resourceInputs["source"] = state ? state.source : undefined;
|
|
21
|
+
resourceInputs["sparkConfPrefix"] = state ? state.sparkConfPrefix : undefined;
|
|
22
|
+
resourceInputs["storageResourceName"] = state ? state.storageResourceName : undefined;
|
|
23
|
+
resourceInputs["tenantId"] = state ? state.tenantId : undefined;
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
const args = argsOrState;
|
|
27
|
+
if ((!args || args.clientId === undefined) && !opts.urn) {
|
|
28
|
+
throw new Error("Missing required property 'clientId'");
|
|
29
|
+
}
|
|
30
|
+
if ((!args || args.clientSecretKey === undefined) && !opts.urn) {
|
|
31
|
+
throw new Error("Missing required property 'clientSecretKey'");
|
|
32
|
+
}
|
|
33
|
+
if ((!args || args.clientSecretScope === undefined) && !opts.urn) {
|
|
34
|
+
throw new Error("Missing required property 'clientSecretScope'");
|
|
35
|
+
}
|
|
36
|
+
if ((!args || args.mountName === undefined) && !opts.urn) {
|
|
37
|
+
throw new Error("Missing required property 'mountName'");
|
|
38
|
+
}
|
|
39
|
+
if ((!args || args.storageResourceName === undefined) && !opts.urn) {
|
|
40
|
+
throw new Error("Missing required property 'storageResourceName'");
|
|
41
|
+
}
|
|
42
|
+
if ((!args || args.tenantId === undefined) && !opts.urn) {
|
|
43
|
+
throw new Error("Missing required property 'tenantId'");
|
|
44
|
+
}
|
|
45
|
+
resourceInputs["clientId"] = args ? args.clientId : undefined;
|
|
46
|
+
resourceInputs["clientSecretKey"] = args ? args.clientSecretKey : undefined;
|
|
47
|
+
resourceInputs["clientSecretScope"] = args ? args.clientSecretScope : undefined;
|
|
48
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
49
|
+
resourceInputs["directory"] = args ? args.directory : undefined;
|
|
50
|
+
resourceInputs["mountName"] = args ? args.mountName : undefined;
|
|
51
|
+
resourceInputs["sparkConfPrefix"] = args ? args.sparkConfPrefix : undefined;
|
|
52
|
+
resourceInputs["storageResourceName"] = args ? args.storageResourceName : undefined;
|
|
53
|
+
resourceInputs["tenantId"] = args ? args.tenantId : undefined;
|
|
54
|
+
resourceInputs["source"] = undefined /*out*/;
|
|
55
|
+
}
|
|
56
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
57
|
+
super(AzureAdlsGen1Mount.__pulumiType, name, resourceInputs, opts);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing AzureAdlsGen1Mount resource's state with the given name, ID, and optional extra
|
|
61
|
+
* properties used to qualify the lookup.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resulting resource.
|
|
64
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
+
* @param state Any extra arguments used during the lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name, id, state, opts) {
|
|
69
|
+
return new AzureAdlsGen1Mount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Returns true if the given object is an instance of AzureAdlsGen1Mount. This is designed to work even
|
|
73
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
74
|
+
*/
|
|
75
|
+
static isInstance(obj) {
|
|
76
|
+
if (obj === undefined || obj === null) {
|
|
77
|
+
return false;
|
|
78
|
+
}
|
|
79
|
+
return obj['__pulumiType'] === AzureAdlsGen1Mount.__pulumiType;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.AzureAdlsGen1Mount = AzureAdlsGen1Mount;
|
|
83
|
+
/** @internal */
|
|
84
|
+
AzureAdlsGen1Mount.__pulumiType = 'databricks:index/azureAdlsGen1Mount:AzureAdlsGen1Mount';
|
|
85
|
+
//# sourceMappingURL=azureAdlsGen1Mount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureAdlsGen1Mount.js","sourceRoot":"","sources":["../azureAdlsGen1Mount.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class AzureAdlsGen2Mount extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing AzureAdlsGen2Mount resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AzureAdlsGen2MountState, opts?: pulumi.CustomResourceOptions): AzureAdlsGen2Mount;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of AzureAdlsGen2Mount. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is AzureAdlsGen2Mount;
|
|
18
|
+
readonly clientId: pulumi.Output<string>;
|
|
19
|
+
readonly clientSecretKey: pulumi.Output<string>;
|
|
20
|
+
readonly clientSecretScope: pulumi.Output<string>;
|
|
21
|
+
readonly clusterId: pulumi.Output<string | undefined>;
|
|
22
|
+
readonly containerName: pulumi.Output<string>;
|
|
23
|
+
readonly directory: pulumi.Output<string>;
|
|
24
|
+
readonly initializeFileSystem: pulumi.Output<boolean>;
|
|
25
|
+
readonly mountName: pulumi.Output<string>;
|
|
26
|
+
readonly source: pulumi.Output<string>;
|
|
27
|
+
readonly storageAccountName: pulumi.Output<string>;
|
|
28
|
+
readonly tenantId: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Create a AzureAdlsGen2Mount resource with the given unique name, arguments, and options.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resource.
|
|
33
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
34
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
35
|
+
*/
|
|
36
|
+
constructor(name: string, args: AzureAdlsGen2MountArgs, opts?: pulumi.CustomResourceOptions);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Input properties used for looking up and filtering AzureAdlsGen2Mount resources.
|
|
40
|
+
*/
|
|
41
|
+
export interface AzureAdlsGen2MountState {
|
|
42
|
+
clientId?: pulumi.Input<string>;
|
|
43
|
+
clientSecretKey?: pulumi.Input<string>;
|
|
44
|
+
clientSecretScope?: pulumi.Input<string>;
|
|
45
|
+
clusterId?: pulumi.Input<string>;
|
|
46
|
+
containerName?: pulumi.Input<string>;
|
|
47
|
+
directory?: pulumi.Input<string>;
|
|
48
|
+
initializeFileSystem?: pulumi.Input<boolean>;
|
|
49
|
+
mountName?: pulumi.Input<string>;
|
|
50
|
+
source?: pulumi.Input<string>;
|
|
51
|
+
storageAccountName?: pulumi.Input<string>;
|
|
52
|
+
tenantId?: pulumi.Input<string>;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* The set of arguments for constructing a AzureAdlsGen2Mount resource.
|
|
56
|
+
*/
|
|
57
|
+
export interface AzureAdlsGen2MountArgs {
|
|
58
|
+
clientId: pulumi.Input<string>;
|
|
59
|
+
clientSecretKey: pulumi.Input<string>;
|
|
60
|
+
clientSecretScope: pulumi.Input<string>;
|
|
61
|
+
clusterId?: pulumi.Input<string>;
|
|
62
|
+
containerName: pulumi.Input<string>;
|
|
63
|
+
directory?: pulumi.Input<string>;
|
|
64
|
+
initializeFileSystem: pulumi.Input<boolean>;
|
|
65
|
+
mountName: pulumi.Input<string>;
|
|
66
|
+
storageAccountName: pulumi.Input<string>;
|
|
67
|
+
tenantId: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzureAdlsGen2Mount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class AzureAdlsGen2Mount extends pulumi.CustomResource {
|
|
9
|
+
constructor(name, argsOrState, opts) {
|
|
10
|
+
let resourceInputs = {};
|
|
11
|
+
opts = opts || {};
|
|
12
|
+
if (opts.id) {
|
|
13
|
+
const state = argsOrState;
|
|
14
|
+
resourceInputs["clientId"] = state ? state.clientId : undefined;
|
|
15
|
+
resourceInputs["clientSecretKey"] = state ? state.clientSecretKey : undefined;
|
|
16
|
+
resourceInputs["clientSecretScope"] = state ? state.clientSecretScope : undefined;
|
|
17
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
18
|
+
resourceInputs["containerName"] = state ? state.containerName : undefined;
|
|
19
|
+
resourceInputs["directory"] = state ? state.directory : undefined;
|
|
20
|
+
resourceInputs["initializeFileSystem"] = state ? state.initializeFileSystem : undefined;
|
|
21
|
+
resourceInputs["mountName"] = state ? state.mountName : undefined;
|
|
22
|
+
resourceInputs["source"] = state ? state.source : undefined;
|
|
23
|
+
resourceInputs["storageAccountName"] = state ? state.storageAccountName : undefined;
|
|
24
|
+
resourceInputs["tenantId"] = state ? state.tenantId : undefined;
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
const args = argsOrState;
|
|
28
|
+
if ((!args || args.clientId === undefined) && !opts.urn) {
|
|
29
|
+
throw new Error("Missing required property 'clientId'");
|
|
30
|
+
}
|
|
31
|
+
if ((!args || args.clientSecretKey === undefined) && !opts.urn) {
|
|
32
|
+
throw new Error("Missing required property 'clientSecretKey'");
|
|
33
|
+
}
|
|
34
|
+
if ((!args || args.clientSecretScope === undefined) && !opts.urn) {
|
|
35
|
+
throw new Error("Missing required property 'clientSecretScope'");
|
|
36
|
+
}
|
|
37
|
+
if ((!args || args.containerName === undefined) && !opts.urn) {
|
|
38
|
+
throw new Error("Missing required property 'containerName'");
|
|
39
|
+
}
|
|
40
|
+
if ((!args || args.initializeFileSystem === undefined) && !opts.urn) {
|
|
41
|
+
throw new Error("Missing required property 'initializeFileSystem'");
|
|
42
|
+
}
|
|
43
|
+
if ((!args || args.mountName === undefined) && !opts.urn) {
|
|
44
|
+
throw new Error("Missing required property 'mountName'");
|
|
45
|
+
}
|
|
46
|
+
if ((!args || args.storageAccountName === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'storageAccountName'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.tenantId === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'tenantId'");
|
|
51
|
+
}
|
|
52
|
+
resourceInputs["clientId"] = args ? args.clientId : undefined;
|
|
53
|
+
resourceInputs["clientSecretKey"] = args ? args.clientSecretKey : undefined;
|
|
54
|
+
resourceInputs["clientSecretScope"] = args ? args.clientSecretScope : undefined;
|
|
55
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
56
|
+
resourceInputs["containerName"] = args ? args.containerName : undefined;
|
|
57
|
+
resourceInputs["directory"] = args ? args.directory : undefined;
|
|
58
|
+
resourceInputs["initializeFileSystem"] = args ? args.initializeFileSystem : undefined;
|
|
59
|
+
resourceInputs["mountName"] = args ? args.mountName : undefined;
|
|
60
|
+
resourceInputs["storageAccountName"] = args ? args.storageAccountName : undefined;
|
|
61
|
+
resourceInputs["tenantId"] = args ? args.tenantId : undefined;
|
|
62
|
+
resourceInputs["source"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
super(AzureAdlsGen2Mount.__pulumiType, name, resourceInputs, opts);
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Get an existing AzureAdlsGen2Mount resource's state with the given name, ID, and optional extra
|
|
69
|
+
* properties used to qualify the lookup.
|
|
70
|
+
*
|
|
71
|
+
* @param name The _unique_ name of the resulting resource.
|
|
72
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
73
|
+
* @param state Any extra arguments used during the lookup.
|
|
74
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
75
|
+
*/
|
|
76
|
+
static get(name, id, state, opts) {
|
|
77
|
+
return new AzureAdlsGen2Mount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Returns true if the given object is an instance of AzureAdlsGen2Mount. This is designed to work even
|
|
81
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
82
|
+
*/
|
|
83
|
+
static isInstance(obj) {
|
|
84
|
+
if (obj === undefined || obj === null) {
|
|
85
|
+
return false;
|
|
86
|
+
}
|
|
87
|
+
return obj['__pulumiType'] === AzureAdlsGen2Mount.__pulumiType;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.AzureAdlsGen2Mount = AzureAdlsGen2Mount;
|
|
91
|
+
/** @internal */
|
|
92
|
+
AzureAdlsGen2Mount.__pulumiType = 'databricks:index/azureAdlsGen2Mount:AzureAdlsGen2Mount';
|
|
93
|
+
//# sourceMappingURL=azureAdlsGen2Mount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureAdlsGen2Mount.js","sourceRoot":"","sources":["../azureAdlsGen2Mount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IAgDzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,iBAAiB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9D,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,oBAAoB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjE,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;aACvE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,kBAAkB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/D,MAAM,IAAI,KAAK,CAAC,gDAAgD,CAAC,CAAC;aACrE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IAvGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDAyGC;AA3FG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class AzureBlobMount extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing AzureBlobMount resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AzureBlobMountState, opts?: pulumi.CustomResourceOptions): AzureBlobMount;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of AzureBlobMount. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is AzureBlobMount;
|
|
18
|
+
readonly authType: pulumi.Output<string>;
|
|
19
|
+
readonly clusterId: pulumi.Output<string | undefined>;
|
|
20
|
+
readonly containerName: pulumi.Output<string>;
|
|
21
|
+
readonly directory: pulumi.Output<string | undefined>;
|
|
22
|
+
readonly mountName: pulumi.Output<string>;
|
|
23
|
+
readonly source: pulumi.Output<string>;
|
|
24
|
+
readonly storageAccountName: pulumi.Output<string>;
|
|
25
|
+
readonly tokenSecretKey: pulumi.Output<string>;
|
|
26
|
+
readonly tokenSecretScope: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Create a AzureBlobMount resource with the given unique name, arguments, and options.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resource.
|
|
31
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
32
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
33
|
+
*/
|
|
34
|
+
constructor(name: string, args: AzureBlobMountArgs, opts?: pulumi.CustomResourceOptions);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input properties used for looking up and filtering AzureBlobMount resources.
|
|
38
|
+
*/
|
|
39
|
+
export interface AzureBlobMountState {
|
|
40
|
+
authType?: pulumi.Input<string>;
|
|
41
|
+
clusterId?: pulumi.Input<string>;
|
|
42
|
+
containerName?: pulumi.Input<string>;
|
|
43
|
+
directory?: pulumi.Input<string>;
|
|
44
|
+
mountName?: pulumi.Input<string>;
|
|
45
|
+
source?: pulumi.Input<string>;
|
|
46
|
+
storageAccountName?: pulumi.Input<string>;
|
|
47
|
+
tokenSecretKey?: pulumi.Input<string>;
|
|
48
|
+
tokenSecretScope?: pulumi.Input<string>;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* The set of arguments for constructing a AzureBlobMount resource.
|
|
52
|
+
*/
|
|
53
|
+
export interface AzureBlobMountArgs {
|
|
54
|
+
authType: pulumi.Input<string>;
|
|
55
|
+
clusterId?: pulumi.Input<string>;
|
|
56
|
+
containerName: pulumi.Input<string>;
|
|
57
|
+
directory?: pulumi.Input<string>;
|
|
58
|
+
mountName: pulumi.Input<string>;
|
|
59
|
+
storageAccountName: pulumi.Input<string>;
|
|
60
|
+
tokenSecretKey: pulumi.Input<string>;
|
|
61
|
+
tokenSecretScope: pulumi.Input<string>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzureBlobMount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
class AzureBlobMount extends pulumi.CustomResource {
|
|
9
|
+
constructor(name, argsOrState, opts) {
|
|
10
|
+
let resourceInputs = {};
|
|
11
|
+
opts = opts || {};
|
|
12
|
+
if (opts.id) {
|
|
13
|
+
const state = argsOrState;
|
|
14
|
+
resourceInputs["authType"] = state ? state.authType : undefined;
|
|
15
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
16
|
+
resourceInputs["containerName"] = state ? state.containerName : undefined;
|
|
17
|
+
resourceInputs["directory"] = state ? state.directory : undefined;
|
|
18
|
+
resourceInputs["mountName"] = state ? state.mountName : undefined;
|
|
19
|
+
resourceInputs["source"] = state ? state.source : undefined;
|
|
20
|
+
resourceInputs["storageAccountName"] = state ? state.storageAccountName : undefined;
|
|
21
|
+
resourceInputs["tokenSecretKey"] = state ? state.tokenSecretKey : undefined;
|
|
22
|
+
resourceInputs["tokenSecretScope"] = state ? state.tokenSecretScope : undefined;
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
const args = argsOrState;
|
|
26
|
+
if ((!args || args.authType === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'authType'");
|
|
28
|
+
}
|
|
29
|
+
if ((!args || args.containerName === undefined) && !opts.urn) {
|
|
30
|
+
throw new Error("Missing required property 'containerName'");
|
|
31
|
+
}
|
|
32
|
+
if ((!args || args.mountName === undefined) && !opts.urn) {
|
|
33
|
+
throw new Error("Missing required property 'mountName'");
|
|
34
|
+
}
|
|
35
|
+
if ((!args || args.storageAccountName === undefined) && !opts.urn) {
|
|
36
|
+
throw new Error("Missing required property 'storageAccountName'");
|
|
37
|
+
}
|
|
38
|
+
if ((!args || args.tokenSecretKey === undefined) && !opts.urn) {
|
|
39
|
+
throw new Error("Missing required property 'tokenSecretKey'");
|
|
40
|
+
}
|
|
41
|
+
if ((!args || args.tokenSecretScope === undefined) && !opts.urn) {
|
|
42
|
+
throw new Error("Missing required property 'tokenSecretScope'");
|
|
43
|
+
}
|
|
44
|
+
resourceInputs["authType"] = args ? args.authType : undefined;
|
|
45
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
46
|
+
resourceInputs["containerName"] = args ? args.containerName : undefined;
|
|
47
|
+
resourceInputs["directory"] = args ? args.directory : undefined;
|
|
48
|
+
resourceInputs["mountName"] = args ? args.mountName : undefined;
|
|
49
|
+
resourceInputs["storageAccountName"] = args ? args.storageAccountName : undefined;
|
|
50
|
+
resourceInputs["tokenSecretKey"] = args ? args.tokenSecretKey : undefined;
|
|
51
|
+
resourceInputs["tokenSecretScope"] = args ? args.tokenSecretScope : undefined;
|
|
52
|
+
resourceInputs["source"] = undefined /*out*/;
|
|
53
|
+
}
|
|
54
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
55
|
+
super(AzureBlobMount.__pulumiType, name, resourceInputs, opts);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Get an existing AzureBlobMount resource's state with the given name, ID, and optional extra
|
|
59
|
+
* properties used to qualify the lookup.
|
|
60
|
+
*
|
|
61
|
+
* @param name The _unique_ name of the resulting resource.
|
|
62
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
63
|
+
* @param state Any extra arguments used during the lookup.
|
|
64
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
65
|
+
*/
|
|
66
|
+
static get(name, id, state, opts) {
|
|
67
|
+
return new AzureBlobMount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Returns true if the given object is an instance of AzureBlobMount. This is designed to work even
|
|
71
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
72
|
+
*/
|
|
73
|
+
static isInstance(obj) {
|
|
74
|
+
if (obj === undefined || obj === null) {
|
|
75
|
+
return false;
|
|
76
|
+
}
|
|
77
|
+
return obj['__pulumiType'] === AzureBlobMount.__pulumiType;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.AzureBlobMount = AzureBlobMount;
|
|
81
|
+
/** @internal */
|
|
82
|
+
AzureBlobMount.__pulumiType = 'databricks:index/azureBlobMount:AzureBlobMount';
|
|
83
|
+
//# sourceMappingURL=azureBlobMount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureBlobMount.js","sourceRoot":"","sources":["../azureBlobMount.ts"],"names":[],"mappings":"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"}
|
package/catalog.d.ts
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* ## Example Usage
|
|
4
|
+
*
|
|
5
|
+
* ```typescript
|
|
6
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
+
* import * as databricks from "@pulumi/databricks";
|
|
8
|
+
*
|
|
9
|
+
* const sandbox = new databricks.Catalog("sandbox", {
|
|
10
|
+
* metastoreId: databricks_metastore["this"].id,
|
|
11
|
+
* comment: "this catalog is managed by terraform",
|
|
12
|
+
* properties: {
|
|
13
|
+
* purpose: "testing",
|
|
14
|
+
* },
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
* ## Related Resources
|
|
18
|
+
*
|
|
19
|
+
* The following resources are used in the same context:
|
|
20
|
+
*
|
|
21
|
+
* * databricks.Table data to list tables within Unity Catalog.
|
|
22
|
+
* * databricks.Schema data to list schemas within Unity Catalog.
|
|
23
|
+
* * databricks.Catalog data to list catalogs within Unity Catalog.
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* This resource can be imported by namebash
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import databricks:index/catalog:Catalog this <name>
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
export declare class Catalog extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing Catalog resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CatalogState, opts?: pulumi.CustomResourceOptions): Catalog;
|
|
44
|
+
/**
|
|
45
|
+
* Returns true if the given object is an instance of Catalog. This is designed to work even
|
|
46
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
47
|
+
*/
|
|
48
|
+
static isInstance(obj: any): obj is Catalog;
|
|
49
|
+
/**
|
|
50
|
+
* User-supplied free-form text.
|
|
51
|
+
*/
|
|
52
|
+
readonly comment: pulumi.Output<string | undefined>;
|
|
53
|
+
readonly metastoreId: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Name of Catalog relative to parent metastore. Change forces creation of a new resource.
|
|
56
|
+
*/
|
|
57
|
+
readonly name: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Username/groupname of catalog owner. Currently this field can only be changed after the resource is created.
|
|
60
|
+
*/
|
|
61
|
+
readonly owner: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Extensible Catalog properties.
|
|
64
|
+
*/
|
|
65
|
+
readonly properties: pulumi.Output<{
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
} | undefined>;
|
|
68
|
+
/**
|
|
69
|
+
* Create a Catalog resource with the given unique name, arguments, and options.
|
|
70
|
+
*
|
|
71
|
+
* @param name The _unique_ name of the resource.
|
|
72
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
73
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
74
|
+
*/
|
|
75
|
+
constructor(name: string, args?: CatalogArgs, opts?: pulumi.CustomResourceOptions);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Input properties used for looking up and filtering Catalog resources.
|
|
79
|
+
*/
|
|
80
|
+
export interface CatalogState {
|
|
81
|
+
/**
|
|
82
|
+
* User-supplied free-form text.
|
|
83
|
+
*/
|
|
84
|
+
comment?: pulumi.Input<string>;
|
|
85
|
+
metastoreId?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Name of Catalog relative to parent metastore. Change forces creation of a new resource.
|
|
88
|
+
*/
|
|
89
|
+
name?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Username/groupname of catalog owner. Currently this field can only be changed after the resource is created.
|
|
92
|
+
*/
|
|
93
|
+
owner?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Extensible Catalog properties.
|
|
96
|
+
*/
|
|
97
|
+
properties?: pulumi.Input<{
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
}>;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* The set of arguments for constructing a Catalog resource.
|
|
103
|
+
*/
|
|
104
|
+
export interface CatalogArgs {
|
|
105
|
+
/**
|
|
106
|
+
* User-supplied free-form text.
|
|
107
|
+
*/
|
|
108
|
+
comment?: pulumi.Input<string>;
|
|
109
|
+
metastoreId?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Name of Catalog relative to parent metastore. Change forces creation of a new resource.
|
|
112
|
+
*/
|
|
113
|
+
name?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Username/groupname of catalog owner. Currently this field can only be changed after the resource is created.
|
|
116
|
+
*/
|
|
117
|
+
owner?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Extensible Catalog properties.
|
|
120
|
+
*/
|
|
121
|
+
properties?: pulumi.Input<{
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
}>;
|
|
124
|
+
}
|