@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
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VKE::Kubeconfig
|
|
4
|
+
*/
|
|
5
|
+
export declare function getKubeconfigs(opts?: pulumi.InvokeOptions): Promise<GetKubeconfigsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getKubeconfigs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetKubeconfigsResult {
|
|
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::VKE::Kubeconfig
|
|
21
|
+
*/
|
|
22
|
+
export declare function getKubeconfigsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKubeconfigsResult>;
|
|
@@ -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.getKubeconfigsOutput = exports.getKubeconfigs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VKE::Kubeconfig
|
|
10
|
+
*/
|
|
11
|
+
function getKubeconfigs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vke/getKubeconfigs:getKubeconfigs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getKubeconfigs = getKubeconfigs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VKE::Kubeconfig
|
|
18
|
+
*/
|
|
19
|
+
function getKubeconfigsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vke/getKubeconfigs:getKubeconfigs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getKubeconfigsOutput = getKubeconfigsOutput;
|
|
24
|
+
//# sourceMappingURL=getKubeconfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getKubeconfigs.js","sourceRoot":"","sources":["../../vke/getKubeconfigs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
package/vke/index.d.ts
CHANGED
|
@@ -25,6 +25,12 @@ export declare const getDefaultNodePoolOutput: typeof import("./getDefaultNodePo
|
|
|
25
25
|
export { GetDefaultNodePoolsResult } from "./getDefaultNodePools";
|
|
26
26
|
export declare const getDefaultNodePools: typeof import("./getDefaultNodePools").getDefaultNodePools;
|
|
27
27
|
export declare const getDefaultNodePoolsOutput: typeof import("./getDefaultNodePools").getDefaultNodePoolsOutput;
|
|
28
|
+
export { GetKubeconfigArgs, GetKubeconfigResult, GetKubeconfigOutputArgs } from "./getKubeconfig";
|
|
29
|
+
export declare const getKubeconfig: typeof import("./getKubeconfig").getKubeconfig;
|
|
30
|
+
export declare const getKubeconfigOutput: typeof import("./getKubeconfig").getKubeconfigOutput;
|
|
31
|
+
export { GetKubeconfigsResult } from "./getKubeconfigs";
|
|
32
|
+
export declare const getKubeconfigs: typeof import("./getKubeconfigs").getKubeconfigs;
|
|
33
|
+
export declare const getKubeconfigsOutput: typeof import("./getKubeconfigs").getKubeconfigsOutput;
|
|
28
34
|
export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode";
|
|
29
35
|
export declare const getNode: typeof import("./getNode").getNode;
|
|
30
36
|
export declare const getNodeOutput: typeof import("./getNode").getNodeOutput;
|
|
@@ -43,6 +49,9 @@ export declare const getPermissionOutput: typeof import("./getPermission").getPe
|
|
|
43
49
|
export { GetPermissionsResult } from "./getPermissions";
|
|
44
50
|
export declare const getPermissions: typeof import("./getPermissions").getPermissions;
|
|
45
51
|
export declare const getPermissionsOutput: typeof import("./getPermissions").getPermissionsOutput;
|
|
52
|
+
export { KubeconfigArgs, KubeconfigState } from "./kubeconfig";
|
|
53
|
+
export type Kubeconfig = import("./kubeconfig").Kubeconfig;
|
|
54
|
+
export declare const Kubeconfig: typeof import("./kubeconfig").Kubeconfig;
|
|
46
55
|
export { NodeArgs, NodeState } from "./node";
|
|
47
56
|
export type Node = import("./node").Node;
|
|
48
57
|
export declare const Node: typeof import("./node").Node;
|
package/vke/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.Permission = exports.NodePool = exports.Node = exports.getPermissionsOutput = exports.getPermissions = exports.getPermissionOutput = exports.getPermission = exports.getNodesOutput = exports.getNodes = exports.getNodePoolsOutput = exports.getNodePools = exports.getNodePoolOutput = exports.getNodePool = exports.getNodeOutput = exports.getNode = exports.getDefaultNodePoolsOutput = exports.getDefaultNodePools = exports.getDefaultNodePoolOutput = exports.getDefaultNodePool = exports.getClustersOutput = exports.getClusters = exports.getClusterOutput = exports.getCluster = exports.getAddonsOutput = exports.getAddons = exports.getAddonOutput = exports.getAddon = exports.DefaultNodePool = exports.Cluster = exports.Addon = void 0;
|
|
5
|
+
exports.Permission = exports.NodePool = exports.Node = exports.Kubeconfig = exports.getPermissionsOutput = exports.getPermissions = exports.getPermissionOutput = exports.getPermission = exports.getNodesOutput = exports.getNodes = exports.getNodePoolsOutput = exports.getNodePools = exports.getNodePoolOutput = exports.getNodePool = exports.getNodeOutput = exports.getNode = exports.getKubeconfigsOutput = exports.getKubeconfigs = exports.getKubeconfigOutput = exports.getKubeconfig = exports.getDefaultNodePoolsOutput = exports.getDefaultNodePools = exports.getDefaultNodePoolOutput = exports.getDefaultNodePool = exports.getClustersOutput = exports.getClusters = exports.getClusterOutput = exports.getCluster = exports.getAddonsOutput = exports.getAddons = exports.getAddonOutput = exports.getAddon = exports.DefaultNodePool = exports.Cluster = exports.Addon = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Addon = null;
|
|
@@ -29,6 +29,12 @@ utilities.lazyLoad(exports, ["getDefaultNodePool", "getDefaultNodePoolOutput"],
|
|
|
29
29
|
exports.getDefaultNodePools = null;
|
|
30
30
|
exports.getDefaultNodePoolsOutput = null;
|
|
31
31
|
utilities.lazyLoad(exports, ["getDefaultNodePools", "getDefaultNodePoolsOutput"], () => require("./getDefaultNodePools"));
|
|
32
|
+
exports.getKubeconfig = null;
|
|
33
|
+
exports.getKubeconfigOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getKubeconfig", "getKubeconfigOutput"], () => require("./getKubeconfig"));
|
|
35
|
+
exports.getKubeconfigs = null;
|
|
36
|
+
exports.getKubeconfigsOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getKubeconfigs", "getKubeconfigsOutput"], () => require("./getKubeconfigs"));
|
|
32
38
|
exports.getNode = null;
|
|
33
39
|
exports.getNodeOutput = null;
|
|
34
40
|
utilities.lazyLoad(exports, ["getNode", "getNodeOutput"], () => require("./getNode"));
|
|
@@ -47,6 +53,8 @@ utilities.lazyLoad(exports, ["getPermission", "getPermissionOutput"], () => requ
|
|
|
47
53
|
exports.getPermissions = null;
|
|
48
54
|
exports.getPermissionsOutput = null;
|
|
49
55
|
utilities.lazyLoad(exports, ["getPermissions", "getPermissionsOutput"], () => require("./getPermissions"));
|
|
56
|
+
exports.Kubeconfig = null;
|
|
57
|
+
utilities.lazyLoad(exports, ["Kubeconfig"], () => require("./kubeconfig"));
|
|
50
58
|
exports.Node = null;
|
|
51
59
|
utilities.lazyLoad(exports, ["Node"], () => require("./node"));
|
|
52
60
|
exports.NodePool = null;
|
|
@@ -63,6 +71,8 @@ const _module = {
|
|
|
63
71
|
return new exports.Cluster(name, undefined, { urn });
|
|
64
72
|
case "volcenginecc:vke/defaultNodePool:DefaultNodePool":
|
|
65
73
|
return new exports.DefaultNodePool(name, undefined, { urn });
|
|
74
|
+
case "volcenginecc:vke/kubeconfig:Kubeconfig":
|
|
75
|
+
return new exports.Kubeconfig(name, undefined, { urn });
|
|
66
76
|
case "volcenginecc:vke/node:Node":
|
|
67
77
|
return new exports.Node(name, undefined, { urn });
|
|
68
78
|
case "volcenginecc:vke/nodePool:NodePool":
|
|
@@ -77,6 +87,7 @@ const _module = {
|
|
|
77
87
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/addon", _module);
|
|
78
88
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/cluster", _module);
|
|
79
89
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/defaultNodePool", _module);
|
|
90
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "vke/kubeconfig", _module);
|
|
80
91
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/node", _module);
|
|
81
92
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/nodePool", _module);
|
|
82
93
|
pulumi.runtime.registerResourceModule("volcenginecc", "vke/permission", _module);
|
package/vke/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vke/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vke/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Cluster Management Kubeconfig
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const vKEKubeconfigDemo = new volcenginecc.vke.Kubeconfig("VKEKubeconfigDemo", {
|
|
12
|
+
* clusterId: "cd****",
|
|
13
|
+
* type: "Private",
|
|
14
|
+
* validDuration: 2,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import volcenginecc:vke/kubeconfig:Kubeconfig example "cluster_id|kubeconfig_id"
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class Kubeconfig extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing Kubeconfig resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KubeconfigState, opts?: pulumi.CustomResourceOptions): Kubeconfig;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of Kubeconfig. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is Kubeconfig;
|
|
40
|
+
/**
|
|
41
|
+
* Cluster ID
|
|
42
|
+
*/
|
|
43
|
+
readonly clusterId: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Kubeconfig Creation Time
|
|
46
|
+
*/
|
|
47
|
+
readonly createTime: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Kubeconfig Expiration Time
|
|
50
|
+
*/
|
|
51
|
+
readonly expireTime: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Kubeconfig Text
|
|
54
|
+
*/
|
|
55
|
+
readonly kubeconfig: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* KubeconfigID。
|
|
58
|
+
*/
|
|
59
|
+
readonly kubeconfigId: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Role ID
|
|
62
|
+
*/
|
|
63
|
+
readonly roleId: pulumi.Output<number>;
|
|
64
|
+
/**
|
|
65
|
+
* Cluster Kubeconfig File Type
|
|
66
|
+
*/
|
|
67
|
+
readonly type: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* User ID
|
|
70
|
+
*/
|
|
71
|
+
readonly userId: pulumi.Output<number>;
|
|
72
|
+
/**
|
|
73
|
+
* Kubeconfig File Validity Period
|
|
74
|
+
*/
|
|
75
|
+
readonly validDuration: pulumi.Output<number>;
|
|
76
|
+
/**
|
|
77
|
+
* Create a Kubeconfig resource with the given unique name, arguments, and options.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resource.
|
|
80
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
81
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
82
|
+
*/
|
|
83
|
+
constructor(name: string, args: KubeconfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Input properties used for looking up and filtering Kubeconfig resources.
|
|
87
|
+
*/
|
|
88
|
+
export interface KubeconfigState {
|
|
89
|
+
/**
|
|
90
|
+
* Cluster ID
|
|
91
|
+
*/
|
|
92
|
+
clusterId?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Kubeconfig Creation Time
|
|
95
|
+
*/
|
|
96
|
+
createTime?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Kubeconfig Expiration Time
|
|
99
|
+
*/
|
|
100
|
+
expireTime?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Kubeconfig Text
|
|
103
|
+
*/
|
|
104
|
+
kubeconfig?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* KubeconfigID。
|
|
107
|
+
*/
|
|
108
|
+
kubeconfigId?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Role ID
|
|
111
|
+
*/
|
|
112
|
+
roleId?: pulumi.Input<number>;
|
|
113
|
+
/**
|
|
114
|
+
* Cluster Kubeconfig File Type
|
|
115
|
+
*/
|
|
116
|
+
type?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* User ID
|
|
119
|
+
*/
|
|
120
|
+
userId?: pulumi.Input<number>;
|
|
121
|
+
/**
|
|
122
|
+
* Kubeconfig File Validity Period
|
|
123
|
+
*/
|
|
124
|
+
validDuration?: pulumi.Input<number>;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The set of arguments for constructing a Kubeconfig resource.
|
|
128
|
+
*/
|
|
129
|
+
export interface KubeconfigArgs {
|
|
130
|
+
/**
|
|
131
|
+
* Cluster ID
|
|
132
|
+
*/
|
|
133
|
+
clusterId: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Cluster Kubeconfig File Type
|
|
136
|
+
*/
|
|
137
|
+
type: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Kubeconfig File Validity Period
|
|
140
|
+
*/
|
|
141
|
+
validDuration?: pulumi.Input<number>;
|
|
142
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
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.Kubeconfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Cluster Management Kubeconfig
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const vKEKubeconfigDemo = new volcenginecc.vke.Kubeconfig("VKEKubeconfigDemo", {
|
|
18
|
+
* clusterId: "cd****",
|
|
19
|
+
* type: "Private",
|
|
20
|
+
* validDuration: 2,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import volcenginecc:vke/kubeconfig:Kubeconfig example "cluster_id|kubeconfig_id"
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class Kubeconfig extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing Kubeconfig resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new Kubeconfig(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of Kubeconfig. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === Kubeconfig.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
59
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
60
|
+
resourceInputs["expireTime"] = state ? state.expireTime : undefined;
|
|
61
|
+
resourceInputs["kubeconfig"] = state ? state.kubeconfig : undefined;
|
|
62
|
+
resourceInputs["kubeconfigId"] = state ? state.kubeconfigId : undefined;
|
|
63
|
+
resourceInputs["roleId"] = state ? state.roleId : undefined;
|
|
64
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
65
|
+
resourceInputs["userId"] = state ? state.userId : undefined;
|
|
66
|
+
resourceInputs["validDuration"] = state ? state.validDuration : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.clusterId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'clusterId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'type'");
|
|
75
|
+
}
|
|
76
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
77
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
78
|
+
resourceInputs["validDuration"] = args ? args.validDuration : undefined;
|
|
79
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["expireTime"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["kubeconfig"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["kubeconfigId"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["roleId"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["userId"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(Kubeconfig.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.Kubeconfig = Kubeconfig;
|
|
91
|
+
/** @internal */
|
|
92
|
+
Kubeconfig.__pulumiType = 'volcenginecc:vke/kubeconfig:Kubeconfig';
|
|
93
|
+
//# sourceMappingURL=kubeconfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kubeconfig.js","sourceRoot":"","sources":["../../vke/kubeconfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSslVpnClientCert(args: GetSslVpnClientCertArgs, opts?: pulumi.InvokeOptions): Promise<GetSslVpnClientCertResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getSslVpnClientCert.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetSslVpnClientCertArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getSslVpnClientCert.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetSslVpnClientCertResult {
|
|
20
|
+
/**
|
|
21
|
+
* CA certificate information.
|
|
22
|
+
*/
|
|
23
|
+
readonly caCertificate: string;
|
|
24
|
+
/**
|
|
25
|
+
* SSL client certificate status. Available: available; Expiring: expiring, displays this status when the expiration time is less than or equal to one week; Expired: expired.
|
|
26
|
+
*/
|
|
27
|
+
readonly certificateStatus: string;
|
|
28
|
+
/**
|
|
29
|
+
* Client certificate information.
|
|
30
|
+
*/
|
|
31
|
+
readonly clientCertificate: string;
|
|
32
|
+
/**
|
|
33
|
+
* Client key information.
|
|
34
|
+
*/
|
|
35
|
+
readonly clientKey: string;
|
|
36
|
+
/**
|
|
37
|
+
* Creation time of the SSL client certificate.
|
|
38
|
+
*/
|
|
39
|
+
readonly creationTime: string;
|
|
40
|
+
/**
|
|
41
|
+
* Description of the SSL client certificate. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, period (.), space ( ), underscore (_), hyphen (-), equals sign (=), English comma (,), Chinese comma (,), and Chinese period (。). Length must be between 0–255 characters. If not specified, defaults to an empty string.
|
|
42
|
+
*/
|
|
43
|
+
readonly description: string;
|
|
44
|
+
/**
|
|
45
|
+
* Expiration time of the SSL client certificate.
|
|
46
|
+
*/
|
|
47
|
+
readonly expiredTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* Uniquely identifies the resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* OpenVPN client configuration.
|
|
54
|
+
*/
|
|
55
|
+
readonly openVpnClientConfig: string;
|
|
56
|
+
/**
|
|
57
|
+
* SSL client certificate ID.
|
|
58
|
+
*/
|
|
59
|
+
readonly sslVpnClientCertId: string;
|
|
60
|
+
/**
|
|
61
|
+
* Name of the SSL client certificate. Must start with a Chinese character, letter, or number, and can only contain Chinese characters, letters, numbers, period (.), underscore (_), and hyphen (-). Length must be between 1–128 characters. If not specified, defaults to the SSL client certificate ID.
|
|
62
|
+
*/
|
|
63
|
+
readonly sslVpnClientCertName: string;
|
|
64
|
+
/**
|
|
65
|
+
* ID of the SSL server used to create the SSL client certificate. You can call DescribeSslVpnServers to query the SSL server ID information.
|
|
66
|
+
*/
|
|
67
|
+
readonly sslVpnServerId: string;
|
|
68
|
+
/**
|
|
69
|
+
* SSL client status. Creating: being created; Deleting: being deleted; Pending: being configured; Available: available.
|
|
70
|
+
*/
|
|
71
|
+
readonly status: string;
|
|
72
|
+
/**
|
|
73
|
+
* SSL client certificate tags.
|
|
74
|
+
*/
|
|
75
|
+
readonly tags: outputs.vpn.GetSslVpnClientCertTag[];
|
|
76
|
+
/**
|
|
77
|
+
* Modification time of the SSL client certificate.
|
|
78
|
+
*/
|
|
79
|
+
readonly updateTime: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
83
|
+
*/
|
|
84
|
+
export declare function getSslVpnClientCertOutput(args: GetSslVpnClientCertOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslVpnClientCertResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getSslVpnClientCert.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetSslVpnClientCertOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* Uniquely identifies the resource.
|
|
91
|
+
*/
|
|
92
|
+
id: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -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.getSslVpnClientCertOutput = exports.getSslVpnClientCert = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
10
|
+
*/
|
|
11
|
+
function getSslVpnClientCert(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpn/getSslVpnClientCert:getSslVpnClientCert", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getSslVpnClientCert = getSslVpnClientCert;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
20
|
+
*/
|
|
21
|
+
function getSslVpnClientCertOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpn/getSslVpnClientCert:getSslVpnClientCert", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getSslVpnClientCertOutput = getSslVpnClientCertOutput;
|
|
28
|
+
//# sourceMappingURL=getSslVpnClientCert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSslVpnClientCert.js","sourceRoot":"","sources":["../../vpn/getSslVpnClientCert.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA6ED;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSslVpnClientCerts(opts?: pulumi.InvokeOptions): Promise<GetSslVpnClientCertsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getSslVpnClientCerts.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSslVpnClientCertsResult {
|
|
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::VPN::SslVpnClientCert
|
|
21
|
+
*/
|
|
22
|
+
export declare function getSslVpnClientCertsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSslVpnClientCertsResult>;
|
|
@@ -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.getSslVpnClientCertsOutput = exports.getSslVpnClientCerts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
10
|
+
*/
|
|
11
|
+
function getSslVpnClientCerts(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpn/getSslVpnClientCerts:getSslVpnClientCerts", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getSslVpnClientCerts = getSslVpnClientCerts;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPN::SslVpnClientCert
|
|
18
|
+
*/
|
|
19
|
+
function getSslVpnClientCertsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpn/getSslVpnClientCerts:getSslVpnClientCerts", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getSslVpnClientCertsOutput = getSslVpnClientCertsOutput;
|
|
24
|
+
//# sourceMappingURL=getSslVpnClientCerts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSslVpnClientCerts.js","sourceRoot":"","sources":["../../vpn/getSslVpnClientCerts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/vpn/index.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ export declare const getCustomerGatewayOutput: typeof import("./getCustomerGatew
|
|
|
7
7
|
export { GetCustomerGatewaysResult } from "./getCustomerGateways";
|
|
8
8
|
export declare const getCustomerGateways: typeof import("./getCustomerGateways").getCustomerGateways;
|
|
9
9
|
export declare const getCustomerGatewaysOutput: typeof import("./getCustomerGateways").getCustomerGatewaysOutput;
|
|
10
|
+
export { GetSslVpnClientCertArgs, GetSslVpnClientCertResult, GetSslVpnClientCertOutputArgs } from "./getSslVpnClientCert";
|
|
11
|
+
export declare const getSslVpnClientCert: typeof import("./getSslVpnClientCert").getSslVpnClientCert;
|
|
12
|
+
export declare const getSslVpnClientCertOutput: typeof import("./getSslVpnClientCert").getSslVpnClientCertOutput;
|
|
13
|
+
export { GetSslVpnClientCertsResult } from "./getSslVpnClientCerts";
|
|
14
|
+
export declare const getSslVpnClientCerts: typeof import("./getSslVpnClientCerts").getSslVpnClientCerts;
|
|
15
|
+
export declare const getSslVpnClientCertsOutput: typeof import("./getSslVpnClientCerts").getSslVpnClientCertsOutput;
|
|
10
16
|
export { GetVpnConnectionArgs, GetVpnConnectionResult, GetVpnConnectionOutputArgs } from "./getVpnConnection";
|
|
11
17
|
export declare const getVpnConnection: typeof import("./getVpnConnection").getVpnConnection;
|
|
12
18
|
export declare const getVpnConnectionOutput: typeof import("./getVpnConnection").getVpnConnectionOutput;
|
|
@@ -19,6 +25,9 @@ export declare const getVpnGatewayOutput: typeof import("./getVpnGateway").getVp
|
|
|
19
25
|
export { GetVpnGatewaysResult } from "./getVpnGateways";
|
|
20
26
|
export declare const getVpnGateways: typeof import("./getVpnGateways").getVpnGateways;
|
|
21
27
|
export declare const getVpnGatewaysOutput: typeof import("./getVpnGateways").getVpnGatewaysOutput;
|
|
28
|
+
export { SslVpnClientCertArgs, SslVpnClientCertState } from "./sslVpnClientCert";
|
|
29
|
+
export type SslVpnClientCert = import("./sslVpnClientCert").SslVpnClientCert;
|
|
30
|
+
export declare const SslVpnClientCert: typeof import("./sslVpnClientCert").SslVpnClientCert;
|
|
22
31
|
export { VpnConnectionArgs, VpnConnectionState } from "./vpnConnection";
|
|
23
32
|
export type VpnConnection = import("./vpnConnection").VpnConnection;
|
|
24
33
|
export declare const VpnConnection: typeof import("./vpnConnection").VpnConnection;
|
package/vpn/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.VpnGateway = exports.VpnConnection = exports.getVpnGatewaysOutput = exports.getVpnGateways = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionsOutput = exports.getVpnConnections = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getCustomerGatewaysOutput = exports.getCustomerGateways = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.CustomerGateway = void 0;
|
|
5
|
+
exports.VpnGateway = exports.VpnConnection = exports.SslVpnClientCert = exports.getVpnGatewaysOutput = exports.getVpnGateways = exports.getVpnGatewayOutput = exports.getVpnGateway = exports.getVpnConnectionsOutput = exports.getVpnConnections = exports.getVpnConnectionOutput = exports.getVpnConnection = exports.getSslVpnClientCertsOutput = exports.getSslVpnClientCerts = exports.getSslVpnClientCertOutput = exports.getSslVpnClientCert = exports.getCustomerGatewaysOutput = exports.getCustomerGateways = exports.getCustomerGatewayOutput = exports.getCustomerGateway = exports.CustomerGateway = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.CustomerGateway = null;
|
|
@@ -13,6 +13,12 @@ utilities.lazyLoad(exports, ["getCustomerGateway", "getCustomerGatewayOutput"],
|
|
|
13
13
|
exports.getCustomerGateways = null;
|
|
14
14
|
exports.getCustomerGatewaysOutput = null;
|
|
15
15
|
utilities.lazyLoad(exports, ["getCustomerGateways", "getCustomerGatewaysOutput"], () => require("./getCustomerGateways"));
|
|
16
|
+
exports.getSslVpnClientCert = null;
|
|
17
|
+
exports.getSslVpnClientCertOutput = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["getSslVpnClientCert", "getSslVpnClientCertOutput"], () => require("./getSslVpnClientCert"));
|
|
19
|
+
exports.getSslVpnClientCerts = null;
|
|
20
|
+
exports.getSslVpnClientCertsOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getSslVpnClientCerts", "getSslVpnClientCertsOutput"], () => require("./getSslVpnClientCerts"));
|
|
16
22
|
exports.getVpnConnection = null;
|
|
17
23
|
exports.getVpnConnectionOutput = null;
|
|
18
24
|
utilities.lazyLoad(exports, ["getVpnConnection", "getVpnConnectionOutput"], () => require("./getVpnConnection"));
|
|
@@ -25,6 +31,8 @@ utilities.lazyLoad(exports, ["getVpnGateway", "getVpnGatewayOutput"], () => requ
|
|
|
25
31
|
exports.getVpnGateways = null;
|
|
26
32
|
exports.getVpnGatewaysOutput = null;
|
|
27
33
|
utilities.lazyLoad(exports, ["getVpnGateways", "getVpnGatewaysOutput"], () => require("./getVpnGateways"));
|
|
34
|
+
exports.SslVpnClientCert = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["SslVpnClientCert"], () => require("./sslVpnClientCert"));
|
|
28
36
|
exports.VpnConnection = null;
|
|
29
37
|
utilities.lazyLoad(exports, ["VpnConnection"], () => require("./vpnConnection"));
|
|
30
38
|
exports.VpnGateway = null;
|
|
@@ -35,6 +43,8 @@ const _module = {
|
|
|
35
43
|
switch (type) {
|
|
36
44
|
case "volcenginecc:vpn/customerGateway:CustomerGateway":
|
|
37
45
|
return new exports.CustomerGateway(name, undefined, { urn });
|
|
46
|
+
case "volcenginecc:vpn/sslVpnClientCert:SslVpnClientCert":
|
|
47
|
+
return new exports.SslVpnClientCert(name, undefined, { urn });
|
|
38
48
|
case "volcenginecc:vpn/vpnConnection:VpnConnection":
|
|
39
49
|
return new exports.VpnConnection(name, undefined, { urn });
|
|
40
50
|
case "volcenginecc:vpn/vpnGateway:VpnGateway":
|
|
@@ -45,6 +55,7 @@ const _module = {
|
|
|
45
55
|
},
|
|
46
56
|
};
|
|
47
57
|
pulumi.runtime.registerResourceModule("volcenginecc", "vpn/customerGateway", _module);
|
|
58
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "vpn/sslVpnClientCert", _module);
|
|
48
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "vpn/vpnConnection", _module);
|
|
49
60
|
pulumi.runtime.registerResourceModule("volcenginecc", "vpn/vpnGateway", _module);
|
|
50
61
|
//# sourceMappingURL=index.js.map
|