@volcengine/pulumi-volcenginecc 0.0.5 → 0.0.7
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/getListener.d.ts +1 -1
- package/alb/listener.d.ts +3 -3
- package/apig/getUpstream.d.ts +93 -0
- package/apig/getUpstream.js +28 -0
- package/apig/getUpstream.js.map +1 -0
- package/apig/getUpstreams.d.ts +22 -0
- package/apig/getUpstreams.js +24 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +9 -0
- package/apig/index.js +12 -1
- package/apig/index.js.map +1 -1
- package/apig/upstream.d.ts +183 -0
- package/apig/upstream.js +96 -0
- package/apig/upstream.js.map +1 -0
- package/autoscaling/getScalingConfiguration.d.ts +1 -1
- package/autoscaling/scalingConfiguration.d.ts +3 -3
- package/cdn/getShareConfig.d.ts +81 -0
- package/cdn/getShareConfig.js +28 -0
- package/cdn/getShareConfig.js.map +1 -0
- package/cdn/getShareConfigs.d.ts +22 -0
- package/cdn/getShareConfigs.js +24 -0
- package/cdn/getShareConfigs.js.map +1 -0
- package/cdn/index.d.ts +9 -0
- package/cdn/index.js +28 -0
- package/cdn/index.js.map +1 -0
- package/cdn/shareConfig.d.ts +167 -0
- package/cdn/shareConfig.js +78 -0
- package/cdn/shareConfig.js.map +1 -0
- package/clb/getListener.d.ts +1 -1
- package/clb/listener.d.ts +3 -3
- package/ecs/instance.d.ts +36 -36
- package/index.d.ts +6 -1
- package/index.js +11 -1
- package/index.js.map +1 -1
- package/kafka/getTopic.d.ts +97 -0
- package/kafka/getTopic.js +28 -0
- package/kafka/getTopic.js.map +1 -0
- package/kafka/getTopics.d.ts +22 -0
- package/kafka/getTopics.js +24 -0
- package/kafka/getTopics.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +28 -0
- package/kafka/index.js.map +1 -0
- package/kafka/topic.d.ts +189 -0
- package/kafka/topic.js +95 -0
- package/kafka/topic.js.map +1 -0
- package/natgateway/getNgw.d.ts +153 -0
- package/natgateway/getNgw.js +28 -0
- package/natgateway/getNgw.js.map +1 -0
- package/natgateway/getNgws.d.ts +22 -0
- package/natgateway/getNgws.js +24 -0
- package/natgateway/getNgws.js.map +1 -0
- package/natgateway/index.d.ts +9 -0
- package/natgateway/index.js +28 -0
- package/natgateway/index.js.map +1 -0
- package/natgateway/ngw.d.ts +332 -0
- package/natgateway/ngw.js +139 -0
- package/natgateway/ngw.js.map +1 -0
- package/organization/getUnit.d.ts +84 -0
- package/organization/getUnit.js +28 -0
- package/organization/getUnit.js.map +1 -0
- package/organization/getUnits.d.ts +22 -0
- package/organization/getUnits.js +24 -0
- package/organization/getUnits.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +28 -0
- package/organization/index.js.map +1 -0
- package/organization/unit.d.ts +166 -0
- package/organization/unit.js +99 -0
- package/organization/unit.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getResolverEndpoint.d.ts +89 -0
- package/privatezone/getResolverEndpoint.js +28 -0
- package/privatezone/getResolverEndpoint.js.map +1 -0
- package/privatezone/getResolverEndpoints.d.ts +22 -0
- package/privatezone/getResolverEndpoints.js +24 -0
- package/privatezone/getResolverEndpoints.js.map +1 -0
- package/privatezone/getResolverRule.d.ts +101 -0
- package/privatezone/getResolverRule.js +28 -0
- package/privatezone/getResolverRule.js.map +1 -0
- package/privatezone/getResolverRules.d.ts +22 -0
- package/privatezone/getResolverRules.js +24 -0
- package/privatezone/getResolverRules.js.map +1 -0
- package/privatezone/index.d.ts +18 -0
- package/privatezone/index.js +39 -0
- package/privatezone/index.js.map +1 -0
- package/privatezone/resolverEndpoint.d.ts +165 -0
- package/privatezone/resolverEndpoint.js +91 -0
- package/privatezone/resolverEndpoint.js.map +1 -0
- package/privatezone/resolverRule.d.ts +196 -0
- package/privatezone/resolverRule.js +94 -0
- package/privatezone/resolverRule.js.map +1 -0
- package/rdsmysql/dbAccount.d.ts +149 -0
- package/rdsmysql/dbAccount.js +90 -0
- package/rdsmysql/dbAccount.js.map +1 -0
- package/rdsmysql/getDbAccount.d.ts +81 -0
- package/rdsmysql/getDbAccount.js +28 -0
- package/rdsmysql/getDbAccount.js.map +1 -0
- package/rdsmysql/getDbAccounts.d.ts +22 -0
- package/rdsmysql/getDbAccounts.js +24 -0
- package/rdsmysql/getDbAccounts.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/tos/bucket.d.ts +12 -0
- package/tos/bucket.js +2 -0
- package/tos/bucket.js.map +1 -1
- package/tos/getBucket.d.ts +4 -0
- package/tos/getBucket.js.map +1 -1
- package/types/input.d.ts +507 -27
- package/types/output.d.ts +1034 -70
- package/vke/getPermission.d.ts +108 -0
- package/vke/getPermission.js +28 -0
- package/vke/getPermission.js.map +1 -0
- package/vke/getPermissions.d.ts +22 -0
- package/vke/getPermissions.js +24 -0
- package/vke/getPermissions.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/permission.d.ts +242 -0
- package/vke/permission.js +109 -0
- package/vke/permission.js.map +1 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CDN::ShareConfig
|
|
5
|
+
*/
|
|
6
|
+
export declare function getShareConfig(args: GetShareConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetShareConfigResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getShareConfig.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetShareConfigArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getShareConfig.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetShareConfigResult {
|
|
20
|
+
/**
|
|
21
|
+
* 表示一个 IP 白名单的配置,对应 ConfigType 是 allow*ip*access*rule。
|
|
22
|
+
*/
|
|
23
|
+
readonly allowIpAccessRule: outputs.cdn.GetShareConfigAllowIpAccessRule;
|
|
24
|
+
/**
|
|
25
|
+
* 表示一个 Referer 白名单的配置,对应 ConfigType 是 allow*referer*access*rule。
|
|
26
|
+
*/
|
|
27
|
+
readonly allowRefererAccessRule: outputs.cdn.GetShareConfigAllowRefererAccessRule;
|
|
28
|
+
/**
|
|
29
|
+
* 表示一个通用列表的配置,对应 ConfigType 是 common*match*list。
|
|
30
|
+
*/
|
|
31
|
+
readonly commonMatchs: outputs.cdn.GetShareConfigCommonMatchs;
|
|
32
|
+
/**
|
|
33
|
+
* 表示全局配置的名称。名称有以下要求:名称可以包含汉字、字母、数字、下划线(_),长度在 3-45 个字符之间。一个汉字占 3 个字符。名称不能与主账号下某个已有的全局配置的名称相同。
|
|
34
|
+
*/
|
|
35
|
+
readonly configName: string;
|
|
36
|
+
/**
|
|
37
|
+
* 表示该全局配置的类型。该参数有以下取值:deny*ip*access*rule:表示 IP 黑名单。allow*ip*access*rule:表示 IP 白名单。deny*referer*access*rule:表示 Referer 黑名单。allow*referer*access*rule:表示 Referer 白名单。common*match*list:表示通用列表。
|
|
38
|
+
*/
|
|
39
|
+
readonly configType: string;
|
|
40
|
+
/**
|
|
41
|
+
* 表示一个 IP 黑名单的配置,对应 ConfigType 是 deny*ip*access*rule。
|
|
42
|
+
*/
|
|
43
|
+
readonly denyIpAccessRule: outputs.cdn.GetShareConfigDenyIpAccessRule;
|
|
44
|
+
/**
|
|
45
|
+
* 表示一个 Referer 黑名单的配置,对应 ConfigType 是 deny*referer*access*rule。
|
|
46
|
+
*/
|
|
47
|
+
readonly denyRefererAccessRule: outputs.cdn.GetShareConfigDenyRefererAccessRule;
|
|
48
|
+
/**
|
|
49
|
+
* 表示与该全局配置关联的加速域名的数量。
|
|
50
|
+
*/
|
|
51
|
+
readonly domainCount: number;
|
|
52
|
+
/**
|
|
53
|
+
* Uniquely identifies the resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly id: string;
|
|
56
|
+
/**
|
|
57
|
+
* 表示该全局配置所归属的项目名称。
|
|
58
|
+
*/
|
|
59
|
+
readonly project: string;
|
|
60
|
+
/**
|
|
61
|
+
* 表示该自定义错误页面的 HTML 代码。
|
|
62
|
+
*/
|
|
63
|
+
readonly ruleContent: string;
|
|
64
|
+
/**
|
|
65
|
+
* 表示该全局配置的最近修改时间,单位是 Unix 时间戳。
|
|
66
|
+
*/
|
|
67
|
+
readonly updatedTime: number;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Data Source schema for Volcengine::CDN::ShareConfig
|
|
71
|
+
*/
|
|
72
|
+
export declare function getShareConfigOutput(args: GetShareConfigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetShareConfigResult>;
|
|
73
|
+
/**
|
|
74
|
+
* A collection of arguments for invoking getShareConfig.
|
|
75
|
+
*/
|
|
76
|
+
export interface GetShareConfigOutputArgs {
|
|
77
|
+
/**
|
|
78
|
+
* Uniquely identifies the resource.
|
|
79
|
+
*/
|
|
80
|
+
id: pulumi.Input<string>;
|
|
81
|
+
}
|
|
@@ -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.getShareConfigOutput = exports.getShareConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CDN::ShareConfig
|
|
10
|
+
*/
|
|
11
|
+
function getShareConfig(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cdn/getShareConfig:getShareConfig", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getShareConfig = getShareConfig;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CDN::ShareConfig
|
|
20
|
+
*/
|
|
21
|
+
function getShareConfigOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cdn/getShareConfig:getShareConfig", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getShareConfigOutput = getShareConfigOutput;
|
|
28
|
+
//# sourceMappingURL=getShareConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getShareConfig.js","sourceRoot":"","sources":["../../cdn/getShareConfig.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;AAiED;;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::CDN::ShareConfig
|
|
4
|
+
*/
|
|
5
|
+
export declare function getShareConfigs(opts?: pulumi.InvokeOptions): Promise<GetShareConfigsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getShareConfigs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetShareConfigsResult {
|
|
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::CDN::ShareConfig
|
|
21
|
+
*/
|
|
22
|
+
export declare function getShareConfigsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetShareConfigsResult>;
|
|
@@ -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.getShareConfigsOutput = exports.getShareConfigs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CDN::ShareConfig
|
|
10
|
+
*/
|
|
11
|
+
function getShareConfigs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cdn/getShareConfigs:getShareConfigs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getShareConfigs = getShareConfigs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CDN::ShareConfig
|
|
18
|
+
*/
|
|
19
|
+
function getShareConfigsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cdn/getShareConfigs:getShareConfigs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getShareConfigsOutput = getShareConfigsOutput;
|
|
24
|
+
//# sourceMappingURL=getShareConfigs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getShareConfigs.js","sourceRoot":"","sources":["../../cdn/getShareConfigs.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"}
|
package/cdn/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { GetShareConfigArgs, GetShareConfigResult, GetShareConfigOutputArgs } from "./getShareConfig";
|
|
2
|
+
export declare const getShareConfig: typeof import("./getShareConfig").getShareConfig;
|
|
3
|
+
export declare const getShareConfigOutput: typeof import("./getShareConfig").getShareConfigOutput;
|
|
4
|
+
export { GetShareConfigsResult } from "./getShareConfigs";
|
|
5
|
+
export declare const getShareConfigs: typeof import("./getShareConfigs").getShareConfigs;
|
|
6
|
+
export declare const getShareConfigsOutput: typeof import("./getShareConfigs").getShareConfigsOutput;
|
|
7
|
+
export { ShareConfigArgs, ShareConfigState } from "./shareConfig";
|
|
8
|
+
export type ShareConfig = import("./shareConfig").ShareConfig;
|
|
9
|
+
export declare const ShareConfig: typeof import("./shareConfig").ShareConfig;
|
package/cdn/index.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.ShareConfig = exports.getShareConfigsOutput = exports.getShareConfigs = exports.getShareConfigOutput = exports.getShareConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.getShareConfig = null;
|
|
9
|
+
exports.getShareConfigOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getShareConfig", "getShareConfigOutput"], () => require("./getShareConfig"));
|
|
11
|
+
exports.getShareConfigs = null;
|
|
12
|
+
exports.getShareConfigsOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getShareConfigs", "getShareConfigsOutput"], () => require("./getShareConfigs"));
|
|
14
|
+
exports.ShareConfig = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["ShareConfig"], () => require("./shareConfig"));
|
|
16
|
+
const _module = {
|
|
17
|
+
version: utilities.getVersion(),
|
|
18
|
+
construct: (name, type, urn) => {
|
|
19
|
+
switch (type) {
|
|
20
|
+
case "volcenginecc:cdn/shareConfig:ShareConfig":
|
|
21
|
+
return new exports.ShareConfig(name, undefined, { urn });
|
|
22
|
+
default:
|
|
23
|
+
throw new Error(`unknown resource type ${type}`);
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "cdn/shareConfig", _module);
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
package/cdn/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../cdn/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,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;AAIhG,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAG7E,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,0CAA0C;gBAC3C,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 全局配置扩展了域名的配置能力,具有以下优点:提升了黑白名单的容量。例如,IP 黑名单可以包含高达 30,000 个条目。提升了域名配置的效率。一个全局配置可与多个域名关联。提供了通用列表类型,可以在额外的域名配置中被使用。一个全局配置的修改可立刻应用于其关联的所有域名。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:cdn/shareConfig:ShareConfig example "config_name"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class ShareConfig extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing ShareConfig resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ShareConfigState, opts?: pulumi.CustomResourceOptions): ShareConfig;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of ShareConfig. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is ShareConfig;
|
|
29
|
+
/**
|
|
30
|
+
* 表示一个 IP 白名单的配置,对应 ConfigType 是 allow*ip*access*rule。
|
|
31
|
+
*/
|
|
32
|
+
readonly allowIpAccessRule: pulumi.Output<outputs.cdn.ShareConfigAllowIpAccessRule>;
|
|
33
|
+
/**
|
|
34
|
+
* 表示一个 Referer 白名单的配置,对应 ConfigType 是 allow*referer*access*rule。
|
|
35
|
+
*/
|
|
36
|
+
readonly allowRefererAccessRule: pulumi.Output<outputs.cdn.ShareConfigAllowRefererAccessRule>;
|
|
37
|
+
/**
|
|
38
|
+
* 表示一个通用列表的配置,对应 ConfigType 是 common*match*list。
|
|
39
|
+
*/
|
|
40
|
+
readonly commonMatchs: pulumi.Output<outputs.cdn.ShareConfigCommonMatchs>;
|
|
41
|
+
/**
|
|
42
|
+
* 表示全局配置的名称。名称有以下要求:名称可以包含汉字、字母、数字、下划线(_),长度在 3-45 个字符之间。一个汉字占 3 个字符。名称不能与主账号下某个已有的全局配置的名称相同。
|
|
43
|
+
*/
|
|
44
|
+
readonly configName: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* 表示该全局配置的类型。该参数有以下取值:deny*ip*access*rule:表示 IP 黑名单。allow*ip*access*rule:表示 IP 白名单。deny*referer*access*rule:表示 Referer 黑名单。allow*referer*access*rule:表示 Referer 白名单。common*match*list:表示通用列表。
|
|
47
|
+
*/
|
|
48
|
+
readonly configType: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* 表示一个 IP 黑名单的配置,对应 ConfigType 是 deny*ip*access*rule。
|
|
51
|
+
*/
|
|
52
|
+
readonly denyIpAccessRule: pulumi.Output<outputs.cdn.ShareConfigDenyIpAccessRule>;
|
|
53
|
+
/**
|
|
54
|
+
* 表示一个 Referer 黑名单的配置,对应 ConfigType 是 deny*referer*access*rule。
|
|
55
|
+
*/
|
|
56
|
+
readonly denyRefererAccessRule: pulumi.Output<outputs.cdn.ShareConfigDenyRefererAccessRule>;
|
|
57
|
+
/**
|
|
58
|
+
* 表示与该全局配置关联的加速域名的数量。
|
|
59
|
+
*/
|
|
60
|
+
readonly domainCount: pulumi.Output<number>;
|
|
61
|
+
/**
|
|
62
|
+
* 表示该全局配置所归属的项目名称。
|
|
63
|
+
*/
|
|
64
|
+
readonly project: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 表示该自定义错误页面的 HTML 代码。
|
|
67
|
+
*/
|
|
68
|
+
readonly ruleContent: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* 表示该全局配置的最近修改时间,单位是 Unix 时间戳。
|
|
71
|
+
*/
|
|
72
|
+
readonly updatedTime: pulumi.Output<number>;
|
|
73
|
+
/**
|
|
74
|
+
* Create a ShareConfig resource with the given unique name, arguments, and options.
|
|
75
|
+
*
|
|
76
|
+
* @param name The _unique_ name of the resource.
|
|
77
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
78
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
79
|
+
*/
|
|
80
|
+
constructor(name: string, args?: ShareConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Input properties used for looking up and filtering ShareConfig resources.
|
|
84
|
+
*/
|
|
85
|
+
export interface ShareConfigState {
|
|
86
|
+
/**
|
|
87
|
+
* 表示一个 IP 白名单的配置,对应 ConfigType 是 allow*ip*access*rule。
|
|
88
|
+
*/
|
|
89
|
+
allowIpAccessRule?: pulumi.Input<inputs.cdn.ShareConfigAllowIpAccessRule>;
|
|
90
|
+
/**
|
|
91
|
+
* 表示一个 Referer 白名单的配置,对应 ConfigType 是 allow*referer*access*rule。
|
|
92
|
+
*/
|
|
93
|
+
allowRefererAccessRule?: pulumi.Input<inputs.cdn.ShareConfigAllowRefererAccessRule>;
|
|
94
|
+
/**
|
|
95
|
+
* 表示一个通用列表的配置,对应 ConfigType 是 common*match*list。
|
|
96
|
+
*/
|
|
97
|
+
commonMatchs?: pulumi.Input<inputs.cdn.ShareConfigCommonMatchs>;
|
|
98
|
+
/**
|
|
99
|
+
* 表示全局配置的名称。名称有以下要求:名称可以包含汉字、字母、数字、下划线(_),长度在 3-45 个字符之间。一个汉字占 3 个字符。名称不能与主账号下某个已有的全局配置的名称相同。
|
|
100
|
+
*/
|
|
101
|
+
configName?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* 表示该全局配置的类型。该参数有以下取值:deny*ip*access*rule:表示 IP 黑名单。allow*ip*access*rule:表示 IP 白名单。deny*referer*access*rule:表示 Referer 黑名单。allow*referer*access*rule:表示 Referer 白名单。common*match*list:表示通用列表。
|
|
104
|
+
*/
|
|
105
|
+
configType?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* 表示一个 IP 黑名单的配置,对应 ConfigType 是 deny*ip*access*rule。
|
|
108
|
+
*/
|
|
109
|
+
denyIpAccessRule?: pulumi.Input<inputs.cdn.ShareConfigDenyIpAccessRule>;
|
|
110
|
+
/**
|
|
111
|
+
* 表示一个 Referer 黑名单的配置,对应 ConfigType 是 deny*referer*access*rule。
|
|
112
|
+
*/
|
|
113
|
+
denyRefererAccessRule?: pulumi.Input<inputs.cdn.ShareConfigDenyRefererAccessRule>;
|
|
114
|
+
/**
|
|
115
|
+
* 表示与该全局配置关联的加速域名的数量。
|
|
116
|
+
*/
|
|
117
|
+
domainCount?: pulumi.Input<number>;
|
|
118
|
+
/**
|
|
119
|
+
* 表示该全局配置所归属的项目名称。
|
|
120
|
+
*/
|
|
121
|
+
project?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* 表示该自定义错误页面的 HTML 代码。
|
|
124
|
+
*/
|
|
125
|
+
ruleContent?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* 表示该全局配置的最近修改时间,单位是 Unix 时间戳。
|
|
128
|
+
*/
|
|
129
|
+
updatedTime?: pulumi.Input<number>;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* The set of arguments for constructing a ShareConfig resource.
|
|
133
|
+
*/
|
|
134
|
+
export interface ShareConfigArgs {
|
|
135
|
+
/**
|
|
136
|
+
* 表示一个 IP 白名单的配置,对应 ConfigType 是 allow*ip*access*rule。
|
|
137
|
+
*/
|
|
138
|
+
allowIpAccessRule?: pulumi.Input<inputs.cdn.ShareConfigAllowIpAccessRule>;
|
|
139
|
+
/**
|
|
140
|
+
* 表示一个 Referer 白名单的配置,对应 ConfigType 是 allow*referer*access*rule。
|
|
141
|
+
*/
|
|
142
|
+
allowRefererAccessRule?: pulumi.Input<inputs.cdn.ShareConfigAllowRefererAccessRule>;
|
|
143
|
+
/**
|
|
144
|
+
* 表示一个通用列表的配置,对应 ConfigType 是 common*match*list。
|
|
145
|
+
*/
|
|
146
|
+
commonMatchs?: pulumi.Input<inputs.cdn.ShareConfigCommonMatchs>;
|
|
147
|
+
/**
|
|
148
|
+
* 表示全局配置的名称。名称有以下要求:名称可以包含汉字、字母、数字、下划线(_),长度在 3-45 个字符之间。一个汉字占 3 个字符。名称不能与主账号下某个已有的全局配置的名称相同。
|
|
149
|
+
*/
|
|
150
|
+
configName?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* 表示该全局配置的类型。该参数有以下取值:deny*ip*access*rule:表示 IP 黑名单。allow*ip*access*rule:表示 IP 白名单。deny*referer*access*rule:表示 Referer 黑名单。allow*referer*access*rule:表示 Referer 白名单。common*match*list:表示通用列表。
|
|
153
|
+
*/
|
|
154
|
+
configType?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* 表示一个 IP 黑名单的配置,对应 ConfigType 是 deny*ip*access*rule。
|
|
157
|
+
*/
|
|
158
|
+
denyIpAccessRule?: pulumi.Input<inputs.cdn.ShareConfigDenyIpAccessRule>;
|
|
159
|
+
/**
|
|
160
|
+
* 表示一个 Referer 黑名单的配置,对应 ConfigType 是 deny*referer*access*rule。
|
|
161
|
+
*/
|
|
162
|
+
denyRefererAccessRule?: pulumi.Input<inputs.cdn.ShareConfigDenyRefererAccessRule>;
|
|
163
|
+
/**
|
|
164
|
+
* 表示该全局配置所归属的项目名称。
|
|
165
|
+
*/
|
|
166
|
+
project?: pulumi.Input<string>;
|
|
167
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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.ShareConfig = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 全局配置扩展了域名的配置能力,具有以下优点:提升了黑白名单的容量。例如,IP 黑名单可以包含高达 30,000 个条目。提升了域名配置的效率。一个全局配置可与多个域名关联。提供了通用列表类型,可以在额外的域名配置中被使用。一个全局配置的修改可立刻应用于其关联的所有域名。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:cdn/shareConfig:ShareConfig example "config_name"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class ShareConfig extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing ShareConfig resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new ShareConfig(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of ShareConfig. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === ShareConfig.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["allowIpAccessRule"] = state ? state.allowIpAccessRule : undefined;
|
|
46
|
+
resourceInputs["allowRefererAccessRule"] = state ? state.allowRefererAccessRule : undefined;
|
|
47
|
+
resourceInputs["commonMatchs"] = state ? state.commonMatchs : undefined;
|
|
48
|
+
resourceInputs["configName"] = state ? state.configName : undefined;
|
|
49
|
+
resourceInputs["configType"] = state ? state.configType : undefined;
|
|
50
|
+
resourceInputs["denyIpAccessRule"] = state ? state.denyIpAccessRule : undefined;
|
|
51
|
+
resourceInputs["denyRefererAccessRule"] = state ? state.denyRefererAccessRule : undefined;
|
|
52
|
+
resourceInputs["domainCount"] = state ? state.domainCount : undefined;
|
|
53
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
54
|
+
resourceInputs["ruleContent"] = state ? state.ruleContent : undefined;
|
|
55
|
+
resourceInputs["updatedTime"] = state ? state.updatedTime : undefined;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
resourceInputs["allowIpAccessRule"] = args ? args.allowIpAccessRule : undefined;
|
|
60
|
+
resourceInputs["allowRefererAccessRule"] = args ? args.allowRefererAccessRule : undefined;
|
|
61
|
+
resourceInputs["commonMatchs"] = args ? args.commonMatchs : undefined;
|
|
62
|
+
resourceInputs["configName"] = args ? args.configName : undefined;
|
|
63
|
+
resourceInputs["configType"] = args ? args.configType : undefined;
|
|
64
|
+
resourceInputs["denyIpAccessRule"] = args ? args.denyIpAccessRule : undefined;
|
|
65
|
+
resourceInputs["denyRefererAccessRule"] = args ? args.denyRefererAccessRule : undefined;
|
|
66
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
67
|
+
resourceInputs["domainCount"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["ruleContent"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["updatedTime"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
72
|
+
super(ShareConfig.__pulumiType, name, resourceInputs, opts);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.ShareConfig = ShareConfig;
|
|
76
|
+
/** @internal */
|
|
77
|
+
ShareConfig.__pulumiType = 'volcenginecc:cdn/shareConfig:ShareConfig';
|
|
78
|
+
//# sourceMappingURL=shareConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shareConfig.js","sourceRoot":"","sources":["../../cdn/shareConfig.ts"],"names":[],"mappings":"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"}
|
package/clb/getListener.d.ts
CHANGED
package/clb/listener.d.ts
CHANGED
|
@@ -147,7 +147,7 @@ export declare class Listener extends pulumi.CustomResource {
|
|
|
147
147
|
*/
|
|
148
148
|
readonly port: pulumi.Output<number>;
|
|
149
149
|
/**
|
|
150
|
-
*
|
|
150
|
+
* 监听器的协议。包括:TCP、UDP、HTTP、HTTPS。
|
|
151
151
|
*/
|
|
152
152
|
readonly protocol: pulumi.Output<string>;
|
|
153
153
|
/**
|
|
@@ -333,7 +333,7 @@ export interface ListenerState {
|
|
|
333
333
|
*/
|
|
334
334
|
port?: pulumi.Input<number>;
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* 监听器的协议。包括:TCP、UDP、HTTP、HTTPS。
|
|
337
337
|
*/
|
|
338
338
|
protocol?: pulumi.Input<string>;
|
|
339
339
|
/**
|
|
@@ -503,7 +503,7 @@ export interface ListenerArgs {
|
|
|
503
503
|
*/
|
|
504
504
|
port: pulumi.Input<number>;
|
|
505
505
|
/**
|
|
506
|
-
*
|
|
506
|
+
* 监听器的协议。包括:TCP、UDP、HTTP、HTTPS。
|
|
507
507
|
*/
|
|
508
508
|
protocol: pulumi.Input<string>;
|
|
509
509
|
/**
|