@volcengine/pulumi 0.0.33 → 0.0.34
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/apig/apigCustomDomain.d.ts +244 -0
- package/apig/apigCustomDomain.js +167 -0
- package/apig/apigCustomDomain.js.map +1 -0
- package/apig/apigGateway.d.ts +262 -0
- package/apig/apigGateway.js +150 -0
- package/apig/apigGateway.js.map +1 -0
- package/apig/apigGatewayService.d.ts +206 -0
- package/apig/apigGatewayService.js +159 -0
- package/apig/apigGatewayService.js.map +1 -0
- package/apig/apigRoute.d.ts +397 -0
- package/apig/apigRoute.js +299 -0
- package/apig/apigRoute.js.map +1 -0
- package/apig/apigUpstream.d.ts +375 -0
- package/apig/apigUpstream.js +278 -0
- package/apig/apigUpstream.js.map +1 -0
- package/apig/apigUpstreamSource.d.ts +214 -0
- package/apig/apigUpstreamSource.js +182 -0
- package/apig/apigUpstreamSource.js.map +1 -0
- package/apig/apigUpstreamVersion.d.ts +211 -0
- package/apig/apigUpstreamVersion.js +206 -0
- package/apig/apigUpstreamVersion.js.map +1 -0
- package/apig/customDomains.d.ts +112 -0
- package/apig/customDomains.js +55 -0
- package/apig/customDomains.js.map +1 -0
- package/apig/gatewayServices.d.ts +104 -0
- package/apig/gatewayServices.js +52 -0
- package/apig/gatewayServices.js.map +1 -0
- package/apig/gateways.d.ts +162 -0
- package/apig/gateways.js +63 -0
- package/apig/gateways.js.map +1 -0
- package/apig/getCustomDomains.d.ts +110 -0
- package/apig/getCustomDomains.js +52 -0
- package/apig/getCustomDomains.js.map +1 -0
- package/apig/getGatewayServices.d.ts +102 -0
- package/apig/getGatewayServices.js +49 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getGateways.d.ts +160 -0
- package/apig/getGateways.js +60 -0
- package/apig/getGateways.js.map +1 -0
- package/apig/getRoutes.d.ts +153 -0
- package/apig/getRoutes.js +54 -0
- package/apig/getRoutes.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +123 -0
- package/apig/getUpstreamSources.js +51 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/getUpstreamVersions.d.ts +84 -0
- package/apig/getUpstreamVersions.js +47 -0
- package/apig/getUpstreamVersions.js.map +1 -0
- package/apig/getUpstreams.d.ts +140 -0
- package/apig/getUpstreams.js +60 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +63 -0
- package/apig/index.js +94 -0
- package/apig/index.js.map +1 -0
- package/apig/routes.d.ts +155 -0
- package/apig/routes.js +57 -0
- package/apig/routes.js.map +1 -0
- package/apig/upstreamSources.d.ts +125 -0
- package/apig/upstreamSources.js +54 -0
- package/apig/upstreamSources.js.map +1 -0
- package/apig/upstreamVersions.d.ts +86 -0
- package/apig/upstreamVersions.js +50 -0
- package/apig/upstreamVersions.js.map +1 -0
- package/apig/upstreams.d.ts +142 -0
- package/apig/upstreams.js +63 -0
- package/apig/upstreams.js.map +1 -0
- package/cen/interRegionBandwidth.d.ts +12 -0
- package/cen/interRegionBandwidth.js +2 -0
- package/cen/interRegionBandwidth.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +6 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +5918 -4016
- package/types/output.d.ts +35080 -27674
- package/vpc/cidrBlockAssociate.d.ts +83 -0
- package/vpc/cidrBlockAssociate.js +80 -0
- package/vpc/cidrBlockAssociate.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +148 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/flowLogActive.d.ts +103 -0
- package/vpc/flowLogActive.js +101 -0
- package/vpc/flowLogActive.js.map +1 -0
- package/vpc/flowLogs.d.ts +231 -0
- package/vpc/flowLogs.js +63 -0
- package/vpc/flowLogs.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +229 -0
- package/vpc/getFlowLogs.js +60 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getSubnets.d.ts +9 -0
- package/vpc/getSubnets.js +1 -0
- package/vpc/getSubnets.js.map +1 -1
- package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
- package/vpc/getTrafficMirrorFilterRules.js +50 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +118 -0
- package/vpc/getTrafficMirrorFilters.js +51 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +187 -0
- package/vpc/getTrafficMirrorSessions.js +57 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +121 -0
- package/vpc/getTrafficMirrorTargets.js +51 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpcs.d.ts +9 -0
- package/vpc/getVpcs.js +1 -0
- package/vpc/getVpcs.js.map +1 -1
- package/vpc/index.d.ts +51 -0
- package/vpc/index.js +67 -2
- package/vpc/index.js.map +1 -1
- package/vpc/subnets.d.ts +9 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +137 -0
- package/vpc/trafficMirrorFilter.js +88 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +245 -0
- package/vpc/trafficMirrorFilterRule.js +144 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorFilterRules.d.ts +105 -0
- package/vpc/trafficMirrorFilterRules.js +53 -0
- package/vpc/trafficMirrorFilterRules.js.map +1 -0
- package/vpc/trafficMirrorFilters.d.ts +120 -0
- package/vpc/trafficMirrorFilters.js +54 -0
- package/vpc/trafficMirrorFilters.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +330 -0
- package/vpc/trafficMirrorSession.js +221 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorSessions.d.ts +189 -0
- package/vpc/trafficMirrorSessions.js +60 -0
- package/vpc/trafficMirrorSessions.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +222 -0
- package/vpc/trafficMirrorTarget.js +159 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/trafficMirrorTargets.d.ts +123 -0
- package/vpc/trafficMirrorTargets.js +54 -0
- package/vpc/trafficMirrorTargets.js.map +1 -0
- package/vpc/vpc.d.ts +8 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +9 -0
- package/vpc/vpcs.js +1 -0
- package/vpc/vpcs.js.map +1 -1
- package/waf/aclRule.d.ts +326 -0
- package/waf/aclRule.js +150 -0
- package/waf/aclRule.js.map +1 -0
- package/waf/aclRules.d.ts +170 -0
- package/waf/aclRules.js +69 -0
- package/waf/aclRules.js.map +1 -0
- package/waf/botAnalyseProtectRule.d.ts +320 -0
- package/waf/botAnalyseProtectRule.js +171 -0
- package/waf/botAnalyseProtectRule.js.map +1 -0
- package/waf/botAnalyseProtectRules.d.ts +145 -0
- package/waf/botAnalyseProtectRules.js +57 -0
- package/waf/botAnalyseProtectRules.js.map +1 -0
- package/waf/ccRule.d.ts +337 -0
- package/waf/ccRule.js +182 -0
- package/waf/ccRule.js.map +1 -0
- package/waf/ccRules.d.ts +149 -0
- package/waf/ccRules.js +61 -0
- package/waf/ccRules.js.map +1 -0
- package/waf/customBot.d.ts +191 -0
- package/waf/customBot.js +127 -0
- package/waf/customBot.js.map +1 -0
- package/waf/customBots.d.ts +86 -0
- package/waf/customBots.js +51 -0
- package/waf/customBots.js.map +1 -0
- package/waf/customPage.d.ts +310 -0
- package/waf/customPage.js +160 -0
- package/waf/customPage.js.map +1 -0
- package/waf/customPages.d.ts +110 -0
- package/waf/customPages.js +52 -0
- package/waf/customPages.js.map +1 -0
- package/waf/domains.d.ts +94 -0
- package/waf/domains.js +48 -0
- package/waf/domains.js.map +1 -0
- package/waf/getAclRules.d.ts +168 -0
- package/waf/getAclRules.js +66 -0
- package/waf/getAclRules.js.map +1 -0
- package/waf/getBotAnalyseProtectRules.d.ts +143 -0
- package/waf/getBotAnalyseProtectRules.js +54 -0
- package/waf/getBotAnalyseProtectRules.js.map +1 -0
- package/waf/getCcRules.d.ts +147 -0
- package/waf/getCcRules.js +58 -0
- package/waf/getCcRules.js.map +1 -0
- package/waf/getCustomBots.d.ts +84 -0
- package/waf/getCustomBots.js +48 -0
- package/waf/getCustomBots.js.map +1 -0
- package/waf/getCustomPages.d.ts +108 -0
- package/waf/getCustomPages.js +49 -0
- package/waf/getCustomPages.js.map +1 -0
- package/waf/getDomains.d.ts +92 -0
- package/waf/getDomains.js +45 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/getHostGroups.d.ts +146 -0
- package/waf/getHostGroups.js +55 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/getIpGroups.d.ts +105 -0
- package/waf/getIpGroups.js +49 -0
- package/waf/getIpGroups.js.map +1 -0
- package/waf/getProhibitions.d.ts +127 -0
- package/waf/getProhibitions.js +55 -0
- package/waf/getProhibitions.js.map +1 -0
- package/waf/getServiceCertificates.d.ts +71 -0
- package/waf/getServiceCertificates.js +43 -0
- package/waf/getServiceCertificates.js.map +1 -0
- package/waf/getSystemBots.d.ts +84 -0
- package/waf/getSystemBots.js +47 -0
- package/waf/getSystemBots.js.map +1 -0
- package/waf/hostGroup.d.ts +152 -0
- package/waf/hostGroup.js +90 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/hostGroups.d.ts +148 -0
- package/waf/hostGroups.js +58 -0
- package/waf/hostGroups.js.map +1 -0
- package/waf/index.d.ts +99 -0
- package/waf/index.js +139 -0
- package/waf/index.js.map +1 -0
- package/waf/instanceCtl.d.ts +95 -0
- package/waf/instanceCtl.js +76 -0
- package/waf/instanceCtl.js.map +1 -0
- package/waf/ipGroup.d.ts +132 -0
- package/waf/ipGroup.js +93 -0
- package/waf/ipGroup.js.map +1 -0
- package/waf/ipGroups.d.ts +107 -0
- package/waf/ipGroups.js +52 -0
- package/waf/ipGroups.js.map +1 -0
- package/waf/prohibitions.d.ts +129 -0
- package/waf/prohibitions.js +58 -0
- package/waf/prohibitions.js.map +1 -0
- package/waf/serviceCertificates.d.ts +73 -0
- package/waf/serviceCertificates.js +46 -0
- package/waf/serviceCertificates.js.map +1 -0
- package/waf/systemBot.d.ts +137 -0
- package/waf/systemBot.js +92 -0
- package/waf/systemBot.js.map +1 -0
- package/waf/systemBots.d.ts +86 -0
- package/waf/systemBots.js +50 -0
- package/waf/systemBots.js.map +1 -0
- package/waf/vulnerability.d.ts +116 -0
- package/waf/vulnerability.js +72 -0
- package/waf/vulnerability.js.map +1 -0
- package/waf/wafDomain.d.ts +877 -0
- package/waf/wafDomain.js +252 -0
- package/waf/wafDomain.js.map +1 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf host groups
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getHostGroups({
|
|
12
|
+
* hostFix: "www.tf-test.com",
|
|
13
|
+
* timeOrderBy: "DESC",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getHostGroups(args: GetHostGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetHostGroupsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getHostGroups.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetHostGroupsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The domain name information queried.
|
|
24
|
+
*/
|
|
25
|
+
hostFix?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the domain name group.
|
|
28
|
+
*/
|
|
29
|
+
hostGroupId?: number;
|
|
30
|
+
/**
|
|
31
|
+
* A list of IDs.
|
|
32
|
+
*/
|
|
33
|
+
ids?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* Whether to return all domain name groups and their name information, it returns by default.
|
|
36
|
+
*/
|
|
37
|
+
listAll?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The name of the domain name group being queried.
|
|
40
|
+
*/
|
|
41
|
+
nameFix?: string;
|
|
42
|
+
/**
|
|
43
|
+
* A Name Regex of Resource.
|
|
44
|
+
*/
|
|
45
|
+
nameRegex?: string;
|
|
46
|
+
/**
|
|
47
|
+
* File name where to save data source results.
|
|
48
|
+
*/
|
|
49
|
+
outputFile?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The rule ID associated with domain name groups.
|
|
52
|
+
*/
|
|
53
|
+
ruleTag?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The list of rule ids associated with the domain name group shows the timing sequence.
|
|
56
|
+
*/
|
|
57
|
+
timeOrderBy: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* A collection of values returned by getHostGroups.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetHostGroupsResult {
|
|
63
|
+
readonly hostFix?: string;
|
|
64
|
+
/**
|
|
65
|
+
* The ID of the domain name group.
|
|
66
|
+
*/
|
|
67
|
+
readonly hostGroupId?: number;
|
|
68
|
+
/**
|
|
69
|
+
* Details of the domain name group list.
|
|
70
|
+
*/
|
|
71
|
+
readonly hostGroupLists: outputs.waf.GetHostGroupsHostGroupList[];
|
|
72
|
+
/**
|
|
73
|
+
* The provider-assigned unique ID for this managed resource.
|
|
74
|
+
*/
|
|
75
|
+
readonly id: string;
|
|
76
|
+
readonly ids?: string[];
|
|
77
|
+
readonly listAll?: boolean;
|
|
78
|
+
readonly nameFix?: string;
|
|
79
|
+
readonly nameRegex?: string;
|
|
80
|
+
readonly outputFile?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The ID of the rule.
|
|
83
|
+
*/
|
|
84
|
+
readonly ruleTag?: string;
|
|
85
|
+
readonly timeOrderBy: string;
|
|
86
|
+
/**
|
|
87
|
+
* The total count of query.
|
|
88
|
+
*/
|
|
89
|
+
readonly totalCount: number;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Use this data source to query detailed information of waf host groups
|
|
93
|
+
* ## Example Usage
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
98
|
+
*
|
|
99
|
+
* const foo = volcengine.waf.getHostGroups({
|
|
100
|
+
* hostFix: "www.tf-test.com",
|
|
101
|
+
* timeOrderBy: "DESC",
|
|
102
|
+
* });
|
|
103
|
+
* ```
|
|
104
|
+
*/
|
|
105
|
+
export declare function getHostGroupsOutput(args: GetHostGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetHostGroupsResult>;
|
|
106
|
+
/**
|
|
107
|
+
* A collection of arguments for invoking getHostGroups.
|
|
108
|
+
*/
|
|
109
|
+
export interface GetHostGroupsOutputArgs {
|
|
110
|
+
/**
|
|
111
|
+
* The domain name information queried.
|
|
112
|
+
*/
|
|
113
|
+
hostFix?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The ID of the domain name group.
|
|
116
|
+
*/
|
|
117
|
+
hostGroupId?: pulumi.Input<number>;
|
|
118
|
+
/**
|
|
119
|
+
* A list of IDs.
|
|
120
|
+
*/
|
|
121
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* Whether to return all domain name groups and their name information, it returns by default.
|
|
124
|
+
*/
|
|
125
|
+
listAll?: pulumi.Input<boolean>;
|
|
126
|
+
/**
|
|
127
|
+
* The name of the domain name group being queried.
|
|
128
|
+
*/
|
|
129
|
+
nameFix?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* A Name Regex of Resource.
|
|
132
|
+
*/
|
|
133
|
+
nameRegex?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* File name where to save data source results.
|
|
136
|
+
*/
|
|
137
|
+
outputFile?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The rule ID associated with domain name groups.
|
|
140
|
+
*/
|
|
141
|
+
ruleTag?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The list of rule ids associated with the domain name group shows the timing sequence.
|
|
144
|
+
*/
|
|
145
|
+
timeOrderBy: pulumi.Input<string>;
|
|
146
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.getHostGroupsOutput = exports.getHostGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf host groups
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getHostGroups({
|
|
17
|
+
* hostFix: "www.tf-test.com",
|
|
18
|
+
* timeOrderBy: "DESC",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getHostGroups(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:waf/getHostGroups:getHostGroups", {
|
|
25
|
+
"hostFix": args.hostFix,
|
|
26
|
+
"hostGroupId": args.hostGroupId,
|
|
27
|
+
"ids": args.ids,
|
|
28
|
+
"listAll": args.listAll,
|
|
29
|
+
"nameFix": args.nameFix,
|
|
30
|
+
"nameRegex": args.nameRegex,
|
|
31
|
+
"outputFile": args.outputFile,
|
|
32
|
+
"ruleTag": args.ruleTag,
|
|
33
|
+
"timeOrderBy": args.timeOrderBy,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.getHostGroups = getHostGroups;
|
|
37
|
+
/**
|
|
38
|
+
* Use this data source to query detailed information of waf host groups
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
44
|
+
*
|
|
45
|
+
* const foo = volcengine.waf.getHostGroups({
|
|
46
|
+
* hostFix: "www.tf-test.com",
|
|
47
|
+
* timeOrderBy: "DESC",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getHostGroupsOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => getHostGroups(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.getHostGroupsOutput = getHostGroupsOutput;
|
|
55
|
+
//# sourceMappingURL=getHostGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHostGroups.js","sourceRoot":"","sources":["../../waf/getHostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,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;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,sCAcC;AA4ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf ip groups
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getIpGroups({
|
|
12
|
+
* timeOrderBy: "DESC",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getIpGroups(args: GetIpGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetIpGroupsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getIpGroups.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetIpGroupsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The address or address segment of the query.
|
|
23
|
+
*/
|
|
24
|
+
ip?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A Name Regex of Resource.
|
|
27
|
+
*/
|
|
28
|
+
nameRegex?: string;
|
|
29
|
+
/**
|
|
30
|
+
* File name where to save data source results.
|
|
31
|
+
*/
|
|
32
|
+
outputFile?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Query the association rule ID.
|
|
35
|
+
*/
|
|
36
|
+
ruleTag?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The arrangement order of the address group.
|
|
39
|
+
*/
|
|
40
|
+
timeOrderBy: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* A collection of values returned by getIpGroups.
|
|
44
|
+
*/
|
|
45
|
+
export interface GetIpGroupsResult {
|
|
46
|
+
/**
|
|
47
|
+
* The provider-assigned unique ID for this managed resource.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
readonly ip?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Address group list information.
|
|
53
|
+
*/
|
|
54
|
+
readonly ipGroupLists: outputs.waf.GetIpGroupsIpGroupList[];
|
|
55
|
+
readonly nameRegex?: string;
|
|
56
|
+
readonly outputFile?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The ID of the rule.
|
|
59
|
+
*/
|
|
60
|
+
readonly ruleTag?: string;
|
|
61
|
+
readonly timeOrderBy: string;
|
|
62
|
+
/**
|
|
63
|
+
* The total count of query.
|
|
64
|
+
*/
|
|
65
|
+
readonly totalCount: number;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Use this data source to query detailed information of waf ip groups
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ```typescript
|
|
72
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
73
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
74
|
+
*
|
|
75
|
+
* const foo = volcengine.waf.getIpGroups({
|
|
76
|
+
* timeOrderBy: "DESC",
|
|
77
|
+
* });
|
|
78
|
+
* ```
|
|
79
|
+
*/
|
|
80
|
+
export declare function getIpGroupsOutput(args: GetIpGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIpGroupsResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getIpGroups.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetIpGroupsOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* The address or address segment of the query.
|
|
87
|
+
*/
|
|
88
|
+
ip?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* A Name Regex of Resource.
|
|
91
|
+
*/
|
|
92
|
+
nameRegex?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* File name where to save data source results.
|
|
95
|
+
*/
|
|
96
|
+
outputFile?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Query the association rule ID.
|
|
99
|
+
*/
|
|
100
|
+
ruleTag?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The arrangement order of the address group.
|
|
103
|
+
*/
|
|
104
|
+
timeOrderBy: pulumi.Input<string>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.getIpGroupsOutput = exports.getIpGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf ip groups
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getIpGroups({
|
|
17
|
+
* timeOrderBy: "DESC",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getIpGroups(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("volcengine:waf/getIpGroups:getIpGroups", {
|
|
24
|
+
"ip": args.ip,
|
|
25
|
+
"nameRegex": args.nameRegex,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
"ruleTag": args.ruleTag,
|
|
28
|
+
"timeOrderBy": args.timeOrderBy,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getIpGroups = getIpGroups;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of waf ip groups
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const foo = volcengine.waf.getIpGroups({
|
|
41
|
+
* timeOrderBy: "DESC",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getIpGroupsOutput(args, opts) {
|
|
46
|
+
return pulumi.output(args).apply((a) => getIpGroups(a, opts));
|
|
47
|
+
}
|
|
48
|
+
exports.getIpGroupsOutput = getIpGroupsOutput;
|
|
49
|
+
//# sourceMappingURL=getIpGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIpGroups.js","sourceRoot":"","sources":["../../waf/getIpGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC;AAqDD;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf prohibitions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getProhibitions({
|
|
12
|
+
* endTime: 1749808824,
|
|
13
|
+
* host: "www.tf-test.com",
|
|
14
|
+
* startTime: 1749805224,
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getProhibitions(args: GetProhibitionsArgs, opts?: pulumi.InvokeOptions): Promise<GetProhibitionsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getProhibitions.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetProhibitionsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* end time.
|
|
25
|
+
*/
|
|
26
|
+
endTime: number;
|
|
27
|
+
/**
|
|
28
|
+
* The domain name of the website that needs to be queried.
|
|
29
|
+
*/
|
|
30
|
+
host: string;
|
|
31
|
+
/**
|
|
32
|
+
* The list shows the order.
|
|
33
|
+
*/
|
|
34
|
+
letterOrderBy?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A Name Regex of Resource.
|
|
37
|
+
*/
|
|
38
|
+
nameRegex?: string;
|
|
39
|
+
/**
|
|
40
|
+
* File name where to save data source results.
|
|
41
|
+
*/
|
|
42
|
+
outputFile?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Attack type filtering.
|
|
45
|
+
*/
|
|
46
|
+
reasons?: string[];
|
|
47
|
+
/**
|
|
48
|
+
* starting time.
|
|
49
|
+
*/
|
|
50
|
+
startTime: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* A collection of values returned by getProhibitions.
|
|
54
|
+
*/
|
|
55
|
+
export interface GetProhibitionsResult {
|
|
56
|
+
readonly endTime: number;
|
|
57
|
+
readonly host: string;
|
|
58
|
+
/**
|
|
59
|
+
* The provider-assigned unique ID for this managed resource.
|
|
60
|
+
*/
|
|
61
|
+
readonly id: string;
|
|
62
|
+
/**
|
|
63
|
+
* Details of the attack IP.
|
|
64
|
+
*/
|
|
65
|
+
readonly ipAggGroups: outputs.waf.GetProhibitionsIpAggGroup[];
|
|
66
|
+
readonly letterOrderBy?: string;
|
|
67
|
+
readonly nameRegex?: string;
|
|
68
|
+
readonly outputFile?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Reason for the ban.
|
|
71
|
+
*/
|
|
72
|
+
readonly reasons?: string[];
|
|
73
|
+
readonly startTime: number;
|
|
74
|
+
/**
|
|
75
|
+
* The total count of query.
|
|
76
|
+
*/
|
|
77
|
+
readonly totalCount: number;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Use this data source to query detailed information of waf prohibitions
|
|
81
|
+
* ## Example Usage
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
86
|
+
*
|
|
87
|
+
* const foo = volcengine.waf.getProhibitions({
|
|
88
|
+
* endTime: 1749808824,
|
|
89
|
+
* host: "www.tf-test.com",
|
|
90
|
+
* startTime: 1749805224,
|
|
91
|
+
* });
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
export declare function getProhibitionsOutput(args: GetProhibitionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProhibitionsResult>;
|
|
95
|
+
/**
|
|
96
|
+
* A collection of arguments for invoking getProhibitions.
|
|
97
|
+
*/
|
|
98
|
+
export interface GetProhibitionsOutputArgs {
|
|
99
|
+
/**
|
|
100
|
+
* end time.
|
|
101
|
+
*/
|
|
102
|
+
endTime: pulumi.Input<number>;
|
|
103
|
+
/**
|
|
104
|
+
* The domain name of the website that needs to be queried.
|
|
105
|
+
*/
|
|
106
|
+
host: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The list shows the order.
|
|
109
|
+
*/
|
|
110
|
+
letterOrderBy?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* A Name Regex of Resource.
|
|
113
|
+
*/
|
|
114
|
+
nameRegex?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* File name where to save data source results.
|
|
117
|
+
*/
|
|
118
|
+
outputFile?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Attack type filtering.
|
|
121
|
+
*/
|
|
122
|
+
reasons?: pulumi.Input<pulumi.Input<string>[]>;
|
|
123
|
+
/**
|
|
124
|
+
* starting time.
|
|
125
|
+
*/
|
|
126
|
+
startTime: pulumi.Input<number>;
|
|
127
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.getProhibitionsOutput = exports.getProhibitions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf prohibitions
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getProhibitions({
|
|
17
|
+
* endTime: 1749808824,
|
|
18
|
+
* host: "www.tf-test.com",
|
|
19
|
+
* startTime: 1749805224,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getProhibitions(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:waf/getProhibitions:getProhibitions", {
|
|
26
|
+
"endTime": args.endTime,
|
|
27
|
+
"host": args.host,
|
|
28
|
+
"letterOrderBy": args.letterOrderBy,
|
|
29
|
+
"nameRegex": args.nameRegex,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"reasons": args.reasons,
|
|
32
|
+
"startTime": args.startTime,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getProhibitions = getProhibitions;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of waf prohibitions
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.waf.getProhibitions({
|
|
45
|
+
* endTime: 1749808824,
|
|
46
|
+
* host: "www.tf-test.com",
|
|
47
|
+
* startTime: 1749805224,
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
function getProhibitionsOutput(args, opts) {
|
|
52
|
+
return pulumi.output(args).apply((a) => getProhibitions(a, opts));
|
|
53
|
+
}
|
|
54
|
+
exports.getProhibitionsOutput = getProhibitionsOutput;
|
|
55
|
+
//# sourceMappingURL=getProhibitions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getProhibitions.js","sourceRoot":"","sources":["../../waf/getProhibitions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC;AA+DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf service certificates
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getServiceCertificates({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getServiceCertificates(args?: GetServiceCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<GetServiceCertificatesResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getServiceCertificates.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetServiceCertificatesArgs {
|
|
19
|
+
/**
|
|
20
|
+
* A Name Regex of Resource.
|
|
21
|
+
*/
|
|
22
|
+
nameRegex?: string;
|
|
23
|
+
/**
|
|
24
|
+
* File name where to save data source results.
|
|
25
|
+
*/
|
|
26
|
+
outputFile?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getServiceCertificates.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetServiceCertificatesResult {
|
|
32
|
+
/**
|
|
33
|
+
* The Information of the certificate.
|
|
34
|
+
*/
|
|
35
|
+
readonly datas: outputs.waf.GetServiceCertificatesData[];
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
readonly nameRegex?: string;
|
|
41
|
+
readonly outputFile?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The total count of query.
|
|
44
|
+
*/
|
|
45
|
+
readonly totalCount: number;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Use this data source to query detailed information of waf service certificates
|
|
49
|
+
* ## Example Usage
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
54
|
+
*
|
|
55
|
+
* const foo = volcengine.waf.getServiceCertificates({});
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare function getServiceCertificatesOutput(args?: GetServiceCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceCertificatesResult>;
|
|
59
|
+
/**
|
|
60
|
+
* A collection of arguments for invoking getServiceCertificates.
|
|
61
|
+
*/
|
|
62
|
+
export interface GetServiceCertificatesOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* A Name Regex of Resource.
|
|
65
|
+
*/
|
|
66
|
+
nameRegex?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* File name where to save data source results.
|
|
69
|
+
*/
|
|
70
|
+
outputFile?: pulumi.Input<string>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.getServiceCertificatesOutput = exports.getServiceCertificates = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf service certificates
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getServiceCertificates({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function getServiceCertificates(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:waf/getServiceCertificates:getServiceCertificates", {
|
|
23
|
+
"nameRegex": args.nameRegex,
|
|
24
|
+
"outputFile": args.outputFile,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getServiceCertificates = getServiceCertificates;
|
|
28
|
+
/**
|
|
29
|
+
* Use this data source to query detailed information of waf service certificates
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
35
|
+
*
|
|
36
|
+
* const foo = volcengine.waf.getServiceCertificates({});
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
function getServiceCertificatesOutput(args, opts) {
|
|
40
|
+
return pulumi.output(args).apply((a) => getServiceCertificates(a, opts));
|
|
41
|
+
}
|
|
42
|
+
exports.getServiceCertificatesOutput = getServiceCertificatesOutput;
|
|
43
|
+
//# sourceMappingURL=getServiceCertificates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getServiceCertificates.js","sourceRoot":"","sources":["../../waf/getServiceCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAmCD;;;;;;;;;;GAUG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|