@pulumi/alicloud 3.31.0 → 3.32.0
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/bastionhost/instance.d.ts +12 -0
- package/bastionhost/instance.js +2 -0
- package/bastionhost/instance.js.map +1 -1
- package/bastionhost/user.d.ts +12 -3
- package/bastionhost/user.js.map +1 -1
- package/bss/getOpenApiPricingModules.d.ts +74 -0
- package/bss/getOpenApiPricingModules.js +40 -0
- package/bss/getOpenApiPricingModules.js.map +1 -1
- package/bss/getOpenApiProducts.d.ts +28 -0
- package/bss/getOpenApiProducts.js +10 -0
- package/bss/getOpenApiProducts.js.map +1 -1
- package/clickhouse/dbCluster.d.ts +6 -6
- package/cms/alarmContact.d.ts +2 -2
- package/cms/alarmContact.js +2 -2
- package/cr/getVpcEndpointLinkedVpcs.d.ts +117 -0
- package/cr/getVpcEndpointLinkedVpcs.js +65 -0
- package/cr/getVpcEndpointLinkedVpcs.js.map +1 -0
- package/cr/index.d.ts +6 -0
- package/cr/index.js +9 -1
- package/cr/index.js.map +1 -1
- package/cr/vpcEndpointLinkedVpc.d.ts +136 -0
- package/cr/vpcEndpointLinkedVpc.js +103 -0
- package/cr/vpcEndpointLinkedVpc.js.map +1 -0
- package/emrv2/cluster.d.ts +358 -0
- package/emrv2/cluster.js +239 -0
- package/emrv2/cluster.js.map +1 -0
- package/emrv2/getClusters.d.ts +135 -0
- package/emrv2/getClusters.js +40 -0
- package/emrv2/getClusters.js.map +1 -0
- package/emrv2/index.d.ts +6 -0
- package/emrv2/index.js +25 -0
- package/emrv2/index.js.map +1 -0
- package/ess/scalingConfiguration.d.ts +12 -0
- package/ess/scalingConfiguration.js +2 -0
- package/ess/scalingConfiguration.js.map +1 -1
- package/expressconnect/getRouterInterfaces.d.ts +110 -0
- package/expressconnect/getRouterInterfaces.js +62 -0
- package/expressconnect/getRouterInterfaces.js.map +1 -0
- package/expressconnect/index.d.ts +6 -0
- package/expressconnect/index.js +9 -1
- package/expressconnect/index.js.map +1 -1
- package/expressconnect/routerInterface.d.ts +493 -0
- package/expressconnect/routerInterface.js +177 -0
- package/expressconnect/routerInterface.js.map +1 -0
- package/hbr/serverBackupPlan.d.ts +36 -0
- package/hbr/serverBackupPlan.js +6 -0
- package/hbr/serverBackupPlan.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/mongodb/instance.d.ts +48 -0
- package/mongodb/instance.js +8 -0
- package/mongodb/instance.js.map +1 -1
- package/nlb/securityPolicy.d.ts +17 -4
- package/nlb/securityPolicy.js +17 -4
- package/nlb/securityPolicy.js.map +1 -1
- package/ots/getSearchIndexes.d.ts +53 -0
- package/ots/getSearchIndexes.js +14 -0
- package/ots/getSearchIndexes.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/threatdetection/getInstances.d.ts +103 -0
- package/threatdetection/getInstances.js +59 -0
- package/threatdetection/getInstances.js.map +1 -0
- package/threatdetection/index.d.ts +6 -0
- package/threatdetection/index.js +9 -1
- package/threatdetection/index.js.map +1 -1
- package/threatdetection/instance.d.ts +360 -0
- package/threatdetection/instance.js +139 -0
- package/threatdetection/instance.js.map +1 -0
- package/types/input.d.ts +284 -0
- package/types/output.d.ts +648 -0
- package/vpc/getRouterInterfaces.d.ts +0 -6
- package/vpc/getRouterInterfaces.js +0 -6
- package/vpc/getRouterInterfaces.js.map +1 -1
- package/vpc/routerInterfaceConnection.d.ts +0 -11
- package/vpc/routerInterfaceConnection.js +0 -11
- package/vpc/routerInterfaceConnection.js.map +1 -1
- package/yundun/bastionHostInstance.d.ts +3 -0
- package/yundun/bastionHostInstance.js +2 -0
- package/yundun/bastionHostInstance.js.map +1 -1
|
@@ -55,6 +55,10 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
55
55
|
* The plan code of Cloud Bastionhost instance. Valid values:
|
|
56
56
|
*/
|
|
57
57
|
readonly planCode: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The public IP address that you want to add to the whitelist.
|
|
60
|
+
*/
|
|
61
|
+
readonly publicWhiteLists: pulumi.Output<string[] | undefined>;
|
|
58
62
|
/**
|
|
59
63
|
* Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`. From version 1.193.0, `renewPeriod` can be modified.
|
|
60
64
|
*/
|
|
@@ -128,6 +132,10 @@ export interface InstanceState {
|
|
|
128
132
|
* The plan code of Cloud Bastionhost instance. Valid values:
|
|
129
133
|
*/
|
|
130
134
|
planCode?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The public IP address that you want to add to the whitelist.
|
|
137
|
+
*/
|
|
138
|
+
publicWhiteLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
131
139
|
/**
|
|
132
140
|
* Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`. From version 1.193.0, `renewPeriod` can be modified.
|
|
133
141
|
*/
|
|
@@ -193,6 +201,10 @@ export interface InstanceArgs {
|
|
|
193
201
|
* The plan code of Cloud Bastionhost instance. Valid values:
|
|
194
202
|
*/
|
|
195
203
|
planCode: pulumi.Input<string>;
|
|
204
|
+
/**
|
|
205
|
+
* The public IP address that you want to add to the whitelist.
|
|
206
|
+
*/
|
|
207
|
+
publicWhiteLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
196
208
|
/**
|
|
197
209
|
* Automatic renewal period. Valid values: `1` to `9`, `12`, `24`, `36`. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`. From version 1.193.0, `renewPeriod` can be modified.
|
|
198
210
|
*/
|
package/bastionhost/instance.js
CHANGED
|
@@ -50,6 +50,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
50
50
|
resourceInputs["licenseCode"] = state ? state.licenseCode : undefined;
|
|
51
51
|
resourceInputs["period"] = state ? state.period : undefined;
|
|
52
52
|
resourceInputs["planCode"] = state ? state.planCode : undefined;
|
|
53
|
+
resourceInputs["publicWhiteLists"] = state ? state.publicWhiteLists : undefined;
|
|
53
54
|
resourceInputs["renewPeriod"] = state ? state.renewPeriod : undefined;
|
|
54
55
|
resourceInputs["renewalPeriodUnit"] = state ? state.renewalPeriodUnit : undefined;
|
|
55
56
|
resourceInputs["renewalStatus"] = state ? state.renewalStatus : undefined;
|
|
@@ -90,6 +91,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
90
91
|
resourceInputs["licenseCode"] = args ? args.licenseCode : undefined;
|
|
91
92
|
resourceInputs["period"] = args ? args.period : undefined;
|
|
92
93
|
resourceInputs["planCode"] = args ? args.planCode : undefined;
|
|
94
|
+
resourceInputs["publicWhiteLists"] = args ? args.publicWhiteLists : undefined;
|
|
93
95
|
resourceInputs["renewPeriod"] = args ? args.renewPeriod : undefined;
|
|
94
96
|
resourceInputs["renewalPeriodUnit"] = args ? args.renewalPeriodUnit : undefined;
|
|
95
97
|
resourceInputs["renewalStatus"] = args ? args.renewalStatus : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../bastionhost/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../bastionhost/instance.ts"],"names":[],"mappings":"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"}
|
package/bastionhost/user.d.ts
CHANGED
|
@@ -107,7 +107,10 @@ export declare class User extends pulumi.CustomResource {
|
|
|
107
107
|
/**
|
|
108
108
|
* Specify the New of the User That Created the Source. Valid Values:
|
|
109
109
|
* * Local: Local User
|
|
110
|
-
* *
|
|
110
|
+
* * Ram: Ram User
|
|
111
|
+
* * AD: AD-authenticated User
|
|
112
|
+
* * LDAP: LDAP-authenticated User
|
|
113
|
+
* > **NOTE:** From version 1.199.0, `source` can be set to `AD`, `LDAP`.
|
|
111
114
|
*/
|
|
112
115
|
readonly source: pulumi.Output<string>;
|
|
113
116
|
/**
|
|
@@ -189,7 +192,10 @@ export interface UserState {
|
|
|
189
192
|
/**
|
|
190
193
|
* Specify the New of the User That Created the Source. Valid Values:
|
|
191
194
|
* * Local: Local User
|
|
192
|
-
* *
|
|
195
|
+
* * Ram: Ram User
|
|
196
|
+
* * AD: AD-authenticated User
|
|
197
|
+
* * LDAP: LDAP-authenticated User
|
|
198
|
+
* > **NOTE:** From version 1.199.0, `source` can be set to `AD`, `LDAP`.
|
|
193
199
|
*/
|
|
194
200
|
source?: pulumi.Input<string>;
|
|
195
201
|
/**
|
|
@@ -263,7 +269,10 @@ export interface UserArgs {
|
|
|
263
269
|
/**
|
|
264
270
|
* Specify the New of the User That Created the Source. Valid Values:
|
|
265
271
|
* * Local: Local User
|
|
266
|
-
* *
|
|
272
|
+
* * Ram: Ram User
|
|
273
|
+
* * AD: AD-authenticated User
|
|
274
|
+
* * LDAP: LDAP-authenticated User
|
|
275
|
+
* > **NOTE:** From version 1.199.0, `source` can be set to `AD`, `LDAP`.
|
|
267
276
|
*/
|
|
268
277
|
source: pulumi.Input<string>;
|
|
269
278
|
/**
|
package/bastionhost/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../bastionhost/user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../bastionhost/user.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,49 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Available in 1.195.0+
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
13
|
+
*
|
|
14
|
+
* const default = alicloud.bss.getOpenApiPricingModules({
|
|
15
|
+
* nameRegex: "国内月均日峰值带宽",
|
|
16
|
+
* productCode: "cdn",
|
|
17
|
+
* productType: "CDN",
|
|
18
|
+
* subscriptionType: "PayAsYouGo",
|
|
19
|
+
* });
|
|
20
|
+
* export const alicloudBssOpenapiPricingModuleExampleId = _default.then(_default => _default.modules?.[0]?.code);
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
3
23
|
export declare function getOpenApiPricingModules(args: GetOpenApiPricingModulesArgs, opts?: pulumi.InvokeOptions): Promise<GetOpenApiPricingModulesResult>;
|
|
4
24
|
/**
|
|
5
25
|
* A collection of arguments for invoking getOpenApiPricingModules.
|
|
6
26
|
*/
|
|
7
27
|
export interface GetOpenApiPricingModulesArgs {
|
|
8
28
|
ids?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* A regex string to filter results by Property name.
|
|
31
|
+
*/
|
|
9
32
|
nameRegex?: string;
|
|
10
33
|
outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The product code.
|
|
36
|
+
*/
|
|
11
37
|
productCode: string;
|
|
38
|
+
/**
|
|
39
|
+
* The product type.
|
|
40
|
+
*/
|
|
12
41
|
productType?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Subscription type. Value:
|
|
44
|
+
* * Subscription: Prepaid.
|
|
45
|
+
* * PayAsYouGo: postpaid.
|
|
46
|
+
*/
|
|
13
47
|
subscriptionType: string;
|
|
14
48
|
}
|
|
15
49
|
/**
|
|
@@ -21,23 +55,63 @@ export interface GetOpenApiPricingModulesResult {
|
|
|
21
55
|
*/
|
|
22
56
|
readonly id: string;
|
|
23
57
|
readonly ids: string[];
|
|
58
|
+
/**
|
|
59
|
+
* A list of Pricing Module Entries. Each element contains the following attributes:
|
|
60
|
+
*/
|
|
24
61
|
readonly modules: outputs.bss.GetOpenApiPricingModulesModule[];
|
|
25
62
|
readonly nameRegex?: string;
|
|
63
|
+
/**
|
|
64
|
+
* A list of name of Pricing Modules.
|
|
65
|
+
*/
|
|
26
66
|
readonly names: string[];
|
|
27
67
|
readonly outputFile?: string;
|
|
28
68
|
readonly productCode: string;
|
|
29
69
|
readonly productType?: string;
|
|
30
70
|
readonly subscriptionType: string;
|
|
31
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
|
|
74
|
+
*
|
|
75
|
+
* > **NOTE:** Available in 1.195.0+
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ```typescript
|
|
80
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
81
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
82
|
+
*
|
|
83
|
+
* const default = alicloud.bss.getOpenApiPricingModules({
|
|
84
|
+
* nameRegex: "国内月均日峰值带宽",
|
|
85
|
+
* productCode: "cdn",
|
|
86
|
+
* productType: "CDN",
|
|
87
|
+
* subscriptionType: "PayAsYouGo",
|
|
88
|
+
* });
|
|
89
|
+
* export const alicloudBssOpenapiPricingModuleExampleId = _default.then(_default => _default.modules?.[0]?.code);
|
|
90
|
+
* ```
|
|
91
|
+
*/
|
|
32
92
|
export declare function getOpenApiPricingModulesOutput(args: GetOpenApiPricingModulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOpenApiPricingModulesResult>;
|
|
33
93
|
/**
|
|
34
94
|
* A collection of arguments for invoking getOpenApiPricingModules.
|
|
35
95
|
*/
|
|
36
96
|
export interface GetOpenApiPricingModulesOutputArgs {
|
|
37
97
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
98
|
+
/**
|
|
99
|
+
* A regex string to filter results by Property name.
|
|
100
|
+
*/
|
|
38
101
|
nameRegex?: pulumi.Input<string>;
|
|
39
102
|
outputFile?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The product code.
|
|
105
|
+
*/
|
|
40
106
|
productCode: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The product type.
|
|
109
|
+
*/
|
|
41
110
|
productType?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Subscription type. Value:
|
|
113
|
+
* * Subscription: Prepaid.
|
|
114
|
+
* * PayAsYouGo: postpaid.
|
|
115
|
+
*/
|
|
42
116
|
subscriptionType: pulumi.Input<string>;
|
|
43
117
|
}
|
|
@@ -5,6 +5,26 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getOpenApiPricingModulesOutput = exports.getOpenApiPricingModules = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Available in 1.195.0+
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
18
|
+
*
|
|
19
|
+
* const default = alicloud.bss.getOpenApiPricingModules({
|
|
20
|
+
* nameRegex: "国内月均日峰值带宽",
|
|
21
|
+
* productCode: "cdn",
|
|
22
|
+
* productType: "CDN",
|
|
23
|
+
* subscriptionType: "PayAsYouGo",
|
|
24
|
+
* });
|
|
25
|
+
* export const alicloudBssOpenapiPricingModuleExampleId = _default.then(_default => _default.modules?.[0]?.code);
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
8
28
|
function getOpenApiPricingModules(args, opts) {
|
|
9
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
30
|
return pulumi.runtime.invoke("alicloud:bss/getOpenApiPricingModules:getOpenApiPricingModules", {
|
|
@@ -17,6 +37,26 @@ function getOpenApiPricingModules(args, opts) {
|
|
|
17
37
|
}, opts);
|
|
18
38
|
}
|
|
19
39
|
exports.getOpenApiPricingModules = getOpenApiPricingModules;
|
|
40
|
+
/**
|
|
41
|
+
* This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
|
|
42
|
+
*
|
|
43
|
+
* > **NOTE:** Available in 1.195.0+
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
50
|
+
*
|
|
51
|
+
* const default = alicloud.bss.getOpenApiPricingModules({
|
|
52
|
+
* nameRegex: "国内月均日峰值带宽",
|
|
53
|
+
* productCode: "cdn",
|
|
54
|
+
* productType: "CDN",
|
|
55
|
+
* subscriptionType: "PayAsYouGo",
|
|
56
|
+
* });
|
|
57
|
+
* export const alicloudBssOpenapiPricingModuleExampleId = _default.then(_default => _default.modules?.[0]?.code);
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
20
60
|
function getOpenApiPricingModulesOutput(args, opts) {
|
|
21
61
|
return pulumi.output(args).apply((a) => getOpenApiPricingModules(a, opts));
|
|
22
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOpenApiPricingModules.js","sourceRoot":"","sources":["../../bss/getOpenApiPricingModules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4DAWC;
|
|
1
|
+
{"version":3,"file":"getOpenApiPricingModules.js","sourceRoot":"","sources":["../../bss/getOpenApiPricingModules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,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,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4DAWC;AAmDD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/zh/bss-openapi/latest/api-doc-bssopenapi-2017-12-14-api-doc-queryproductlist)
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Available in 1.195.0+
|
|
7
|
+
*/
|
|
3
8
|
export declare function getOpenApiProducts(args?: GetOpenApiProductsArgs, opts?: pulumi.InvokeOptions): Promise<GetOpenApiProductsResult>;
|
|
4
9
|
/**
|
|
5
10
|
* A collection of arguments for invoking getOpenApiProducts.
|
|
6
11
|
*/
|
|
7
12
|
export interface GetOpenApiProductsArgs {
|
|
13
|
+
/**
|
|
14
|
+
* A list of product IDs.
|
|
15
|
+
*/
|
|
8
16
|
ids?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* A regex string to filter results by Product name.
|
|
19
|
+
*/
|
|
9
20
|
nameRegex?: string;
|
|
10
21
|
outputFile?: string;
|
|
11
22
|
}
|
|
@@ -19,16 +30,33 @@ export interface GetOpenApiProductsResult {
|
|
|
19
30
|
readonly id: string;
|
|
20
31
|
readonly ids: string[];
|
|
21
32
|
readonly nameRegex?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A list of name of Products.
|
|
35
|
+
*/
|
|
22
36
|
readonly names: string[];
|
|
23
37
|
readonly outputFile?: string;
|
|
38
|
+
/**
|
|
39
|
+
* A list of Product Entries. Each element contains the following attributes:
|
|
40
|
+
*/
|
|
24
41
|
readonly products: outputs.bss.GetOpenApiProductsProduct[];
|
|
25
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/zh/bss-openapi/latest/api-doc-bssopenapi-2017-12-14-api-doc-queryproductlist)
|
|
45
|
+
*
|
|
46
|
+
* > **NOTE:** Available in 1.195.0+
|
|
47
|
+
*/
|
|
26
48
|
export declare function getOpenApiProductsOutput(args?: GetOpenApiProductsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOpenApiProductsResult>;
|
|
27
49
|
/**
|
|
28
50
|
* A collection of arguments for invoking getOpenApiProducts.
|
|
29
51
|
*/
|
|
30
52
|
export interface GetOpenApiProductsOutputArgs {
|
|
53
|
+
/**
|
|
54
|
+
* A list of product IDs.
|
|
55
|
+
*/
|
|
31
56
|
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
57
|
+
/**
|
|
58
|
+
* A regex string to filter results by Product name.
|
|
59
|
+
*/
|
|
32
60
|
nameRegex?: pulumi.Input<string>;
|
|
33
61
|
outputFile?: pulumi.Input<string>;
|
|
34
62
|
}
|
|
@@ -5,6 +5,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getOpenApiProductsOutput = exports.getOpenApiProducts = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/zh/bss-openapi/latest/api-doc-bssopenapi-2017-12-14-api-doc-queryproductlist)
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Available in 1.195.0+
|
|
12
|
+
*/
|
|
8
13
|
function getOpenApiProducts(args, opts) {
|
|
9
14
|
args = args || {};
|
|
10
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -15,6 +20,11 @@ function getOpenApiProducts(args, opts) {
|
|
|
15
20
|
}, opts);
|
|
16
21
|
}
|
|
17
22
|
exports.getOpenApiProducts = getOpenApiProducts;
|
|
23
|
+
/**
|
|
24
|
+
* This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/zh/bss-openapi/latest/api-doc-bssopenapi-2017-12-14-api-doc-queryproductlist)
|
|
25
|
+
*
|
|
26
|
+
* > **NOTE:** Available in 1.195.0+
|
|
27
|
+
*/
|
|
18
28
|
function getOpenApiProductsOutput(args, opts) {
|
|
19
29
|
return pulumi.output(args).apply((a) => getOpenApiProducts(a, opts));
|
|
20
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOpenApiProducts.js","sourceRoot":"","sources":["../../bss/getOpenApiProducts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,oDAAoD,EAAE;QAC/E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;
|
|
1
|
+
{"version":3,"file":"getOpenApiProducts.js","sourceRoot":"","sources":["../../bss/getOpenApiProducts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,oDAAoD,EAAE;QAC/E,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gDASC;AAqCD;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -82,8 +82,8 @@ export declare class DbCluster extends pulumi.CustomResource {
|
|
|
82
82
|
readonly dbClusterAccessWhiteLists: pulumi.Output<outputs.clickhouse.DbClusterDbClusterAccessWhiteList[] | undefined>;
|
|
83
83
|
/**
|
|
84
84
|
* The DBCluster class. According to the category, dbClusterClass has two value ranges:
|
|
85
|
-
* * Under the condition that the category is the `Basic`, Valid values: `
|
|
86
|
-
* * Under the condition that the category is the `HighAvailability`, Valid values: `
|
|
85
|
+
* * Under the condition that the category is the `Basic`, Valid values: `LS20`, `LS40`, `LS80`,`S8`, `S16`, `S32`, `S64`,`S80`, `S104`.
|
|
86
|
+
* * Under the condition that the category is the `HighAvailability`, Valid values: `LC20`, `LC40`, `LC80`,`C8`, `C16`, `C32`, `C64`, `C80`, `C104`.
|
|
87
87
|
*/
|
|
88
88
|
readonly dbClusterClass: pulumi.Output<string>;
|
|
89
89
|
/**
|
|
@@ -181,8 +181,8 @@ export interface DbClusterState {
|
|
|
181
181
|
dbClusterAccessWhiteLists?: pulumi.Input<pulumi.Input<inputs.clickhouse.DbClusterDbClusterAccessWhiteList>[]>;
|
|
182
182
|
/**
|
|
183
183
|
* The DBCluster class. According to the category, dbClusterClass has two value ranges:
|
|
184
|
-
* * Under the condition that the category is the `Basic`, Valid values: `
|
|
185
|
-
* * Under the condition that the category is the `HighAvailability`, Valid values: `
|
|
184
|
+
* * Under the condition that the category is the `Basic`, Valid values: `LS20`, `LS40`, `LS80`,`S8`, `S16`, `S32`, `S64`,`S80`, `S104`.
|
|
185
|
+
* * Under the condition that the category is the `HighAvailability`, Valid values: `LC20`, `LC40`, `LC80`,`C8`, `C16`, `C32`, `C64`, `C80`, `C104`.
|
|
186
186
|
*/
|
|
187
187
|
dbClusterClass?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
@@ -268,8 +268,8 @@ export interface DbClusterArgs {
|
|
|
268
268
|
dbClusterAccessWhiteLists?: pulumi.Input<pulumi.Input<inputs.clickhouse.DbClusterDbClusterAccessWhiteList>[]>;
|
|
269
269
|
/**
|
|
270
270
|
* The DBCluster class. According to the category, dbClusterClass has two value ranges:
|
|
271
|
-
* * Under the condition that the category is the `Basic`, Valid values: `
|
|
272
|
-
* * Under the condition that the category is the `HighAvailability`, Valid values: `
|
|
271
|
+
* * Under the condition that the category is the `Basic`, Valid values: `LS20`, `LS40`, `LS80`,`S8`, `S16`, `S32`, `S64`,`S80`, `S104`.
|
|
272
|
+
* * Under the condition that the category is the `HighAvailability`, Valid values: `LC20`, `LC40`, `LC80`,`C8`, `C16`, `C32`, `C64`, `C80`, `C104`.
|
|
273
273
|
*/
|
|
274
274
|
dbClusterClass: pulumi.Input<string>;
|
|
275
275
|
/**
|
package/cms/alarmContact.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
15
15
|
* // If you use this template, you need to activate the link before you can return to the alarm contact information, otherwise diff will appear in terraform. So please confirm the activation link as soon as possible.
|
|
16
16
|
* const example = new alicloud.cms.AlarmContact("example", {
|
|
17
17
|
* alarmContactName: "zhangsan",
|
|
18
|
-
* channelsMail: "terraform
|
|
18
|
+
* channelsMail: "terraform@test.com",
|
|
19
19
|
* describe: "For Test",
|
|
20
20
|
* });
|
|
21
21
|
* ```
|
|
@@ -28,7 +28,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* const example = new alicloud.cms.AlarmContact("example", {
|
|
29
29
|
* alarmContactName: "zhangsan",
|
|
30
30
|
* describe: "For Test",
|
|
31
|
-
* channelsMail: "terraform
|
|
31
|
+
* channelsMail: "terraform@test.com",
|
|
32
32
|
* });
|
|
33
33
|
* ```
|
|
34
34
|
*
|
package/cms/alarmContact.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
* // If you use this template, you need to activate the link before you can return to the alarm contact information, otherwise diff will appear in terraform. So please confirm the activation link as soon as possible.
|
|
22
22
|
* const example = new alicloud.cms.AlarmContact("example", {
|
|
23
23
|
* alarmContactName: "zhangsan",
|
|
24
|
-
* channelsMail: "terraform
|
|
24
|
+
* channelsMail: "terraform@test.com",
|
|
25
25
|
* describe: "For Test",
|
|
26
26
|
* });
|
|
27
27
|
* ```
|
|
@@ -34,7 +34,7 @@ const utilities = require("../utilities");
|
|
|
34
34
|
* const example = new alicloud.cms.AlarmContact("example", {
|
|
35
35
|
* alarmContactName: "zhangsan",
|
|
36
36
|
* describe: "For Test",
|
|
37
|
-
* channelsMail: "terraform
|
|
37
|
+
* channelsMail: "terraform@test.com",
|
|
38
38
|
* });
|
|
39
39
|
* ```
|
|
40
40
|
*
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the CR Vpc Endpoint Linked Vpcs of the current Alibaba Cloud user.
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* Basic Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
15
|
+
*
|
|
16
|
+
* const ids = alicloud.cr.getVpcEndpointLinkedVpcs({
|
|
17
|
+
* ids: ["example_id"],
|
|
18
|
+
* instanceId: "your_cr_instance_id",
|
|
19
|
+
* moduleName: "Registry",
|
|
20
|
+
* });
|
|
21
|
+
* export const alicloudCrVpcEndpointLinkedVpcsId1 = ids.then(ids => ids.vpcEndpointLinkedVpcs?.[0]?.id);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getVpcEndpointLinkedVpcs(args: GetVpcEndpointLinkedVpcsArgs, opts?: pulumi.InvokeOptions): Promise<GetVpcEndpointLinkedVpcsResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getVpcEndpointLinkedVpcs.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetVpcEndpointLinkedVpcsArgs {
|
|
29
|
+
/**
|
|
30
|
+
* A list of CR Vpc Endpoint Linked Vpc IDs.
|
|
31
|
+
*/
|
|
32
|
+
ids?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* The ID of the instance.
|
|
35
|
+
*/
|
|
36
|
+
instanceId: string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the module that you want to access. Valid Values:
|
|
39
|
+
*/
|
|
40
|
+
moduleName: string;
|
|
41
|
+
outputFile?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
|
|
44
|
+
*/
|
|
45
|
+
status?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A collection of values returned by getVpcEndpointLinkedVpcs.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetVpcEndpointLinkedVpcsResult {
|
|
51
|
+
/**
|
|
52
|
+
* The provider-assigned unique ID for this managed resource.
|
|
53
|
+
*/
|
|
54
|
+
readonly id: string;
|
|
55
|
+
readonly ids: string[];
|
|
56
|
+
/**
|
|
57
|
+
* The ID of the instance.
|
|
58
|
+
*/
|
|
59
|
+
readonly instanceId: string;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the module that you want to access.
|
|
62
|
+
*/
|
|
63
|
+
readonly moduleName: string;
|
|
64
|
+
readonly outputFile?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The status of the Vpc Endpoint Linked Vpc.
|
|
67
|
+
*/
|
|
68
|
+
readonly status?: string;
|
|
69
|
+
/**
|
|
70
|
+
* A list of CR Vpc Endpoint Linked Vpcs. Each element contains the following attributes:
|
|
71
|
+
*/
|
|
72
|
+
readonly vpcEndpointLinkedVpcs: outputs.cr.GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpc[];
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* This data source provides the CR Vpc Endpoint Linked Vpcs of the current Alibaba Cloud user.
|
|
76
|
+
*
|
|
77
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
78
|
+
*
|
|
79
|
+
* ## Example Usage
|
|
80
|
+
*
|
|
81
|
+
* Basic Usage
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
86
|
+
*
|
|
87
|
+
* const ids = alicloud.cr.getVpcEndpointLinkedVpcs({
|
|
88
|
+
* ids: ["example_id"],
|
|
89
|
+
* instanceId: "your_cr_instance_id",
|
|
90
|
+
* moduleName: "Registry",
|
|
91
|
+
* });
|
|
92
|
+
* export const alicloudCrVpcEndpointLinkedVpcsId1 = ids.then(ids => ids.vpcEndpointLinkedVpcs?.[0]?.id);
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function getVpcEndpointLinkedVpcsOutput(args: GetVpcEndpointLinkedVpcsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVpcEndpointLinkedVpcsResult>;
|
|
96
|
+
/**
|
|
97
|
+
* A collection of arguments for invoking getVpcEndpointLinkedVpcs.
|
|
98
|
+
*/
|
|
99
|
+
export interface GetVpcEndpointLinkedVpcsOutputArgs {
|
|
100
|
+
/**
|
|
101
|
+
* A list of CR Vpc Endpoint Linked Vpc IDs.
|
|
102
|
+
*/
|
|
103
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
104
|
+
/**
|
|
105
|
+
* The ID of the instance.
|
|
106
|
+
*/
|
|
107
|
+
instanceId: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The name of the module that you want to access. Valid Values:
|
|
110
|
+
*/
|
|
111
|
+
moduleName: pulumi.Input<string>;
|
|
112
|
+
outputFile?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
|
|
115
|
+
*/
|
|
116
|
+
status?: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.getVpcEndpointLinkedVpcsOutput = exports.getVpcEndpointLinkedVpcs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the CR Vpc Endpoint Linked Vpcs of the current Alibaba Cloud user.
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* Basic Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
20
|
+
*
|
|
21
|
+
* const ids = alicloud.cr.getVpcEndpointLinkedVpcs({
|
|
22
|
+
* ids: ["example_id"],
|
|
23
|
+
* instanceId: "your_cr_instance_id",
|
|
24
|
+
* moduleName: "Registry",
|
|
25
|
+
* });
|
|
26
|
+
* export const alicloudCrVpcEndpointLinkedVpcsId1 = ids.then(ids => ids.vpcEndpointLinkedVpcs?.[0]?.id);
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getVpcEndpointLinkedVpcs(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("alicloud:cr/getVpcEndpointLinkedVpcs:getVpcEndpointLinkedVpcs", {
|
|
32
|
+
"ids": args.ids,
|
|
33
|
+
"instanceId": args.instanceId,
|
|
34
|
+
"moduleName": args.moduleName,
|
|
35
|
+
"outputFile": args.outputFile,
|
|
36
|
+
"status": args.status,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getVpcEndpointLinkedVpcs = getVpcEndpointLinkedVpcs;
|
|
40
|
+
/**
|
|
41
|
+
* This data source provides the CR Vpc Endpoint Linked Vpcs of the current Alibaba Cloud user.
|
|
42
|
+
*
|
|
43
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
44
|
+
*
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* Basic Usage
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
52
|
+
*
|
|
53
|
+
* const ids = alicloud.cr.getVpcEndpointLinkedVpcs({
|
|
54
|
+
* ids: ["example_id"],
|
|
55
|
+
* instanceId: "your_cr_instance_id",
|
|
56
|
+
* moduleName: "Registry",
|
|
57
|
+
* });
|
|
58
|
+
* export const alicloudCrVpcEndpointLinkedVpcsId1 = ids.then(ids => ids.vpcEndpointLinkedVpcs?.[0]?.id);
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
function getVpcEndpointLinkedVpcsOutput(args, opts) {
|
|
62
|
+
return pulumi.output(args).apply((a) => getVpcEndpointLinkedVpcs(a, opts));
|
|
63
|
+
}
|
|
64
|
+
exports.getVpcEndpointLinkedVpcsOutput = getVpcEndpointLinkedVpcsOutput;
|
|
65
|
+
//# sourceMappingURL=getVpcEndpointLinkedVpcs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcEndpointLinkedVpcs.js","sourceRoot":"","sources":["../../cr/getVpcEndpointLinkedVpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4DAUC;AAoDD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|