@volcengine/pulumi-volcenginecc 0.0.45 → 0.0.46

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 (95) hide show
  1. package/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
  2. package/fwcenter/getNatFireWallControlPolicies.js +24 -0
  3. package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
  4. package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
  5. package/fwcenter/getNatFireWallControlPolicy.js +28 -0
  6. package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
  7. package/fwcenter/index.d.ts +9 -0
  8. package/fwcenter/index.js +12 -1
  9. package/fwcenter/index.js.map +1 -1
  10. package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
  11. package/fwcenter/natFireWallControlPolicy.js +186 -0
  12. package/fwcenter/natFireWallControlPolicy.js.map +1 -0
  13. package/id/authConfig.d.ts +142 -0
  14. package/id/authConfig.js +79 -0
  15. package/id/authConfig.js.map +1 -0
  16. package/id/getAuthConfig.d.ts +77 -0
  17. package/id/getAuthConfig.js +28 -0
  18. package/id/getAuthConfig.js.map +1 -0
  19. package/id/getAuthConfigs.d.ts +22 -0
  20. package/id/getAuthConfigs.js +24 -0
  21. package/id/getAuthConfigs.js.map +1 -0
  22. package/id/getPermissionNamespace.d.ts +73 -0
  23. package/id/getPermissionNamespace.js +28 -0
  24. package/id/getPermissionNamespace.js.map +1 -0
  25. package/id/getPermissionNamespaces.d.ts +22 -0
  26. package/id/getPermissionNamespaces.js +24 -0
  27. package/id/getPermissionNamespaces.js.map +1 -0
  28. package/id/getUserPool.d.ts +173 -0
  29. package/id/getUserPool.js +28 -0
  30. package/id/getUserPool.js.map +1 -0
  31. package/id/getUserPools.d.ts +22 -0
  32. package/id/getUserPools.js +24 -0
  33. package/id/getUserPools.js.map +1 -0
  34. package/id/getWorkloadPool.d.ts +81 -0
  35. package/id/getWorkloadPool.js +28 -0
  36. package/id/getWorkloadPool.js.map +1 -0
  37. package/id/getWorkloadPools.d.ts +22 -0
  38. package/id/getWorkloadPools.js +24 -0
  39. package/id/getWorkloadPools.js.map +1 -0
  40. package/id/index.d.ts +36 -0
  41. package/id/index.js +45 -1
  42. package/id/index.js.map +1 -1
  43. package/id/permissionNamespace.d.ts +143 -0
  44. package/id/permissionNamespace.js +94 -0
  45. package/id/permissionNamespace.js.map +1 -0
  46. package/id/userPool.d.ts +370 -0
  47. package/id/userPool.js +127 -0
  48. package/id/userPool.js.map +1 -0
  49. package/id/workloadPool.d.ts +159 -0
  50. package/id/workloadPool.js +98 -0
  51. package/id/workloadPool.js.map +1 -0
  52. package/kms/getKeyMaterial.d.ts +68 -0
  53. package/kms/getKeyMaterial.js +28 -0
  54. package/kms/getKeyMaterial.js.map +1 -0
  55. package/kms/getKeyMaterials.d.ts +22 -0
  56. package/kms/getKeyMaterials.js +24 -0
  57. package/kms/getKeyMaterials.js.map +1 -0
  58. package/kms/index.d.ts +9 -0
  59. package/kms/index.js +12 -1
  60. package/kms/index.js.map +1 -1
  61. package/kms/keyMaterial.d.ts +144 -0
  62. package/kms/keyMaterial.js +96 -0
  63. package/kms/keyMaterial.js.map +1 -0
  64. package/package.json +1 -1
  65. package/privatezone/getResolverRule.d.ts +8 -0
  66. package/privatezone/getResolverRule.js.map +1 -1
  67. package/privatezone/resolverRule.d.ts +24 -0
  68. package/privatezone/resolverRule.js +4 -0
  69. package/privatezone/resolverRule.js.map +1 -1
  70. package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
  71. package/rdsmysql/getInstanceReadonlyNode.js +28 -0
  72. package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
  73. package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
  74. package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
  75. package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
  76. package/rdsmysql/index.d.ts +9 -0
  77. package/rdsmysql/index.js +12 -1
  78. package/rdsmysql/index.js.map +1 -1
  79. package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
  80. package/rdsmysql/instanceReadonlyNode.js +105 -0
  81. package/rdsmysql/instanceReadonlyNode.js.map +1 -0
  82. package/types/input.d.ts +462 -0
  83. package/types/output.d.ts +936 -0
  84. package/veenedge/cloudServer.d.ts +329 -0
  85. package/veenedge/cloudServer.js +126 -0
  86. package/veenedge/cloudServer.js.map +1 -0
  87. package/veenedge/getCloudServer.d.ts +153 -0
  88. package/veenedge/getCloudServer.js +28 -0
  89. package/veenedge/getCloudServer.js.map +1 -0
  90. package/veenedge/getCloudServers.d.ts +22 -0
  91. package/veenedge/getCloudServers.js +24 -0
  92. package/veenedge/getCloudServers.js.map +1 -0
  93. package/veenedge/index.d.ts +9 -0
  94. package/veenedge/index.js +12 -1
  95. package/veenedge/index.js.map +1 -1
@@ -0,0 +1,143 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * ID namespace is a resource isolation unit in permissions management. It can be used to organize associated entities, projects, and tags.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
12
+ *
13
+ * const example = new volcenginecc.id.PermissionNamespace("Example", {
14
+ * namespaceName: "test-namespace-full",
15
+ * description: "test description",
16
+ * projectName: "default",
17
+ * tags: [{
18
+ * key: "env",
19
+ * value: "test",
20
+ * }],
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * ```sh
27
+ * $ pulumi import volcenginecc:id/permissionNamespace:PermissionNamespace example "namespace_name"
28
+ * ```
29
+ */
30
+ export declare class PermissionNamespace extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing PermissionNamespace resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PermissionNamespaceState, opts?: pulumi.CustomResourceOptions): PermissionNamespace;
41
+ /**
42
+ * Returns true if the given object is an instance of PermissionNamespace. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is PermissionNamespace;
46
+ /**
47
+ * Associated Entities List
48
+ */
49
+ readonly associates: pulumi.Output<string[]>;
50
+ /**
51
+ * Namespace Creation Time
52
+ */
53
+ readonly createTime: pulumi.Output<string>;
54
+ /**
55
+ * Namespace Description
56
+ */
57
+ readonly description: pulumi.Output<string>;
58
+ /**
59
+ * Namespace Unique ID
60
+ */
61
+ readonly namespaceId: pulumi.Output<string>;
62
+ /**
63
+ * Namespace Name
64
+ */
65
+ readonly namespaceName: pulumi.Output<string>;
66
+ /**
67
+ * Project Associated with Namespace
68
+ */
69
+ readonly projectName: pulumi.Output<string>;
70
+ readonly tags: pulumi.Output<outputs.id.PermissionNamespaceTag[]>;
71
+ /**
72
+ * Namespace TRN
73
+ */
74
+ readonly trn: pulumi.Output<string>;
75
+ /**
76
+ * Namespace Update Time
77
+ */
78
+ readonly updateTime: pulumi.Output<string>;
79
+ /**
80
+ * Create a PermissionNamespace resource with the given unique name, arguments, and options.
81
+ *
82
+ * @param name The _unique_ name of the resource.
83
+ * @param args The arguments to use to populate this resource's properties.
84
+ * @param opts A bag of options that control this resource's behavior.
85
+ */
86
+ constructor(name: string, args: PermissionNamespaceArgs, opts?: pulumi.CustomResourceOptions);
87
+ }
88
+ /**
89
+ * Input properties used for looking up and filtering PermissionNamespace resources.
90
+ */
91
+ export interface PermissionNamespaceState {
92
+ /**
93
+ * Associated Entities List
94
+ */
95
+ associates?: pulumi.Input<pulumi.Input<string>[]>;
96
+ /**
97
+ * Namespace Creation Time
98
+ */
99
+ createTime?: pulumi.Input<string>;
100
+ /**
101
+ * Namespace Description
102
+ */
103
+ description?: pulumi.Input<string>;
104
+ /**
105
+ * Namespace Unique ID
106
+ */
107
+ namespaceId?: pulumi.Input<string>;
108
+ /**
109
+ * Namespace Name
110
+ */
111
+ namespaceName?: pulumi.Input<string>;
112
+ /**
113
+ * Project Associated with Namespace
114
+ */
115
+ projectName?: pulumi.Input<string>;
116
+ tags?: pulumi.Input<pulumi.Input<inputs.id.PermissionNamespaceTag>[]>;
117
+ /**
118
+ * Namespace TRN
119
+ */
120
+ trn?: pulumi.Input<string>;
121
+ /**
122
+ * Namespace Update Time
123
+ */
124
+ updateTime?: pulumi.Input<string>;
125
+ }
126
+ /**
127
+ * The set of arguments for constructing a PermissionNamespace resource.
128
+ */
129
+ export interface PermissionNamespaceArgs {
130
+ /**
131
+ * Namespace Description
132
+ */
133
+ description?: pulumi.Input<string>;
134
+ /**
135
+ * Namespace Name
136
+ */
137
+ namespaceName: pulumi.Input<string>;
138
+ /**
139
+ * Project Associated with Namespace
140
+ */
141
+ projectName?: pulumi.Input<string>;
142
+ tags?: pulumi.Input<pulumi.Input<inputs.id.PermissionNamespaceTag>[]>;
143
+ }
@@ -0,0 +1,94 @@
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.PermissionNamespace = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ID namespace is a resource isolation unit in permissions management. It can be used to organize associated entities, projects, and tags.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const example = new volcenginecc.id.PermissionNamespace("Example", {
18
+ * namespaceName: "test-namespace-full",
19
+ * description: "test description",
20
+ * projectName: "default",
21
+ * tags: [{
22
+ * key: "env",
23
+ * value: "test",
24
+ * }],
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * ```sh
31
+ * $ pulumi import volcenginecc:id/permissionNamespace:PermissionNamespace example "namespace_name"
32
+ * ```
33
+ */
34
+ class PermissionNamespace extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing PermissionNamespace resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name, id, state, opts) {
45
+ return new PermissionNamespace(name, state, Object.assign(Object.assign({}, opts), { id: id }));
46
+ }
47
+ /**
48
+ * Returns true if the given object is an instance of PermissionNamespace. This is designed to work even
49
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
50
+ */
51
+ static isInstance(obj) {
52
+ if (obj === undefined || obj === null) {
53
+ return false;
54
+ }
55
+ return obj['__pulumiType'] === PermissionNamespace.__pulumiType;
56
+ }
57
+ constructor(name, argsOrState, opts) {
58
+ let resourceInputs = {};
59
+ opts = opts || {};
60
+ if (opts.id) {
61
+ const state = argsOrState;
62
+ resourceInputs["associates"] = state ? state.associates : undefined;
63
+ resourceInputs["createTime"] = state ? state.createTime : undefined;
64
+ resourceInputs["description"] = state ? state.description : undefined;
65
+ resourceInputs["namespaceId"] = state ? state.namespaceId : undefined;
66
+ resourceInputs["namespaceName"] = state ? state.namespaceName : undefined;
67
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
68
+ resourceInputs["tags"] = state ? state.tags : undefined;
69
+ resourceInputs["trn"] = state ? state.trn : undefined;
70
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
71
+ }
72
+ else {
73
+ const args = argsOrState;
74
+ if ((!args || args.namespaceName === undefined) && !opts.urn) {
75
+ throw new Error("Missing required property 'namespaceName'");
76
+ }
77
+ resourceInputs["description"] = args ? args.description : undefined;
78
+ resourceInputs["namespaceName"] = args ? args.namespaceName : undefined;
79
+ resourceInputs["projectName"] = args ? args.projectName : undefined;
80
+ resourceInputs["tags"] = args ? args.tags : undefined;
81
+ resourceInputs["associates"] = undefined /*out*/;
82
+ resourceInputs["createTime"] = undefined /*out*/;
83
+ resourceInputs["namespaceId"] = undefined /*out*/;
84
+ resourceInputs["trn"] = undefined /*out*/;
85
+ resourceInputs["updateTime"] = undefined /*out*/;
86
+ }
87
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
88
+ super(PermissionNamespace.__pulumiType, name, resourceInputs, opts);
89
+ }
90
+ }
91
+ exports.PermissionNamespace = PermissionNamespace;
92
+ /** @internal */
93
+ PermissionNamespace.__pulumiType = 'volcenginecc:id/permissionNamespace:PermissionNamespace';
94
+ //# sourceMappingURL=permissionNamespace.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permissionNamespace.js","sourceRoot":"","sources":["../../id/permissionNamespace.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,370 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * The user pool is the core identity directory resource in the ID service for managing users, login methods, and identity connections
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import volcenginecc:id/userPool:UserPool example "uid"
11
+ * ```
12
+ */
13
+ export declare class UserPool extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing UserPool resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserPoolState, opts?: pulumi.CustomResourceOptions): UserPool;
24
+ /**
25
+ * Returns true if the given object is an instance of UserPool. 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: any): obj is UserPool;
29
+ /**
30
+ * User pool brand display configuration
31
+ */
32
+ readonly brand: pulumi.Output<outputs.id.UserPoolBrand>;
33
+ /**
34
+ * Creation time
35
+ */
36
+ readonly createTime: pulumi.Output<string>;
37
+ /**
38
+ * User pool description
39
+ */
40
+ readonly description: pulumi.Output<string>;
41
+ /**
42
+ * OpenID Connect discovery URL
43
+ */
44
+ readonly discoveryUrl: pulumi.Output<string>;
45
+ /**
46
+ * User pool access domain
47
+ */
48
+ readonly domain: pulumi.Output<string>;
49
+ /**
50
+ * Email passwordless login enabled
51
+ */
52
+ readonly emailPasswordlessSignInEnabled: pulumi.Output<boolean>;
53
+ /**
54
+ * User pool enabled
55
+ */
56
+ readonly enabled: pulumi.Output<boolean>;
57
+ /**
58
+ * Token issuer URL
59
+ */
60
+ readonly issuerUrl: pulumi.Output<string>;
61
+ /**
62
+ * User pool name
63
+ */
64
+ readonly name: pulumi.Output<string>;
65
+ /**
66
+ * OAuth login callback URL
67
+ */
68
+ readonly oauthLoginCallbackUrl: pulumi.Output<string>;
69
+ /**
70
+ * OAuth registration callback URL
71
+ */
72
+ readonly oauthSignUpCallbackUrl: pulumi.Output<string>;
73
+ /**
74
+ * OIDC login callback URL
75
+ */
76
+ readonly oidcLoginCallbackUrl: pulumi.Output<string>;
77
+ /**
78
+ * OIDC registration callback URL
79
+ */
80
+ readonly oidcSignUpCallbackUrl: pulumi.Output<string>;
81
+ /**
82
+ * Password login enabled
83
+ */
84
+ readonly passwordSignInEnabled: pulumi.Output<boolean>;
85
+ /**
86
+ * Project name
87
+ */
88
+ readonly projectName: pulumi.Output<string>;
89
+ /**
90
+ * Required registration attribute list
91
+ */
92
+ readonly requiredSignUpAttributes: pulumi.Output<string[]>;
93
+ /**
94
+ * SAML login callback URL
95
+ */
96
+ readonly samlLoginCallbackUrl: pulumi.Output<string>;
97
+ /**
98
+ * SAML registration callback URL
99
+ */
100
+ readonly samlSignUpCallbackUrl: pulumi.Output<string>;
101
+ /**
102
+ * Allow account self-recovery
103
+ */
104
+ readonly selfAccountRecoveryEnabled: pulumi.Output<boolean>;
105
+ /**
106
+ * Allow user self-registration
107
+ */
108
+ readonly selfSignUpEnabled: pulumi.Output<boolean>;
109
+ /**
110
+ * Supported login attribute list
111
+ */
112
+ readonly signInAttributes: pulumi.Output<string[]>;
113
+ /**
114
+ * Registration auto-validation enabled
115
+ */
116
+ readonly signUpAutoVerificationEnabled: pulumi.Output<boolean>;
117
+ /**
118
+ * SMS anonymous registration enabled
119
+ */
120
+ readonly smsAnonymousSignUpEnabled: pulumi.Output<boolean>;
121
+ /**
122
+ * SMS passwordless login enabled
123
+ */
124
+ readonly smsPasswordlessSignInEnabled: pulumi.Output<boolean>;
125
+ readonly tags: pulumi.Output<outputs.id.UserPoolTag[]>;
126
+ /**
127
+ * Token signature public key URL
128
+ */
129
+ readonly tokenSigningKeyUrl: pulumi.Output<string>;
130
+ /**
131
+ * Token endpoint URL
132
+ */
133
+ readonly tokenUrl: pulumi.Output<string>;
134
+ /**
135
+ * Total clients in user pool
136
+ */
137
+ readonly totalClients: pulumi.Output<number>;
138
+ /**
139
+ * Total connections and identity providers in user pool
140
+ */
141
+ readonly totalConnections: pulumi.Output<number>;
142
+ /**
143
+ * Total users in user pool
144
+ */
145
+ readonly totalUsers: pulumi.Output<number>;
146
+ /**
147
+ * User pool TRN
148
+ */
149
+ readonly trn: pulumi.Output<string>;
150
+ /**
151
+ * User pool unique identifier
152
+ */
153
+ readonly uid: pulumi.Output<string>;
154
+ /**
155
+ * Allow unconfirmed users to log in
156
+ */
157
+ readonly unconfirmedUserSignInEnabled: pulumi.Output<boolean>;
158
+ /**
159
+ * Update time
160
+ */
161
+ readonly updateTime: pulumi.Output<string>;
162
+ /**
163
+ * Create a UserPool resource with the given unique name, arguments, and options.
164
+ *
165
+ * @param name The _unique_ name of the resource.
166
+ * @param args The arguments to use to populate this resource's properties.
167
+ * @param opts A bag of options that control this resource's behavior.
168
+ */
169
+ constructor(name: string, args: UserPoolArgs, opts?: pulumi.CustomResourceOptions);
170
+ }
171
+ /**
172
+ * Input properties used for looking up and filtering UserPool resources.
173
+ */
174
+ export interface UserPoolState {
175
+ /**
176
+ * User pool brand display configuration
177
+ */
178
+ brand?: pulumi.Input<inputs.id.UserPoolBrand>;
179
+ /**
180
+ * Creation time
181
+ */
182
+ createTime?: pulumi.Input<string>;
183
+ /**
184
+ * User pool description
185
+ */
186
+ description?: pulumi.Input<string>;
187
+ /**
188
+ * OpenID Connect discovery URL
189
+ */
190
+ discoveryUrl?: pulumi.Input<string>;
191
+ /**
192
+ * User pool access domain
193
+ */
194
+ domain?: pulumi.Input<string>;
195
+ /**
196
+ * Email passwordless login enabled
197
+ */
198
+ emailPasswordlessSignInEnabled?: pulumi.Input<boolean>;
199
+ /**
200
+ * User pool enabled
201
+ */
202
+ enabled?: pulumi.Input<boolean>;
203
+ /**
204
+ * Token issuer URL
205
+ */
206
+ issuerUrl?: pulumi.Input<string>;
207
+ /**
208
+ * User pool name
209
+ */
210
+ name?: pulumi.Input<string>;
211
+ /**
212
+ * OAuth login callback URL
213
+ */
214
+ oauthLoginCallbackUrl?: pulumi.Input<string>;
215
+ /**
216
+ * OAuth registration callback URL
217
+ */
218
+ oauthSignUpCallbackUrl?: pulumi.Input<string>;
219
+ /**
220
+ * OIDC login callback URL
221
+ */
222
+ oidcLoginCallbackUrl?: pulumi.Input<string>;
223
+ /**
224
+ * OIDC registration callback URL
225
+ */
226
+ oidcSignUpCallbackUrl?: pulumi.Input<string>;
227
+ /**
228
+ * Password login enabled
229
+ */
230
+ passwordSignInEnabled?: pulumi.Input<boolean>;
231
+ /**
232
+ * Project name
233
+ */
234
+ projectName?: pulumi.Input<string>;
235
+ /**
236
+ * Required registration attribute list
237
+ */
238
+ requiredSignUpAttributes?: pulumi.Input<pulumi.Input<string>[]>;
239
+ /**
240
+ * SAML login callback URL
241
+ */
242
+ samlLoginCallbackUrl?: pulumi.Input<string>;
243
+ /**
244
+ * SAML registration callback URL
245
+ */
246
+ samlSignUpCallbackUrl?: pulumi.Input<string>;
247
+ /**
248
+ * Allow account self-recovery
249
+ */
250
+ selfAccountRecoveryEnabled?: pulumi.Input<boolean>;
251
+ /**
252
+ * Allow user self-registration
253
+ */
254
+ selfSignUpEnabled?: pulumi.Input<boolean>;
255
+ /**
256
+ * Supported login attribute list
257
+ */
258
+ signInAttributes?: pulumi.Input<pulumi.Input<string>[]>;
259
+ /**
260
+ * Registration auto-validation enabled
261
+ */
262
+ signUpAutoVerificationEnabled?: pulumi.Input<boolean>;
263
+ /**
264
+ * SMS anonymous registration enabled
265
+ */
266
+ smsAnonymousSignUpEnabled?: pulumi.Input<boolean>;
267
+ /**
268
+ * SMS passwordless login enabled
269
+ */
270
+ smsPasswordlessSignInEnabled?: pulumi.Input<boolean>;
271
+ tags?: pulumi.Input<pulumi.Input<inputs.id.UserPoolTag>[]>;
272
+ /**
273
+ * Token signature public key URL
274
+ */
275
+ tokenSigningKeyUrl?: pulumi.Input<string>;
276
+ /**
277
+ * Token endpoint URL
278
+ */
279
+ tokenUrl?: pulumi.Input<string>;
280
+ /**
281
+ * Total clients in user pool
282
+ */
283
+ totalClients?: pulumi.Input<number>;
284
+ /**
285
+ * Total connections and identity providers in user pool
286
+ */
287
+ totalConnections?: pulumi.Input<number>;
288
+ /**
289
+ * Total users in user pool
290
+ */
291
+ totalUsers?: pulumi.Input<number>;
292
+ /**
293
+ * User pool TRN
294
+ */
295
+ trn?: pulumi.Input<string>;
296
+ /**
297
+ * User pool unique identifier
298
+ */
299
+ uid?: pulumi.Input<string>;
300
+ /**
301
+ * Allow unconfirmed users to log in
302
+ */
303
+ unconfirmedUserSignInEnabled?: pulumi.Input<boolean>;
304
+ /**
305
+ * Update time
306
+ */
307
+ updateTime?: pulumi.Input<string>;
308
+ }
309
+ /**
310
+ * The set of arguments for constructing a UserPool resource.
311
+ */
312
+ export interface UserPoolArgs {
313
+ /**
314
+ * User pool brand display configuration
315
+ */
316
+ brand?: pulumi.Input<inputs.id.UserPoolBrand>;
317
+ /**
318
+ * User pool description
319
+ */
320
+ description?: pulumi.Input<string>;
321
+ /**
322
+ * Email passwordless login enabled
323
+ */
324
+ emailPasswordlessSignInEnabled?: pulumi.Input<boolean>;
325
+ /**
326
+ * User pool name
327
+ */
328
+ name: pulumi.Input<string>;
329
+ /**
330
+ * Password login enabled
331
+ */
332
+ passwordSignInEnabled?: pulumi.Input<boolean>;
333
+ /**
334
+ * Project name
335
+ */
336
+ projectName?: pulumi.Input<string>;
337
+ /**
338
+ * Required registration attribute list
339
+ */
340
+ requiredSignUpAttributes?: pulumi.Input<pulumi.Input<string>[]>;
341
+ /**
342
+ * Allow account self-recovery
343
+ */
344
+ selfAccountRecoveryEnabled?: pulumi.Input<boolean>;
345
+ /**
346
+ * Allow user self-registration
347
+ */
348
+ selfSignUpEnabled?: pulumi.Input<boolean>;
349
+ /**
350
+ * Supported login attribute list
351
+ */
352
+ signInAttributes?: pulumi.Input<pulumi.Input<string>[]>;
353
+ /**
354
+ * Registration auto-validation enabled
355
+ */
356
+ signUpAutoVerificationEnabled?: pulumi.Input<boolean>;
357
+ /**
358
+ * SMS anonymous registration enabled
359
+ */
360
+ smsAnonymousSignUpEnabled?: pulumi.Input<boolean>;
361
+ /**
362
+ * SMS passwordless login enabled
363
+ */
364
+ smsPasswordlessSignInEnabled?: pulumi.Input<boolean>;
365
+ tags?: pulumi.Input<pulumi.Input<inputs.id.UserPoolTag>[]>;
366
+ /**
367
+ * Allow unconfirmed users to log in
368
+ */
369
+ unconfirmedUserSignInEnabled?: pulumi.Input<boolean>;
370
+ }