@volcengine/pulumi-volcenginecc 0.0.31 → 0.0.33
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/alb/acl.d.ts +20 -21
- package/alb/acl.js +2 -2
- package/alb/acl.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/cen/getInterRegionBandwidth.d.ts +72 -0
- package/cen/getInterRegionBandwidth.js +28 -0
- package/cen/getInterRegionBandwidth.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +22 -0
- package/cen/getInterRegionBandwidths.js +24 -0
- package/cen/getInterRegionBandwidths.js.map +1 -0
- package/cen/getRouteEntries.d.ts +22 -0
- package/cen/getRouteEntries.js +24 -0
- package/cen/getRouteEntries.js.map +1 -0
- package/cen/getRouteEntry.d.ts +72 -0
- package/cen/getRouteEntry.js +28 -0
- package/cen/getRouteEntry.js.map +1 -0
- package/cen/getServiceRouteEntries.d.ts +22 -0
- package/cen/getServiceRouteEntries.js +24 -0
- package/cen/getServiceRouteEntries.js.map +1 -0
- package/cen/getServiceRouteEntry.d.ts +73 -0
- package/cen/getServiceRouteEntry.js +28 -0
- package/cen/getServiceRouteEntry.js.map +1 -0
- package/cen/index.d.ts +27 -0
- package/cen/index.js +34 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +152 -0
- package/cen/interRegionBandwidth.js +101 -0
- package/cen/interRegionBandwidth.js.map +1 -0
- package/cen/routeEntry.d.ts +152 -0
- package/cen/routeEntry.js +104 -0
- package/cen/routeEntry.js.map +1 -0
- package/cen/serviceRouteEntry.d.ts +138 -0
- package/cen/serviceRouteEntry.js +83 -0
- package/cen/serviceRouteEntry.js.map +1 -0
- package/clb/getListener.d.ts +4 -0
- package/clb/getListener.js.map +1 -1
- package/clb/listener.d.ts +3 -0
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +1 -1
- package/cr/endpointAclPolicy.d.ts +107 -0
- package/cr/endpointAclPolicy.js +84 -0
- package/cr/endpointAclPolicy.js.map +1 -0
- package/cr/getEndpointAclPolicies.d.ts +22 -0
- package/cr/getEndpointAclPolicies.js +24 -0
- package/cr/getEndpointAclPolicies.js.map +1 -0
- package/cr/getEndpointAclPolicy.d.ts +52 -0
- package/cr/getEndpointAclPolicy.js +28 -0
- package/cr/getEndpointAclPolicy.js.map +1 -0
- package/cr/getRegistry.d.ts +14 -10
- package/cr/getRegistry.js.map +1 -1
- package/cr/index.d.ts +9 -0
- package/cr/index.js +12 -1
- package/cr/index.js.map +1 -1
- package/cr/registry.d.ts +40 -25
- package/cr/registry.js +6 -1
- package/cr/registry.js.map +1 -1
- package/iam/accesskey.d.ts +23 -27
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -10
- package/mongodb/getSslState.d.ts +56 -0
- package/mongodb/getSslState.js +28 -0
- package/mongodb/getSslState.js.map +1 -0
- package/mongodb/getSslStates.d.ts +22 -0
- package/mongodb/getSslStates.js +24 -0
- package/mongodb/getSslStates.js.map +1 -0
- package/mongodb/index.d.ts +9 -0
- package/mongodb/index.js +12 -1
- package/mongodb/index.js.map +1 -1
- package/mongodb/sslState.d.ts +105 -0
- package/mongodb/sslState.js +81 -0
- package/mongodb/sslState.js.map +1 -0
- package/organization/getServiceControlPolicies.d.ts +22 -0
- package/organization/getServiceControlPolicies.js +24 -0
- package/organization/getServiceControlPolicies.js.map +1 -0
- package/organization/getServiceControlPolicy.d.ts +69 -0
- package/organization/getServiceControlPolicy.js +28 -0
- package/organization/getServiceControlPolicy.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicy.d.ts +118 -0
- package/organization/serviceControlPolicy.js +78 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/package.json +1 -1
- package/privatelink/endpointService.d.ts +15 -3
- package/privatelink/endpointService.js +2 -0
- package/privatelink/endpointService.js.map +1 -1
- package/privatelink/getEndpointService.d.ts +5 -1
- package/privatelink/getEndpointService.js.map +1 -1
- package/privatelink/getVpcEndpointConnection.d.ts +89 -0
- package/privatelink/getVpcEndpointConnection.js +28 -0
- package/privatelink/getVpcEndpointConnection.js.map +1 -0
- package/privatelink/getVpcEndpointConnections.d.ts +22 -0
- package/privatelink/getVpcEndpointConnections.js +24 -0
- package/privatelink/getVpcEndpointConnections.js.map +1 -0
- package/privatelink/index.d.ts +9 -0
- package/privatelink/index.js +12 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +156 -0
- package/privatelink/vpcEndpointConnection.js +88 -0
- package/privatelink/vpcEndpointConnection.js.map +1 -0
- package/rabbitmq/allowList.d.ts +151 -0
- package/rabbitmq/allowList.js +100 -0
- package/rabbitmq/allowList.js.map +1 -0
- package/rabbitmq/getAllowList.d.ts +73 -0
- package/rabbitmq/getAllowList.js +28 -0
- package/rabbitmq/getAllowList.js.map +1 -0
- package/rabbitmq/getAllowLists.d.ts +22 -0
- package/rabbitmq/getAllowLists.js +24 -0
- package/rabbitmq/getAllowLists.js.map +1 -0
- package/rabbitmq/index.d.ts +9 -0
- package/rabbitmq/index.js +12 -1
- package/rabbitmq/index.js.map +1 -1
- package/redis/allowList.d.ts +148 -0
- package/redis/allowList.js +78 -0
- package/redis/allowList.js.map +1 -0
- package/redis/getAllowList.d.ts +81 -0
- package/redis/getAllowList.js +28 -0
- package/redis/getAllowList.js.map +1 -0
- package/redis/getAllowLists.d.ts +22 -0
- package/redis/getAllowLists.js +24 -0
- package/redis/getAllowLists.js.map +1 -0
- package/redis/index.d.ts +9 -0
- package/redis/index.js +12 -1
- package/redis/index.js.map +1 -1
- package/storageebs/getSnapshotGroup.d.ts +81 -0
- package/storageebs/getSnapshotGroup.js +28 -0
- package/storageebs/getSnapshotGroup.js.map +1 -0
- package/storageebs/getSnapshotGroups.d.ts +22 -0
- package/storageebs/getSnapshotGroups.js +24 -0
- package/storageebs/getSnapshotGroups.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +12 -1
- package/storageebs/index.js.map +1 -1
- package/storageebs/snapshotGroup.d.ts +168 -0
- package/storageebs/snapshotGroup.js +105 -0
- package/storageebs/snapshotGroup.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +113 -0
- package/tls/alarmNotifyGroup.js +75 -0
- package/tls/alarmNotifyGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroup.d.ts +69 -0
- package/tls/getAlarmNotifyGroup.js +28 -0
- package/tls/getAlarmNotifyGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroups.d.ts +22 -0
- package/tls/getAlarmNotifyGroups.js +24 -0
- package/tls/getAlarmNotifyGroups.js.map +1 -0
- package/tls/getRule.d.ts +109 -0
- package/tls/getRule.js +28 -0
- package/tls/getRule.js.map +1 -0
- package/tls/getRules.d.ts +22 -0
- package/tls/getRules.js +24 -0
- package/tls/getRules.js.map +1 -0
- package/tls/getShipper.d.ts +101 -0
- package/tls/getShipper.js +28 -0
- package/tls/getShipper.js.map +1 -0
- package/tls/getShippers.d.ts +22 -0
- package/tls/getShippers.js +24 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/index.d.ts +27 -0
- package/tls/index.js +34 -1
- package/tls/index.js.map +1 -1
- package/tls/rule.d.ts +221 -0
- package/tls/rule.js +98 -0
- package/tls/rule.js.map +1 -0
- package/tls/shipper.d.ts +211 -0
- package/tls/shipper.js +97 -0
- package/tls/shipper.js.map +1 -0
- package/tos/bucketEncryption.d.ts +94 -0
- package/tos/bucketEncryption.js +78 -0
- package/tos/bucketEncryption.js.map +1 -0
- package/tos/bucketInventory.d.ts +155 -0
- package/tos/bucketInventory.js +95 -0
- package/tos/bucketInventory.js.map +1 -0
- package/tos/getBucketEncryption.d.ts +48 -0
- package/tos/getBucketEncryption.js +28 -0
- package/tos/getBucketEncryption.js.map +1 -0
- package/tos/getBucketEncryptions.d.ts +22 -0
- package/tos/getBucketEncryptions.js +24 -0
- package/tos/getBucketEncryptions.js.map +1 -0
- package/tos/getBucketInventories.d.ts +22 -0
- package/tos/getBucketInventories.js +24 -0
- package/tos/getBucketInventories.js.map +1 -0
- package/tos/getBucketInventory.d.ts +73 -0
- package/tos/getBucketInventory.js +28 -0
- package/tos/getBucketInventory.js.map +1 -0
- package/tos/index.d.ts +18 -0
- package/tos/index.js +23 -1
- package/tos/index.js.map +1 -1
- package/transitrouter/getPeerAttachment.d.ts +109 -0
- package/transitrouter/getPeerAttachment.js +28 -0
- package/transitrouter/getPeerAttachment.js.map +1 -0
- package/transitrouter/getPeerAttachments.d.ts +22 -0
- package/transitrouter/getPeerAttachments.js +24 -0
- package/transitrouter/getPeerAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +12 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/peerAttachment.d.ts +235 -0
- package/transitrouter/peerAttachment.js +122 -0
- package/transitrouter/peerAttachment.js.map +1 -0
- package/types/input.d.ts +1076 -122
- package/types/output.d.ts +2439 -393
- package/vefaas/getRelease.d.ts +120 -0
- package/vefaas/getRelease.js +28 -0
- package/vefaas/getRelease.js.map +1 -0
- package/vefaas/getReleases.d.ts +22 -0
- package/vefaas/getReleases.js +24 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/index.d.ts +9 -0
- package/vefaas/index.js +12 -1
- package/vefaas/index.js.map +1 -1
- package/vefaas/release.d.ts +253 -0
- package/vefaas/release.js +120 -0
- package/vefaas/release.js.map +1 -0
- package/vepfs/getMountService.d.ts +93 -0
- package/vepfs/getMountService.js +28 -0
- package/vepfs/getMountService.js.map +1 -0
- package/vepfs/getMountServices.d.ts +22 -0
- package/vepfs/getMountServices.js +24 -0
- package/vepfs/getMountServices.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vepfs/mountService.d.ts +172 -0
- package/vepfs/mountService.js +99 -0
- package/vepfs/mountService.js.map +1 -0
- package/vke/getKubeconfig.d.ts +72 -0
- package/vke/getKubeconfig.js +28 -0
- package/vke/getKubeconfig.js.map +1 -0
- package/vke/getKubeconfigs.d.ts +22 -0
- package/vke/getKubeconfigs.js +24 -0
- package/vke/getKubeconfigs.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/kubeconfig.d.ts +142 -0
- package/vke/kubeconfig.js +93 -0
- package/vke/kubeconfig.js.map +1 -0
- package/vpn/getSslVpnClientCert.d.ts +93 -0
- package/vpn/getSslVpnClientCert.js +28 -0
- package/vpn/getSslVpnClientCert.js.map +1 -0
- package/vpn/getSslVpnClientCerts.d.ts +22 -0
- package/vpn/getSslVpnClientCerts.js +24 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +183 -0
- package/vpn/sslVpnClientCert.js +104 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
package/cr/index.js
CHANGED
|
@@ -2,9 +2,17 @@
|
|
|
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.Repository = exports.Registry = exports.NameSpace = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = void 0;
|
|
5
|
+
exports.Repository = exports.Registry = exports.NameSpace = exports.getRepositoryOutput = exports.getRepository = exports.getRepositoriesOutput = exports.getRepositories = exports.getRegistryOutput = exports.getRegistry = exports.getRegistriesOutput = exports.getRegistries = exports.getNameSpacesOutput = exports.getNameSpaces = exports.getNameSpaceOutput = exports.getNameSpace = exports.getEndpointAclPolicyOutput = exports.getEndpointAclPolicy = exports.getEndpointAclPoliciesOutput = exports.getEndpointAclPolicies = exports.EndpointAclPolicy = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.EndpointAclPolicy = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["EndpointAclPolicy"], () => require("./endpointAclPolicy"));
|
|
10
|
+
exports.getEndpointAclPolicies = null;
|
|
11
|
+
exports.getEndpointAclPoliciesOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getEndpointAclPolicies", "getEndpointAclPoliciesOutput"], () => require("./getEndpointAclPolicies"));
|
|
13
|
+
exports.getEndpointAclPolicy = null;
|
|
14
|
+
exports.getEndpointAclPolicyOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getEndpointAclPolicy", "getEndpointAclPolicyOutput"], () => require("./getEndpointAclPolicy"));
|
|
8
16
|
exports.getNameSpace = null;
|
|
9
17
|
exports.getNameSpaceOutput = null;
|
|
10
18
|
utilities.lazyLoad(exports, ["getNameSpace", "getNameSpaceOutput"], () => require("./getNameSpace"));
|
|
@@ -33,6 +41,8 @@ const _module = {
|
|
|
33
41
|
version: utilities.getVersion(),
|
|
34
42
|
construct: (name, type, urn) => {
|
|
35
43
|
switch (type) {
|
|
44
|
+
case "volcenginecc:cr/endpointAclPolicy:EndpointAclPolicy":
|
|
45
|
+
return new exports.EndpointAclPolicy(name, undefined, { urn });
|
|
36
46
|
case "volcenginecc:cr/nameSpace:NameSpace":
|
|
37
47
|
return new exports.NameSpace(name, undefined, { urn });
|
|
38
48
|
case "volcenginecc:cr/registry:Registry":
|
|
@@ -44,6 +54,7 @@ const _module = {
|
|
|
44
54
|
}
|
|
45
55
|
},
|
|
46
56
|
};
|
|
57
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "cr/endpointAclPolicy", _module);
|
|
47
58
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/nameSpace", _module);
|
|
48
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/registry", _module);
|
|
49
60
|
pulumi.runtime.registerResourceModule("volcenginecc", "cr/repository", _module);
|
package/cr/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAG5E,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,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,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAI1F,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG3E,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,qDAAqD;gBACtD,OAAO,IAAI,yBAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,mCAAmC;gBACpC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,eAAe,EAAE,OAAO,CAAC,CAAA"}
|
package/cr/registry.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Container Registry (CR) provides secure, highly available hosting
|
|
5
|
+
* Container Registry (CR) provides secure, highly available hosting for container images, Helm Charts, and other OCI-compliant cloud-native artifacts, making it easy for enterprise users to manage the full lifecycle of container images and Helm Charts.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -14,6 +14,9 @@ import * as outputs from "../types/output";
|
|
|
14
14
|
* project: "default",
|
|
15
15
|
* name: "test",
|
|
16
16
|
* type: "Enterprise",
|
|
17
|
+
* endpoint: {
|
|
18
|
+
* enabled: true,
|
|
19
|
+
* },
|
|
17
20
|
* tags: [{
|
|
18
21
|
* key: "env",
|
|
19
22
|
* value: "test",
|
|
@@ -44,44 +47,48 @@ export declare class Registry extends pulumi.CustomResource {
|
|
|
44
47
|
*/
|
|
45
48
|
static isInstance(obj: any): obj is Registry;
|
|
46
49
|
/**
|
|
47
|
-
*
|
|
50
|
+
* Container registry instance billing type. Currently, only the PostCharge pay-as-you-go mode is supported.
|
|
48
51
|
*/
|
|
49
52
|
readonly chargeType: pulumi.Output<string>;
|
|
50
53
|
/**
|
|
51
|
-
*
|
|
54
|
+
* Time when the container registry instance was created.
|
|
52
55
|
*/
|
|
53
56
|
readonly createdTime: pulumi.Output<string>;
|
|
54
57
|
/**
|
|
55
|
-
*
|
|
58
|
+
* Public endpoint information for the image repository instance
|
|
59
|
+
*/
|
|
60
|
+
readonly endpoint: pulumi.Output<outputs.cr.RegistryEndpoint>;
|
|
61
|
+
/**
|
|
62
|
+
* Only applicable when the billing type is HybridCharge. Instance expiration time
|
|
56
63
|
*/
|
|
57
64
|
readonly expireTime: pulumi.Output<string>;
|
|
58
65
|
/**
|
|
59
|
-
* Standard
|
|
66
|
+
* Standard Edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be between 3 and 30 characters.
|
|
60
67
|
*/
|
|
61
68
|
readonly name: pulumi.Output<string>;
|
|
62
69
|
/**
|
|
63
|
-
*
|
|
70
|
+
* Specify the project to associate with the instance. Each instance can only be associated with one project
|
|
64
71
|
*/
|
|
65
72
|
readonly project: pulumi.Output<string>;
|
|
66
73
|
/**
|
|
67
|
-
* ProxyCache configuration. Required when set
|
|
74
|
+
* ProxyCache configuration. Required when set to ProxyCache
|
|
68
75
|
*/
|
|
69
76
|
readonly proxyCache: pulumi.Output<outputs.cr.RegistryProxyCache>;
|
|
70
77
|
/**
|
|
71
|
-
*
|
|
78
|
+
* Whether to set as ProxyCache instance
|
|
72
79
|
*/
|
|
73
80
|
readonly proxyCacheEnabled: pulumi.Output<boolean>;
|
|
74
81
|
/**
|
|
75
|
-
*
|
|
82
|
+
* Only applicable when the billing type is HybridCharge. Instance auto-renewal type
|
|
76
83
|
*/
|
|
77
84
|
readonly renewType: pulumi.Output<string>;
|
|
78
85
|
/**
|
|
79
|
-
* Container registry instance status
|
|
86
|
+
* Container registry instance status, composed of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to overdue payment, {Stopped, [Released]}: Pending recycle, {Stopped, [Released, Balance]}: Suspended due to overdue payment, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Error
|
|
80
87
|
*/
|
|
81
88
|
readonly status: pulumi.Output<outputs.cr.RegistryStatus>;
|
|
82
89
|
readonly tags: pulumi.Output<outputs.cr.RegistryTag[]>;
|
|
83
90
|
/**
|
|
84
|
-
* If not specified, a
|
|
91
|
+
* If not specified, a Standard Edition instance will be created by default. Enterprise: Standard Edition, Micro: Micro Edition
|
|
85
92
|
*/
|
|
86
93
|
readonly type: pulumi.Output<string>;
|
|
87
94
|
/**
|
|
@@ -98,44 +105,48 @@ export declare class Registry extends pulumi.CustomResource {
|
|
|
98
105
|
*/
|
|
99
106
|
export interface RegistryState {
|
|
100
107
|
/**
|
|
101
|
-
*
|
|
108
|
+
* Container registry instance billing type. Currently, only the PostCharge pay-as-you-go mode is supported.
|
|
102
109
|
*/
|
|
103
110
|
chargeType?: pulumi.Input<string>;
|
|
104
111
|
/**
|
|
105
|
-
*
|
|
112
|
+
* Time when the container registry instance was created.
|
|
106
113
|
*/
|
|
107
114
|
createdTime?: pulumi.Input<string>;
|
|
108
115
|
/**
|
|
109
|
-
*
|
|
116
|
+
* Public endpoint information for the image repository instance
|
|
117
|
+
*/
|
|
118
|
+
endpoint?: pulumi.Input<inputs.cr.RegistryEndpoint>;
|
|
119
|
+
/**
|
|
120
|
+
* Only applicable when the billing type is HybridCharge. Instance expiration time
|
|
110
121
|
*/
|
|
111
122
|
expireTime?: pulumi.Input<string>;
|
|
112
123
|
/**
|
|
113
|
-
* Standard
|
|
124
|
+
* Standard Edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be between 3 and 30 characters.
|
|
114
125
|
*/
|
|
115
126
|
name?: pulumi.Input<string>;
|
|
116
127
|
/**
|
|
117
|
-
*
|
|
128
|
+
* Specify the project to associate with the instance. Each instance can only be associated with one project
|
|
118
129
|
*/
|
|
119
130
|
project?: pulumi.Input<string>;
|
|
120
131
|
/**
|
|
121
|
-
* ProxyCache configuration. Required when set
|
|
132
|
+
* ProxyCache configuration. Required when set to ProxyCache
|
|
122
133
|
*/
|
|
123
134
|
proxyCache?: pulumi.Input<inputs.cr.RegistryProxyCache>;
|
|
124
135
|
/**
|
|
125
|
-
*
|
|
136
|
+
* Whether to set as ProxyCache instance
|
|
126
137
|
*/
|
|
127
138
|
proxyCacheEnabled?: pulumi.Input<boolean>;
|
|
128
139
|
/**
|
|
129
|
-
*
|
|
140
|
+
* Only applicable when the billing type is HybridCharge. Instance auto-renewal type
|
|
130
141
|
*/
|
|
131
142
|
renewType?: pulumi.Input<string>;
|
|
132
143
|
/**
|
|
133
|
-
* Container registry instance status
|
|
144
|
+
* Container registry instance status, composed of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to overdue payment, {Stopped, [Released]}: Pending recycle, {Stopped, [Released, Balance]}: Suspended due to overdue payment, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Error
|
|
134
145
|
*/
|
|
135
146
|
status?: pulumi.Input<inputs.cr.RegistryStatus>;
|
|
136
147
|
tags?: pulumi.Input<pulumi.Input<inputs.cr.RegistryTag>[]>;
|
|
137
148
|
/**
|
|
138
|
-
* If not specified, a
|
|
149
|
+
* If not specified, a Standard Edition instance will be created by default. Enterprise: Standard Edition, Micro: Micro Edition
|
|
139
150
|
*/
|
|
140
151
|
type?: pulumi.Input<string>;
|
|
141
152
|
}
|
|
@@ -144,20 +155,24 @@ export interface RegistryState {
|
|
|
144
155
|
*/
|
|
145
156
|
export interface RegistryArgs {
|
|
146
157
|
/**
|
|
147
|
-
*
|
|
158
|
+
* Public endpoint information for the image repository instance
|
|
159
|
+
*/
|
|
160
|
+
endpoint?: pulumi.Input<inputs.cr.RegistryEndpoint>;
|
|
161
|
+
/**
|
|
162
|
+
* Standard Edition instance name. Names must be unique within the same region. Supports lowercase English letters, numbers, and hyphens (-). Numbers cannot be the first character, and hyphens (-) cannot be the first or last character. Length must be between 3 and 30 characters.
|
|
148
163
|
*/
|
|
149
164
|
name: pulumi.Input<string>;
|
|
150
165
|
/**
|
|
151
|
-
*
|
|
166
|
+
* Specify the project to associate with the instance. Each instance can only be associated with one project
|
|
152
167
|
*/
|
|
153
168
|
project?: pulumi.Input<string>;
|
|
154
169
|
/**
|
|
155
|
-
* Container registry instance status
|
|
170
|
+
* Container registry instance status, composed of Phase and Conditions. Valid Phase and Conditions combinations are as follows: {Creating, [Progressing]}: Creating, {Running, [Ok]}: Running, {Running, [Degraded]}: Running, {Stopped, [Balance]}: Suspended due to overdue payment, {Stopped, [Released]}: Pending recycle, {Stopped, [Released, Balance]}: Suspended due to overdue payment, {Starting, [Progressing]}: Starting, {Deleting, [Progressing]}: Deleting, {Failed, [Unknown]}: Error
|
|
156
171
|
*/
|
|
157
172
|
status?: pulumi.Input<inputs.cr.RegistryStatus>;
|
|
158
173
|
tags?: pulumi.Input<pulumi.Input<inputs.cr.RegistryTag>[]>;
|
|
159
174
|
/**
|
|
160
|
-
* If not specified, a
|
|
175
|
+
* If not specified, a Standard Edition instance will be created by default. Enterprise: Standard Edition, Micro: Micro Edition
|
|
161
176
|
*/
|
|
162
177
|
type?: pulumi.Input<string>;
|
|
163
178
|
}
|
package/cr/registry.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Registry = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Container Registry (CR) provides secure, highly available hosting
|
|
9
|
+
* Container Registry (CR) provides secure, highly available hosting for container images, Helm Charts, and other OCI-compliant cloud-native artifacts, making it easy for enterprise users to manage the full lifecycle of container images and Helm Charts.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -18,6 +18,9 @@ const utilities = require("../utilities");
|
|
|
18
18
|
* project: "default",
|
|
19
19
|
* name: "test",
|
|
20
20
|
* type: "Enterprise",
|
|
21
|
+
* endpoint: {
|
|
22
|
+
* enabled: true,
|
|
23
|
+
* },
|
|
21
24
|
* tags: [{
|
|
22
25
|
* key: "env",
|
|
23
26
|
* value: "test",
|
|
@@ -61,6 +64,7 @@ class Registry extends pulumi.CustomResource {
|
|
|
61
64
|
const state = argsOrState;
|
|
62
65
|
resourceInputs["chargeType"] = state ? state.chargeType : undefined;
|
|
63
66
|
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
67
|
+
resourceInputs["endpoint"] = state ? state.endpoint : undefined;
|
|
64
68
|
resourceInputs["expireTime"] = state ? state.expireTime : undefined;
|
|
65
69
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
66
70
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
@@ -76,6 +80,7 @@ class Registry extends pulumi.CustomResource {
|
|
|
76
80
|
if ((!args || args.name === undefined) && !opts.urn) {
|
|
77
81
|
throw new Error("Missing required property 'name'");
|
|
78
82
|
}
|
|
83
|
+
resourceInputs["endpoint"] = args ? args.endpoint : undefined;
|
|
79
84
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
80
85
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
81
86
|
resourceInputs["status"] = args ? args.status : undefined;
|
package/cr/registry.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../cr/registry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../cr/registry.ts"],"names":[],"mappings":"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"}
|
package/iam/accesskey.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Access control (Identity and Access Management,
|
|
3
|
+
* Access control (Identity and Access Management, IAM) is a permission management system provided by Volcano Engine to help customers control access to cloud resources for different identities
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -34,43 +34,43 @@ export declare class Accesskey extends pulumi.CustomResource {
|
|
|
34
34
|
*/
|
|
35
35
|
static isInstance(obj: any): obj is Accesskey;
|
|
36
36
|
/**
|
|
37
|
-
* Access Key Id
|
|
37
|
+
* Key ID (Access Key Id)
|
|
38
38
|
*/
|
|
39
39
|
readonly accessKeyId: pulumi.Output<string>;
|
|
40
40
|
/**
|
|
41
|
-
* Key creation time
|
|
41
|
+
* Key creation time (ISO8601 format)
|
|
42
42
|
*/
|
|
43
43
|
readonly createdTime: pulumi.Output<string>;
|
|
44
44
|
/**
|
|
45
|
-
* Last login time
|
|
45
|
+
* Last login time
|
|
46
46
|
*/
|
|
47
47
|
readonly lastLoginDate: pulumi.Output<string>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Last accessed region by the API key
|
|
50
50
|
*/
|
|
51
51
|
readonly region: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Last usage time of the API key
|
|
54
54
|
*/
|
|
55
55
|
readonly requestTime: pulumi.Output<string>;
|
|
56
56
|
/**
|
|
57
|
-
* Secret Access Key
|
|
57
|
+
* Secret Access Key
|
|
58
58
|
*/
|
|
59
59
|
readonly secretAccessKey: pulumi.Output<string>;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* English abbreviation of the last accessed service by the API key
|
|
62
62
|
*/
|
|
63
63
|
readonly service: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
65
|
-
* Key status. active means enabled, inactive means disabled
|
|
65
|
+
* Key status. "active" means enabled, "inactive" means disabled
|
|
66
66
|
*/
|
|
67
67
|
readonly status: pulumi.Output<string>;
|
|
68
68
|
/**
|
|
69
|
-
* Key update time
|
|
69
|
+
* Key update time (ISO8601 format)
|
|
70
70
|
*/
|
|
71
71
|
readonly updatedTime: pulumi.Output<string>;
|
|
72
72
|
/**
|
|
73
|
-
* User name. Used to create a key for
|
|
73
|
+
* User name. Used to create a key for a specified IAM user. If no user name is specified, the key is created for the current request identity (that is, if the main account requests, the key is created for the main account; if an IAM user requests, the key is created for that IAM user. Note: Roles cannot create keys for themselves). When an IAM user has the AccessKeySelfManageAccess permission, to create a key for themselves, they must include their own UserName in the request
|
|
74
74
|
*/
|
|
75
75
|
readonly userName: pulumi.Output<string>;
|
|
76
76
|
/**
|
|
@@ -87,43 +87,43 @@ export declare class Accesskey extends pulumi.CustomResource {
|
|
|
87
87
|
*/
|
|
88
88
|
export interface AccesskeyState {
|
|
89
89
|
/**
|
|
90
|
-
* Access Key Id
|
|
90
|
+
* Key ID (Access Key Id)
|
|
91
91
|
*/
|
|
92
92
|
accessKeyId?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* Key creation time
|
|
94
|
+
* Key creation time (ISO8601 format)
|
|
95
95
|
*/
|
|
96
96
|
createdTime?: pulumi.Input<string>;
|
|
97
97
|
/**
|
|
98
|
-
* Last login time
|
|
98
|
+
* Last login time
|
|
99
99
|
*/
|
|
100
100
|
lastLoginDate?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
*
|
|
102
|
+
* Last accessed region by the API key
|
|
103
103
|
*/
|
|
104
104
|
region?: pulumi.Input<string>;
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* Last usage time of the API key
|
|
107
107
|
*/
|
|
108
108
|
requestTime?: pulumi.Input<string>;
|
|
109
109
|
/**
|
|
110
|
-
* Secret Access Key
|
|
110
|
+
* Secret Access Key
|
|
111
111
|
*/
|
|
112
112
|
secretAccessKey?: pulumi.Input<string>;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* English abbreviation of the last accessed service by the API key
|
|
115
115
|
*/
|
|
116
116
|
service?: pulumi.Input<string>;
|
|
117
117
|
/**
|
|
118
|
-
* Key status. active means enabled, inactive means disabled
|
|
118
|
+
* Key status. "active" means enabled, "inactive" means disabled
|
|
119
119
|
*/
|
|
120
120
|
status?: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* Key update time
|
|
122
|
+
* Key update time (ISO8601 format)
|
|
123
123
|
*/
|
|
124
124
|
updatedTime?: pulumi.Input<string>;
|
|
125
125
|
/**
|
|
126
|
-
* User name. Used to create a key for
|
|
126
|
+
* User name. Used to create a key for a specified IAM user. If no user name is specified, the key is created for the current request identity (that is, if the main account requests, the key is created for the main account; if an IAM user requests, the key is created for that IAM user. Note: Roles cannot create keys for themselves). When an IAM user has the AccessKeySelfManageAccess permission, to create a key for themselves, they must include their own UserName in the request
|
|
127
127
|
*/
|
|
128
128
|
userName?: pulumi.Input<string>;
|
|
129
129
|
}
|
|
@@ -132,15 +132,11 @@ export interface AccesskeyState {
|
|
|
132
132
|
*/
|
|
133
133
|
export interface AccesskeyArgs {
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
136
|
-
*/
|
|
137
|
-
lastLoginDate?: pulumi.Input<string>;
|
|
138
|
-
/**
|
|
139
|
-
* Key status. active means enabled, inactive means disabled.
|
|
135
|
+
* Key status. "active" means enabled, "inactive" means disabled
|
|
140
136
|
*/
|
|
141
137
|
status?: pulumi.Input<string>;
|
|
142
138
|
/**
|
|
143
|
-
* User name. Used to create a key for
|
|
139
|
+
* User name. Used to create a key for a specified IAM user. If no user name is specified, the key is created for the current request identity (that is, if the main account requests, the key is created for the main account; if an IAM user requests, the key is created for that IAM user. Note: Roles cannot create keys for themselves). When an IAM user has the AccessKeySelfManageAccess permission, to create a key for themselves, they must include their own UserName in the request
|
|
144
140
|
*/
|
|
145
141
|
userName?: pulumi.Input<string>;
|
|
146
142
|
}
|
package/iam/accesskey.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Accesskey = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Access control (Identity and Access Management,
|
|
9
|
+
* Access control (Identity and Access Management, IAM) is a permission management system provided by Volcano Engine to help customers control access to cloud resources for different identities
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -64,11 +64,11 @@ class Accesskey extends pulumi.CustomResource {
|
|
|
64
64
|
}
|
|
65
65
|
else {
|
|
66
66
|
const args = argsOrState;
|
|
67
|
-
resourceInputs["lastLoginDate"] = args ? args.lastLoginDate : undefined;
|
|
68
67
|
resourceInputs["status"] = args ? args.status : undefined;
|
|
69
68
|
resourceInputs["userName"] = args ? args.userName : undefined;
|
|
70
69
|
resourceInputs["accessKeyId"] = undefined /*out*/;
|
|
71
70
|
resourceInputs["createdTime"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["lastLoginDate"] = undefined /*out*/;
|
|
72
72
|
resourceInputs["region"] = undefined /*out*/;
|
|
73
73
|
resourceInputs["requestTime"] = undefined /*out*/;
|
|
74
74
|
resourceInputs["secretAccessKey"] = undefined /*out*/;
|
package/iam/accesskey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accesskey.js","sourceRoot":"","sources":["../../iam/accesskey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAmDD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,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,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"accesskey.js","sourceRoot":"","sources":["../../iam/accesskey.ts"],"names":[],"mappings":"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"}
|
package/iam/getAccesskey.d.ts
CHANGED
|
@@ -17,11 +17,11 @@ export interface GetAccesskeyArgs {
|
|
|
17
17
|
*/
|
|
18
18
|
export interface GetAccesskeyResult {
|
|
19
19
|
/**
|
|
20
|
-
* Access Key Id
|
|
20
|
+
* Key ID (Access Key Id)
|
|
21
21
|
*/
|
|
22
22
|
readonly accessKeyId: string;
|
|
23
23
|
/**
|
|
24
|
-
* Key creation time
|
|
24
|
+
* Key creation time (ISO8601 format)
|
|
25
25
|
*/
|
|
26
26
|
readonly createdTime: string;
|
|
27
27
|
/**
|
|
@@ -29,35 +29,35 @@ export interface GetAccesskeyResult {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly id: string;
|
|
31
31
|
/**
|
|
32
|
-
* Last login time
|
|
32
|
+
* Last login time
|
|
33
33
|
*/
|
|
34
34
|
readonly lastLoginDate: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Last accessed region by the API key
|
|
37
37
|
*/
|
|
38
38
|
readonly region: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Last usage time of the API key
|
|
41
41
|
*/
|
|
42
42
|
readonly requestTime: string;
|
|
43
43
|
/**
|
|
44
|
-
* Secret Access Key
|
|
44
|
+
* Secret Access Key
|
|
45
45
|
*/
|
|
46
46
|
readonly secretAccessKey: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* English abbreviation of the last accessed service by the API key
|
|
49
49
|
*/
|
|
50
50
|
readonly service: string;
|
|
51
51
|
/**
|
|
52
|
-
* Key status. active means enabled, inactive means disabled
|
|
52
|
+
* Key status. "active" means enabled, "inactive" means disabled
|
|
53
53
|
*/
|
|
54
54
|
readonly status: string;
|
|
55
55
|
/**
|
|
56
|
-
* Key update time
|
|
56
|
+
* Key update time (ISO8601 format)
|
|
57
57
|
*/
|
|
58
58
|
readonly updatedTime: string;
|
|
59
59
|
/**
|
|
60
|
-
* User name. Used to create a key for
|
|
60
|
+
* User name. Used to create a key for a specified IAM user. If no user name is specified, the key is created for the current request identity (that is, if the main account requests, the key is created for the main account; if an IAM user requests, the key is created for that IAM user. Note: Roles cannot create keys for themselves). When an IAM user has the AccessKeySelfManageAccess permission, to create a key for themselves, they must include their own UserName in the request
|
|
61
61
|
*/
|
|
62
62
|
readonly userName: string;
|
|
63
63
|
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::MongoDB::SSLState
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSslState(args: GetSslStateArgs, opts?: pulumi.InvokeOptions): Promise<GetSslStateResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getSslState.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSslStateArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getSslState.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetSslStateResult {
|
|
19
|
+
/**
|
|
20
|
+
* Uniquely identifies the resource.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
/**
|
|
24
|
+
* Instance ID
|
|
25
|
+
*/
|
|
26
|
+
readonly instanceId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
|
|
29
|
+
*/
|
|
30
|
+
readonly isValid: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
|
|
33
|
+
*/
|
|
34
|
+
readonly sslAction: string;
|
|
35
|
+
/**
|
|
36
|
+
* Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
|
|
37
|
+
*/
|
|
38
|
+
readonly sslEnable: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
|
|
41
|
+
*/
|
|
42
|
+
readonly sslExpiredTime: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Data Source schema for Volcengine::MongoDB::SSLState
|
|
46
|
+
*/
|
|
47
|
+
export declare function getSslStateOutput(args: GetSslStateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslStateResult>;
|
|
48
|
+
/**
|
|
49
|
+
* A collection of arguments for invoking getSslState.
|
|
50
|
+
*/
|
|
51
|
+
export interface GetSslStateOutputArgs {
|
|
52
|
+
/**
|
|
53
|
+
* Uniquely identifies the resource.
|
|
54
|
+
*/
|
|
55
|
+
id: pulumi.Input<string>;
|
|
56
|
+
}
|
|
@@ -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.getSslStateOutput = exports.getSslState = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::MongoDB::SSLState
|
|
10
|
+
*/
|
|
11
|
+
function getSslState(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:mongodb/getSslState:getSslState", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getSslState = getSslState;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::MongoDB::SSLState
|
|
20
|
+
*/
|
|
21
|
+
function getSslStateOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:mongodb/getSslState:getSslState", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSslStateOutput = getSslStateOutput;
|
|
28
|
+
//# sourceMappingURL=getSslState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSslState.js","sourceRoot":"","sources":["../../mongodb/getSslState.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAyCD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::MongoDB::SSLState
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSslStates(opts?: pulumi.InvokeOptions): Promise<GetSslStatesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getSslStates.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSslStatesResult {
|
|
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::MongoDB::SSLState
|
|
21
|
+
*/
|
|
22
|
+
export declare function getSslStatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslStatesResult>;
|