@volcengine/pulumi-volcenginecc 0.0.37 → 0.0.39
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/README.md +1 -0
- package/config/vars.d.ts +5 -0
- package/config/vars.js +7 -0
- package/config/vars.js.map +1 -1
- package/directconnect/gatewayRoute.d.ts +142 -0
- package/directconnect/gatewayRoute.js +96 -0
- package/directconnect/gatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoute.d.ts +72 -0
- package/directconnect/getGatewayRoute.js +28 -0
- package/directconnect/getGatewayRoute.js.map +1 -0
- package/directconnect/getGatewayRoutes.d.ts +22 -0
- package/directconnect/getGatewayRoutes.js +24 -0
- package/directconnect/getGatewayRoutes.js.map +1 -0
- package/directconnect/getVirtualInterface.d.ts +133 -0
- package/directconnect/getVirtualInterface.js +28 -0
- package/directconnect/getVirtualInterface.js.map +1 -0
- package/directconnect/getVirtualInterfaces.d.ts +22 -0
- package/directconnect/getVirtualInterfaces.js +24 -0
- package/directconnect/getVirtualInterfaces.js.map +1 -0
- package/directconnect/index.d.ts +18 -0
- package/directconnect/index.js +23 -1
- package/directconnect/index.js.map +1 -1
- package/directconnect/virtualInterface.d.ts +336 -0
- package/directconnect/virtualInterface.js +149 -0
- package/directconnect/virtualInterface.js.map +1 -0
- package/gtm/getPool.d.ts +81 -0
- package/gtm/getPool.js +28 -0
- package/gtm/getPool.js.map +1 -0
- package/gtm/getPools.d.ts +22 -0
- package/gtm/getPools.js +24 -0
- package/gtm/getPools.js.map +1 -0
- package/gtm/index.d.ts +9 -0
- package/gtm/index.js +28 -0
- package/gtm/index.js.map +1 -0
- package/gtm/pool.d.ts +154 -0
- package/gtm/pool.js +87 -0
- package/gtm/pool.js.map +1 -0
- package/iam/getRole.d.ts +10 -0
- package/iam/getRole.js.map +1 -1
- package/iam/role.d.ts +18 -34
- package/iam/role.js +3 -36
- package/iam/role.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getKey.d.ts +24 -0
- package/kms/getKey.js.map +1 -1
- package/kms/getSecret.d.ts +128 -0
- package/kms/getSecret.js +28 -0
- package/kms/getSecret.js.map +1 -0
- package/kms/getSecrets.d.ts +22 -0
- package/kms/getSecrets.js +24 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/key.d.ts +72 -0
- package/kms/key.js +12 -0
- package/kms/key.js.map +1 -1
- package/kms/secret.d.ts +289 -0
- package/kms/secret.js +131 -0
- package/kms/secret.js.map +1 -0
- package/package.json +1 -1
- package/provider.d.ts +10 -0
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/rdspostgresql/getParameterTemplate.d.ts +89 -0
- package/rdspostgresql/getParameterTemplate.js +28 -0
- package/rdspostgresql/getParameterTemplate.js.map +1 -0
- package/rdspostgresql/getParameterTemplates.d.ts +22 -0
- package/rdspostgresql/getParameterTemplates.js +24 -0
- package/rdspostgresql/getParameterTemplates.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/parameterTemplate.d.ts +186 -0
- package/rdspostgresql/parameterTemplate.js +118 -0
- package/rdspostgresql/parameterTemplate.js.map +1 -0
- package/redis/getInstance.d.ts +9 -5
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +25 -13
- package/redis/instance.js +2 -0
- package/redis/instance.js.map +1 -1
- package/tls/alarm.d.ts +215 -0
- package/tls/alarm.js +110 -0
- package/tls/alarm.js.map +1 -0
- package/tls/getAlarm.d.ts +109 -0
- package/tls/getAlarm.js +28 -0
- package/tls/getAlarm.js.map +1 -0
- package/tls/getAlarms.d.ts +22 -0
- package/tls/getAlarms.js +24 -0
- package/tls/getAlarms.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +12 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +274 -1
- package/types/output.d.ts +805 -2
- package/vpn/getSslVpnServer.d.ts +109 -0
- package/vpn/getSslVpnServer.js +28 -0
- package/vpn/getSslVpnServer.js.map +1 -0
- package/vpn/getSslVpnServers.d.ts +22 -0
- package/vpn/getSslVpnServers.js +24 -0
- package/vpn/getSslVpnServers.js.map +1 -0
- package/vpn/getVpnGatewayRoute.d.ts +77 -0
- package/vpn/getVpnGatewayRoute.js +28 -0
- package/vpn/getVpnGatewayRoute.js.map +1 -0
- package/vpn/getVpnGatewayRoutes.d.ts +22 -0
- package/vpn/getVpnGatewayRoutes.js +24 -0
- package/vpn/getVpnGatewayRoutes.js.map +1 -0
- package/vpn/index.d.ts +18 -0
- package/vpn/index.js +23 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +263 -0
- package/vpn/sslVpnServer.js +130 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/vpnGatewayRoute.d.ts +146 -0
- package/vpn/vpnGatewayRoute.js +98 -0
- package/vpn/vpnGatewayRoute.js.map +1 -0
package/iam/role.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"","sources":["../../iam/role.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"role.js","sourceRoot":"","sources":["../../iam/role.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAyDD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,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;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,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,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AAvHL,oBAwHC;AA1GG,gBAAgB;AACO,iBAAY,GAAG,4BAA4B,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ import * as emr from "./emr";
|
|
|
20
20
|
import * as escloud from "./escloud";
|
|
21
21
|
import * as filenas from "./filenas";
|
|
22
22
|
import * as fwcenter from "./fwcenter";
|
|
23
|
+
import * as gtm from "./gtm";
|
|
23
24
|
import * as hbase from "./hbase";
|
|
24
25
|
import * as iam from "./iam";
|
|
25
26
|
import * as kafka from "./kafka";
|
|
@@ -48,4 +49,4 @@ import * as vmp from "./vmp";
|
|
|
48
49
|
import * as vpc from "./vpc";
|
|
49
50
|
import * as vpn from "./vpn";
|
|
50
51
|
import * as waf from "./waf";
|
|
51
|
-
export { alb, apig, ark, autoscaling, bmq, cbr, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, efs, emr, escloud, filenas, fwcenter, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, rocketmq, storageebs, tls, tos, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, waf, };
|
|
52
|
+
export { alb, apig, ark, autoscaling, bmq, cbr, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, efs, emr, escloud, filenas, fwcenter, gtm, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, rocketmq, storageebs, tls, tos, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, waf, };
|
package/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.waf = exports.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.rocketmq = exports.redis = exports.rdspostgresql = exports.rdsmysql = exports.rdsmssql = exports.rabbitmq = exports.privatezone = exports.privatelink = exports.organization = exports.natgateway = exports.mongodb = exports.kms = exports.kafka = exports.iam = exports.hbase = exports.fwcenter = exports.filenas = exports.escloud = exports.emr = exports.efs = exports.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = exports.cbr = exports.bmq = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
|
|
19
|
+
exports.waf = exports.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.rocketmq = exports.redis = exports.rdspostgresql = exports.rdsmysql = exports.rdsmssql = exports.rabbitmq = exports.privatezone = exports.privatelink = exports.organization = exports.natgateway = exports.mongodb = exports.kms = exports.kafka = exports.iam = exports.hbase = exports.gtm = exports.fwcenter = exports.filenas = exports.escloud = exports.emr = exports.efs = exports.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = exports.cbr = exports.bmq = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("./utilities");
|
|
22
22
|
// Export members:
|
|
@@ -65,6 +65,8 @@ const filenas = require("./filenas");
|
|
|
65
65
|
exports.filenas = filenas;
|
|
66
66
|
const fwcenter = require("./fwcenter");
|
|
67
67
|
exports.fwcenter = fwcenter;
|
|
68
|
+
const gtm = require("./gtm");
|
|
69
|
+
exports.gtm = gtm;
|
|
68
70
|
const hbase = require("./hbase");
|
|
69
71
|
exports.hbase = hbase;
|
|
70
72
|
const iam = require("./iam");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;AAoDzB,kBAAG;AAnDP,+BAA+B;AAoD3B,oBAAI;AAnDR,6BAA6B;AAoDzB,kBAAG;AAnDP,6CAA6C;AAoDzC,kCAAW;AAnDf,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,iDAAiD;AAoD7C,sCAAa;AAnDjB,+CAA+C;AAoD3C,oCAAY;AAnDhB,mCAAmC;AAoD/B,wBAAM;AAnDV,2BAA2B;AAoDvB,gBAAE;AAnDN,iDAAiD;AAoD7C,sCAAa;AAnDjB,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,qCAAqC;AAoDjC,0BAAO;AAnDX,qCAAqC;AAoDjC,0BAAO;AAnDX,uCAAuC;AAoDnC,4BAAQ;AAnDZ,6BAA6B;AAoDzB,kBAAG;AAnDP,iCAAiC;AAoD7B,sBAAK;AAnDT,6BAA6B;AAoDzB,kBAAG;AAnDP,iCAAiC;AAoD7B,sBAAK;AAnDT,6BAA6B;AAoDzB,kBAAG;AAnDP,qCAAqC;AAoDjC,0BAAO;AAnDX,2CAA2C;AAoDvC,gCAAU;AAnDd,+CAA+C;AAoD3C,oCAAY;AAnDhB,6CAA6C;AAoDzC,kCAAW;AAnDf,6CAA6C;AAoDzC,kCAAW;AAnDf,uCAAuC;AAoDnC,4BAAQ;AAnDZ,uCAAuC;AAoDnC,4BAAQ;AAnDZ,uCAAuC;AAoDnC,4BAAQ;AAnDZ,iDAAiD;AAoD7C,sCAAa;AAnDjB,iCAAiC;AAoD7B,sBAAK;AAnDT,uCAAuC;AAoDnC,4BAAQ;AAnDZ,2CAA2C;AAoDvC,gCAAU;AAnDd,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,iDAAiD;AAoD7C,sCAAa;AAnDjB,iCAAiC;AAoD7B,sBAAK;AAnDT,iCAAiC;AAoD7B,sBAAK;AAnDT,mCAAmC;AAoD/B,wBAAM;AAnDV,iCAAiC;AAoD7B,sBAAK;AAnDT,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAnDP,6BAA6B;AAoDzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,cAAc,EAAE;IACnD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,+BAA+B,EAAE;YAC1C,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
package/kms/getKey.d.ts
CHANGED
|
@@ -17,6 +17,18 @@ export interface GetKeyArgs {
|
|
|
17
17
|
* A collection of values returned by getKey.
|
|
18
18
|
*/
|
|
19
19
|
export interface GetKeyResult {
|
|
20
|
+
/**
|
|
21
|
+
* Asymmetric encryption action parameters and results. AsymmetricEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
22
|
+
*/
|
|
23
|
+
readonly asymmetricCiphertext: outputs.kms.GetKeyAsymmetricCiphertext;
|
|
24
|
+
/**
|
|
25
|
+
* Asymmetric signature action parameters and results. AsymmetricSign can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
26
|
+
*/
|
|
27
|
+
readonly asymmetricSignature: outputs.kms.GetKeyAsymmetricSignature;
|
|
28
|
+
/**
|
|
29
|
+
* Symmetric encryption action parameters and results. Encrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
30
|
+
*/
|
|
31
|
+
readonly ciphertext: outputs.kms.GetKeyCiphertext;
|
|
20
32
|
/**
|
|
21
33
|
* Key creation time.
|
|
22
34
|
*/
|
|
@@ -49,6 +61,10 @@ export interface GetKeyResult {
|
|
|
49
61
|
* Master key name. Length 2–31 characters. Valid characters: [a-zA-Z0-9-_].
|
|
50
62
|
*/
|
|
51
63
|
readonly keyName: string;
|
|
64
|
+
/**
|
|
65
|
+
* Primary region of the multi-region key. Set the target primary region during the Create/Update phase; the current primary region is returned during the Read phase.
|
|
66
|
+
*/
|
|
67
|
+
readonly keyPrimaryRegion: string;
|
|
52
68
|
/**
|
|
53
69
|
* User master key rotation operation (enter 1 to enable, 2 to disable).
|
|
54
70
|
*/
|
|
@@ -89,6 +105,14 @@ export interface GetKeyResult {
|
|
|
89
105
|
* Key protection level. Options: SOFTWARE, HSM.
|
|
90
106
|
*/
|
|
91
107
|
readonly protectionLevel: string;
|
|
108
|
+
/**
|
|
109
|
+
* Re-encryption action parameters and results. ReEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
110
|
+
*/
|
|
111
|
+
readonly reEncrypt: outputs.kms.GetKeyReEncrypt;
|
|
112
|
+
/**
|
|
113
|
+
* Replicate key action parameters and results. ReplicateKey can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
114
|
+
*/
|
|
115
|
+
readonly replicateKey: outputs.kms.GetKeyReplicateKey;
|
|
92
116
|
/**
|
|
93
117
|
* Key rotation period (days). Range: [90, 2560].
|
|
94
118
|
*/
|
package/kms/getKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKey.js","sourceRoot":"","sources":["../../kms/getKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;
|
|
1
|
+
{"version":3,"file":"getKey.js","sourceRoot":"","sources":["../../kms/getKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AA6ID;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::KMS::Secret
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSecret(args: GetSecretArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getSecret.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSecretArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getSecret.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetSecretResult {
|
|
19
|
+
/**
|
|
20
|
+
* Whether to enable automatic rotation. Applies only to credentials of type IAM|RDS|Redis|ECS
|
|
21
|
+
*/
|
|
22
|
+
readonly automaticRotation: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Credential creation time
|
|
25
|
+
*/
|
|
26
|
+
readonly createdTime: number;
|
|
27
|
+
/**
|
|
28
|
+
* Credential description, length: 0 ~ 8192 characters
|
|
29
|
+
*/
|
|
30
|
+
readonly description: string;
|
|
31
|
+
/**
|
|
32
|
+
* KMS key TRN for encrypting credential value. If not specified, the default key of Credential Manager is used
|
|
33
|
+
*/
|
|
34
|
+
readonly encryptionKey: string;
|
|
35
|
+
/**
|
|
36
|
+
* Credential extension configuration, used to specify properties for non-Generic credentials
|
|
37
|
+
*/
|
|
38
|
+
readonly extendedConfig: string;
|
|
39
|
+
/**
|
|
40
|
+
* Uniquely identifies the resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* Credential last rotation time
|
|
45
|
+
*/
|
|
46
|
+
readonly lastRotationTime: string;
|
|
47
|
+
/**
|
|
48
|
+
* Is managed credential
|
|
49
|
+
*/
|
|
50
|
+
readonly managed: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Managed Cloud Service
|
|
53
|
+
*/
|
|
54
|
+
readonly owningService: string;
|
|
55
|
+
/**
|
|
56
|
+
* Credential project name. Default value: default
|
|
57
|
+
*/
|
|
58
|
+
readonly projectName: string;
|
|
59
|
+
/**
|
|
60
|
+
* Automatic rotation interval. Range: 1 ~ 365 days. Format: integer[unit], where integer is the duration and unit is the time unit. Unit value: d (days). For example: 7d means a 7-day interval
|
|
61
|
+
*/
|
|
62
|
+
readonly rotationInterval: string;
|
|
63
|
+
/**
|
|
64
|
+
* Automatic rotation interval, unit: seconds
|
|
65
|
+
*/
|
|
66
|
+
readonly rotationIntervalRead: number;
|
|
67
|
+
/**
|
|
68
|
+
* Rotation status: Enable: automatic rotation enabled, Disable: automatic rotation disabled, Rotating: automatic rotation in progress, None: automatic rotation not supported
|
|
69
|
+
*/
|
|
70
|
+
readonly rotationState: string;
|
|
71
|
+
/**
|
|
72
|
+
* Credential Scheduled Deletion Time
|
|
73
|
+
*/
|
|
74
|
+
readonly scheduleDeleteTime: string;
|
|
75
|
+
/**
|
|
76
|
+
* Credential next rotation time
|
|
77
|
+
*/
|
|
78
|
+
readonly scheduleRotationTime: string;
|
|
79
|
+
/**
|
|
80
|
+
* Credential unique identifier, UUID format
|
|
81
|
+
*/
|
|
82
|
+
readonly secretId: string;
|
|
83
|
+
/**
|
|
84
|
+
* Credential name. Valid characters: [a-zA-Z0-9/_+=.@-]
|
|
85
|
+
*/
|
|
86
|
+
readonly secretName: string;
|
|
87
|
+
/**
|
|
88
|
+
* Credential status. Enable: enabled, Disable: disabled, PendingDelete: scheduled for deletion
|
|
89
|
+
*/
|
|
90
|
+
readonly secretState: string;
|
|
91
|
+
/**
|
|
92
|
+
* Credential type. Currently supports Generic|IAM|RDS|Redis|ECS|PGSQL|SQLServer
|
|
93
|
+
*/
|
|
94
|
+
readonly secretType: string;
|
|
95
|
+
/**
|
|
96
|
+
* Credential value. When SecretType is Generic, users can customize it. It is recommended to use JSON key-value pairs
|
|
97
|
+
*/
|
|
98
|
+
readonly secretValue: string;
|
|
99
|
+
/**
|
|
100
|
+
* Credential resource name. Format: trn:kms:${Region}:${AccountID}:secrets/${secret}
|
|
101
|
+
*/
|
|
102
|
+
readonly trn: string;
|
|
103
|
+
/**
|
|
104
|
+
* Credential tenant ID
|
|
105
|
+
*/
|
|
106
|
+
readonly uid: string;
|
|
107
|
+
/**
|
|
108
|
+
* Credential update date
|
|
109
|
+
*/
|
|
110
|
+
readonly updatedTime: number;
|
|
111
|
+
/**
|
|
112
|
+
* Version alias. Valid characters: [a-zA-Z0-9/_+=.@-]
|
|
113
|
+
*/
|
|
114
|
+
readonly versionName: string;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Data Source schema for Volcengine::KMS::Secret
|
|
118
|
+
*/
|
|
119
|
+
export declare function getSecretOutput(args: GetSecretOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecretResult>;
|
|
120
|
+
/**
|
|
121
|
+
* A collection of arguments for invoking getSecret.
|
|
122
|
+
*/
|
|
123
|
+
export interface GetSecretOutputArgs {
|
|
124
|
+
/**
|
|
125
|
+
* Uniquely identifies the resource.
|
|
126
|
+
*/
|
|
127
|
+
id: pulumi.Input<string>;
|
|
128
|
+
}
|
package/kms/getSecret.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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.getSecretOutput = exports.getSecret = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::KMS::Secret
|
|
10
|
+
*/
|
|
11
|
+
function getSecret(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:kms/getSecret:getSecret", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getSecret = getSecret;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::KMS::Secret
|
|
20
|
+
*/
|
|
21
|
+
function getSecretOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:kms/getSecret:getSecret", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSecretOutput = getSecretOutput;
|
|
28
|
+
//# sourceMappingURL=getSecret.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecret.js","sourceRoot":"","sources":["../../kms/getSecret.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAiHD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::KMS::Secret
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSecrets(opts?: pulumi.InvokeOptions): Promise<GetSecretsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getSecrets.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSecretsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::KMS::Secret
|
|
21
|
+
*/
|
|
22
|
+
export declare function getSecretsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecretsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getSecretsOutput = exports.getSecrets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::KMS::Secret
|
|
10
|
+
*/
|
|
11
|
+
function getSecrets(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:kms/getSecrets:getSecrets", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getSecrets = getSecrets;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::KMS::Secret
|
|
18
|
+
*/
|
|
19
|
+
function getSecretsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:kms/getSecrets:getSecrets", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getSecretsOutput = getSecretsOutput;
|
|
24
|
+
//# sourceMappingURL=getSecrets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecrets.js","sourceRoot":"","sources":["../../kms/getSecrets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gCAIC;AAeD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAAiC;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC"}
|
package/kms/index.d.ts
CHANGED
|
@@ -10,9 +10,18 @@ export declare const getKeyRingsOutput: typeof import("./getKeyRings").getKeyRin
|
|
|
10
10
|
export { GetKeysResult } from "./getKeys";
|
|
11
11
|
export declare const getKeys: typeof import("./getKeys").getKeys;
|
|
12
12
|
export declare const getKeysOutput: typeof import("./getKeys").getKeysOutput;
|
|
13
|
+
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
|
|
14
|
+
export declare const getSecret: typeof import("./getSecret").getSecret;
|
|
15
|
+
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
|
|
16
|
+
export { GetSecretsResult } from "./getSecrets";
|
|
17
|
+
export declare const getSecrets: typeof import("./getSecrets").getSecrets;
|
|
18
|
+
export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput;
|
|
13
19
|
export { KeyArgs, KeyState } from "./key";
|
|
14
20
|
export type Key = import("./key").Key;
|
|
15
21
|
export declare const Key: typeof import("./key").Key;
|
|
16
22
|
export { KeyRingArgs, KeyRingState } from "./keyRing";
|
|
17
23
|
export type KeyRing = import("./keyRing").KeyRing;
|
|
18
24
|
export declare const KeyRing: typeof import("./keyRing").KeyRing;
|
|
25
|
+
export { SecretArgs, SecretState } from "./secret";
|
|
26
|
+
export type Secret = import("./secret").Secret;
|
|
27
|
+
export declare const Secret: typeof import("./secret").Secret;
|
package/kms/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.KeyRing = exports.Key = exports.getKeysOutput = exports.getKeys = exports.getKeyRingsOutput = exports.getKeyRings = exports.getKeyRingOutput = exports.getKeyRing = exports.getKeyOutput = exports.getKey = void 0;
|
|
5
|
+
exports.Secret = exports.KeyRing = exports.Key = exports.getSecretsOutput = exports.getSecrets = exports.getSecretOutput = exports.getSecret = exports.getKeysOutput = exports.getKeys = exports.getKeyRingsOutput = exports.getKeyRings = exports.getKeyRingOutput = exports.getKeyRing = exports.getKeyOutput = exports.getKey = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getKey = null;
|
|
@@ -17,10 +17,18 @@ utilities.lazyLoad(exports, ["getKeyRings", "getKeyRingsOutput"], () => require(
|
|
|
17
17
|
exports.getKeys = null;
|
|
18
18
|
exports.getKeysOutput = null;
|
|
19
19
|
utilities.lazyLoad(exports, ["getKeys", "getKeysOutput"], () => require("./getKeys"));
|
|
20
|
+
exports.getSecret = null;
|
|
21
|
+
exports.getSecretOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getSecret", "getSecretOutput"], () => require("./getSecret"));
|
|
23
|
+
exports.getSecrets = null;
|
|
24
|
+
exports.getSecretsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getSecrets", "getSecretsOutput"], () => require("./getSecrets"));
|
|
20
26
|
exports.Key = null;
|
|
21
27
|
utilities.lazyLoad(exports, ["Key"], () => require("./key"));
|
|
22
28
|
exports.KeyRing = null;
|
|
23
29
|
utilities.lazyLoad(exports, ["KeyRing"], () => require("./keyRing"));
|
|
30
|
+
exports.Secret = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["Secret"], () => require("./secret"));
|
|
24
32
|
const _module = {
|
|
25
33
|
version: utilities.getVersion(),
|
|
26
34
|
construct: (name, type, urn) => {
|
|
@@ -29,6 +37,8 @@ const _module = {
|
|
|
29
37
|
return new exports.Key(name, undefined, { urn });
|
|
30
38
|
case "volcenginecc:kms/keyRing:KeyRing":
|
|
31
39
|
return new exports.KeyRing(name, undefined, { urn });
|
|
40
|
+
case "volcenginecc:kms/secret:Secret":
|
|
41
|
+
return new exports.Secret(name, undefined, { urn });
|
|
32
42
|
default:
|
|
33
43
|
throw new Error(`unknown resource type ${type}`);
|
|
34
44
|
}
|
|
@@ -36,4 +46,5 @@ const _module = {
|
|
|
36
46
|
};
|
|
37
47
|
pulumi.runtime.registerResourceModule("volcenginecc", "kms/key", _module);
|
|
38
48
|
pulumi.runtime.registerResourceModule("volcenginecc", "kms/keyRing", _module);
|
|
49
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "kms/secret", _module);
|
|
39
50
|
//# sourceMappingURL=index.js.map
|
package/kms/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../kms/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../kms/index.ts"],"names":[],"mappings":"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"}
|
package/kms/key.d.ts
CHANGED
|
@@ -26,6 +26,18 @@ export declare class Key extends pulumi.CustomResource {
|
|
|
26
26
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
27
|
*/
|
|
28
28
|
static isInstance(obj: any): obj is Key;
|
|
29
|
+
/**
|
|
30
|
+
* Asymmetric encryption action parameters and results. AsymmetricEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
31
|
+
*/
|
|
32
|
+
readonly asymmetricCiphertext: pulumi.Output<outputs.kms.KeyAsymmetricCiphertext>;
|
|
33
|
+
/**
|
|
34
|
+
* Asymmetric signature action parameters and results. AsymmetricSign can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
35
|
+
*/
|
|
36
|
+
readonly asymmetricSignature: pulumi.Output<outputs.kms.KeyAsymmetricSignature>;
|
|
37
|
+
/**
|
|
38
|
+
* Symmetric encryption action parameters and results. Encrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
39
|
+
*/
|
|
40
|
+
readonly ciphertext: pulumi.Output<outputs.kms.KeyCiphertext>;
|
|
29
41
|
/**
|
|
30
42
|
* Key creation time.
|
|
31
43
|
*/
|
|
@@ -54,6 +66,10 @@ export declare class Key extends pulumi.CustomResource {
|
|
|
54
66
|
* Master key name. Length 2–31 characters. Valid characters: [a-zA-Z0-9-_].
|
|
55
67
|
*/
|
|
56
68
|
readonly keyName: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Primary region of the multi-region key. Set the target primary region during the Create/Update phase; the current primary region is returned during the Read phase.
|
|
71
|
+
*/
|
|
72
|
+
readonly keyPrimaryRegion: pulumi.Output<string>;
|
|
57
73
|
/**
|
|
58
74
|
* User master key rotation operation (enter 1 to enable, 2 to disable).
|
|
59
75
|
*/
|
|
@@ -94,6 +110,14 @@ export declare class Key extends pulumi.CustomResource {
|
|
|
94
110
|
* Key protection level. Options: SOFTWARE, HSM.
|
|
95
111
|
*/
|
|
96
112
|
readonly protectionLevel: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Re-encryption action parameters and results. ReEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
115
|
+
*/
|
|
116
|
+
readonly reEncrypt: pulumi.Output<outputs.kms.KeyReEncrypt>;
|
|
117
|
+
/**
|
|
118
|
+
* Replicate key action parameters and results. ReplicateKey can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
119
|
+
*/
|
|
120
|
+
readonly replicateKey: pulumi.Output<outputs.kms.KeyReplicateKey>;
|
|
97
121
|
/**
|
|
98
122
|
* Key rotation period (days). Range: [90, 2560].
|
|
99
123
|
*/
|
|
@@ -132,6 +156,18 @@ export declare class Key extends pulumi.CustomResource {
|
|
|
132
156
|
* Input properties used for looking up and filtering Key resources.
|
|
133
157
|
*/
|
|
134
158
|
export interface KeyState {
|
|
159
|
+
/**
|
|
160
|
+
* Asymmetric encryption action parameters and results. AsymmetricEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
161
|
+
*/
|
|
162
|
+
asymmetricCiphertext?: pulumi.Input<inputs.kms.KeyAsymmetricCiphertext>;
|
|
163
|
+
/**
|
|
164
|
+
* Asymmetric signature action parameters and results. AsymmetricSign can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
165
|
+
*/
|
|
166
|
+
asymmetricSignature?: pulumi.Input<inputs.kms.KeyAsymmetricSignature>;
|
|
167
|
+
/**
|
|
168
|
+
* Symmetric encryption action parameters and results. Encrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
169
|
+
*/
|
|
170
|
+
ciphertext?: pulumi.Input<inputs.kms.KeyCiphertext>;
|
|
135
171
|
/**
|
|
136
172
|
* Key creation time.
|
|
137
173
|
*/
|
|
@@ -160,6 +196,10 @@ export interface KeyState {
|
|
|
160
196
|
* Master key name. Length 2–31 characters. Valid characters: [a-zA-Z0-9-_].
|
|
161
197
|
*/
|
|
162
198
|
keyName?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Primary region of the multi-region key. Set the target primary region during the Create/Update phase; the current primary region is returned during the Read phase.
|
|
201
|
+
*/
|
|
202
|
+
keyPrimaryRegion?: pulumi.Input<string>;
|
|
163
203
|
/**
|
|
164
204
|
* User master key rotation operation (enter 1 to enable, 2 to disable).
|
|
165
205
|
*/
|
|
@@ -200,6 +240,14 @@ export interface KeyState {
|
|
|
200
240
|
* Key protection level. Options: SOFTWARE, HSM.
|
|
201
241
|
*/
|
|
202
242
|
protectionLevel?: pulumi.Input<string>;
|
|
243
|
+
/**
|
|
244
|
+
* Re-encryption action parameters and results. ReEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
245
|
+
*/
|
|
246
|
+
reEncrypt?: pulumi.Input<inputs.kms.KeyReEncrypt>;
|
|
247
|
+
/**
|
|
248
|
+
* Replicate key action parameters and results. ReplicateKey can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
249
|
+
*/
|
|
250
|
+
replicateKey?: pulumi.Input<inputs.kms.KeyReplicateKey>;
|
|
203
251
|
/**
|
|
204
252
|
* Key rotation period (days). Range: [90, 2560].
|
|
205
253
|
*/
|
|
@@ -230,6 +278,18 @@ export interface KeyState {
|
|
|
230
278
|
* The set of arguments for constructing a Key resource.
|
|
231
279
|
*/
|
|
232
280
|
export interface KeyArgs {
|
|
281
|
+
/**
|
|
282
|
+
* Asymmetric encryption action parameters and results. AsymmetricEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
283
|
+
*/
|
|
284
|
+
asymmetricCiphertext?: pulumi.Input<inputs.kms.KeyAsymmetricCiphertext>;
|
|
285
|
+
/**
|
|
286
|
+
* Asymmetric signature action parameters and results. AsymmetricSign can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
287
|
+
*/
|
|
288
|
+
asymmetricSignature?: pulumi.Input<inputs.kms.KeyAsymmetricSignature>;
|
|
289
|
+
/**
|
|
290
|
+
* Symmetric encryption action parameters and results. Encrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
291
|
+
*/
|
|
292
|
+
ciphertext?: pulumi.Input<inputs.kms.KeyCiphertext>;
|
|
233
293
|
/**
|
|
234
294
|
* Key description: Length 0–8192 characters.
|
|
235
295
|
*/
|
|
@@ -246,6 +306,10 @@ export interface KeyArgs {
|
|
|
246
306
|
* Master key name. Length 2–31 characters. Valid characters: [a-zA-Z0-9-_].
|
|
247
307
|
*/
|
|
248
308
|
keyName: pulumi.Input<string>;
|
|
309
|
+
/**
|
|
310
|
+
* Primary region of the multi-region key. Set the target primary region during the Create/Update phase; the current primary region is returned during the Read phase.
|
|
311
|
+
*/
|
|
312
|
+
keyPrimaryRegion?: pulumi.Input<string>;
|
|
249
313
|
/**
|
|
250
314
|
* User master key rotation operation (enter 1 to enable, 2 to disable).
|
|
251
315
|
*/
|
|
@@ -274,6 +338,14 @@ export interface KeyArgs {
|
|
|
274
338
|
* Key protection level. Options: SOFTWARE, HSM.
|
|
275
339
|
*/
|
|
276
340
|
protectionLevel?: pulumi.Input<string>;
|
|
341
|
+
/**
|
|
342
|
+
* Re-encryption action parameters and results. ReEncrypt can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
343
|
+
*/
|
|
344
|
+
reEncrypt?: pulumi.Input<inputs.kms.KeyReEncrypt>;
|
|
345
|
+
/**
|
|
346
|
+
* Replicate key action parameters and results. ReplicateKey can be triggered during the Create/Update phase; the result is only guaranteed to be returned in the current response.
|
|
347
|
+
*/
|
|
348
|
+
replicateKey?: pulumi.Input<inputs.kms.KeyReplicateKey>;
|
|
277
349
|
/**
|
|
278
350
|
* Key rotation period (days). Range: [90, 2560].
|
|
279
351
|
*/
|
package/kms/key.js
CHANGED
|
@@ -42,6 +42,9 @@ class Key extends pulumi.CustomResource {
|
|
|
42
42
|
opts = opts || {};
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
|
+
resourceInputs["asymmetricCiphertext"] = state ? state.asymmetricCiphertext : undefined;
|
|
46
|
+
resourceInputs["asymmetricSignature"] = state ? state.asymmetricSignature : undefined;
|
|
47
|
+
resourceInputs["ciphertext"] = state ? state.ciphertext : undefined;
|
|
45
48
|
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
46
49
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
47
50
|
resourceInputs["keyArchiveOperation"] = state ? state.keyArchiveOperation : undefined;
|
|
@@ -49,6 +52,7 @@ class Key extends pulumi.CustomResource {
|
|
|
49
52
|
resourceInputs["keyId"] = state ? state.keyId : undefined;
|
|
50
53
|
resourceInputs["keyMaterialExpireTime"] = state ? state.keyMaterialExpireTime : undefined;
|
|
51
54
|
resourceInputs["keyName"] = state ? state.keyName : undefined;
|
|
55
|
+
resourceInputs["keyPrimaryRegion"] = state ? state.keyPrimaryRegion : undefined;
|
|
52
56
|
resourceInputs["keyRotationOperation"] = state ? state.keyRotationOperation : undefined;
|
|
53
57
|
resourceInputs["keySpec"] = state ? state.keySpec : undefined;
|
|
54
58
|
resourceInputs["keyState"] = state ? state.keyState : undefined;
|
|
@@ -59,6 +63,8 @@ class Key extends pulumi.CustomResource {
|
|
|
59
63
|
resourceInputs["multiRegionConfiguration"] = state ? state.multiRegionConfiguration : undefined;
|
|
60
64
|
resourceInputs["origin"] = state ? state.origin : undefined;
|
|
61
65
|
resourceInputs["protectionLevel"] = state ? state.protectionLevel : undefined;
|
|
66
|
+
resourceInputs["reEncrypt"] = state ? state.reEncrypt : undefined;
|
|
67
|
+
resourceInputs["replicateKey"] = state ? state.replicateKey : undefined;
|
|
62
68
|
resourceInputs["rotateInterval"] = state ? state.rotateInterval : undefined;
|
|
63
69
|
resourceInputs["rotateState"] = state ? state.rotateState : undefined;
|
|
64
70
|
resourceInputs["scheduleDeleteTime"] = state ? state.scheduleDeleteTime : undefined;
|
|
@@ -75,10 +81,14 @@ class Key extends pulumi.CustomResource {
|
|
|
75
81
|
if ((!args || args.keyringName === undefined) && !opts.urn) {
|
|
76
82
|
throw new Error("Missing required property 'keyringName'");
|
|
77
83
|
}
|
|
84
|
+
resourceInputs["asymmetricCiphertext"] = args ? args.asymmetricCiphertext : undefined;
|
|
85
|
+
resourceInputs["asymmetricSignature"] = args ? args.asymmetricSignature : undefined;
|
|
86
|
+
resourceInputs["ciphertext"] = args ? args.ciphertext : undefined;
|
|
78
87
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
79
88
|
resourceInputs["keyArchiveOperation"] = args ? args.keyArchiveOperation : undefined;
|
|
80
89
|
resourceInputs["keyEnableOperation"] = args ? args.keyEnableOperation : undefined;
|
|
81
90
|
resourceInputs["keyName"] = args ? args.keyName : undefined;
|
|
91
|
+
resourceInputs["keyPrimaryRegion"] = args ? args.keyPrimaryRegion : undefined;
|
|
82
92
|
resourceInputs["keyRotationOperation"] = args ? args.keyRotationOperation : undefined;
|
|
83
93
|
resourceInputs["keySpec"] = args ? args.keySpec : undefined;
|
|
84
94
|
resourceInputs["keyUsage"] = args ? args.keyUsage : undefined;
|
|
@@ -86,6 +96,8 @@ class Key extends pulumi.CustomResource {
|
|
|
86
96
|
resourceInputs["multiRegion"] = args ? args.multiRegion : undefined;
|
|
87
97
|
resourceInputs["origin"] = args ? args.origin : undefined;
|
|
88
98
|
resourceInputs["protectionLevel"] = args ? args.protectionLevel : undefined;
|
|
99
|
+
resourceInputs["reEncrypt"] = args ? args.reEncrypt : undefined;
|
|
100
|
+
resourceInputs["replicateKey"] = args ? args.replicateKey : undefined;
|
|
89
101
|
resourceInputs["rotateInterval"] = args ? args.rotateInterval : undefined;
|
|
90
102
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
91
103
|
resourceInputs["createdTime"] = undefined /*out*/;
|
package/kms/key.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"key.js","sourceRoot":"","sources":["../../kms/key.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;
|
|
1
|
+
{"version":3,"file":"key.js","sourceRoot":"","sources":["../../kms/key.ts"],"names":[],"mappings":"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"}
|