@volcengine/pulumi 0.0.41 → 0.0.44-alpha.1768546977
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/accessLog.d.ts +60 -0
- package/alb/accessLog.js +57 -0
- package/alb/accessLog.js.map +1 -0
- package/alb/acl.d.ts +28 -0
- package/alb/acl.js +6 -0
- package/alb/acl.js.map +1 -1
- package/alb/acls.d.ts +13 -0
- package/alb/acls.js +1 -0
- package/alb/acls.js.map +1 -1
- package/alb/alb.d.ts +147 -0
- package/alb/alb.js +47 -0
- package/alb/alb.js.map +1 -1
- package/alb/albs.d.ts +24 -0
- package/alb/albs.js +2 -0
- package/alb/albs.js.map +1 -1
- package/alb/allCertificates.d.ts +49 -0
- package/alb/allCertificates.js +29 -0
- package/alb/allCertificates.js.map +1 -0
- package/alb/cacertificate.d.ts +8 -0
- package/alb/cacertificate.js +2 -0
- package/alb/cacertificate.js.map +1 -1
- package/alb/certificate.d.ts +26 -0
- package/alb/certificate.js +8 -0
- package/alb/certificate.js.map +1 -1
- package/alb/certificates.d.ts +33 -0
- package/alb/certificates.js +10 -0
- package/alb/certificates.js.map +1 -1
- package/alb/customizedCfg.d.ts +14 -0
- package/alb/customizedCfg.js +2 -0
- package/alb/customizedCfg.js.map +1 -1
- package/alb/customizedCfgs.d.ts +13 -0
- package/alb/customizedCfgs.js +1 -0
- package/alb/customizedCfgs.js.map +1 -1
- package/alb/getAcls.d.ts +13 -0
- package/alb/getAcls.js +1 -0
- package/alb/getAcls.js.map +1 -1
- package/alb/getAlbs.d.ts +24 -0
- package/alb/getAlbs.js +2 -0
- package/alb/getAlbs.js.map +1 -1
- package/alb/getAllCertificates.d.ts +47 -0
- package/alb/getAllCertificates.js +26 -0
- package/alb/getAllCertificates.js.map +1 -0
- package/alb/getCertificates.d.ts +33 -0
- package/alb/getCertificates.js +10 -0
- package/alb/getCertificates.js.map +1 -1
- package/alb/getCustomizedCfgs.d.ts +13 -0
- package/alb/getCustomizedCfgs.js +1 -0
- package/alb/getCustomizedCfgs.js.map +1 -1
- package/alb/getHealthCheckTemplates.d.ts +33 -0
- package/alb/getHealthCheckTemplates.js +10 -0
- package/alb/getHealthCheckTemplates.js.map +1 -1
- package/alb/getListenerHealths.d.ts +37 -0
- package/alb/getListenerHealths.js +22 -0
- package/alb/getListenerHealths.js.map +1 -0
- package/alb/getListeners.d.ts +25 -0
- package/alb/getListeners.js +2 -0
- package/alb/getListeners.js.map +1 -1
- package/alb/getServerGroupServers.d.ts +20 -0
- package/alb/getServerGroupServers.js +4 -0
- package/alb/getServerGroupServers.js.map +1 -1
- package/alb/getServerGroups.d.ts +25 -0
- package/alb/getServerGroups.js +2 -0
- package/alb/getServerGroups.js.map +1 -1
- package/alb/healthCheckTemplate.d.ts +45 -3
- package/alb/healthCheckTemplate.js +10 -0
- package/alb/healthCheckTemplate.js.map +1 -1
- package/alb/healthCheckTemplates.d.ts +33 -0
- package/alb/healthCheckTemplates.js +10 -0
- package/alb/healthCheckTemplates.js.map +1 -1
- package/alb/healthLog.d.ts +72 -0
- package/alb/healthLog.js +62 -0
- package/alb/healthLog.js.map +1 -0
- package/alb/index.d.ts +24 -0
- package/alb/index.js +34 -2
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +101 -3
- package/alb/listener.js +26 -0
- package/alb/listener.js.map +1 -1
- package/alb/listenerHealths.d.ts +39 -0
- package/alb/listenerHealths.js +25 -0
- package/alb/listenerHealths.js.map +1 -0
- package/alb/listeners.d.ts +25 -0
- package/alb/listeners.js +2 -0
- package/alb/listeners.js.map +1 -1
- package/alb/replaceCertificate.d.ts +183 -0
- package/alb/replaceCertificate.js +82 -0
- package/alb/replaceCertificate.js.map +1 -0
- package/alb/rule.d.ts +107 -0
- package/alb/rule.js +47 -0
- package/alb/rule.js.map +1 -1
- package/alb/serverGroup.d.ts +60 -0
- package/alb/serverGroup.js +20 -0
- package/alb/serverGroup.js.map +1 -1
- package/alb/serverGroupServer.d.ts +18 -6
- package/alb/serverGroupServer.js +2 -0
- package/alb/serverGroupServer.js.map +1 -1
- package/alb/serverGroupServers.d.ts +20 -0
- package/alb/serverGroupServers.js +4 -0
- package/alb/serverGroupServers.js.map +1 -1
- package/alb/serverGroups.d.ts +25 -0
- package/alb/serverGroups.js +2 -0
- package/alb/serverGroups.js.map +1 -1
- package/alb/tlsAccessLog.d.ts +72 -0
- package/alb/tlsAccessLog.js +62 -0
- package/alb/tlsAccessLog.js.map +1 -0
- package/package.json +1 -1
- package/types/input.d.ts +581 -1
- package/types/output.d.ts +1720 -168
package/alb/albs.d.ts
CHANGED
|
@@ -57,6 +57,10 @@ export declare function albs(args?: AlbsArgs, opts?: pulumi.InvokeOptions): Prom
|
|
|
57
57
|
* A collection of arguments for invoking Albs.
|
|
58
58
|
*/
|
|
59
59
|
export interface AlbsArgs {
|
|
60
|
+
/**
|
|
61
|
+
* The public ip address of the Alb.
|
|
62
|
+
*/
|
|
63
|
+
eipAddress?: string;
|
|
60
64
|
/**
|
|
61
65
|
* The private ip address of the Alb.
|
|
62
66
|
*/
|
|
@@ -85,6 +89,10 @@ export interface AlbsArgs {
|
|
|
85
89
|
* Tags.
|
|
86
90
|
*/
|
|
87
91
|
tags?: inputs.alb.AlbsTag[];
|
|
92
|
+
/**
|
|
93
|
+
* The type of the Alb. public: public network ALB. private: private network ALB.
|
|
94
|
+
*/
|
|
95
|
+
type?: string;
|
|
88
96
|
/**
|
|
89
97
|
* The vpc id which Alb belongs to.
|
|
90
98
|
*/
|
|
@@ -98,6 +106,10 @@ export interface AlbsResult {
|
|
|
98
106
|
* The collection of query.
|
|
99
107
|
*/
|
|
100
108
|
readonly albs: outputs.alb.AlbsAlb[];
|
|
109
|
+
/**
|
|
110
|
+
* The Eip address of the Alb.
|
|
111
|
+
*/
|
|
112
|
+
readonly eipAddress?: string;
|
|
101
113
|
/**
|
|
102
114
|
* The Eni address of the Alb in this availability zone.
|
|
103
115
|
*/
|
|
@@ -122,6 +134,10 @@ export interface AlbsResult {
|
|
|
122
134
|
* The total count of query.
|
|
123
135
|
*/
|
|
124
136
|
readonly totalCount: number;
|
|
137
|
+
/**
|
|
138
|
+
* The type of the Alb, valid value: `public`, `private`.
|
|
139
|
+
*/
|
|
140
|
+
readonly type?: string;
|
|
125
141
|
/**
|
|
126
142
|
* The vpc id of the Alb.
|
|
127
143
|
*/
|
|
@@ -183,6 +199,10 @@ export declare function albsOutput(args?: AlbsOutputArgs, opts?: pulumi.InvokeOp
|
|
|
183
199
|
* A collection of arguments for invoking Albs.
|
|
184
200
|
*/
|
|
185
201
|
export interface AlbsOutputArgs {
|
|
202
|
+
/**
|
|
203
|
+
* The public ip address of the Alb.
|
|
204
|
+
*/
|
|
205
|
+
eipAddress?: pulumi.Input<string>;
|
|
186
206
|
/**
|
|
187
207
|
* The private ip address of the Alb.
|
|
188
208
|
*/
|
|
@@ -211,6 +231,10 @@ export interface AlbsOutputArgs {
|
|
|
211
231
|
* Tags.
|
|
212
232
|
*/
|
|
213
233
|
tags?: pulumi.Input<pulumi.Input<inputs.alb.AlbsTagArgs>[]>;
|
|
234
|
+
/**
|
|
235
|
+
* The type of the Alb. public: public network ALB. private: private network ALB.
|
|
236
|
+
*/
|
|
237
|
+
type?: pulumi.Input<string>;
|
|
214
238
|
/**
|
|
215
239
|
* The vpc id which Alb belongs to.
|
|
216
240
|
*/
|
package/alb/albs.js
CHANGED
|
@@ -61,6 +61,7 @@ function albs(args, opts) {
|
|
|
61
61
|
args = args || {};
|
|
62
62
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
63
63
|
return pulumi.runtime.invoke("volcengine:alb/albs:Albs", {
|
|
64
|
+
"eipAddress": args.eipAddress,
|
|
64
65
|
"eniAddress": args.eniAddress,
|
|
65
66
|
"ids": args.ids,
|
|
66
67
|
"loadBalancerName": args.loadBalancerName,
|
|
@@ -68,6 +69,7 @@ function albs(args, opts) {
|
|
|
68
69
|
"outputFile": args.outputFile,
|
|
69
70
|
"project": args.project,
|
|
70
71
|
"tags": args.tags,
|
|
72
|
+
"type": args.type,
|
|
71
73
|
"vpcId": args.vpcId,
|
|
72
74
|
}, opts);
|
|
73
75
|
}
|
package/alb/albs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"albs.js","sourceRoot":"","sources":["../../alb/albs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,6FAA6F;AAC7F,SAAgB,IAAI,CAAC,IAAe,EAAE,IAA2B;IAC7D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gGAAgG,CAAC,CAAA;IACjH,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,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"albs.js","sourceRoot":"","sources":["../../alb/albs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,6FAA6F;AAC7F,SAAgB,IAAI,CAAC,IAAe,EAAE,IAA2B;IAC7D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gGAAgG,CAAC,CAAA;IACjH,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,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,oBAiBC;AA6FD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,6FAA6F;AAC7F,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,gCAEC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/** @deprecated volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates */
|
|
5
|
+
export declare function allCertificates(args?: AllCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<AllCertificatesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking AllCertificates.
|
|
8
|
+
*/
|
|
9
|
+
export interface AllCertificatesArgs {
|
|
10
|
+
certificateName?: string;
|
|
11
|
+
certificateType?: string;
|
|
12
|
+
ids?: string[];
|
|
13
|
+
nameRegex?: string;
|
|
14
|
+
outputFile?: string;
|
|
15
|
+
projectName?: string;
|
|
16
|
+
tags?: inputs.alb.AllCertificatesTag[];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A collection of values returned by AllCertificates.
|
|
20
|
+
*/
|
|
21
|
+
export interface AllCertificatesResult {
|
|
22
|
+
readonly certificateName?: string;
|
|
23
|
+
readonly certificateType?: string;
|
|
24
|
+
readonly certificates: outputs.alb.AllCertificatesCertificate[];
|
|
25
|
+
/**
|
|
26
|
+
* The provider-assigned unique ID for this managed resource.
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
readonly ids?: string[];
|
|
30
|
+
readonly nameRegex?: string;
|
|
31
|
+
readonly outputFile?: string;
|
|
32
|
+
readonly projectName?: string;
|
|
33
|
+
readonly tags?: outputs.alb.AllCertificatesTag[];
|
|
34
|
+
readonly totalCount: number;
|
|
35
|
+
}
|
|
36
|
+
/** @deprecated volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates */
|
|
37
|
+
export declare function allCertificatesOutput(args?: AllCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AllCertificatesResult>;
|
|
38
|
+
/**
|
|
39
|
+
* A collection of arguments for invoking AllCertificates.
|
|
40
|
+
*/
|
|
41
|
+
export interface AllCertificatesOutputArgs {
|
|
42
|
+
certificateName?: pulumi.Input<string>;
|
|
43
|
+
certificateType?: pulumi.Input<string>;
|
|
44
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
45
|
+
nameRegex?: pulumi.Input<string>;
|
|
46
|
+
outputFile?: pulumi.Input<string>;
|
|
47
|
+
projectName?: pulumi.Input<string>;
|
|
48
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.AllCertificatesTagArgs>[]>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.allCertificatesOutput = exports.allCertificates = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/** @deprecated volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates */
|
|
9
|
+
function allCertificates(args, opts) {
|
|
10
|
+
pulumi.log.warn("allCertificates is deprecated: volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates");
|
|
11
|
+
args = args || {};
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcengine:alb/allCertificates:AllCertificates", {
|
|
14
|
+
"certificateName": args.certificateName,
|
|
15
|
+
"certificateType": args.certificateType,
|
|
16
|
+
"ids": args.ids,
|
|
17
|
+
"nameRegex": args.nameRegex,
|
|
18
|
+
"outputFile": args.outputFile,
|
|
19
|
+
"projectName": args.projectName,
|
|
20
|
+
"tags": args.tags,
|
|
21
|
+
}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.allCertificates = allCertificates;
|
|
24
|
+
/** @deprecated volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates */
|
|
25
|
+
function allCertificatesOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply((a) => allCertificates(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.allCertificatesOutput = allCertificatesOutput;
|
|
29
|
+
//# sourceMappingURL=allCertificates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allCertificates.js","sourceRoot":"","sources":["../../alb/allCertificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,mHAAmH;AACnH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iIAAiI,CAAC,CAAA;IAClJ,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,gDAAgD,EAAE;QAC3E,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,0CAcC;AAiCD,mHAAmH;AACnH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,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"}
|
package/alb/cacertificate.d.ts
CHANGED
|
@@ -77,6 +77,10 @@ export declare class CACertificate extends pulumi.CustomResource {
|
|
|
77
77
|
* The project name of the CA certificate.
|
|
78
78
|
*/
|
|
79
79
|
readonly projectName: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The san extension of the Certificate.
|
|
82
|
+
*/
|
|
83
|
+
readonly san: pulumi.Output<string>;
|
|
80
84
|
/**
|
|
81
85
|
* The status of the CA Certificate.
|
|
82
86
|
*/
|
|
@@ -130,6 +134,10 @@ export interface CACertificateState {
|
|
|
130
134
|
* The project name of the CA certificate.
|
|
131
135
|
*/
|
|
132
136
|
projectName?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The san extension of the Certificate.
|
|
139
|
+
*/
|
|
140
|
+
san?: pulumi.Input<string>;
|
|
133
141
|
/**
|
|
134
142
|
* The status of the CA Certificate.
|
|
135
143
|
*/
|
package/alb/cacertificate.js
CHANGED
|
@@ -68,6 +68,7 @@ class CACertificate extends pulumi.CustomResource {
|
|
|
68
68
|
resourceInputs["expiredAt"] = state ? state.expiredAt : undefined;
|
|
69
69
|
resourceInputs["listeners"] = state ? state.listeners : undefined;
|
|
70
70
|
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
71
|
+
resourceInputs["san"] = state ? state.san : undefined;
|
|
71
72
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
72
73
|
}
|
|
73
74
|
else {
|
|
@@ -84,6 +85,7 @@ class CACertificate extends pulumi.CustomResource {
|
|
|
84
85
|
resourceInputs["domainName"] = undefined /*out*/;
|
|
85
86
|
resourceInputs["expiredAt"] = undefined /*out*/;
|
|
86
87
|
resourceInputs["listeners"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["san"] = undefined /*out*/;
|
|
87
89
|
resourceInputs["status"] = undefined /*out*/;
|
|
88
90
|
}
|
|
89
91
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/alb/cacertificate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cacertificate.js","sourceRoot":"","sources":["../../alb/cacertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"cacertificate.js","sourceRoot":"","sources":["../../alb/cacertificate.ts"],"names":[],"mappings":"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"}
|
package/alb/certificate.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Provides a resource to manage alb certificate
|
|
4
6
|
* ## Example Usage
|
|
@@ -11,6 +13,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
11
13
|
* description: "test123",
|
|
12
14
|
* privateKey: "private key",
|
|
13
15
|
* publicKey: "public key",
|
|
16
|
+
* tags: [{
|
|
17
|
+
* key: "k1",
|
|
18
|
+
* value: "v1",
|
|
19
|
+
* }],
|
|
14
20
|
* });
|
|
15
21
|
* ```
|
|
16
22
|
*
|
|
@@ -78,10 +84,18 @@ export declare class Certificate extends pulumi.CustomResource {
|
|
|
78
84
|
* The public key of the Certificate.
|
|
79
85
|
*/
|
|
80
86
|
readonly publicKey: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The san extension of the Certificate.
|
|
89
|
+
*/
|
|
90
|
+
readonly san: pulumi.Output<string>;
|
|
81
91
|
/**
|
|
82
92
|
* The status of the Certificate.
|
|
83
93
|
*/
|
|
84
94
|
readonly status: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Tags.
|
|
97
|
+
*/
|
|
98
|
+
readonly tags: pulumi.Output<outputs.alb.CertificateTag[] | undefined>;
|
|
85
99
|
/**
|
|
86
100
|
* Create a Certificate resource with the given unique name, arguments, and options.
|
|
87
101
|
*
|
|
@@ -135,10 +149,18 @@ export interface CertificateState {
|
|
|
135
149
|
* The public key of the Certificate.
|
|
136
150
|
*/
|
|
137
151
|
publicKey?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* The san extension of the Certificate.
|
|
154
|
+
*/
|
|
155
|
+
san?: pulumi.Input<string>;
|
|
138
156
|
/**
|
|
139
157
|
* The status of the Certificate.
|
|
140
158
|
*/
|
|
141
159
|
status?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Tags.
|
|
162
|
+
*/
|
|
163
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CertificateTag>[]>;
|
|
142
164
|
}
|
|
143
165
|
/**
|
|
144
166
|
* The set of arguments for constructing a Certificate resource.
|
|
@@ -164,4 +186,8 @@ export interface CertificateArgs {
|
|
|
164
186
|
* The public key of the Certificate.
|
|
165
187
|
*/
|
|
166
188
|
publicKey: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* Tags.
|
|
191
|
+
*/
|
|
192
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CertificateTag>[]>;
|
|
167
193
|
}
|
package/alb/certificate.js
CHANGED
|
@@ -17,6 +17,10 @@ const utilities = require("../utilities");
|
|
|
17
17
|
* description: "test123",
|
|
18
18
|
* privateKey: "private key",
|
|
19
19
|
* publicKey: "public key",
|
|
20
|
+
* tags: [{
|
|
21
|
+
* key: "k1",
|
|
22
|
+
* value: "v1",
|
|
23
|
+
* }],
|
|
20
24
|
* });
|
|
21
25
|
* ```
|
|
22
26
|
*
|
|
@@ -66,7 +70,9 @@ class Certificate extends pulumi.CustomResource {
|
|
|
66
70
|
resourceInputs["privateKey"] = state ? state.privateKey : undefined;
|
|
67
71
|
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
68
72
|
resourceInputs["publicKey"] = state ? state.publicKey : undefined;
|
|
73
|
+
resourceInputs["san"] = state ? state.san : undefined;
|
|
69
74
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
75
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
70
76
|
}
|
|
71
77
|
else {
|
|
72
78
|
const args = argsOrState;
|
|
@@ -81,11 +87,13 @@ class Certificate extends pulumi.CustomResource {
|
|
|
81
87
|
resourceInputs["privateKey"] = args ? args.privateKey : undefined;
|
|
82
88
|
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
83
89
|
resourceInputs["publicKey"] = args ? args.publicKey : undefined;
|
|
90
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
84
91
|
resourceInputs["certificateType"] = undefined /*out*/;
|
|
85
92
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
86
93
|
resourceInputs["domainName"] = undefined /*out*/;
|
|
87
94
|
resourceInputs["expiredAt"] = undefined /*out*/;
|
|
88
95
|
resourceInputs["listeners"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["san"] = undefined /*out*/;
|
|
89
97
|
resourceInputs["status"] = undefined /*out*/;
|
|
90
98
|
}
|
|
91
99
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/alb/certificate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../alb/certificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../alb/certificate.ts"],"names":[],"mappings":"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"}
|
package/alb/certificates.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of alb certificates
|
|
@@ -10,6 +11,10 @@ import * as outputs from "../types/output";
|
|
|
10
11
|
*
|
|
11
12
|
* const default = volcengine.alb.getCertificates({
|
|
12
13
|
* certificateName: "tf-test",
|
|
14
|
+
* tags: [{
|
|
15
|
+
* key: "k1",
|
|
16
|
+
* value: "v1",
|
|
17
|
+
* }],
|
|
13
18
|
* });
|
|
14
19
|
* ```
|
|
15
20
|
*/
|
|
@@ -31,6 +36,14 @@ export interface CertificatesArgs {
|
|
|
31
36
|
* File name where to save data source results.
|
|
32
37
|
*/
|
|
33
38
|
outputFile?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The project name to which the certificate belongs.
|
|
41
|
+
*/
|
|
42
|
+
projectName?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Tags.
|
|
45
|
+
*/
|
|
46
|
+
tags?: inputs.alb.CertificatesTag[];
|
|
34
47
|
}
|
|
35
48
|
/**
|
|
36
49
|
* A collection of values returned by Certificates.
|
|
@@ -50,6 +63,14 @@ export interface CertificatesResult {
|
|
|
50
63
|
readonly id: string;
|
|
51
64
|
readonly ids?: string[];
|
|
52
65
|
readonly outputFile?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The ProjectName of the Certificate.
|
|
68
|
+
*/
|
|
69
|
+
readonly projectName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Tags.
|
|
72
|
+
*/
|
|
73
|
+
readonly tags?: outputs.alb.CertificatesTag[];
|
|
53
74
|
/**
|
|
54
75
|
* The total count of Certificate query.
|
|
55
76
|
*/
|
|
@@ -65,6 +86,10 @@ export interface CertificatesResult {
|
|
|
65
86
|
*
|
|
66
87
|
* const default = volcengine.alb.getCertificates({
|
|
67
88
|
* certificateName: "tf-test",
|
|
89
|
+
* tags: [{
|
|
90
|
+
* key: "k1",
|
|
91
|
+
* value: "v1",
|
|
92
|
+
* }],
|
|
68
93
|
* });
|
|
69
94
|
* ```
|
|
70
95
|
*/
|
|
@@ -86,4 +111,12 @@ export interface CertificatesOutputArgs {
|
|
|
86
111
|
* File name where to save data source results.
|
|
87
112
|
*/
|
|
88
113
|
outputFile?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The project name to which the certificate belongs.
|
|
116
|
+
*/
|
|
117
|
+
projectName?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Tags.
|
|
120
|
+
*/
|
|
121
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CertificatesTagArgs>[]>;
|
|
89
122
|
}
|
package/alb/certificates.js
CHANGED
|
@@ -15,6 +15,10 @@ const utilities = require("../utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.alb.getCertificates({
|
|
17
17
|
* certificateName: "tf-test",
|
|
18
|
+
* tags: [{
|
|
19
|
+
* key: "k1",
|
|
20
|
+
* value: "v1",
|
|
21
|
+
* }],
|
|
18
22
|
* });
|
|
19
23
|
* ```
|
|
20
24
|
*/
|
|
@@ -27,6 +31,8 @@ function certificates(args, opts) {
|
|
|
27
31
|
"certificateName": args.certificateName,
|
|
28
32
|
"ids": args.ids,
|
|
29
33
|
"outputFile": args.outputFile,
|
|
34
|
+
"projectName": args.projectName,
|
|
35
|
+
"tags": args.tags,
|
|
30
36
|
}, opts);
|
|
31
37
|
}
|
|
32
38
|
exports.certificates = certificates;
|
|
@@ -40,6 +46,10 @@ exports.certificates = certificates;
|
|
|
40
46
|
*
|
|
41
47
|
* const default = volcengine.alb.getCertificates({
|
|
42
48
|
* certificateName: "tf-test",
|
|
49
|
+
* tags: [{
|
|
50
|
+
* key: "k1",
|
|
51
|
+
* value: "v1",
|
|
52
|
+
* }],
|
|
43
53
|
* });
|
|
44
54
|
* ```
|
|
45
55
|
*/
|
package/alb/certificates.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificates.js","sourceRoot":"","sources":["../../alb/certificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"certificates.js","sourceRoot":"","sources":["../../alb/certificates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,6GAA6G;AAC7G,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,wHAAwH,CAAC,CAAA;IACzI,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,0CAA0C,EAAE;QACrE,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AA2DD;;;;;;;;;;;;;;;;GAgBG;AACH,6GAA6G;AAC7G,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/alb/customizedCfg.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Provides a resource to manage alb customized cfg
|
|
4
6
|
* ## Example Usage
|
|
@@ -55,6 +57,10 @@ export declare class CustomizedCfg extends pulumi.CustomResource {
|
|
|
55
57
|
* The project name of the CustomizedCfg.
|
|
56
58
|
*/
|
|
57
59
|
readonly projectName: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Tags.
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: pulumi.Output<outputs.alb.CustomizedCfgTag[] | undefined>;
|
|
58
64
|
/**
|
|
59
65
|
* Create a CustomizedCfg resource with the given unique name, arguments, and options.
|
|
60
66
|
*
|
|
@@ -84,6 +90,10 @@ export interface CustomizedCfgState {
|
|
|
84
90
|
* The project name of the CustomizedCfg.
|
|
85
91
|
*/
|
|
86
92
|
projectName?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Tags.
|
|
95
|
+
*/
|
|
96
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CustomizedCfgTag>[]>;
|
|
87
97
|
}
|
|
88
98
|
/**
|
|
89
99
|
* The set of arguments for constructing a CustomizedCfg resource.
|
|
@@ -105,4 +115,8 @@ export interface CustomizedCfgArgs {
|
|
|
105
115
|
* The project name of the CustomizedCfg.
|
|
106
116
|
*/
|
|
107
117
|
projectName?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Tags.
|
|
120
|
+
*/
|
|
121
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CustomizedCfgTag>[]>;
|
|
108
122
|
}
|
package/alb/customizedCfg.js
CHANGED
|
@@ -61,6 +61,7 @@ class CustomizedCfg extends pulumi.CustomResource {
|
|
|
61
61
|
resourceInputs["customizedCfgName"] = state ? state.customizedCfgName : undefined;
|
|
62
62
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
63
63
|
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
64
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
64
65
|
}
|
|
65
66
|
else {
|
|
66
67
|
const args = argsOrState;
|
|
@@ -74,6 +75,7 @@ class CustomizedCfg extends pulumi.CustomResource {
|
|
|
74
75
|
resourceInputs["customizedCfgName"] = args ? args.customizedCfgName : undefined;
|
|
75
76
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
76
77
|
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
78
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
77
79
|
}
|
|
78
80
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
79
81
|
super(CustomizedCfg.__pulumiType, name, resourceInputs, opts);
|
package/alb/customizedCfg.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customizedCfg.js","sourceRoot":"","sources":["../../alb/customizedCfg.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"customizedCfg.js","sourceRoot":"","sources":["../../alb/customizedCfg.ts"],"names":[],"mappings":"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"}
|
package/alb/customizedCfgs.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of alb customized cfgs
|
|
@@ -41,6 +42,10 @@ export interface CustomizedCfgsArgs {
|
|
|
41
42
|
* The project name of the CustomizedCfg.
|
|
42
43
|
*/
|
|
43
44
|
projectName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Tags.
|
|
47
|
+
*/
|
|
48
|
+
tags?: inputs.alb.CustomizedCfgsTag[];
|
|
44
49
|
}
|
|
45
50
|
/**
|
|
46
51
|
* A collection of values returned by CustomizedCfgs.
|
|
@@ -69,6 +74,10 @@ export interface CustomizedCfgsResult {
|
|
|
69
74
|
* The project name of CustomizedCfg.
|
|
70
75
|
*/
|
|
71
76
|
readonly projectName?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Tags.
|
|
79
|
+
*/
|
|
80
|
+
readonly tags?: outputs.alb.CustomizedCfgsTag[];
|
|
72
81
|
/**
|
|
73
82
|
* The total count of CustomizedCfg query.
|
|
74
83
|
*/
|
|
@@ -115,4 +124,8 @@ export interface CustomizedCfgsOutputArgs {
|
|
|
115
124
|
* The project name of the CustomizedCfg.
|
|
116
125
|
*/
|
|
117
126
|
projectName?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* Tags.
|
|
129
|
+
*/
|
|
130
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.CustomizedCfgsTagArgs>[]>;
|
|
118
131
|
}
|
package/alb/customizedCfgs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customizedCfgs.js","sourceRoot":"","sources":["../../alb/customizedCfgs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,iHAAiH;AACjH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;IAC/I,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,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"customizedCfgs.js","sourceRoot":"","sources":["../../alb/customizedCfgs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,iHAAiH;AACjH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,8HAA8H,CAAC,CAAA;IAC/I,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,8CAA8C,EAAE;QACzE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wCAcC;AAwED;;;;;;;;;;GAUG;AACH,iHAAiH;AACjH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/alb/getAcls.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of alb acls
|
|
@@ -35,6 +36,10 @@ export interface GetAclsArgs {
|
|
|
35
36
|
* The name of project.
|
|
36
37
|
*/
|
|
37
38
|
projectName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Tags.
|
|
41
|
+
*/
|
|
42
|
+
tags?: inputs.alb.GetAclsTag[];
|
|
38
43
|
}
|
|
39
44
|
/**
|
|
40
45
|
* A collection of values returned by getAcls.
|
|
@@ -58,6 +63,10 @@ export interface GetAclsResult {
|
|
|
58
63
|
* The project name of Acl.
|
|
59
64
|
*/
|
|
60
65
|
readonly projectName?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Tags.
|
|
68
|
+
*/
|
|
69
|
+
readonly tags?: outputs.alb.GetAclsTag[];
|
|
61
70
|
/**
|
|
62
71
|
* The total count of Acl query.
|
|
63
72
|
*/
|
|
@@ -98,4 +107,8 @@ export interface GetAclsOutputArgs {
|
|
|
98
107
|
* The name of project.
|
|
99
108
|
*/
|
|
100
109
|
projectName?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* Tags.
|
|
112
|
+
*/
|
|
113
|
+
tags?: pulumi.Input<pulumi.Input<inputs.alb.GetAclsTagArgs>[]>;
|
|
101
114
|
}
|
package/alb/getAcls.js
CHANGED
package/alb/getAcls.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAcls.js","sourceRoot":"","sources":["../../alb/getAcls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,gCAAgC,EAAE;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"getAcls.js","sourceRoot":"","sources":["../../alb/getAcls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,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,gCAAgC,EAAE;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AA2DD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|