@pulumi/dbtcloud 0.2.0-alpha.1749534410 → 1.0.0

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.
Files changed (148) hide show
  1. package/accountFeatures.d.ts +24 -0
  2. package/accountFeatures.js +4 -0
  3. package/accountFeatures.js.map +1 -1
  4. package/bigQueryCredential.d.ts +5 -3
  5. package/bigQueryCredential.js +2 -0
  6. package/bigQueryCredential.js.map +1 -1
  7. package/bigquerySemanticLayerCredential.d.ts +161 -0
  8. package/bigquerySemanticLayerCredential.js +102 -0
  9. package/bigquerySemanticLayerCredential.js.map +1 -0
  10. package/databricksCredential.d.ts +16 -14
  11. package/databricksCredential.js +14 -2
  12. package/databricksCredential.js.map +1 -1
  13. package/environment.d.ts +37 -45
  14. package/environment.js +1 -6
  15. package/environment.js.map +1 -1
  16. package/environmentVariable.d.ts +3 -3
  17. package/environmentVariableJobOverride.d.ts +15 -5
  18. package/environmentVariableJobOverride.js +4 -0
  19. package/environmentVariableJobOverride.js.map +1 -1
  20. package/extendedAttributes.d.ts +7 -13
  21. package/extendedAttributes.js +1 -1
  22. package/extendedAttributes.js.map +1 -1
  23. package/fabricCredential.d.ts +16 -16
  24. package/fabricCredential.js +6 -6
  25. package/fabricCredential.js.map +1 -1
  26. package/getBigQueryCredential.d.ts +7 -1
  27. package/getBigQueryCredential.js +6 -0
  28. package/getBigQueryCredential.js.map +1 -1
  29. package/getDatabricksCredential.d.ts +10 -4
  30. package/getDatabricksCredential.js +6 -0
  31. package/getDatabricksCredential.js.map +1 -1
  32. package/getEnvironment.d.ts +4 -7
  33. package/getEnvironment.js.map +1 -1
  34. package/getEnvironmentVariable.d.ts +38 -8
  35. package/getEnvironmentVariable.js +30 -0
  36. package/getEnvironmentVariable.js.map +1 -1
  37. package/getExtendedAttributes.d.ts +12 -8
  38. package/getExtendedAttributes.js +4 -0
  39. package/getExtendedAttributes.js.map +1 -1
  40. package/getGlobalConnection.d.ts +4 -0
  41. package/getGlobalConnection.js.map +1 -1
  42. package/getGroupUsers.d.ts +3 -3
  43. package/getGroupUsers.js +2 -2
  44. package/getJob.d.ts +59 -26
  45. package/getJob.js +8 -2
  46. package/getJob.js.map +1 -1
  47. package/getPostgresCredential.d.ts +7 -1
  48. package/getPostgresCredential.js +6 -0
  49. package/getPostgresCredential.js.map +1 -1
  50. package/getPrivatelinkEndpoint.d.ts +16 -10
  51. package/getPrivatelinkEndpoint.js +6 -0
  52. package/getPrivatelinkEndpoint.js.map +1 -1
  53. package/getProject.d.ts +81 -44
  54. package/getProject.js +50 -22
  55. package/getProject.js.map +1 -1
  56. package/getRedshiftCredential.d.ts +72 -0
  57. package/getRedshiftCredential.js +32 -0
  58. package/getRedshiftCredential.js.map +1 -0
  59. package/getRepository.d.ts +25 -3
  60. package/getRepository.js +6 -0
  61. package/getRepository.js.map +1 -1
  62. package/getRuns.d.ts +46 -0
  63. package/getRuns.js +30 -0
  64. package/getRuns.js.map +1 -0
  65. package/getSnowflakeCredential.d.ts +8 -2
  66. package/getSnowflakeCredential.js +6 -0
  67. package/getSnowflakeCredential.js.map +1 -1
  68. package/getSynapseCredential.d.ts +80 -0
  69. package/getSynapseCredential.js +30 -0
  70. package/getSynapseCredential.js.map +1 -0
  71. package/getTeradataCredential.d.ts +68 -0
  72. package/getTeradataCredential.js +30 -0
  73. package/getTeradataCredential.js.map +1 -0
  74. package/getUserGroups.d.ts +9 -5
  75. package/getUserGroups.js +4 -0
  76. package/getUserGroups.js.map +1 -1
  77. package/getWebhook.d.ts +16 -4
  78. package/getWebhook.js +6 -0
  79. package/getWebhook.js.map +1 -1
  80. package/globalConnection.d.ts +12 -2
  81. package/globalConnection.js +2 -2
  82. package/globalConnection.js.map +1 -1
  83. package/index.d.ts +36 -18
  84. package/index.js +55 -28
  85. package/index.js.map +1 -1
  86. package/job.d.ts +41 -144
  87. package/job.js +4 -113
  88. package/job.js.map +1 -1
  89. package/package.json +2 -2
  90. package/partialEnvironmentVariable.d.ts +83 -0
  91. package/partialEnvironmentVariable.js +64 -0
  92. package/partialEnvironmentVariable.js.map +1 -0
  93. package/postgresCredential.d.ts +13 -11
  94. package/postgresCredential.js +2 -0
  95. package/postgresCredential.js.map +1 -1
  96. package/project.d.ts +20 -6
  97. package/project.js +5 -1
  98. package/project.js.map +1 -1
  99. package/projectRepository.d.ts +1 -1
  100. package/projectRepository.js +1 -1
  101. package/redshiftCredential.d.ts +165 -0
  102. package/redshiftCredential.js +121 -0
  103. package/redshiftCredential.js.map +1 -0
  104. package/redshiftSemanticLayerCredential.d.ts +65 -0
  105. package/redshiftSemanticLayerCredential.js +60 -0
  106. package/redshiftSemanticLayerCredential.js.map +1 -0
  107. package/repository.d.ts +6 -6
  108. package/semanticLayerConfiguration.d.ts +106 -0
  109. package/semanticLayerConfiguration.js +103 -0
  110. package/semanticLayerConfiguration.js.map +1 -0
  111. package/snowflakeCredential.d.ts +46 -32
  112. package/snowflakeCredential.js +4 -6
  113. package/snowflakeCredential.js.map +1 -1
  114. package/snowflakeSemanticLayerCredential.d.ts +95 -0
  115. package/snowflakeSemanticLayerCredential.js +90 -0
  116. package/snowflakeSemanticLayerCredential.js.map +1 -0
  117. package/synapseCredential.d.ts +233 -0
  118. package/synapseCredential.js +152 -0
  119. package/synapseCredential.js.map +1 -0
  120. package/teradataCredential.d.ts +107 -0
  121. package/teradataCredential.js +76 -0
  122. package/teradataCredential.js.map +1 -0
  123. package/types/input.d.ts +300 -0
  124. package/types/output.d.ts +409 -6
  125. package/userGroups.d.ts +4 -5
  126. package/userGroups.js +1 -2
  127. package/userGroups.js.map +1 -1
  128. package/webhook.d.ts +13 -7
  129. package/webhook.js +2 -0
  130. package/webhook.js.map +1 -1
  131. package/bigQueryConnection.d.ts +0 -420
  132. package/bigQueryConnection.js +0 -217
  133. package/bigQueryConnection.js.map +0 -1
  134. package/connection.d.ts +0 -342
  135. package/connection.js +0 -170
  136. package/connection.js.map +0 -1
  137. package/fabricConnection.d.ts +0 -199
  138. package/fabricConnection.js +0 -130
  139. package/fabricConnection.js.map +0 -1
  140. package/getBigQueryConnection.d.ts +0 -134
  141. package/getBigQueryConnection.js +0 -24
  142. package/getBigQueryConnection.js.map +0 -1
  143. package/getConnection.d.ts +0 -86
  144. package/getConnection.js +0 -24
  145. package/getConnection.js.map +0 -1
  146. package/projectConnection.d.ts +0 -105
  147. package/projectConnection.js +0 -102
  148. package/projectConnection.js.map +0 -1
@@ -0,0 +1,107 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Teradata credential resource
4
+ */
5
+ export declare class TeradataCredential extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing TeradataCredential resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param state Any extra arguments used during the lookup.
13
+ * @param opts Optional settings to control the behavior of the CustomResource.
14
+ */
15
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TeradataCredentialState, opts?: pulumi.CustomResourceOptions): TeradataCredential;
16
+ /**
17
+ * Returns true if the given object is an instance of TeradataCredential. This is designed to work even
18
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
+ */
20
+ static isInstance(obj: any): obj is TeradataCredential;
21
+ /**
22
+ * The internal credential ID
23
+ */
24
+ readonly credentialId: pulumi.Output<number>;
25
+ /**
26
+ * The password for the Teradata account
27
+ */
28
+ readonly password: pulumi.Output<string>;
29
+ /**
30
+ * Project ID to create the Teradata/Trino credential in
31
+ */
32
+ readonly projectId: pulumi.Output<number>;
33
+ /**
34
+ * The schema where to create models
35
+ */
36
+ readonly schema: pulumi.Output<string>;
37
+ /**
38
+ * The number of threads to use. Default is 1
39
+ */
40
+ readonly threads: pulumi.Output<number>;
41
+ /**
42
+ * The username for the Teradata account
43
+ */
44
+ readonly user: pulumi.Output<string>;
45
+ /**
46
+ * Create a TeradataCredential resource with the given unique name, arguments, and options.
47
+ *
48
+ * @param name The _unique_ name of the resource.
49
+ * @param args The arguments to use to populate this resource's properties.
50
+ * @param opts A bag of options that control this resource's behavior.
51
+ */
52
+ constructor(name: string, args: TeradataCredentialArgs, opts?: pulumi.CustomResourceOptions);
53
+ }
54
+ /**
55
+ * Input properties used for looking up and filtering TeradataCredential resources.
56
+ */
57
+ export interface TeradataCredentialState {
58
+ /**
59
+ * The internal credential ID
60
+ */
61
+ credentialId?: pulumi.Input<number>;
62
+ /**
63
+ * The password for the Teradata account
64
+ */
65
+ password?: pulumi.Input<string>;
66
+ /**
67
+ * Project ID to create the Teradata/Trino credential in
68
+ */
69
+ projectId?: pulumi.Input<number>;
70
+ /**
71
+ * The schema where to create models
72
+ */
73
+ schema?: pulumi.Input<string>;
74
+ /**
75
+ * The number of threads to use. Default is 1
76
+ */
77
+ threads?: pulumi.Input<number>;
78
+ /**
79
+ * The username for the Teradata account
80
+ */
81
+ user?: pulumi.Input<string>;
82
+ }
83
+ /**
84
+ * The set of arguments for constructing a TeradataCredential resource.
85
+ */
86
+ export interface TeradataCredentialArgs {
87
+ /**
88
+ * The password for the Teradata account
89
+ */
90
+ password: pulumi.Input<string>;
91
+ /**
92
+ * Project ID to create the Teradata/Trino credential in
93
+ */
94
+ projectId: pulumi.Input<number>;
95
+ /**
96
+ * The schema where to create models
97
+ */
98
+ schema: pulumi.Input<string>;
99
+ /**
100
+ * The number of threads to use. Default is 1
101
+ */
102
+ threads?: pulumi.Input<number>;
103
+ /**
104
+ * The username for the Teradata account
105
+ */
106
+ user: pulumi.Input<string>;
107
+ }
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.TeradataCredential = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Teradata credential resource
10
+ */
11
+ class TeradataCredential extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing TeradataCredential resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param state Any extra arguments used during the lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, state, opts) {
22
+ return new TeradataCredential(name, state, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of TeradataCredential. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === TeradataCredential.__pulumiType;
33
+ }
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["credentialId"] = state ? state.credentialId : undefined;
40
+ resourceInputs["password"] = state ? state.password : undefined;
41
+ resourceInputs["projectId"] = state ? state.projectId : undefined;
42
+ resourceInputs["schema"] = state ? state.schema : undefined;
43
+ resourceInputs["threads"] = state ? state.threads : undefined;
44
+ resourceInputs["user"] = state ? state.user : undefined;
45
+ }
46
+ else {
47
+ const args = argsOrState;
48
+ if ((!args || args.password === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'password'");
50
+ }
51
+ if ((!args || args.projectId === undefined) && !opts.urn) {
52
+ throw new Error("Missing required property 'projectId'");
53
+ }
54
+ if ((!args || args.schema === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'schema'");
56
+ }
57
+ if ((!args || args.user === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'user'");
59
+ }
60
+ resourceInputs["password"] = (args === null || args === void 0 ? void 0 : args.password) ? pulumi.secret(args.password) : undefined;
61
+ resourceInputs["projectId"] = args ? args.projectId : undefined;
62
+ resourceInputs["schema"] = args ? args.schema : undefined;
63
+ resourceInputs["threads"] = args ? args.threads : undefined;
64
+ resourceInputs["user"] = args ? args.user : undefined;
65
+ resourceInputs["credentialId"] = undefined /*out*/;
66
+ }
67
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
68
+ const secretOpts = { additionalSecretOutputs: ["password"] };
69
+ opts = pulumi.mergeOptions(opts, secretOpts);
70
+ super(TeradataCredential.__pulumiType, name, resourceInputs, opts);
71
+ }
72
+ }
73
+ exports.TeradataCredential = TeradataCredential;
74
+ /** @internal */
75
+ TeradataCredential.__pulumiType = 'dbtcloud:index/teradataCredential:TeradataCredential';
76
+ //# sourceMappingURL=teradataCredential.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teradataCredential.js","sourceRoot":"","sources":["../teradataCredential.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -1,5 +1,141 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
+ export interface BigquerySemanticLayerCredentialConfiguration {
4
+ /**
5
+ * The adapter version
6
+ */
7
+ adapterVersion: pulumi.Input<string>;
8
+ /**
9
+ * The name of the configuration
10
+ */
11
+ name: pulumi.Input<string>;
12
+ /**
13
+ * The ID of the project
14
+ */
15
+ projectId: pulumi.Input<number>;
16
+ }
17
+ export interface BigquerySemanticLayerCredentialCredential {
18
+ /**
19
+ * The internal credential ID
20
+ */
21
+ credentialId?: pulumi.Input<number>;
22
+ /**
23
+ * Default dataset name
24
+ */
25
+ dataset: pulumi.Input<string>;
26
+ /**
27
+ * The ID of this resource. Contains the project ID and the credential ID.
28
+ */
29
+ id?: pulumi.Input<string>;
30
+ /**
31
+ * Whether the BigQuery credential is active
32
+ */
33
+ isActive?: pulumi.Input<boolean>;
34
+ /**
35
+ * Number of threads to use
36
+ */
37
+ numThreads: pulumi.Input<number>;
38
+ /**
39
+ * Project ID to create the BigQuery credential in
40
+ */
41
+ projectId: pulumi.Input<number>;
42
+ }
43
+ export interface GetJobJobCompletionTriggerCondition {
44
+ /**
45
+ * The ID of the job that would trigger this job after completion.
46
+ */
47
+ jobId?: number;
48
+ /**
49
+ * The ID of the project where the trigger job is running in.
50
+ */
51
+ projectId?: number;
52
+ /**
53
+ * List of statuses to trigger the job on.
54
+ */
55
+ statuses?: string[];
56
+ }
57
+ export interface GetJobJobCompletionTriggerConditionArgs {
58
+ /**
59
+ * The ID of the job that would trigger this job after completion.
60
+ */
61
+ jobId?: pulumi.Input<number>;
62
+ /**
63
+ * The ID of the project where the trigger job is running in.
64
+ */
65
+ projectId?: pulumi.Input<number>;
66
+ /**
67
+ * List of statuses to trigger the job on.
68
+ */
69
+ statuses?: pulumi.Input<pulumi.Input<string>[]>;
70
+ }
71
+ export interface GetRunsFilter {
72
+ /**
73
+ * The ID of the environment
74
+ */
75
+ environmentId?: number;
76
+ /**
77
+ * The ID of the job definition
78
+ */
79
+ jobDefinitionId?: number;
80
+ /**
81
+ * The limit of the runs
82
+ */
83
+ limit?: number;
84
+ /**
85
+ * The ID of the project
86
+ */
87
+ projectId?: number;
88
+ /**
89
+ * The ID of the pull request
90
+ */
91
+ pullRequestId?: number;
92
+ /**
93
+ * The status of the run
94
+ */
95
+ status?: number;
96
+ /**
97
+ * The status of the run
98
+ */
99
+ statusIn?: string;
100
+ /**
101
+ * The ID of the trigger
102
+ */
103
+ triggerId?: number;
104
+ }
105
+ export interface GetRunsFilterArgs {
106
+ /**
107
+ * The ID of the environment
108
+ */
109
+ environmentId?: pulumi.Input<number>;
110
+ /**
111
+ * The ID of the job definition
112
+ */
113
+ jobDefinitionId?: pulumi.Input<number>;
114
+ /**
115
+ * The limit of the runs
116
+ */
117
+ limit?: pulumi.Input<number>;
118
+ /**
119
+ * The ID of the project
120
+ */
121
+ projectId?: pulumi.Input<number>;
122
+ /**
123
+ * The ID of the pull request
124
+ */
125
+ pullRequestId?: pulumi.Input<number>;
126
+ /**
127
+ * The status of the run
128
+ */
129
+ status?: pulumi.Input<number>;
130
+ /**
131
+ * The status of the run
132
+ */
133
+ statusIn?: pulumi.Input<string>;
134
+ /**
135
+ * The ID of the trigger
136
+ */
137
+ triggerId?: pulumi.Input<number>;
138
+ }
3
139
  export interface GetServiceTokenServiceTokenPermission {
4
140
  /**
5
141
  * Whether or not to apply this permission to all projects for this service token
@@ -432,6 +568,28 @@ export interface GlobalConnectionSynapse {
432
568
  */
433
569
  retries?: pulumi.Input<number>;
434
570
  }
571
+ export interface GlobalConnectionTeradata {
572
+ /**
573
+ * The hostname of the database.
574
+ */
575
+ host: pulumi.Input<string>;
576
+ /**
577
+ * The port to connect to for this connection. Default=1025
578
+ */
579
+ port?: pulumi.Input<string>;
580
+ /**
581
+ * The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
582
+ */
583
+ requestTimeout?: pulumi.Input<number>;
584
+ /**
585
+ * The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
586
+ */
587
+ retries?: pulumi.Input<number>;
588
+ /**
589
+ * The transaction mode to use for the connection.
590
+ */
591
+ tmode: pulumi.Input<string>;
592
+ }
435
593
  export interface GroupGroupPermission {
436
594
  /**
437
595
  * Whether access should be provided for all projects or not.
@@ -508,6 +666,72 @@ export interface JobJobCompletionTriggerCondition {
508
666
  */
509
667
  statuses: pulumi.Input<pulumi.Input<string>[]>;
510
668
  }
669
+ export interface JobTriggers {
670
+ /**
671
+ * Whether the job runs automatically on PR creation
672
+ */
673
+ gitProviderWebhook?: pulumi.Input<boolean>;
674
+ /**
675
+ * Whether the job runs automatically on PR creation
676
+ */
677
+ githubWebhook?: pulumi.Input<boolean>;
678
+ /**
679
+ * Whether the job runs automatically once a PR is merged
680
+ */
681
+ onMerge?: pulumi.Input<boolean>;
682
+ /**
683
+ * Whether the job runs on a schedule
684
+ */
685
+ schedule?: pulumi.Input<boolean>;
686
+ }
687
+ export interface RedshiftSemanticLayerCredentialConfiguration {
688
+ /**
689
+ * The adapter version
690
+ */
691
+ adapterVersion: pulumi.Input<string>;
692
+ /**
693
+ * The name of the configuration
694
+ */
695
+ name: pulumi.Input<string>;
696
+ /**
697
+ * The ID of the project
698
+ */
699
+ projectId: pulumi.Input<number>;
700
+ }
701
+ export interface RedshiftSemanticLayerCredentialCredential {
702
+ /**
703
+ * The internal credential ID
704
+ */
705
+ credentialId?: pulumi.Input<number>;
706
+ /**
707
+ * Default schema name
708
+ */
709
+ defaultSchema: pulumi.Input<string>;
710
+ /**
711
+ * The ID of this resource. Contains the project ID and the credential ID.
712
+ */
713
+ id?: pulumi.Input<string>;
714
+ /**
715
+ * Whether the Redshift credential is active
716
+ */
717
+ isActive?: pulumi.Input<boolean>;
718
+ /**
719
+ * Number of threads to use
720
+ */
721
+ numThreads: pulumi.Input<number>;
722
+ /**
723
+ * The password for the Redshift account
724
+ */
725
+ password?: pulumi.Input<string>;
726
+ /**
727
+ * Project ID to create the Redshift credential in
728
+ */
729
+ projectId: pulumi.Input<number>;
730
+ /**
731
+ * The username for the Redshift account.
732
+ */
733
+ username?: pulumi.Input<string>;
734
+ }
511
735
  export interface ServiceTokenServiceTokenPermission {
512
736
  /**
513
737
  * Whether or not to apply this permission to all projects for this service token
@@ -530,3 +754,79 @@ export interface ServiceTokenServiceTokenPermission {
530
754
  */
531
755
  writableEnvironmentCategories?: pulumi.Input<pulumi.Input<string>[]>;
532
756
  }
757
+ export interface SnowflakeSemanticLayerCredentialConfiguration {
758
+ /**
759
+ * The adapter version
760
+ */
761
+ adapterVersion: pulumi.Input<string>;
762
+ /**
763
+ * The name of the configuration
764
+ */
765
+ name: pulumi.Input<string>;
766
+ /**
767
+ * The ID of the project
768
+ */
769
+ projectId: pulumi.Input<number>;
770
+ }
771
+ export interface SnowflakeSemanticLayerCredentialCredential {
772
+ /**
773
+ * The type of Snowflake credential ('password' or 'keypair')
774
+ */
775
+ authType: pulumi.Input<string>;
776
+ /**
777
+ * The internal credential ID
778
+ */
779
+ credentialId?: pulumi.Input<number>;
780
+ /**
781
+ * The catalog to connect use
782
+ */
783
+ database?: pulumi.Input<string>;
784
+ /**
785
+ * The ID of this resource. Contains the project ID and the credential ID.
786
+ */
787
+ id?: pulumi.Input<string>;
788
+ /**
789
+ * Whether the Snowflake credential is active
790
+ */
791
+ isActive?: pulumi.Input<boolean>;
792
+ /**
793
+ * Number of threads to use
794
+ */
795
+ numThreads: pulumi.Input<number>;
796
+ /**
797
+ * The password for the Snowflake account
798
+ */
799
+ password?: pulumi.Input<string>;
800
+ /**
801
+ * The private key for the Snowflake account
802
+ */
803
+ privateKey?: pulumi.Input<string>;
804
+ /**
805
+ * The passphrase for the private key
806
+ */
807
+ privateKeyPassphrase?: pulumi.Input<string>;
808
+ /**
809
+ * Project ID to create the Snowflake credential in
810
+ */
811
+ projectId: pulumi.Input<number>;
812
+ /**
813
+ * The role to assume
814
+ */
815
+ role?: pulumi.Input<string>;
816
+ /**
817
+ * The schema where to create models. This is an optional field ONLY if the credential is used for Semantic Layer configuration, otherwise it is required.
818
+ */
819
+ schema?: pulumi.Input<string>;
820
+ /**
821
+ * This field indicates that the credential is used as part of the Semantic Layer configuration. It is used to create a Snowflake credential for the Semantic Layer.
822
+ */
823
+ semanticLayerCredential?: pulumi.Input<boolean>;
824
+ /**
825
+ * The username for the Snowflake account. This is an optional field ONLY if the credential is used for Semantic Layer configuration, otherwise it is required.
826
+ */
827
+ user?: pulumi.Input<string>;
828
+ /**
829
+ * The warehouse to use
830
+ */
831
+ warehouse?: pulumi.Input<string>;
832
+ }