@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.3
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 +149 -0
- package/alb/acl.js +96 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcl.d.ts +81 -0
- package/alb/getAcl.js +28 -0
- package/alb/getAcl.js.map +1 -0
- package/alb/getAcls.d.ts +22 -0
- package/alb/getAcls.js +24 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getListener.d.ts +157 -0
- package/alb/getListener.js +28 -0
- package/alb/getListener.js.map +1 -0
- package/alb/getListeners.d.ts +22 -0
- package/alb/getListeners.js +24 -0
- package/alb/getListeners.js.map +1 -0
- package/alb/getLoadBalancer.d.ts +153 -0
- package/alb/getLoadBalancer.js +28 -0
- package/alb/getLoadBalancer.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +22 -0
- package/alb/getLoadBalancers.js +24 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getServerGroup.d.ts +109 -0
- package/alb/getServerGroup.js +28 -0
- package/alb/getServerGroup.js.map +1 -0
- package/alb/getServerGroups.d.ts +22 -0
- package/alb/getServerGroups.js +24 -0
- package/alb/getServerGroups.js.map +1 -0
- package/alb/index.d.ts +36 -0
- package/alb/index.js +45 -1
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +360 -0
- package/alb/listener.js +128 -0
- package/alb/listener.js.map +1 -0
- package/alb/loadBalancer.d.ts +341 -0
- package/alb/loadBalancer.js +120 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/serverGroup.d.ts +219 -0
- package/alb/serverGroup.js +95 -0
- package/alb/serverGroup.js.map +1 -0
- package/apig/getUpstreamSource.d.ts +81 -0
- package/apig/getUpstreamSource.js +28 -0
- package/apig/getUpstreamSource.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +22 -0
- package/apig/getUpstreamSources.js +24 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/index.d.ts +9 -0
- package/apig/index.js +28 -0
- package/apig/index.js.map +1 -0
- package/apig/upstreamSource.d.ts +159 -0
- package/apig/upstreamSource.js +87 -0
- package/apig/upstreamSource.js.map +1 -0
- package/autoscaling/getScalingConfiguration.d.ts +140 -0
- package/autoscaling/getScalingConfiguration.js +28 -0
- package/autoscaling/getScalingConfiguration.js.map +1 -0
- package/autoscaling/getScalingConfigurations.d.ts +22 -0
- package/autoscaling/getScalingConfigurations.js +24 -0
- package/autoscaling/getScalingConfigurations.js.map +1 -0
- package/autoscaling/index.d.ts +9 -0
- package/autoscaling/index.js +28 -0
- package/autoscaling/index.js.map +1 -0
- package/autoscaling/scalingConfiguration.d.ts +318 -0
- package/autoscaling/scalingConfiguration.js +108 -0
- package/autoscaling/scalingConfiguration.js.map +1 -0
- package/clb/acl.d.ts +166 -0
- package/clb/acl.js +107 -0
- package/clb/acl.js.map +1 -0
- package/clb/certificate.d.ts +187 -0
- package/clb/certificate.js +109 -0
- package/clb/certificate.js.map +1 -0
- package/clb/getAcl.d.ts +85 -0
- package/clb/getAcl.js +28 -0
- package/clb/getAcl.js.map +1 -0
- package/clb/getAcls.d.ts +22 -0
- package/clb/getAcls.js +24 -0
- package/clb/getAcls.js.map +1 -0
- package/clb/getCertificate.d.ts +89 -0
- package/clb/getCertificate.js +28 -0
- package/clb/getCertificate.js.map +1 -0
- package/clb/getCertificates.d.ts +22 -0
- package/clb/getCertificates.js +24 -0
- package/clb/getCertificates.js.map +1 -0
- package/clb/getListener.d.ts +213 -0
- package/clb/getListener.js +28 -0
- package/clb/getListener.js.map +1 -0
- package/clb/getListeners.d.ts +22 -0
- package/clb/getListeners.js +24 -0
- package/clb/getListeners.js.map +1 -0
- package/clb/getRule.d.ts +73 -0
- package/clb/getRule.js +28 -0
- package/clb/getRule.js.map +1 -0
- package/clb/getRules.d.ts +22 -0
- package/clb/getRules.js +24 -0
- package/clb/getRules.js.map +1 -0
- package/clb/index.d.ts +36 -0
- package/clb/index.js +45 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +546 -0
- package/clb/listener.js +156 -0
- package/clb/listener.js.map +1 -0
- package/clb/rule.d.ts +162 -0
- package/clb/rule.js +97 -0
- package/clb/rule.js.map +1 -0
- package/cr/getNameSpace.d.ts +52 -0
- package/cr/getNameSpace.js +28 -0
- package/cr/getNameSpace.js.map +1 -0
- package/cr/getNameSpaces.d.ts +22 -0
- package/cr/getNameSpaces.js +24 -0
- package/cr/getNameSpaces.js.map +1 -0
- package/cr/getRegistries.d.ts +22 -0
- package/cr/getRegistries.js +24 -0
- package/cr/getRegistries.js.map +1 -0
- package/cr/getRegistry.d.ts +81 -0
- package/cr/getRegistry.js +28 -0
- package/cr/getRegistry.js.map +1 -0
- package/cr/index.d.ts +18 -0
- package/cr/index.js +23 -1
- package/cr/index.js.map +1 -1
- package/cr/nameSpace.d.ts +102 -0
- package/cr/nameSpace.js +83 -0
- package/cr/nameSpace.js.map +1 -0
- package/cr/registry.d.ts +142 -0
- package/cr/registry.js +81 -0
- package/cr/registry.js.map +1 -0
- package/directconnect/directConnectGateway.d.ts +173 -0
- package/directconnect/directConnectGateway.js +86 -0
- package/directconnect/directConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateway.d.ts +97 -0
- package/directconnect/getDirectConnectGateway.js +28 -0
- package/directconnect/getDirectConnectGateway.js.map +1 -0
- package/directconnect/getDirectConnectGateways.d.ts +22 -0
- package/directconnect/getDirectConnectGateways.js +24 -0
- package/directconnect/getDirectConnectGateways.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +28 -0
- package/directconnect/index.js.map +1 -0
- package/ecs/getInstance.d.ts +66 -0
- package/ecs/getInstance.js +28 -0
- package/ecs/getInstance.js.map +1 -0
- package/ecs/getInstances.d.ts +22 -0
- package/ecs/getInstances.js +24 -0
- package/ecs/getInstances.js.map +1 -0
- package/ecs/index.d.ts +9 -0
- package/ecs/index.js +12 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +582 -0
- package/ecs/instance.js +150 -0
- package/ecs/instance.js.map +1 -0
- package/index.d.ts +9 -1
- package/index.js +17 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/rdsmysql/database.d.ts +100 -0
- package/rdsmysql/database.js +74 -0
- package/rdsmysql/database.js.map +1 -0
- package/rdsmysql/getDatabase.d.ts +58 -0
- package/rdsmysql/getDatabase.js +28 -0
- package/rdsmysql/getDatabase.js.map +1 -0
- package/rdsmysql/getDatabases.d.ts +22 -0
- package/rdsmysql/getDatabases.js +24 -0
- package/rdsmysql/getDatabases.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +28 -0
- package/rdsmysql/index.js.map +1 -0
- package/redis/getInstance.d.ts +205 -0
- package/redis/getInstance.js +28 -0
- package/redis/getInstance.js.map +1 -0
- package/redis/getInstances.d.ts +22 -0
- package/redis/getInstances.js +24 -0
- package/redis/getInstances.js.map +1 -0
- package/redis/index.d.ts +9 -0
- package/redis/index.js +28 -0
- package/redis/index.js.map +1 -0
- package/redis/instance.d.ts +485 -0
- package/redis/instance.js +200 -0
- package/redis/instance.js.map +1 -0
- package/storageebs/getVolume.d.ts +4 -0
- package/storageebs/getVolume.js.map +1 -1
- package/storageebs/volume.d.ts +3 -0
- package/storageebs/volume.js +2 -0
- package/storageebs/volume.js.map +1 -1
- package/tls/getTopic.d.ts +113 -0
- package/tls/getTopic.js +28 -0
- package/tls/getTopic.js.map +1 -0
- package/tls/getTopics.d.ts +22 -0
- package/tls/getTopics.js +24 -0
- package/tls/getTopics.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +28 -0
- package/tls/index.js.map +1 -0
- package/tls/topic.d.ts +252 -0
- package/tls/topic.js +101 -0
- package/tls/topic.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteEntries.js +24 -0
- package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
- package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
- package/transitrouter/getTransitRouterRouteEntry.js +28 -0
- package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
- package/transitrouter/getTransitRouterRouteTable.js +28 -0
- package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
- package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
- package/transitrouter/getTransitRouterRouteTables.js +24 -0
- package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
- package/transitrouter/index.d.ts +18 -0
- package/transitrouter/index.js +23 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/transitRouterRouteEntry.d.ts +186 -0
- package/transitrouter/transitRouterRouteEntry.js +106 -0
- package/transitrouter/transitRouterRouteEntry.js.map +1 -0
- package/transitrouter/transitRouterRouteTable.d.ts +142 -0
- package/transitrouter/transitRouterRouteTable.js +81 -0
- package/transitrouter/transitRouterRouteTable.js.map +1 -0
- package/types/input.d.ts +1273 -44
- package/types/output.d.ts +3250 -646
- package/vke/addon.d.ts +143 -0
- package/vke/addon.js +74 -0
- package/vke/addon.js.map +1 -0
- package/vke/getAddon.d.ts +73 -0
- package/vke/getAddon.js +28 -0
- package/vke/getAddon.js.map +1 -0
- package/vke/getAddons.d.ts +22 -0
- package/vke/getAddons.js +24 -0
- package/vke/getAddons.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +28 -0
- package/vke/index.js.map +1 -0
- package/vpc/getNetworkAcl.d.ts +93 -0
- package/vpc/getNetworkAcl.js +28 -0
- package/vpc/getNetworkAcl.js.map +1 -0
- package/vpc/getNetworkAcls.d.ts +22 -0
- package/vpc/getNetworkAcls.js +24 -0
- package/vpc/getNetworkAcls.js.map +1 -0
- package/vpc/getPrefixList.d.ts +93 -0
- package/vpc/getPrefixList.js +28 -0
- package/vpc/getPrefixList.js.map +1 -0
- package/vpc/getPrefixLists.d.ts +22 -0
- package/vpc/getPrefixLists.js +24 -0
- package/vpc/getPrefixLists.js.map +1 -0
- package/vpc/index.d.ts +18 -0
- package/vpc/index.js +23 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +143 -0
- package/vpc/networkAcl.js +87 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/prefixList.d.ts +180 -0
- package/vpc/prefixList.js +110 -0
- package/vpc/prefixList.js.map +1 -0
- package/waf/getDomain.d.ts +344 -0
- package/waf/getDomain.js +28 -0
- package/waf/getDomain.js.map +1 -0
- package/waf/getDomains.d.ts +22 -0
- package/waf/getDomains.js +24 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/index.d.ts +6 -0
- package/waf/index.js +13 -0
- package/waf/index.js.map +1 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CLB::Certificate
|
|
5
|
+
*/
|
|
6
|
+
export declare function getCertificate(args: GetCertificateArgs, opts?: pulumi.InvokeOptions): Promise<GetCertificateResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getCertificate.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetCertificateArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getCertificate.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetCertificateResult {
|
|
20
|
+
/**
|
|
21
|
+
* 证书的ID。
|
|
22
|
+
*/
|
|
23
|
+
readonly certificateId: string;
|
|
24
|
+
/**
|
|
25
|
+
* 证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
|
|
26
|
+
*/
|
|
27
|
+
readonly certificateName: string;
|
|
28
|
+
/**
|
|
29
|
+
* 证书的创建时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createdTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* 证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* 证书的主域名。
|
|
38
|
+
*/
|
|
39
|
+
readonly domainName: string;
|
|
40
|
+
/**
|
|
41
|
+
* 证书的过期时间。
|
|
42
|
+
*/
|
|
43
|
+
readonly expiredAt: string;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 证书关联的监听器的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly listeners: string[];
|
|
52
|
+
/**
|
|
53
|
+
* 证书的私钥。
|
|
54
|
+
*/
|
|
55
|
+
readonly privateKey: string;
|
|
56
|
+
/**
|
|
57
|
+
* 证书所属项目的名称。不填默认为default。
|
|
58
|
+
*/
|
|
59
|
+
readonly projectName: string;
|
|
60
|
+
/**
|
|
61
|
+
* 证书的公钥。
|
|
62
|
+
*/
|
|
63
|
+
readonly publicKey: string;
|
|
64
|
+
/**
|
|
65
|
+
* 是否为托管资源。true:托管资源。false:非托管资源。
|
|
66
|
+
*/
|
|
67
|
+
readonly serviceManaged: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* 证书的备用域名列表。
|
|
70
|
+
*/
|
|
71
|
+
readonly subjectAlternativeNames: string[];
|
|
72
|
+
/**
|
|
73
|
+
* 标签列表。
|
|
74
|
+
*/
|
|
75
|
+
readonly tags: outputs.clb.GetCertificateTag[];
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Data Source schema for Volcengine::CLB::Certificate
|
|
79
|
+
*/
|
|
80
|
+
export declare function getCertificateOutput(args: GetCertificateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCertificateResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getCertificate.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetCertificateOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Uniquely identifies the resource.
|
|
87
|
+
*/
|
|
88
|
+
id: pulumi.Input<string>;
|
|
89
|
+
}
|
|
@@ -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.getCertificateOutput = exports.getCertificate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CLB::Certificate
|
|
10
|
+
*/
|
|
11
|
+
function getCertificate(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getCertificate:getCertificate", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getCertificate = getCertificate;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CLB::Certificate
|
|
20
|
+
*/
|
|
21
|
+
function getCertificateOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getCertificate:getCertificate", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getCertificateOutput = getCertificateOutput;
|
|
28
|
+
//# sourceMappingURL=getCertificate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../../clb/getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAyED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,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;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CLB::Certificate
|
|
4
|
+
*/
|
|
5
|
+
export declare function getCertificates(opts?: pulumi.InvokeOptions): Promise<GetCertificatesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getCertificates.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetCertificatesResult {
|
|
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::CLB::Certificate
|
|
21
|
+
*/
|
|
22
|
+
export declare function getCertificatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCertificatesResult>;
|
|
@@ -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.getCertificatesOutput = exports.getCertificates = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::Certificate
|
|
10
|
+
*/
|
|
11
|
+
function getCertificates(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getCertificates:getCertificates", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getCertificates = getCertificates;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::Certificate
|
|
18
|
+
*/
|
|
19
|
+
function getCertificatesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getCertificates:getCertificates", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getCertificatesOutput = getCertificatesOutput;
|
|
24
|
+
//# sourceMappingURL=getCertificates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCertificates.js","sourceRoot":"","sources":["../../clb/getCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CLB::Listener
|
|
5
|
+
*/
|
|
6
|
+
export declare function getListener(args: GetListenerArgs, opts?: pulumi.InvokeOptions): Promise<GetListenerResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getListener.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetListenerArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getListener.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetListenerResult {
|
|
20
|
+
/**
|
|
21
|
+
* 监听器绑定的访问控制策略组ID。仅AclStatus参数为on时返回。
|
|
22
|
+
*/
|
|
23
|
+
readonly aclIds: string[];
|
|
24
|
+
/**
|
|
25
|
+
* 是否开启访问控制功能。取值如下:on:开启。off(默认值):不开启。
|
|
26
|
+
*/
|
|
27
|
+
readonly aclStatus: string;
|
|
28
|
+
/**
|
|
29
|
+
* 访问控制的方式。white:白名单。black:黑名单。仅AclStatus参数为on时,本参数有效。
|
|
30
|
+
*/
|
|
31
|
+
readonly aclType: string;
|
|
32
|
+
/**
|
|
33
|
+
* 监听器的带宽上限,即此监听器独占CLB实例的带宽,单位为Mbps。-1(默认值):此监听器不独占CLB的带,与其他监听器共享CLB实例未被独占的带宽。取值范围:1~CLB实例未被独占的带宽。
|
|
34
|
+
*/
|
|
35
|
+
readonly bandwidth: number;
|
|
36
|
+
/**
|
|
37
|
+
* 双向认证的CA证书。
|
|
38
|
+
*/
|
|
39
|
+
readonly caCertificateId: string;
|
|
40
|
+
/**
|
|
41
|
+
* 是否开启双向认证。on:开启。off(默认值):不开启。
|
|
42
|
+
*/
|
|
43
|
+
readonly caEnabled: string;
|
|
44
|
+
/**
|
|
45
|
+
* 证书中心的证书的ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly certCenterCertificateId: string;
|
|
48
|
+
/**
|
|
49
|
+
* CLB侧证书管理模块的证书的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly certificateId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 证书的来源。clb (默认):CLB上传的证书。cert_center:证书中心上传的证书。user:用户上传的证书。
|
|
54
|
+
*/
|
|
55
|
+
readonly certificateSource: string;
|
|
56
|
+
/**
|
|
57
|
+
* 读取客户端请求正文的超时时间。此超时时间仅针对两个连续的读操作之间设置,而非整个请求的传输过程。取值范围为 30-120秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效
|
|
58
|
+
*/
|
|
59
|
+
readonly clientBodyTimeout: number;
|
|
60
|
+
/**
|
|
61
|
+
* 读取客户端请求头的超时时间。取值范围为30-120秒。默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
62
|
+
*/
|
|
63
|
+
readonly clientHeaderTimeout: number;
|
|
64
|
+
/**
|
|
65
|
+
* 监听器是否开启连接优雅中断功能。on:开启。off:不开启。参数Protocol返回为HTTP或HTTPS时,该参数固定返回off。
|
|
66
|
+
*/
|
|
67
|
+
readonly connectionDrainEnabled: string;
|
|
68
|
+
/**
|
|
69
|
+
* 连接优雅中断的超时时间,单位为秒。参数ConnectionDrainEnabled返回为off时,该参数返回0。
|
|
70
|
+
*/
|
|
71
|
+
readonly connectionDrainTimeout: number;
|
|
72
|
+
/**
|
|
73
|
+
* 后端服务器配置的会话保持的Cookie名称。仅参数PersistenceType取server时,本参数有效且必填。只能包含字母、数字、下划线(_)和中划线(-)。长度限制在1~200字符之间。
|
|
74
|
+
*/
|
|
75
|
+
readonly cookie: string;
|
|
76
|
+
/**
|
|
77
|
+
* 每秒新建连接数的上限。-1(默认值):不限制,即CLB实例的新建连接数上限。取值范围:1~CLB实例的新连接数上限。
|
|
78
|
+
*/
|
|
79
|
+
readonly cps: number;
|
|
80
|
+
/**
|
|
81
|
+
* 监听器的创建时间。
|
|
82
|
+
*/
|
|
83
|
+
readonly createdTime: string;
|
|
84
|
+
/**
|
|
85
|
+
* 监听器的描述。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不填则默认值为空字符串。
|
|
86
|
+
*/
|
|
87
|
+
readonly description: string;
|
|
88
|
+
/**
|
|
89
|
+
* 是否启用监听器。on(默认值):开启。off:不开启。
|
|
90
|
+
*/
|
|
91
|
+
readonly enabled: string;
|
|
92
|
+
/**
|
|
93
|
+
* 全端口监听的结束端口,取值范围为1-65535。参数Port为“0”时,该参数必须传入,且该参数取值应大于tartPort。
|
|
94
|
+
*/
|
|
95
|
+
readonly endPort: number;
|
|
96
|
+
/**
|
|
97
|
+
* 监听器的连接超时时间。仅参数Protocol取TCP或UDP时,本参数有效。取值如下:TCP协议:10-900秒,默认为900秒。UDP协议:1-300秒,默认为90秒。
|
|
98
|
+
*/
|
|
99
|
+
readonly establishedTimeout: number;
|
|
100
|
+
/**
|
|
101
|
+
* 健康检查相关信息。
|
|
102
|
+
*/
|
|
103
|
+
readonly healthCheck: outputs.clb.GetListenerHealthCheck;
|
|
104
|
+
/**
|
|
105
|
+
* 监听器是否开启前端HTTP 2.0协议。仅参数`Protocol取HTTPS时,本参数有效。取值如下:|on:开启。off(默认值):不开启。
|
|
106
|
+
*/
|
|
107
|
+
readonly http2Enabled: string;
|
|
108
|
+
/**
|
|
109
|
+
* Uniquely identifies the resource.
|
|
110
|
+
*/
|
|
111
|
+
readonly id: string;
|
|
112
|
+
/**
|
|
113
|
+
* 客户端与CLB之间的长连接超时时间。取值范围为 0-900秒,默认为75秒。0表示禁用长连接。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
114
|
+
*/
|
|
115
|
+
readonly keepaliveTimeout: number;
|
|
116
|
+
/**
|
|
117
|
+
* 监听器的ID。
|
|
118
|
+
*/
|
|
119
|
+
readonly listenerId: string;
|
|
120
|
+
/**
|
|
121
|
+
* 监听器的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线_)和中划线(-)。长度限制在1~128字符之间。不填则默认将“协议-端口”作为监听器名称。
|
|
122
|
+
*/
|
|
123
|
+
readonly listenerName: string;
|
|
124
|
+
/**
|
|
125
|
+
* CLB实例的ID。
|
|
126
|
+
*/
|
|
127
|
+
readonly loadBalancerId: string;
|
|
128
|
+
/**
|
|
129
|
+
* 最大并发连接数的上限。-1(默认值):不限制,CLB实例的最大并发连接数上限。取值范围:1~CLB实例的最大并发连接数上限。
|
|
130
|
+
*/
|
|
131
|
+
readonly maxConnections: number;
|
|
132
|
+
/**
|
|
133
|
+
* 会话保持的超时时间,单位为秒。取值范围根据参数PersistenceType取值有所不同。PersistenceType置为source_ip时,取值范围为1~3600。PersistenceType配置为insert时,取值范围为1~86400。
|
|
134
|
+
*/
|
|
135
|
+
readonly persistenceTimeout: number;
|
|
136
|
+
/**
|
|
137
|
+
* 会话保持的类型。取值如下:off(默认值):不启用会话保持。source_ip:源地址IP,仅参数ProtocolTCP或UDP时,本取值有效。insert:植入Cookie,仅参数Protocol取HTTP或HTTPS且Scheduler取wrr时,本取值生效。server:重写Cookie,仅参数Protocol取HTTP或HTTPS且Scheduler取wrr时,本取值生效。。
|
|
138
|
+
*/
|
|
139
|
+
readonly persistenceType: string;
|
|
140
|
+
/**
|
|
141
|
+
* 监听器接收请求使用的端口。取值范围为 0~65535。参数Protocol为“TCP”或“UDP”时,支持传入0,表示用全端口监听。
|
|
142
|
+
*/
|
|
143
|
+
readonly port: number;
|
|
144
|
+
/**
|
|
145
|
+
* 监听器的协议。
|
|
146
|
+
*/
|
|
147
|
+
readonly protocol: string;
|
|
148
|
+
/**
|
|
149
|
+
* CLB与后端服务器之间的连接建立超时时间。建议大于健康检查超时时间。取值范围为 4-120秒,默认为4。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
150
|
+
*/
|
|
151
|
+
readonly proxyConnectTimeout: number;
|
|
152
|
+
/**
|
|
153
|
+
* 是否启用Proxy-Protocol协议。仅参数Protocol取TCP或UDP时,本参数有效。取值如下:off(默认值):关闭。standard:开启。
|
|
154
|
+
*/
|
|
155
|
+
readonly proxyProtocolType: string;
|
|
156
|
+
/**
|
|
157
|
+
* CLB从后端服务器读取响应的超时时间。此超时时间仅针对两个连续的读操作之间设置,而非整个响应的传输过程。取值范围为30-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
158
|
+
*/
|
|
159
|
+
readonly proxyReadTimeout: number;
|
|
160
|
+
/**
|
|
161
|
+
* CLB将请求传输到后端服务器的超时时间。此超时仅针对两个连续的写操作之间设置,而非整个请求的传输过程。取值范围为30-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
162
|
+
*/
|
|
163
|
+
readonly proxySendTimeout: number;
|
|
164
|
+
/**
|
|
165
|
+
* 监听器使用的调度算法。wrr(默认值):加权轮询。wlc:加权最小连接数。sh:源地址哈希。
|
|
166
|
+
*/
|
|
167
|
+
readonly scheduler: string;
|
|
168
|
+
/**
|
|
169
|
+
* HTTPS监听器的TLS安全策略。仅参数Protocol取HTTPS时,本参数有效。 取值如下:default*policy(默认值):支持SSL v3、TLS v1.0、TLS v1.1、TLS v1.2。tls*cipher*policy*1*0:支持TLS v1.0、TLS v1.1、TLS v1.2。tls*cipher*policy*1*1:支持TLS v1.1、TLS v1.2。tls*cipher*policy*1*2:支持TLS v1.2。tls*cipher*policy*1*2*strict:支持TLS v1.2。
|
|
170
|
+
*/
|
|
171
|
+
readonly securityPolicyId: string;
|
|
172
|
+
/**
|
|
173
|
+
* CLB向客户端发送响应的超时时间。此超时仅针对两个连续的写操作之间设置,而非整响应的传输过程。取值范围为 1-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
|
|
174
|
+
*/
|
|
175
|
+
readonly sendTimeout: number;
|
|
176
|
+
/**
|
|
177
|
+
* 监听器关联的后端服务器组 ID。
|
|
178
|
+
*/
|
|
179
|
+
readonly serverGroupId: string;
|
|
180
|
+
/**
|
|
181
|
+
* 全端口监听的起始端口,取值范围为1-65535。参数Port为“0”时,该参数必须传入。
|
|
182
|
+
*/
|
|
183
|
+
readonly startPort: number;
|
|
184
|
+
/**
|
|
185
|
+
* 监听器的状态。Creating:创建中。Active:运行中。Deleting: 删除中。Disabled: 已停用。
|
|
186
|
+
*/
|
|
187
|
+
readonly status: string;
|
|
188
|
+
/**
|
|
189
|
+
* 监听器所属标签。
|
|
190
|
+
*/
|
|
191
|
+
readonly tags: outputs.clb.GetListenerTag[];
|
|
192
|
+
/**
|
|
193
|
+
* 监听器最近一次的操作时间。
|
|
194
|
+
*/
|
|
195
|
+
readonly updatedTime: string;
|
|
196
|
+
/**
|
|
197
|
+
* 是否将经过七层监听器的流量送至Web应用防火墙进行检测和过滤。on:是。off:否。
|
|
198
|
+
*/
|
|
199
|
+
readonly wafProtectionEnabled: string;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Data Source schema for Volcengine::CLB::Listener
|
|
203
|
+
*/
|
|
204
|
+
export declare function getListenerOutput(args: GetListenerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetListenerResult>;
|
|
205
|
+
/**
|
|
206
|
+
* A collection of arguments for invoking getListener.
|
|
207
|
+
*/
|
|
208
|
+
export interface GetListenerOutputArgs {
|
|
209
|
+
/**
|
|
210
|
+
* Uniquely identifies the resource.
|
|
211
|
+
*/
|
|
212
|
+
id: pulumi.Input<string>;
|
|
213
|
+
}
|
|
@@ -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.getListenerOutput = exports.getListener = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CLB::Listener
|
|
10
|
+
*/
|
|
11
|
+
function getListener(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getListener:getListener", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getListener = getListener;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CLB::Listener
|
|
20
|
+
*/
|
|
21
|
+
function getListenerOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getListener:getListener", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getListenerOutput = getListenerOutput;
|
|
28
|
+
//# sourceMappingURL=getListener.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../clb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,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,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqMD;;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,0CAA0C,EAAE;QAC3E,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::CLB::Listener
|
|
4
|
+
*/
|
|
5
|
+
export declare function getListeners(opts?: pulumi.InvokeOptions): Promise<GetListenersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getListeners.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetListenersResult {
|
|
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::CLB::Listener
|
|
21
|
+
*/
|
|
22
|
+
export declare function getListenersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetListenersResult>;
|
|
@@ -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.getListenersOutput = exports.getListeners = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::Listener
|
|
10
|
+
*/
|
|
11
|
+
function getListeners(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getListeners:getListeners", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getListeners = getListeners;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::Listener
|
|
18
|
+
*/
|
|
19
|
+
function getListenersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getListeners:getListeners", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getListenersOutput = getListenersOutput;
|
|
24
|
+
//# sourceMappingURL=getListeners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../clb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
|
package/clb/getRule.d.ts
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CLB::Rule
|
|
5
|
+
*/
|
|
6
|
+
export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getRule.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetRuleArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getRule.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetRuleResult {
|
|
20
|
+
/**
|
|
21
|
+
* 转发规则的转发动作。取值如下:Forward:转发至。Redirect:重定向至。
|
|
22
|
+
*/
|
|
23
|
+
readonly actionType: string;
|
|
24
|
+
/**
|
|
25
|
+
* 转发规则的描述,默认值为空字符串。规范如下:必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 转发规则的域名。
|
|
30
|
+
*/
|
|
31
|
+
readonly domain: string;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 监听器ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly listenerId: string;
|
|
40
|
+
/**
|
|
41
|
+
* 重定向相关配置信息。
|
|
42
|
+
*/
|
|
43
|
+
readonly redirectConfig: outputs.clb.GetRuleRedirectConfig;
|
|
44
|
+
/**
|
|
45
|
+
* 转发规则ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly ruleId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 转发规则关联的后端服务器组的ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly serverGroupId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 标签列表。
|
|
54
|
+
*/
|
|
55
|
+
readonly tags: outputs.clb.GetRuleTag[];
|
|
56
|
+
/**
|
|
57
|
+
* 转发规则的URL。
|
|
58
|
+
*/
|
|
59
|
+
readonly url: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data Source schema for Volcengine::CLB::Rule
|
|
63
|
+
*/
|
|
64
|
+
export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRuleResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getRule.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetRuleOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* Uniquely identifies the resource.
|
|
71
|
+
*/
|
|
72
|
+
id: pulumi.Input<string>;
|
|
73
|
+
}
|
package/clb/getRule.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getRuleOutput = exports.getRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CLB::Rule
|
|
10
|
+
*/
|
|
11
|
+
function getRule(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getRule:getRule", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getRule = getRule;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CLB::Rule
|
|
20
|
+
*/
|
|
21
|
+
function getRuleOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getRule:getRule", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getRuleOutput = getRuleOutput;
|
|
28
|
+
//# sourceMappingURL=getRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../clb/getRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAyDD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CLB::Rule
|
|
4
|
+
*/
|
|
5
|
+
export declare function getRules(opts?: pulumi.InvokeOptions): Promise<GetRulesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getRules.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetRulesResult {
|
|
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::CLB::Rule
|
|
21
|
+
*/
|
|
22
|
+
export declare function getRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRulesResult>;
|
package/clb/getRules.js
ADDED
|
@@ -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.getRulesOutput = exports.getRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CLB::Rule
|
|
10
|
+
*/
|
|
11
|
+
function getRules(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:clb/getRules:getRules", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getRules = getRules;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CLB::Rule
|
|
18
|
+
*/
|
|
19
|
+
function getRulesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:clb/getRules:getRules", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getRulesOutput = getRulesOutput;
|
|
24
|
+
//# sourceMappingURL=getRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRules.js","sourceRoot":"","sources":["../../clb/getRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
|