@pulumi/alicloud 3.33.0 → 3.34.0-alpha.1679062117
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/actiontrail/getGlobalEventsStorageRegion.d.ts +29 -0
- package/actiontrail/getGlobalEventsStorageRegion.js +30 -0
- package/actiontrail/getGlobalEventsStorageRegion.js.map +1 -0
- package/actiontrail/globalEventsStorageRegion.d.ts +68 -0
- package/actiontrail/globalEventsStorageRegion.js +69 -0
- package/actiontrail/globalEventsStorageRegion.js.map +1 -0
- package/actiontrail/index.d.ts +5 -0
- package/actiontrail/index.js +8 -1
- package/actiontrail/index.js.map +1 -1
- package/alikafka/instance.d.ts +19 -1
- package/alikafka/instance.js +2 -3
- package/alikafka/instance.js.map +1 -1
- package/cdn/domainConfig.d.ts +1 -1
- package/cdn/domainConfig.js +1 -1
- package/cen/transitRouterRouteTable.d.ts +18 -0
- package/cen/transitRouterRouteTable.js +2 -0
- package/cen/transitRouterRouteTable.js.map +1 -1
- package/cms/siteMonitor.d.ts +3 -3
- package/dcdn/er.d.ts +113 -0
- package/dcdn/er.js +95 -0
- package/dcdn/er.js.map +1 -0
- package/dcdn/getWafRules.d.ts +88 -0
- package/dcdn/getWafRules.js +58 -0
- package/dcdn/getWafRules.js.map +1 -0
- package/dcdn/index.d.ts +9 -0
- package/dcdn/index.js +14 -1
- package/dcdn/index.js.map +1 -1
- package/dcdn/wafPolicy.d.ts +3 -3
- package/dcdn/wafRule.d.ts +296 -0
- package/dcdn/wafRule.js +149 -0
- package/dcdn/wafRule.js.map +1 -0
- package/dms/enterpriseInstance.d.ts +1 -1
- package/dns/record.d.ts +1 -1
- package/dns/record.js +1 -1
- package/drds/instance.d.ts +12 -0
- package/drds/instance.js +2 -0
- package/drds/instance.js.map +1 -1
- package/ecs/instance.d.ts +25 -4
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/eflo/getVpds.d.ts +156 -0
- package/eflo/getVpds.js +67 -0
- package/eflo/getVpds.js.map +1 -0
- package/eflo/index.d.ts +6 -0
- package/eflo/index.js +25 -0
- package/eflo/index.js.map +1 -0
- package/eflo/vpd.d.ts +125 -0
- package/eflo/vpd.js +94 -0
- package/eflo/vpd.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kvstore/instance.d.ts +0 -83
- package/kvstore/instance.js +0 -83
- package/kvstore/instance.js.map +1 -1
- package/oos/patchBaseline.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/polardb/cluster.d.ts +1 -1
- package/polardb/endpoint.d.ts +4 -0
- package/polardb/endpoint.js +3 -0
- package/polardb/endpoint.js.map +1 -1
- package/rds/instance.d.ts +3 -3
- package/rds/readOnlyInstance.d.ts +75 -0
- package/rds/readOnlyInstance.js +10 -0
- package/rds/readOnlyInstance.js.map +1 -1
- package/resourcemanager/resourceDirectory.d.ts +12 -0
- package/resourcemanager/resourceDirectory.js +2 -0
- package/resourcemanager/resourceDirectory.js.map +1 -1
- package/types/input.d.ts +729 -0
- package/types/output.d.ts +897 -1
- package/vpc/forwardEntry.d.ts +4 -1
- package/vpc/forwardEntry.js +4 -1
- package/vpc/forwardEntry.js.map +1 -1
- package/vpc/getForwardEntries.d.ts +18 -12
- package/vpc/getForwardEntries.js +18 -12
- package/vpc/getForwardEntries.js.map +1 -1
- package/vpc/havipAttachment.d.ts +20 -0
- package/vpc/havipAttachment.js +4 -0
- package/vpc/havipAttachment.js.map +1 -1
- package/vpc/routerInterface.d.ts +4 -1
- package/vpc/routerInterface.js +4 -1
- package/vpc/routerInterface.js.map +1 -1
- package/vpc/subnet.d.ts +8 -0
- package/vpc/subnet.js +6 -0
- package/vpc/subnet.js.map +1 -1
- package/vpc/switch.d.ts +32 -0
- package/vpc/switch.js +6 -0
- package/vpc/switch.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +6 -6
- package/waf/domain.d.ts +1 -1
- package/waf/domain.js +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This data source provides the Actiontrail Global Events Storage Region of the current Alibaba Cloud user.
|
|
4
|
+
*
|
|
5
|
+
* > **NOTE:** Available in v1.201.0+.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* Basic Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
14
|
+
*
|
|
15
|
+
* const default = alicloud.actiontrail.getGlobalEventsStorageRegion({});
|
|
16
|
+
* export const alicloudActiontrailGlobalEventsStorageRegion1 = _default.then(_default => _default.storageRegion);
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getGlobalEventsStorageRegion(opts?: pulumi.InvokeOptions): Promise<GetGlobalEventsStorageRegionResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of values returned by getGlobalEventsStorageRegion.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetGlobalEventsStorageRegionResult {
|
|
24
|
+
/**
|
|
25
|
+
* The provider-assigned unique ID for this managed resource.
|
|
26
|
+
*/
|
|
27
|
+
readonly id: string;
|
|
28
|
+
readonly storageRegion: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getGlobalEventsStorageRegion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the Actiontrail Global Events Storage Region of the current Alibaba Cloud user.
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Available in v1.201.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 default = alicloud.actiontrail.getGlobalEventsStorageRegion({});
|
|
22
|
+
* export const alicloudActiontrailGlobalEventsStorageRegion1 = _default.then(_default => _default.storageRegion);
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getGlobalEventsStorageRegion(opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("alicloud:actiontrail/getGlobalEventsStorageRegion:getGlobalEventsStorageRegion", {}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getGlobalEventsStorageRegion = getGlobalEventsStorageRegion;
|
|
30
|
+
//# sourceMappingURL=getGlobalEventsStorageRegion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGlobalEventsStorageRegion.js","sourceRoot":"","sources":["../../actiontrail/getGlobalEventsStorageRegion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,4BAA4B,CAAC,IAA2B;IAEpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Global events storage region resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about global events storage region and how to use it, see [What is Global Events Storage Region](https://help.aliyun.com/document_detail/608293.html).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in 1.201.0+
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
14
|
+
*
|
|
15
|
+
* const foo = new alicloud.actiontrail.GlobalEventsStorageRegion("foo", {storageRegion: "cn-hangzhou"});
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* Global events storage region not can be imported.
|
|
21
|
+
*/
|
|
22
|
+
export declare class GlobalEventsStorageRegion extends pulumi.CustomResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get an existing GlobalEventsStorageRegion resource's state with the given name, ID, and optional extra
|
|
25
|
+
* properties used to qualify the lookup.
|
|
26
|
+
*
|
|
27
|
+
* @param name The _unique_ name of the resulting resource.
|
|
28
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
29
|
+
* @param state Any extra arguments used during the lookup.
|
|
30
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
31
|
+
*/
|
|
32
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GlobalEventsStorageRegionState, opts?: pulumi.CustomResourceOptions): GlobalEventsStorageRegion;
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of GlobalEventsStorageRegion. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj: any): obj is GlobalEventsStorageRegion;
|
|
38
|
+
/**
|
|
39
|
+
* Global Events Storage Region.
|
|
40
|
+
*/
|
|
41
|
+
readonly storageRegion: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Create a GlobalEventsStorageRegion resource with the given unique name, arguments, and options.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resource.
|
|
46
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
47
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
48
|
+
*/
|
|
49
|
+
constructor(name: string, args?: GlobalEventsStorageRegionArgs, opts?: pulumi.CustomResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Input properties used for looking up and filtering GlobalEventsStorageRegion resources.
|
|
53
|
+
*/
|
|
54
|
+
export interface GlobalEventsStorageRegionState {
|
|
55
|
+
/**
|
|
56
|
+
* Global Events Storage Region.
|
|
57
|
+
*/
|
|
58
|
+
storageRegion?: pulumi.Input<string>;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The set of arguments for constructing a GlobalEventsStorageRegion resource.
|
|
62
|
+
*/
|
|
63
|
+
export interface GlobalEventsStorageRegionArgs {
|
|
64
|
+
/**
|
|
65
|
+
* Global Events Storage Region.
|
|
66
|
+
*/
|
|
67
|
+
storageRegion?: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.GlobalEventsStorageRegion = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Global events storage region resource.
|
|
10
|
+
*
|
|
11
|
+
* For information about global events storage region and how to use it, see [What is Global Events Storage Region](https://help.aliyun.com/document_detail/608293.html).
|
|
12
|
+
*
|
|
13
|
+
* > **NOTE:** Available in 1.201.0+
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
20
|
+
*
|
|
21
|
+
* const foo = new alicloud.actiontrail.GlobalEventsStorageRegion("foo", {storageRegion: "cn-hangzhou"});
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* Global events storage region not can be imported.
|
|
27
|
+
*/
|
|
28
|
+
class GlobalEventsStorageRegion extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing GlobalEventsStorageRegion resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name, id, state, opts) {
|
|
39
|
+
return new GlobalEventsStorageRegion(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of GlobalEventsStorageRegion. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj) {
|
|
46
|
+
if (obj === undefined || obj === null) {
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
return obj['__pulumiType'] === GlobalEventsStorageRegion.__pulumiType;
|
|
50
|
+
}
|
|
51
|
+
constructor(name, argsOrState, opts) {
|
|
52
|
+
let resourceInputs = {};
|
|
53
|
+
opts = opts || {};
|
|
54
|
+
if (opts.id) {
|
|
55
|
+
const state = argsOrState;
|
|
56
|
+
resourceInputs["storageRegion"] = state ? state.storageRegion : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
resourceInputs["storageRegion"] = args ? args.storageRegion : undefined;
|
|
61
|
+
}
|
|
62
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
63
|
+
super(GlobalEventsStorageRegion.__pulumiType, name, resourceInputs, opts);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.GlobalEventsStorageRegion = GlobalEventsStorageRegion;
|
|
67
|
+
/** @internal */
|
|
68
|
+
GlobalEventsStorageRegion.__pulumiType = 'alicloud:actiontrail/globalEventsStorageRegion:GlobalEventsStorageRegion';
|
|
69
|
+
//# sourceMappingURL=globalEventsStorageRegion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"globalEventsStorageRegion.js","sourceRoot":"","sources":["../../actiontrail/globalEventsStorageRegion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAeD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AArDL,8DAsDC;AAxCG,gBAAgB;AACO,sCAAY,GAAG,0EAA0E,CAAC"}
|
package/actiontrail/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export { GetConsumerGroupsArgs, GetConsumerGroupsResult, GetConsumerGroupsOutputArgs } from "./getConsumerGroups";
|
|
2
2
|
export declare const getConsumerGroups: typeof import("./getConsumerGroups").getConsumerGroups;
|
|
3
3
|
export declare const getConsumerGroupsOutput: typeof import("./getConsumerGroups").getConsumerGroupsOutput;
|
|
4
|
+
export { GetGlobalEventsStorageRegionResult } from "./getGlobalEventsStorageRegion";
|
|
5
|
+
export declare const getGlobalEventsStorageRegion: typeof import("./getGlobalEventsStorageRegion").getGlobalEventsStorageRegion;
|
|
4
6
|
export { GetHistoryDeliveryJobsArgs, GetHistoryDeliveryJobsResult, GetHistoryDeliveryJobsOutputArgs } from "./getHistoryDeliveryJobs";
|
|
5
7
|
export declare const getHistoryDeliveryJobs: typeof import("./getHistoryDeliveryJobs").getHistoryDeliveryJobs;
|
|
6
8
|
export declare const getHistoryDeliveryJobsOutput: typeof import("./getHistoryDeliveryJobs").getHistoryDeliveryJobsOutput;
|
|
@@ -22,6 +24,9 @@ export declare const getTrailsOutput: typeof import("./getTrails").getTrailsOutp
|
|
|
22
24
|
export { GetTrailsDeprecatedArgs, GetTrailsDeprecatedResult, GetTrailsDeprecatedOutputArgs } from "./getTrailsDeprecated";
|
|
23
25
|
export declare const getTrailsDeprecated: typeof import("./getTrailsDeprecated").getTrailsDeprecated;
|
|
24
26
|
export declare const getTrailsDeprecatedOutput: typeof import("./getTrailsDeprecated").getTrailsDeprecatedOutput;
|
|
27
|
+
export { GlobalEventsStorageRegionArgs, GlobalEventsStorageRegionState } from "./globalEventsStorageRegion";
|
|
28
|
+
export type GlobalEventsStorageRegion = import("./globalEventsStorageRegion").GlobalEventsStorageRegion;
|
|
29
|
+
export declare const GlobalEventsStorageRegion: typeof import("./globalEventsStorageRegion").GlobalEventsStorageRegion;
|
|
25
30
|
export { HistoryDeliveryJobArgs, HistoryDeliveryJobState } from "./historyDeliveryJob";
|
|
26
31
|
export type HistoryDeliveryJob = import("./historyDeliveryJob").HistoryDeliveryJob;
|
|
27
32
|
export declare const HistoryDeliveryJob: typeof import("./historyDeliveryJob").HistoryDeliveryJob;
|
package/actiontrail/index.js
CHANGED
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.TrailDeprecated = exports.Trail = exports.HistoryDeliveryJob = exports.getTrailsDeprecatedOutput = exports.getTrailsDeprecated = exports.getTrailsOutput = exports.getTrails = exports.getTopicsOutput = exports.getTopics = exports.getSaslUsersOutput = exports.getSaslUsers = exports.getSaslAclsOutput = exports.getSaslAcls = exports.getInstancesOutput = exports.getInstances = exports.getHistoryDeliveryJobsOutput = exports.getHistoryDeliveryJobs = exports.getConsumerGroupsOutput = exports.getConsumerGroups = void 0;
|
|
5
|
+
exports.TrailDeprecated = exports.Trail = exports.HistoryDeliveryJob = exports.GlobalEventsStorageRegion = exports.getTrailsDeprecatedOutput = exports.getTrailsDeprecated = exports.getTrailsOutput = exports.getTrails = exports.getTopicsOutput = exports.getTopics = exports.getSaslUsersOutput = exports.getSaslUsers = exports.getSaslAclsOutput = exports.getSaslAcls = exports.getInstancesOutput = exports.getInstances = exports.getHistoryDeliveryJobsOutput = exports.getHistoryDeliveryJobs = exports.getGlobalEventsStorageRegion = exports.getConsumerGroupsOutput = exports.getConsumerGroups = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getConsumerGroups = null;
|
|
9
9
|
exports.getConsumerGroupsOutput = null;
|
|
10
10
|
utilities.lazyLoad(exports, ["getConsumerGroups", "getConsumerGroupsOutput"], () => require("./getConsumerGroups"));
|
|
11
|
+
exports.getGlobalEventsStorageRegion = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getGlobalEventsStorageRegion"], () => require("./getGlobalEventsStorageRegion"));
|
|
11
13
|
exports.getHistoryDeliveryJobs = null;
|
|
12
14
|
exports.getHistoryDeliveryJobsOutput = null;
|
|
13
15
|
utilities.lazyLoad(exports, ["getHistoryDeliveryJobs", "getHistoryDeliveryJobsOutput"], () => require("./getHistoryDeliveryJobs"));
|
|
@@ -29,6 +31,8 @@ utilities.lazyLoad(exports, ["getTrails", "getTrailsOutput"], () => require("./g
|
|
|
29
31
|
exports.getTrailsDeprecated = null;
|
|
30
32
|
exports.getTrailsDeprecatedOutput = null;
|
|
31
33
|
utilities.lazyLoad(exports, ["getTrailsDeprecated", "getTrailsDeprecatedOutput"], () => require("./getTrailsDeprecated"));
|
|
34
|
+
exports.GlobalEventsStorageRegion = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["GlobalEventsStorageRegion"], () => require("./globalEventsStorageRegion"));
|
|
32
36
|
exports.HistoryDeliveryJob = null;
|
|
33
37
|
utilities.lazyLoad(exports, ["HistoryDeliveryJob"], () => require("./historyDeliveryJob"));
|
|
34
38
|
exports.Trail = null;
|
|
@@ -39,6 +43,8 @@ const _module = {
|
|
|
39
43
|
version: utilities.getVersion(),
|
|
40
44
|
construct: (name, type, urn) => {
|
|
41
45
|
switch (type) {
|
|
46
|
+
case "alicloud:actiontrail/globalEventsStorageRegion:GlobalEventsStorageRegion":
|
|
47
|
+
return new exports.GlobalEventsStorageRegion(name, undefined, { urn });
|
|
42
48
|
case "alicloud:actiontrail/historyDeliveryJob:HistoryDeliveryJob":
|
|
43
49
|
return new exports.HistoryDeliveryJob(name, undefined, { urn });
|
|
44
50
|
case "alicloud:actiontrail/trail:Trail":
|
|
@@ -50,6 +56,7 @@ const _module = {
|
|
|
50
56
|
}
|
|
51
57
|
},
|
|
52
58
|
};
|
|
59
|
+
pulumi.runtime.registerResourceModule("alicloud", "actiontrail/globalEventsStorageRegion", _module);
|
|
53
60
|
pulumi.runtime.registerResourceModule("alicloud", "actiontrail/historyDeliveryJob", _module);
|
|
54
61
|
pulumi.runtime.registerResourceModule("alicloud", "actiontrail/trail", _module);
|
|
55
62
|
pulumi.runtime.registerResourceModule("alicloud", "actiontrail/trailDeprecated", _module);
|
package/actiontrail/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../actiontrail/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGrH,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAI5G,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAI9E,QAAA,KAAK,GAAmC,IAAW,CAAC;AACjE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;AAIpD,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGrF,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4DAA4D;gBAC7D,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,kCAAkC;gBACnC,OAAO,IAAI,aAAK,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnD,KAAK,sDAAsD;gBACvD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,UAAU,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA;AAC5F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,UAAU,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,UAAU,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../actiontrail/index.ts"],"names":[],"mappings":"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"}
|
package/alikafka/instance.d.ts
CHANGED
|
@@ -98,6 +98,12 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
98
98
|
* The max value of io of the instance. When modify this value, it only support adjust to a greater value.
|
|
99
99
|
*/
|
|
100
100
|
readonly ioMax: pulumi.Output<number>;
|
|
101
|
+
/**
|
|
102
|
+
* The traffic specification of the instance. We recommend that you configure this parameter.
|
|
103
|
+
* - You should specify one of the `ioMax` and `ioMaxSpec` parameters, and `ioMaxSpec` is recommended.
|
|
104
|
+
* - For more information about the valid values, see [Billing](https://www.alibabacloud.com/help/en/message-queue-for-apache-kafka/latest/billing-overview).
|
|
105
|
+
*/
|
|
106
|
+
readonly ioMaxSpec: pulumi.Output<string>;
|
|
101
107
|
/**
|
|
102
108
|
* The ID of the key that is used to encrypt data on standard SSDs in the region of the instance.
|
|
103
109
|
*/
|
|
@@ -206,6 +212,12 @@ export interface InstanceState {
|
|
|
206
212
|
* The max value of io of the instance. When modify this value, it only support adjust to a greater value.
|
|
207
213
|
*/
|
|
208
214
|
ioMax?: pulumi.Input<number>;
|
|
215
|
+
/**
|
|
216
|
+
* The traffic specification of the instance. We recommend that you configure this parameter.
|
|
217
|
+
* - You should specify one of the `ioMax` and `ioMaxSpec` parameters, and `ioMaxSpec` is recommended.
|
|
218
|
+
* - For more information about the valid values, see [Billing](https://www.alibabacloud.com/help/en/message-queue-for-apache-kafka/latest/billing-overview).
|
|
219
|
+
*/
|
|
220
|
+
ioMaxSpec?: pulumi.Input<string>;
|
|
209
221
|
/**
|
|
210
222
|
* The ID of the key that is used to encrypt data on standard SSDs in the region of the instance.
|
|
211
223
|
*/
|
|
@@ -301,7 +313,13 @@ export interface InstanceArgs {
|
|
|
301
313
|
/**
|
|
302
314
|
* The max value of io of the instance. When modify this value, it only support adjust to a greater value.
|
|
303
315
|
*/
|
|
304
|
-
ioMax
|
|
316
|
+
ioMax?: pulumi.Input<number>;
|
|
317
|
+
/**
|
|
318
|
+
* The traffic specification of the instance. We recommend that you configure this parameter.
|
|
319
|
+
* - You should specify one of the `ioMax` and `ioMaxSpec` parameters, and `ioMaxSpec` is recommended.
|
|
320
|
+
* - For more information about the valid values, see [Billing](https://www.alibabacloud.com/help/en/message-queue-for-apache-kafka/latest/billing-overview).
|
|
321
|
+
*/
|
|
322
|
+
ioMaxSpec?: pulumi.Input<string>;
|
|
305
323
|
/**
|
|
306
324
|
* The ID of the key that is used to encrypt data on standard SSDs in the region of the instance.
|
|
307
325
|
*/
|
package/alikafka/instance.js
CHANGED
|
@@ -93,6 +93,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
93
93
|
resourceInputs["eipMax"] = state ? state.eipMax : undefined;
|
|
94
94
|
resourceInputs["endPoint"] = state ? state.endPoint : undefined;
|
|
95
95
|
resourceInputs["ioMax"] = state ? state.ioMax : undefined;
|
|
96
|
+
resourceInputs["ioMaxSpec"] = state ? state.ioMaxSpec : undefined;
|
|
96
97
|
resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
|
|
97
98
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
98
99
|
resourceInputs["paidType"] = state ? state.paidType : undefined;
|
|
@@ -119,9 +120,6 @@ class Instance extends pulumi.CustomResource {
|
|
|
119
120
|
if ((!args || args.diskType === undefined) && !opts.urn) {
|
|
120
121
|
throw new Error("Missing required property 'diskType'");
|
|
121
122
|
}
|
|
122
|
-
if ((!args || args.ioMax === undefined) && !opts.urn) {
|
|
123
|
-
throw new Error("Missing required property 'ioMax'");
|
|
124
|
-
}
|
|
125
123
|
if ((!args || args.vswitchId === undefined) && !opts.urn) {
|
|
126
124
|
throw new Error("Missing required property 'vswitchId'");
|
|
127
125
|
}
|
|
@@ -131,6 +129,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
131
129
|
resourceInputs["diskType"] = args ? args.diskType : undefined;
|
|
132
130
|
resourceInputs["eipMax"] = args ? args.eipMax : undefined;
|
|
133
131
|
resourceInputs["ioMax"] = args ? args.ioMax : undefined;
|
|
132
|
+
resourceInputs["ioMaxSpec"] = args ? args.ioMaxSpec : undefined;
|
|
134
133
|
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
135
134
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
136
135
|
resourceInputs["paidType"] = args ? args.paidType : undefined;
|
package/alikafka/instance.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../alikafka/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;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":["../../alikafka/instance.ts"],"names":[],"mappings":"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"}
|
package/cdn/domainConfig.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as outputs from "../types/output";
|
|
|
18
18
|
*
|
|
19
19
|
* // Create a new Domain config.
|
|
20
20
|
* const domain = new alicloud.cdn.DomainNew("domain", {
|
|
21
|
-
* domainName: "mycdndomain.
|
|
21
|
+
* domainName: "mycdndomain.alicloud-provider.cn",
|
|
22
22
|
* cdnType: "web",
|
|
23
23
|
* scope: "overseas",
|
|
24
24
|
* sources: [{
|
package/cdn/domainConfig.js
CHANGED
|
@@ -22,7 +22,7 @@ const utilities = require("../utilities");
|
|
|
22
22
|
*
|
|
23
23
|
* // Create a new Domain config.
|
|
24
24
|
* const domain = new alicloud.cdn.DomainNew("domain", {
|
|
25
|
-
* domainName: "mycdndomain.
|
|
25
|
+
* domainName: "mycdndomain.alicloud-provider.cn",
|
|
26
26
|
* cdnType: "web",
|
|
27
27
|
* scope: "overseas",
|
|
28
28
|
* sources: [{
|
|
@@ -38,6 +38,12 @@ export declare class TransitRouterRouteTable extends pulumi.CustomResource {
|
|
|
38
38
|
* The associating status of the Transit Router.
|
|
39
39
|
*/
|
|
40
40
|
readonly status: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* A mapping of tags to assign to the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly tags: pulumi.Output<{
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
} | undefined>;
|
|
41
47
|
/**
|
|
42
48
|
* The ID of the transit router.
|
|
43
49
|
*/
|
|
@@ -79,6 +85,12 @@ export interface TransitRouterRouteTableState {
|
|
|
79
85
|
* The associating status of the Transit Router.
|
|
80
86
|
*/
|
|
81
87
|
status?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* A mapping of tags to assign to the resource.
|
|
90
|
+
*/
|
|
91
|
+
tags?: pulumi.Input<{
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
}>;
|
|
82
94
|
/**
|
|
83
95
|
* The ID of the transit router.
|
|
84
96
|
*/
|
|
@@ -108,6 +120,12 @@ export interface TransitRouterRouteTableArgs {
|
|
|
108
120
|
* The dry run.
|
|
109
121
|
*/
|
|
110
122
|
dryRun?: pulumi.Input<boolean>;
|
|
123
|
+
/**
|
|
124
|
+
* A mapping of tags to assign to the resource.
|
|
125
|
+
*/
|
|
126
|
+
tags?: pulumi.Input<{
|
|
127
|
+
[key: string]: any;
|
|
128
|
+
}>;
|
|
111
129
|
/**
|
|
112
130
|
* The ID of the transit router.
|
|
113
131
|
*/
|
|
@@ -50,6 +50,7 @@ class TransitRouterRouteTable extends pulumi.CustomResource {
|
|
|
50
50
|
const state = argsOrState;
|
|
51
51
|
resourceInputs["dryRun"] = state ? state.dryRun : undefined;
|
|
52
52
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
53
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
53
54
|
resourceInputs["transitRouterId"] = state ? state.transitRouterId : undefined;
|
|
54
55
|
resourceInputs["transitRouterRouteTableDescription"] = state ? state.transitRouterRouteTableDescription : undefined;
|
|
55
56
|
resourceInputs["transitRouterRouteTableId"] = state ? state.transitRouterRouteTableId : undefined;
|
|
@@ -62,6 +63,7 @@ class TransitRouterRouteTable extends pulumi.CustomResource {
|
|
|
62
63
|
throw new Error("Missing required property 'transitRouterId'");
|
|
63
64
|
}
|
|
64
65
|
resourceInputs["dryRun"] = args ? args.dryRun : undefined;
|
|
66
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
65
67
|
resourceInputs["transitRouterId"] = args ? args.transitRouterId : undefined;
|
|
66
68
|
resourceInputs["transitRouterRouteTableDescription"] = args ? args.transitRouterRouteTableDescription : undefined;
|
|
67
69
|
resourceInputs["transitRouterRouteTableName"] = args ? args.transitRouterRouteTableName : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transitRouterRouteTable.js","sourceRoot":"","sources":["../../cen/transitRouterRouteTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;
|
|
1
|
+
{"version":3,"file":"transitRouterRouteTable.js","sourceRoot":"","sources":["../../cen/transitRouterRouteTable.ts"],"names":[],"mappings":"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"}
|
package/cms/siteMonitor.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class SiteMonitor extends pulumi.CustomResource {
|
|
|
78
78
|
readonly taskName: pulumi.Output<string>;
|
|
79
79
|
readonly taskState: pulumi.Output<string>;
|
|
80
80
|
/**
|
|
81
|
-
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP,
|
|
81
|
+
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP, PING, TCP, UDP, DNS, SMTP, POP3, and FTP.
|
|
82
82
|
*/
|
|
83
83
|
readonly taskType: pulumi.Output<string>;
|
|
84
84
|
readonly updateTime: pulumi.Output<string>;
|
|
@@ -122,7 +122,7 @@ export interface SiteMonitorState {
|
|
|
122
122
|
taskName?: pulumi.Input<string>;
|
|
123
123
|
taskState?: pulumi.Input<string>;
|
|
124
124
|
/**
|
|
125
|
-
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP,
|
|
125
|
+
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP, PING, TCP, UDP, DNS, SMTP, POP3, and FTP.
|
|
126
126
|
*/
|
|
127
127
|
taskType?: pulumi.Input<string>;
|
|
128
128
|
updateTime?: pulumi.Input<string>;
|
|
@@ -156,7 +156,7 @@ export interface SiteMonitorArgs {
|
|
|
156
156
|
*/
|
|
157
157
|
taskName: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
159
|
-
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP,
|
|
159
|
+
* The protocol of the site monitoring task. Currently, site monitoring supports the following protocols: HTTP, PING, TCP, UDP, DNS, SMTP, POP3, and FTP.
|
|
160
160
|
*/
|
|
161
161
|
taskType: pulumi.Input<string>;
|
|
162
162
|
}
|
package/dcdn/er.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a DCDN Er resource.
|
|
6
|
+
*
|
|
7
|
+
* For information about DCDN Er and how to use it, see [What is Er](https://www.alibabacloud.com/help/en/dynamic-route-for-cdn/latest/createroutine).
|
|
8
|
+
*
|
|
9
|
+
* > **NOTE:** Available in v1.201.0+.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* Basic Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
18
|
+
*
|
|
19
|
+
* const _default = new alicloud.dcdn.Er("default", {
|
|
20
|
+
* description: "tf-example-description",
|
|
21
|
+
* envConf: {
|
|
22
|
+
* production: {
|
|
23
|
+
* allowedHosts: ["example.com"],
|
|
24
|
+
* specName: "5ms",
|
|
25
|
+
* },
|
|
26
|
+
* staging: {
|
|
27
|
+
* allowedHosts: ["example.com"],
|
|
28
|
+
* specName: "5ms",
|
|
29
|
+
* },
|
|
30
|
+
* },
|
|
31
|
+
* erName: "tf-example-name",
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* ## Import
|
|
36
|
+
*
|
|
37
|
+
* DCDN Er can be imported using the id, e.g.
|
|
38
|
+
*
|
|
39
|
+
* ```sh
|
|
40
|
+
* $ pulumi import alicloud:dcdn/er:Er example <id>
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
export declare class Er extends pulumi.CustomResource {
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing Er resource's state with the given name, ID, and optional extra
|
|
46
|
+
* properties used to qualify the lookup.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resulting resource.
|
|
49
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
50
|
+
* @param state Any extra arguments used during the lookup.
|
|
51
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
52
|
+
*/
|
|
53
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ErState, opts?: pulumi.CustomResourceOptions): Er;
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of Er. This is designed to work even
|
|
56
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
57
|
+
*/
|
|
58
|
+
static isInstance(obj: any): obj is Er;
|
|
59
|
+
/**
|
|
60
|
+
* Routine The description of the routine.
|
|
61
|
+
*/
|
|
62
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* The configurations of the specified environment. See the following `Block envConf`.
|
|
65
|
+
*/
|
|
66
|
+
readonly envConf: pulumi.Output<outputs.dcdn.ErEnvConf>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account.
|
|
69
|
+
*/
|
|
70
|
+
readonly erName: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Create a Er resource with the given unique name, arguments, and options.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resource.
|
|
75
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
76
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
77
|
+
*/
|
|
78
|
+
constructor(name: string, args: ErArgs, opts?: pulumi.CustomResourceOptions);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Input properties used for looking up and filtering Er resources.
|
|
82
|
+
*/
|
|
83
|
+
export interface ErState {
|
|
84
|
+
/**
|
|
85
|
+
* Routine The description of the routine.
|
|
86
|
+
*/
|
|
87
|
+
description?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The configurations of the specified environment. See the following `Block envConf`.
|
|
90
|
+
*/
|
|
91
|
+
envConf?: pulumi.Input<inputs.dcdn.ErEnvConf>;
|
|
92
|
+
/**
|
|
93
|
+
* The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account.
|
|
94
|
+
*/
|
|
95
|
+
erName?: pulumi.Input<string>;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* The set of arguments for constructing a Er resource.
|
|
99
|
+
*/
|
|
100
|
+
export interface ErArgs {
|
|
101
|
+
/**
|
|
102
|
+
* Routine The description of the routine.
|
|
103
|
+
*/
|
|
104
|
+
description?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The configurations of the specified environment. See the following `Block envConf`.
|
|
107
|
+
*/
|
|
108
|
+
envConf?: pulumi.Input<inputs.dcdn.ErEnvConf>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account.
|
|
111
|
+
*/
|
|
112
|
+
erName: pulumi.Input<string>;
|
|
113
|
+
}
|