@volcengine/pulumi 0.0.25 → 0.0.26
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/ebs/volume.d.ts +3 -3
- package/ecs/instances.d.ts +12 -0
- package/ecs/instances.js +1 -0
- package/ecs/instances.js.map +1 -1
- package/ecs/launchTemplate.d.ts +1 -1
- package/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/private_zone/index.d.ts +33 -0
- package/private_zone/index.js +62 -0
- package/private_zone/index.js.map +1 -0
- package/private_zone/privateZone.d.ts +144 -0
- package/private_zone/privateZone.js +99 -0
- package/private_zone/privateZone.js.map +1 -0
- package/private_zone/privateZones.d.ts +133 -0
- package/private_zone/privateZones.js +34 -0
- package/private_zone/privateZones.js.map +1 -0
- package/private_zone/record.d.ts +143 -0
- package/private_zone/record.js +86 -0
- package/private_zone/record.js.map +1 -0
- package/private_zone/recordSets.d.ts +88 -0
- package/private_zone/recordSets.js +29 -0
- package/private_zone/recordSets.js.map +1 -0
- package/private_zone/recordWeightEnabler.d.ts +83 -0
- package/private_zone/recordWeightEnabler.js +73 -0
- package/private_zone/recordWeightEnabler.js.map +1 -0
- package/private_zone/records.d.ts +148 -0
- package/private_zone/records.js +35 -0
- package/private_zone/records.js.map +1 -0
- package/private_zone/resolverEndpoint.d.ts +155 -0
- package/private_zone/resolverEndpoint.js +116 -0
- package/private_zone/resolverEndpoint.js.map +1 -0
- package/private_zone/resolverEndpoints.d.ts +119 -0
- package/private_zone/resolverEndpoints.js +47 -0
- package/private_zone/resolverEndpoints.js.map +1 -0
- package/private_zone/resolverRule.d.ts +153 -0
- package/private_zone/resolverRule.js +98 -0
- package/private_zone/resolverRule.js.map +1 -0
- package/private_zone/resolverRules.d.ts +107 -0
- package/private_zone/resolverRules.js +46 -0
- package/private_zone/resolverRules.js.map +1 -0
- package/private_zone/userVpcAuthorization.d.ts +67 -0
- package/private_zone/userVpcAuthorization.js +71 -0
- package/private_zone/userVpcAuthorization.js.map +1 -0
- package/rds_postgresql/allowlist.d.ts +129 -0
- package/rds_postgresql/allowlist.js +92 -0
- package/rds_postgresql/allowlist.js.map +1 -0
- package/rds_postgresql/allowlistAssociate.d.ts +130 -0
- package/rds_postgresql/allowlistAssociate.js +127 -0
- package/rds_postgresql/allowlistAssociate.js.map +1 -0
- package/rds_postgresql/allowlists.d.ts +83 -0
- package/rds_postgresql/allowlists.js +44 -0
- package/rds_postgresql/allowlists.js.map +1 -0
- package/rds_postgresql/index.d.ts +9 -0
- package/rds_postgresql/index.js +14 -1
- package/rds_postgresql/index.js.map +1 -1
- package/types/input.d.ts +106 -0
- package/types/output.d.ts +699 -1
- package/vepfs/fileSystem.d.ts +311 -0
- package/vepfs/fileSystem.js +150 -0
- package/vepfs/fileSystem.js.map +1 -0
- package/vepfs/fileSystems.d.ts +192 -0
- package/vepfs/fileSystems.js +101 -0
- package/vepfs/fileSystems.js.map +1 -0
- package/vepfs/fileset.d.ts +210 -0
- package/vepfs/fileset.js +130 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/filesets.d.ts +200 -0
- package/vepfs/filesets.js +119 -0
- package/vepfs/filesets.js.map +1 -0
- package/vepfs/index.d.ts +21 -0
- package/vepfs/index.js +46 -0
- package/vepfs/index.js.map +1 -0
- package/vepfs/mountService.d.ts +192 -0
- package/vepfs/mountService.js +116 -0
- package/vepfs/mountService.js.map +1 -0
- package/vepfs/mountServiceAttachment.d.ts +131 -0
- package/vepfs/mountServiceAttachment.js +112 -0
- package/vepfs/mountServiceAttachment.js.map +1 -0
- package/vepfs/mountServices.d.ts +157 -0
- package/vepfs/mountServices.js +85 -0
- package/vepfs/mountServices.js.map +1 -0
- package/vke/cluster.d.ts +3 -3
- package/vke/node.d.ts +18 -18
- package/vke/nodePool.d.ts +109 -0
- package/vke/nodePool.js +80 -0
- package/vke/nodePool.js.map +1 -1
package/rds_postgresql/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.schemasOutput = exports.schemas = exports.Schema = exports.instancesOutput = exports.instances = exports.InstanceReadonlyNode = exports.Instance = exports.databasesOutput = exports.databases = exports.Database = exports.accountsOutput = exports.accounts = exports.Account = void 0;
|
|
5
|
+
exports.schemasOutput = exports.schemas = exports.Schema = exports.instancesOutput = exports.instances = exports.InstanceReadonlyNode = exports.Instance = exports.databasesOutput = exports.databases = exports.Database = exports.allowlistsOutput = exports.allowlists = exports.AllowlistAssociate = exports.Allowlist = exports.accountsOutput = exports.accounts = exports.Account = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Account = null;
|
|
@@ -10,6 +10,13 @@ utilities.lazyLoad(exports, ["Account"], () => require("./account"));
|
|
|
10
10
|
exports.accounts = null;
|
|
11
11
|
exports.accountsOutput = null;
|
|
12
12
|
utilities.lazyLoad(exports, ["accounts", "accountsOutput"], () => require("./accounts"));
|
|
13
|
+
exports.Allowlist = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["Allowlist"], () => require("./allowlist"));
|
|
15
|
+
exports.AllowlistAssociate = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["AllowlistAssociate"], () => require("./allowlistAssociate"));
|
|
17
|
+
exports.allowlists = null;
|
|
18
|
+
exports.allowlistsOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["allowlists", "allowlistsOutput"], () => require("./allowlists"));
|
|
13
20
|
exports.Database = null;
|
|
14
21
|
utilities.lazyLoad(exports, ["Database"], () => require("./database"));
|
|
15
22
|
exports.databases = null;
|
|
@@ -33,6 +40,10 @@ const _module = {
|
|
|
33
40
|
switch (type) {
|
|
34
41
|
case "volcengine:rds_postgresql/account:Account":
|
|
35
42
|
return new exports.Account(name, undefined, { urn });
|
|
43
|
+
case "volcengine:rds_postgresql/allowlist:Allowlist":
|
|
44
|
+
return new exports.Allowlist(name, undefined, { urn });
|
|
45
|
+
case "volcengine:rds_postgresql/allowlistAssociate:AllowlistAssociate":
|
|
46
|
+
return new exports.AllowlistAssociate(name, undefined, { urn });
|
|
36
47
|
case "volcengine:rds_postgresql/database:Database":
|
|
37
48
|
return new exports.Database(name, undefined, { urn });
|
|
38
49
|
case "volcengine:rds_postgresql/instance:Instance":
|
|
@@ -47,6 +58,8 @@ const _module = {
|
|
|
47
58
|
},
|
|
48
59
|
};
|
|
49
60
|
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/account", _module);
|
|
61
|
+
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/allowlist", _module);
|
|
62
|
+
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/allowlistAssociate", _module);
|
|
50
63
|
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/database", _module);
|
|
51
64
|
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/instance", _module);
|
|
52
65
|
pulumi.runtime.registerResourceModule("volcengine", "rds_postgresql/instanceReadonlyNode", _module);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../rds_postgresql/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../rds_postgresql/index.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -1483,6 +1483,52 @@ export declare namespace organization {
|
|
|
1483
1483
|
value: pulumi.Input<string>;
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
|
+
export declare namespace private_zone {
|
|
1487
|
+
interface PrivateZoneVpc {
|
|
1488
|
+
/**
|
|
1489
|
+
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
1490
|
+
*/
|
|
1491
|
+
region?: pulumi.Input<string>;
|
|
1492
|
+
/**
|
|
1493
|
+
* The id of the bind vpc.
|
|
1494
|
+
*/
|
|
1495
|
+
vpcId: pulumi.Input<string>;
|
|
1496
|
+
}
|
|
1497
|
+
interface ResolverEndpointIpConfig {
|
|
1498
|
+
/**
|
|
1499
|
+
* Id of the availability zone.
|
|
1500
|
+
*/
|
|
1501
|
+
azId: pulumi.Input<string>;
|
|
1502
|
+
/**
|
|
1503
|
+
* Source IP address of traffic. You can add up to 6 IP addresses at most. To ensure high availability, you must add at least two IP addresses.
|
|
1504
|
+
*/
|
|
1505
|
+
ip: pulumi.Input<string>;
|
|
1506
|
+
/**
|
|
1507
|
+
* Id of the subnet.
|
|
1508
|
+
*/
|
|
1509
|
+
subnetId: pulumi.Input<string>;
|
|
1510
|
+
}
|
|
1511
|
+
interface ResolverRuleForwardIp {
|
|
1512
|
+
/**
|
|
1513
|
+
* IP address of the external DNS server. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
1514
|
+
*/
|
|
1515
|
+
ip: pulumi.Input<string>;
|
|
1516
|
+
/**
|
|
1517
|
+
* The port of the external DNS server. Default is 53. This parameter is only valid and optional when the Type parameter is OUTBOUND.
|
|
1518
|
+
*/
|
|
1519
|
+
port?: pulumi.Input<number>;
|
|
1520
|
+
}
|
|
1521
|
+
interface ResolverRuleVpc {
|
|
1522
|
+
/**
|
|
1523
|
+
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
1524
|
+
*/
|
|
1525
|
+
region?: pulumi.Input<string>;
|
|
1526
|
+
/**
|
|
1527
|
+
* The id of the bind vpc.
|
|
1528
|
+
*/
|
|
1529
|
+
vpcId: pulumi.Input<string>;
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1486
1532
|
export declare namespace privatelink {
|
|
1487
1533
|
interface VpcEndpointConnectionZone {
|
|
1488
1534
|
/**
|
|
@@ -1919,6 +1965,20 @@ export declare namespace rds_mysql {
|
|
|
1919
1965
|
}
|
|
1920
1966
|
}
|
|
1921
1967
|
export declare namespace rds_postgresql {
|
|
1968
|
+
interface AllowlistAssociatedInstance {
|
|
1969
|
+
/**
|
|
1970
|
+
* The id of the postgresql instance.
|
|
1971
|
+
*/
|
|
1972
|
+
instanceId?: pulumi.Input<string>;
|
|
1973
|
+
/**
|
|
1974
|
+
* The name of the postgresql instance.
|
|
1975
|
+
*/
|
|
1976
|
+
instanceName?: pulumi.Input<string>;
|
|
1977
|
+
/**
|
|
1978
|
+
* The id of the vpc.
|
|
1979
|
+
*/
|
|
1980
|
+
vpc?: pulumi.Input<string>;
|
|
1981
|
+
}
|
|
1922
1982
|
interface InstanceChargeDetail {
|
|
1923
1983
|
/**
|
|
1924
1984
|
* Whether to automatically renew in prepaid scenarios.
|
|
@@ -3339,6 +3399,50 @@ export declare namespace veenedge {
|
|
|
3339
3399
|
storageType: pulumi.Input<string>;
|
|
3340
3400
|
}
|
|
3341
3401
|
}
|
|
3402
|
+
export declare namespace vepfs {
|
|
3403
|
+
interface FileSystemTag {
|
|
3404
|
+
/**
|
|
3405
|
+
* The Key of Tags.
|
|
3406
|
+
*/
|
|
3407
|
+
key: pulumi.Input<string>;
|
|
3408
|
+
/**
|
|
3409
|
+
* The Value of Tags.
|
|
3410
|
+
*/
|
|
3411
|
+
value: pulumi.Input<string>;
|
|
3412
|
+
}
|
|
3413
|
+
interface MountServiceAttachFileSystem {
|
|
3414
|
+
/**
|
|
3415
|
+
* The account id of the vepfs file system.
|
|
3416
|
+
*/
|
|
3417
|
+
accountId?: pulumi.Input<string>;
|
|
3418
|
+
/**
|
|
3419
|
+
* The id of the vepfs file system.
|
|
3420
|
+
*/
|
|
3421
|
+
customerPath?: pulumi.Input<string>;
|
|
3422
|
+
/**
|
|
3423
|
+
* The id of the vepfs file system.
|
|
3424
|
+
*/
|
|
3425
|
+
fileSystemId?: pulumi.Input<string>;
|
|
3426
|
+
/**
|
|
3427
|
+
* The name of the vepfs file system.
|
|
3428
|
+
*/
|
|
3429
|
+
fileSystemName?: pulumi.Input<string>;
|
|
3430
|
+
/**
|
|
3431
|
+
* The status of the mount service.
|
|
3432
|
+
*/
|
|
3433
|
+
status?: pulumi.Input<string>;
|
|
3434
|
+
}
|
|
3435
|
+
interface MountServiceNode {
|
|
3436
|
+
/**
|
|
3437
|
+
* The default password of ecs instance.
|
|
3438
|
+
*/
|
|
3439
|
+
defaultPassword?: pulumi.Input<string>;
|
|
3440
|
+
/**
|
|
3441
|
+
* The id of ecs instance.
|
|
3442
|
+
*/
|
|
3443
|
+
nodeId?: pulumi.Input<string>;
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3342
3446
|
export declare namespace vke {
|
|
3343
3447
|
interface AddonsStatus {
|
|
3344
3448
|
/**
|
|
@@ -3376,6 +3480,8 @@ export declare namespace vke {
|
|
|
3376
3480
|
resourcePublicAccessDefaultEnabled?: pulumi.Input<boolean>;
|
|
3377
3481
|
/**
|
|
3378
3482
|
* The subnet ID for the cluster control plane to communicate within the private network.
|
|
3483
|
+
* Up to 3 subnets can be selected from each available zone, and a maximum of 2 subnets can be added to each available zone.
|
|
3484
|
+
* Cannot support deleting configured subnets.
|
|
3379
3485
|
*/
|
|
3380
3486
|
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
3381
3487
|
}
|