@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/alicloud",
|
|
3
|
-
"version": "v3.
|
|
3
|
+
"version": "v3.32.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing AliCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.32.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/alicloud",
|
|
3
|
-
"version": "v3.
|
|
3
|
+
"version": "v3.32.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing AliCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.32.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides Threat Detection Instance available to the user.[What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center)
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Available in 1.199.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.threatdetection.getInstances({
|
|
15
|
+
* ids: [alicloud_threat_detection_instance["default"].id],
|
|
16
|
+
* });
|
|
17
|
+
* export const alicloudThreatDetectionInstanceExampleId = _default.then(_default => _default.instances?.[0]?.id);
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getInstances(args?: GetInstancesArgs, opts?: pulumi.InvokeOptions): Promise<GetInstancesResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getInstances.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetInstancesArgs {
|
|
25
|
+
/**
|
|
26
|
+
* A list of Instance IDs.
|
|
27
|
+
*/
|
|
28
|
+
ids?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* The first ID of the resource
|
|
31
|
+
*/
|
|
32
|
+
instanceId?: string;
|
|
33
|
+
outputFile?: string;
|
|
34
|
+
pageNumber?: number;
|
|
35
|
+
pageSize?: number;
|
|
36
|
+
/**
|
|
37
|
+
* The renewal status of the specified instance. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`.
|
|
38
|
+
*/
|
|
39
|
+
renewStatus?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* A collection of values returned by getInstances.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetInstancesResult {
|
|
45
|
+
/**
|
|
46
|
+
* The provider-assigned unique ID for this managed resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* A list of Instance IDs.
|
|
51
|
+
*/
|
|
52
|
+
readonly ids: string[];
|
|
53
|
+
/**
|
|
54
|
+
* The first ID of the resource
|
|
55
|
+
*/
|
|
56
|
+
readonly instanceId?: string;
|
|
57
|
+
/**
|
|
58
|
+
* A list of Instance Entries. Each element contains the following attributes:
|
|
59
|
+
*/
|
|
60
|
+
readonly instances: outputs.threatdetection.GetInstancesInstance[];
|
|
61
|
+
readonly outputFile?: string;
|
|
62
|
+
readonly pageNumber?: number;
|
|
63
|
+
readonly pageSize?: number;
|
|
64
|
+
readonly renewStatus?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* This data source provides Threat Detection Instance available to the user.[What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center)
|
|
68
|
+
*
|
|
69
|
+
* > **NOTE:** Available in 1.199.0+
|
|
70
|
+
*
|
|
71
|
+
* ## Example Usage
|
|
72
|
+
*
|
|
73
|
+
* ```typescript
|
|
74
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
76
|
+
*
|
|
77
|
+
* const default = alicloud.threatdetection.getInstances({
|
|
78
|
+
* ids: [alicloud_threat_detection_instance["default"].id],
|
|
79
|
+
* });
|
|
80
|
+
* export const alicloudThreatDetectionInstanceExampleId = _default.then(_default => _default.instances?.[0]?.id);
|
|
81
|
+
* ```
|
|
82
|
+
*/
|
|
83
|
+
export declare function getInstancesOutput(args?: GetInstancesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInstancesResult>;
|
|
84
|
+
/**
|
|
85
|
+
* A collection of arguments for invoking getInstances.
|
|
86
|
+
*/
|
|
87
|
+
export interface GetInstancesOutputArgs {
|
|
88
|
+
/**
|
|
89
|
+
* A list of Instance IDs.
|
|
90
|
+
*/
|
|
91
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
92
|
+
/**
|
|
93
|
+
* The first ID of the resource
|
|
94
|
+
*/
|
|
95
|
+
instanceId?: pulumi.Input<string>;
|
|
96
|
+
outputFile?: pulumi.Input<string>;
|
|
97
|
+
pageNumber?: pulumi.Input<number>;
|
|
98
|
+
pageSize?: pulumi.Input<number>;
|
|
99
|
+
/**
|
|
100
|
+
* The renewal status of the specified instance. Valid values: `AutoRenewal`, `ManualRenewal`, `NotRenewal`.
|
|
101
|
+
*/
|
|
102
|
+
renewStatus?: pulumi.Input<string>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.getInstancesOutput = exports.getInstances = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides Threat Detection Instance available to the user.[What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center)
|
|
10
|
+
*
|
|
11
|
+
* > **NOTE:** Available in 1.199.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.threatdetection.getInstances({
|
|
20
|
+
* ids: [alicloud_threat_detection_instance["default"].id],
|
|
21
|
+
* });
|
|
22
|
+
* export const alicloudThreatDetectionInstanceExampleId = _default.then(_default => _default.instances?.[0]?.id);
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getInstances(args, opts) {
|
|
26
|
+
args = args || {};
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("alicloud:threatdetection/getInstances:getInstances", {
|
|
29
|
+
"ids": args.ids,
|
|
30
|
+
"instanceId": args.instanceId,
|
|
31
|
+
"outputFile": args.outputFile,
|
|
32
|
+
"pageNumber": args.pageNumber,
|
|
33
|
+
"pageSize": args.pageSize,
|
|
34
|
+
"renewStatus": args.renewStatus,
|
|
35
|
+
}, opts);
|
|
36
|
+
}
|
|
37
|
+
exports.getInstances = getInstances;
|
|
38
|
+
/**
|
|
39
|
+
* This data source provides Threat Detection Instance available to the user.[What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center)
|
|
40
|
+
*
|
|
41
|
+
* > **NOTE:** Available in 1.199.0+
|
|
42
|
+
*
|
|
43
|
+
* ## Example Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
48
|
+
*
|
|
49
|
+
* const default = alicloud.threatdetection.getInstances({
|
|
50
|
+
* ids: [alicloud_threat_detection_instance["default"].id],
|
|
51
|
+
* });
|
|
52
|
+
* export const alicloudThreatDetectionInstanceExampleId = _default.then(_default => _default.instances?.[0]?.id);
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
function getInstancesOutput(args, opts) {
|
|
56
|
+
return pulumi.output(args).apply((a) => getInstances(a, opts));
|
|
57
|
+
}
|
|
58
|
+
exports.getInstancesOutput = getInstancesOutput;
|
|
59
|
+
//# sourceMappingURL=getInstances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInstances.js","sourceRoot":"","sources":["../../threatdetection/getInstances.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,oCAYC;AAgDD;;;;;;;;;;;;;;;;GAgBG;AACH,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"}
|
|
@@ -34,6 +34,9 @@ export declare const getHoneypotPresetsOutput: typeof import("./getHoneypotPrese
|
|
|
34
34
|
export { GetHoneypotProbesArgs, GetHoneypotProbesResult, GetHoneypotProbesOutputArgs } from "./getHoneypotProbes";
|
|
35
35
|
export declare const getHoneypotProbes: typeof import("./getHoneypotProbes").getHoneypotProbes;
|
|
36
36
|
export declare const getHoneypotProbesOutput: typeof import("./getHoneypotProbes").getHoneypotProbesOutput;
|
|
37
|
+
export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances";
|
|
38
|
+
export declare const getInstances: typeof import("./getInstances").getInstances;
|
|
39
|
+
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
|
|
37
40
|
export { GetLogShipperArgs, GetLogShipperResult, GetLogShipperOutputArgs } from "./getLogShipper";
|
|
38
41
|
export declare const getLogShipper: typeof import("./getLogShipper").getLogShipper;
|
|
39
42
|
export declare const getLogShipperOutput: typeof import("./getLogShipper").getLogShipperOutput;
|
|
@@ -55,6 +58,9 @@ export declare const HoneypotPreset: typeof import("./honeypotPreset").HoneypotP
|
|
|
55
58
|
export { HoneypotProbeArgs, HoneypotProbeState } from "./honeypotProbe";
|
|
56
59
|
export type HoneypotProbe = import("./honeypotProbe").HoneypotProbe;
|
|
57
60
|
export declare const HoneypotProbe: typeof import("./honeypotProbe").HoneypotProbe;
|
|
61
|
+
export { InstanceArgs, InstanceState } from "./instance";
|
|
62
|
+
export type Instance = import("./instance").Instance;
|
|
63
|
+
export declare const Instance: typeof import("./instance").Instance;
|
|
58
64
|
export { VulWhitelistArgs, VulWhitelistState } from "./vulWhitelist";
|
|
59
65
|
export type VulWhitelist = import("./vulWhitelist").VulWhitelist;
|
|
60
66
|
export declare const VulWhitelist: typeof import("./vulWhitelist").VulWhitelist;
|
package/threatdetection/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.WebLockConfig = exports.VulWhitelist = exports.HoneypotProbe = exports.HoneypotPreset = exports.HoneypotNode = exports.HoneyPot = exports.getWebLockConfigsOutput = exports.getWebLockConfigs = exports.getVulWhitelistsOutput = exports.getVulWhitelists = exports.getLogShipperOutput = exports.getLogShipper = exports.getHoneypotProbesOutput = exports.getHoneypotProbes = exports.getHoneypotPresetsOutput = exports.getHoneypotPresets = exports.getHoneypotNodesOutput = exports.getHoneypotNodes = exports.getHoneypotImagesOutput = exports.getHoneypotImages = exports.getHoneyPotsOutput = exports.getHoneyPots = exports.getBaselineStrategiesOutput = exports.getBaselineStrategies = exports.getBackupPoliciesOutput = exports.getBackupPolicies = exports.getAssetsOutput = exports.getAssets = exports.getAntiBruteForceRulesOutput = exports.getAntiBruteForceRules = exports.BaselineStrategy = exports.BackupPolicy = exports.AntiBruteForceRule = void 0;
|
|
5
|
+
exports.WebLockConfig = exports.VulWhitelist = exports.Instance = exports.HoneypotProbe = exports.HoneypotPreset = exports.HoneypotNode = exports.HoneyPot = exports.getWebLockConfigsOutput = exports.getWebLockConfigs = exports.getVulWhitelistsOutput = exports.getVulWhitelists = exports.getLogShipperOutput = exports.getLogShipper = exports.getInstancesOutput = exports.getInstances = exports.getHoneypotProbesOutput = exports.getHoneypotProbes = exports.getHoneypotPresetsOutput = exports.getHoneypotPresets = exports.getHoneypotNodesOutput = exports.getHoneypotNodes = exports.getHoneypotImagesOutput = exports.getHoneypotImages = exports.getHoneyPotsOutput = exports.getHoneyPots = exports.getBaselineStrategiesOutput = exports.getBaselineStrategies = exports.getBackupPoliciesOutput = exports.getBackupPolicies = exports.getAssetsOutput = exports.getAssets = exports.getAntiBruteForceRulesOutput = exports.getAntiBruteForceRules = exports.BaselineStrategy = exports.BackupPolicy = exports.AntiBruteForceRule = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AntiBruteForceRule = null;
|
|
@@ -38,6 +38,9 @@ utilities.lazyLoad(exports, ["getHoneypotPresets", "getHoneypotPresetsOutput"],
|
|
|
38
38
|
exports.getHoneypotProbes = null;
|
|
39
39
|
exports.getHoneypotProbesOutput = null;
|
|
40
40
|
utilities.lazyLoad(exports, ["getHoneypotProbes", "getHoneypotProbesOutput"], () => require("./getHoneypotProbes"));
|
|
41
|
+
exports.getInstances = null;
|
|
42
|
+
exports.getInstancesOutput = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
|
|
41
44
|
exports.getLogShipper = null;
|
|
42
45
|
exports.getLogShipperOutput = null;
|
|
43
46
|
utilities.lazyLoad(exports, ["getLogShipper", "getLogShipperOutput"], () => require("./getLogShipper"));
|
|
@@ -55,6 +58,8 @@ exports.HoneypotPreset = null;
|
|
|
55
58
|
utilities.lazyLoad(exports, ["HoneypotPreset"], () => require("./honeypotPreset"));
|
|
56
59
|
exports.HoneypotProbe = null;
|
|
57
60
|
utilities.lazyLoad(exports, ["HoneypotProbe"], () => require("./honeypotProbe"));
|
|
61
|
+
exports.Instance = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
58
63
|
exports.VulWhitelist = null;
|
|
59
64
|
utilities.lazyLoad(exports, ["VulWhitelist"], () => require("./vulWhitelist"));
|
|
60
65
|
exports.WebLockConfig = null;
|
|
@@ -77,6 +82,8 @@ const _module = {
|
|
|
77
82
|
return new exports.HoneypotPreset(name, undefined, { urn });
|
|
78
83
|
case "alicloud:threatdetection/honeypotProbe:HoneypotProbe":
|
|
79
84
|
return new exports.HoneypotProbe(name, undefined, { urn });
|
|
85
|
+
case "alicloud:threatdetection/instance:Instance":
|
|
86
|
+
return new exports.Instance(name, undefined, { urn });
|
|
80
87
|
case "alicloud:threatdetection/vulWhitelist:VulWhitelist":
|
|
81
88
|
return new exports.VulWhitelist(name, undefined, { urn });
|
|
82
89
|
case "alicloud:threatdetection/webLockConfig:WebLockConfig":
|
|
@@ -93,6 +100,7 @@ pulumi.runtime.registerResourceModule("alicloud", "threatdetection/honeyPot", _m
|
|
|
93
100
|
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/honeypotNode", _module);
|
|
94
101
|
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/honeypotPreset", _module);
|
|
95
102
|
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/honeypotProbe", _module);
|
|
103
|
+
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/instance", _module);
|
|
96
104
|
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/vulWhitelist", _module);
|
|
97
105
|
pulumi.runtime.registerResourceModule("alicloud", "threatdetection/webLockConfig", _module);
|
|
98
106
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../threatdetection/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../threatdetection/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Threat Detection Instance resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about Threat Detection Instance and how to use it, see [What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* Basic Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
*
|
|
17
|
+
* const _default = new alicloud.threatdetection.Instance("default", {
|
|
18
|
+
* buyNumber: "30",
|
|
19
|
+
* containerImageScan: "100",
|
|
20
|
+
* honeypot: "32",
|
|
21
|
+
* honeypotSwitch: "1",
|
|
22
|
+
* paymentType: "Subscription",
|
|
23
|
+
* period: 12,
|
|
24
|
+
* renewalStatus: "ManualRenewal",
|
|
25
|
+
* sasAntiRansomware: "100",
|
|
26
|
+
* sasSc: true,
|
|
27
|
+
* sasSdk: "1000",
|
|
28
|
+
* sasSdkSwitch: "1",
|
|
29
|
+
* sasSlsStorage: "100",
|
|
30
|
+
* sasWebguardOrderNum: "100",
|
|
31
|
+
* vCore: "100",
|
|
32
|
+
* versionCode: "level2",
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* ## Import
|
|
37
|
+
*
|
|
38
|
+
* Threat Detection Instance do not support import.
|
|
39
|
+
*/
|
|
40
|
+
export declare class Instance extends pulumi.CustomResource {
|
|
41
|
+
/**
|
|
42
|
+
* Get an existing Instance resource's state with the given name, ID, and optional extra
|
|
43
|
+
* properties used to qualify the lookup.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resulting resource.
|
|
46
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
+
* @param state Any extra arguments used during the lookup.
|
|
48
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
+
*/
|
|
50
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: InstanceState, opts?: pulumi.CustomResourceOptions): Instance;
|
|
51
|
+
/**
|
|
52
|
+
* Returns true if the given object is an instance of Instance. This is designed to work even
|
|
53
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
54
|
+
*/
|
|
55
|
+
static isInstance(obj: any): obj is Instance;
|
|
56
|
+
/**
|
|
57
|
+
* Number of servers.
|
|
58
|
+
*/
|
|
59
|
+
readonly buyNumber: pulumi.Output<string | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* Container Image security scan.
|
|
62
|
+
*/
|
|
63
|
+
readonly containerImageScan: pulumi.Output<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* The creation time of the resource
|
|
66
|
+
*/
|
|
67
|
+
readonly createTime: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Cloud honeypot authorization number.
|
|
70
|
+
*/
|
|
71
|
+
readonly honeypot: pulumi.Output<string | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Cloud honeypot. Valid values: `1`, `2`.
|
|
74
|
+
*/
|
|
75
|
+
readonly honeypotSwitch: pulumi.Output<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* The first ID of the resource
|
|
78
|
+
*/
|
|
79
|
+
readonly instanceId: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Change configuration type, value
|
|
82
|
+
* - Upgrade: Upgrade.
|
|
83
|
+
* - Downgrade: Downgrade.
|
|
84
|
+
*/
|
|
85
|
+
readonly modifyType: pulumi.Output<string | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* The payment type of the resource.
|
|
88
|
+
*/
|
|
89
|
+
readonly paymentType: pulumi.Output<string>;
|
|
90
|
+
/**
|
|
91
|
+
* Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products. **NOTE:** must be set when creating a prepaid instance.
|
|
92
|
+
*/
|
|
93
|
+
readonly period: pulumi.Output<number | undefined>;
|
|
94
|
+
/**
|
|
95
|
+
* Automatic renewal cycle, in months. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`.
|
|
96
|
+
*/
|
|
97
|
+
readonly renewPeriod: pulumi.Output<number | undefined>;
|
|
98
|
+
/**
|
|
99
|
+
* The unit of the auto-renewal period. **NOTE:** The `renewalPeriodUnit` is required under the condition that `renewalStatus` is `AutoRenewal`. Valid values:
|
|
100
|
+
*/
|
|
101
|
+
readonly renewalPeriodUnit: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Automatic renewal status, Default ManualRenewal. value:
|
|
104
|
+
*/
|
|
105
|
+
readonly renewalStatus: pulumi.Output<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Anti-extortion.
|
|
108
|
+
*/
|
|
109
|
+
readonly sasAntiRansomware: pulumi.Output<string | undefined>;
|
|
110
|
+
/**
|
|
111
|
+
* Large security screen.
|
|
112
|
+
*/
|
|
113
|
+
readonly sasSc: pulumi.Output<boolean | undefined>;
|
|
114
|
+
/**
|
|
115
|
+
* Number of malicious file detections.
|
|
116
|
+
*/
|
|
117
|
+
readonly sasSdk: pulumi.Output<string | undefined>;
|
|
118
|
+
/**
|
|
119
|
+
* Malicious file detection SDK. Valid values: `0`, `1`.
|
|
120
|
+
*/
|
|
121
|
+
readonly sasSdkSwitch: pulumi.Output<string | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Log analysis.
|
|
124
|
+
*/
|
|
125
|
+
readonly sasSlsStorage: pulumi.Output<string | undefined>;
|
|
126
|
+
/**
|
|
127
|
+
* Web page tamper-proof. Valid values: `0`, `1`.
|
|
128
|
+
*/
|
|
129
|
+
readonly sasWebguardBoolean: pulumi.Output<string | undefined>;
|
|
130
|
+
/**
|
|
131
|
+
* Number of tamper-proof authorizations.
|
|
132
|
+
*/
|
|
133
|
+
readonly sasWebguardOrderNum: pulumi.Output<string | undefined>;
|
|
134
|
+
/**
|
|
135
|
+
* The status of the resource
|
|
136
|
+
*/
|
|
137
|
+
readonly status: pulumi.Output<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The amount of threat analysis log storage.
|
|
140
|
+
*/
|
|
141
|
+
readonly threatAnalysis: pulumi.Output<string | undefined>;
|
|
142
|
+
/**
|
|
143
|
+
* Threat analysis. Valid values: `0`, `1`.
|
|
144
|
+
*/
|
|
145
|
+
readonly threatAnalysisSwitch: pulumi.Output<string | undefined>;
|
|
146
|
+
/**
|
|
147
|
+
* Number of cores.
|
|
148
|
+
*/
|
|
149
|
+
readonly vCore: pulumi.Output<string | undefined>;
|
|
150
|
+
/**
|
|
151
|
+
* Version selection. Valid values: `level10`, `level2`, `level3`, `level7`, `level8`.
|
|
152
|
+
*/
|
|
153
|
+
readonly versionCode: pulumi.Output<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Create a Instance resource with the given unique name, arguments, and options.
|
|
156
|
+
*
|
|
157
|
+
* @param name The _unique_ name of the resource.
|
|
158
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
159
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
160
|
+
*/
|
|
161
|
+
constructor(name: string, args: InstanceArgs, opts?: pulumi.CustomResourceOptions);
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Input properties used for looking up and filtering Instance resources.
|
|
165
|
+
*/
|
|
166
|
+
export interface InstanceState {
|
|
167
|
+
/**
|
|
168
|
+
* Number of servers.
|
|
169
|
+
*/
|
|
170
|
+
buyNumber?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* Container Image security scan.
|
|
173
|
+
*/
|
|
174
|
+
containerImageScan?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The creation time of the resource
|
|
177
|
+
*/
|
|
178
|
+
createTime?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* Cloud honeypot authorization number.
|
|
181
|
+
*/
|
|
182
|
+
honeypot?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Cloud honeypot. Valid values: `1`, `2`.
|
|
185
|
+
*/
|
|
186
|
+
honeypotSwitch?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The first ID of the resource
|
|
189
|
+
*/
|
|
190
|
+
instanceId?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Change configuration type, value
|
|
193
|
+
* - Upgrade: Upgrade.
|
|
194
|
+
* - Downgrade: Downgrade.
|
|
195
|
+
*/
|
|
196
|
+
modifyType?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* The payment type of the resource.
|
|
199
|
+
*/
|
|
200
|
+
paymentType?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products. **NOTE:** must be set when creating a prepaid instance.
|
|
203
|
+
*/
|
|
204
|
+
period?: pulumi.Input<number>;
|
|
205
|
+
/**
|
|
206
|
+
* Automatic renewal cycle, in months. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`.
|
|
207
|
+
*/
|
|
208
|
+
renewPeriod?: pulumi.Input<number>;
|
|
209
|
+
/**
|
|
210
|
+
* The unit of the auto-renewal period. **NOTE:** The `renewalPeriodUnit` is required under the condition that `renewalStatus` is `AutoRenewal`. Valid values:
|
|
211
|
+
*/
|
|
212
|
+
renewalPeriodUnit?: pulumi.Input<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Automatic renewal status, Default ManualRenewal. value:
|
|
215
|
+
*/
|
|
216
|
+
renewalStatus?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* Anti-extortion.
|
|
219
|
+
*/
|
|
220
|
+
sasAntiRansomware?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* Large security screen.
|
|
223
|
+
*/
|
|
224
|
+
sasSc?: pulumi.Input<boolean>;
|
|
225
|
+
/**
|
|
226
|
+
* Number of malicious file detections.
|
|
227
|
+
*/
|
|
228
|
+
sasSdk?: pulumi.Input<string>;
|
|
229
|
+
/**
|
|
230
|
+
* Malicious file detection SDK. Valid values: `0`, `1`.
|
|
231
|
+
*/
|
|
232
|
+
sasSdkSwitch?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* Log analysis.
|
|
235
|
+
*/
|
|
236
|
+
sasSlsStorage?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* Web page tamper-proof. Valid values: `0`, `1`.
|
|
239
|
+
*/
|
|
240
|
+
sasWebguardBoolean?: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* Number of tamper-proof authorizations.
|
|
243
|
+
*/
|
|
244
|
+
sasWebguardOrderNum?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* The status of the resource
|
|
247
|
+
*/
|
|
248
|
+
status?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* The amount of threat analysis log storage.
|
|
251
|
+
*/
|
|
252
|
+
threatAnalysis?: pulumi.Input<string>;
|
|
253
|
+
/**
|
|
254
|
+
* Threat analysis. Valid values: `0`, `1`.
|
|
255
|
+
*/
|
|
256
|
+
threatAnalysisSwitch?: pulumi.Input<string>;
|
|
257
|
+
/**
|
|
258
|
+
* Number of cores.
|
|
259
|
+
*/
|
|
260
|
+
vCore?: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* Version selection. Valid values: `level10`, `level2`, `level3`, `level7`, `level8`.
|
|
263
|
+
*/
|
|
264
|
+
versionCode?: pulumi.Input<string>;
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* The set of arguments for constructing a Instance resource.
|
|
268
|
+
*/
|
|
269
|
+
export interface InstanceArgs {
|
|
270
|
+
/**
|
|
271
|
+
* Number of servers.
|
|
272
|
+
*/
|
|
273
|
+
buyNumber?: pulumi.Input<string>;
|
|
274
|
+
/**
|
|
275
|
+
* Container Image security scan.
|
|
276
|
+
*/
|
|
277
|
+
containerImageScan?: pulumi.Input<string>;
|
|
278
|
+
/**
|
|
279
|
+
* Cloud honeypot authorization number.
|
|
280
|
+
*/
|
|
281
|
+
honeypot?: pulumi.Input<string>;
|
|
282
|
+
/**
|
|
283
|
+
* Cloud honeypot. Valid values: `1`, `2`.
|
|
284
|
+
*/
|
|
285
|
+
honeypotSwitch?: pulumi.Input<string>;
|
|
286
|
+
/**
|
|
287
|
+
* The first ID of the resource
|
|
288
|
+
*/
|
|
289
|
+
instanceId?: pulumi.Input<string>;
|
|
290
|
+
/**
|
|
291
|
+
* Change configuration type, value
|
|
292
|
+
* - Upgrade: Upgrade.
|
|
293
|
+
* - Downgrade: Downgrade.
|
|
294
|
+
*/
|
|
295
|
+
modifyType?: pulumi.Input<string>;
|
|
296
|
+
/**
|
|
297
|
+
* The payment type of the resource.
|
|
298
|
+
*/
|
|
299
|
+
paymentType: pulumi.Input<string>;
|
|
300
|
+
/**
|
|
301
|
+
* Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products. **NOTE:** must be set when creating a prepaid instance.
|
|
302
|
+
*/
|
|
303
|
+
period?: pulumi.Input<number>;
|
|
304
|
+
/**
|
|
305
|
+
* Automatic renewal cycle, in months. **NOTE:** The `renewPeriod` is required under the condition that `renewalStatus` is `AutoRenewal`.
|
|
306
|
+
*/
|
|
307
|
+
renewPeriod?: pulumi.Input<number>;
|
|
308
|
+
/**
|
|
309
|
+
* The unit of the auto-renewal period. **NOTE:** The `renewalPeriodUnit` is required under the condition that `renewalStatus` is `AutoRenewal`. Valid values:
|
|
310
|
+
*/
|
|
311
|
+
renewalPeriodUnit?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* Automatic renewal status, Default ManualRenewal. value:
|
|
314
|
+
*/
|
|
315
|
+
renewalStatus?: pulumi.Input<string>;
|
|
316
|
+
/**
|
|
317
|
+
* Anti-extortion.
|
|
318
|
+
*/
|
|
319
|
+
sasAntiRansomware?: pulumi.Input<string>;
|
|
320
|
+
/**
|
|
321
|
+
* Large security screen.
|
|
322
|
+
*/
|
|
323
|
+
sasSc?: pulumi.Input<boolean>;
|
|
324
|
+
/**
|
|
325
|
+
* Number of malicious file detections.
|
|
326
|
+
*/
|
|
327
|
+
sasSdk?: pulumi.Input<string>;
|
|
328
|
+
/**
|
|
329
|
+
* Malicious file detection SDK. Valid values: `0`, `1`.
|
|
330
|
+
*/
|
|
331
|
+
sasSdkSwitch?: pulumi.Input<string>;
|
|
332
|
+
/**
|
|
333
|
+
* Log analysis.
|
|
334
|
+
*/
|
|
335
|
+
sasSlsStorage?: pulumi.Input<string>;
|
|
336
|
+
/**
|
|
337
|
+
* Web page tamper-proof. Valid values: `0`, `1`.
|
|
338
|
+
*/
|
|
339
|
+
sasWebguardBoolean?: pulumi.Input<string>;
|
|
340
|
+
/**
|
|
341
|
+
* Number of tamper-proof authorizations.
|
|
342
|
+
*/
|
|
343
|
+
sasWebguardOrderNum?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* The amount of threat analysis log storage.
|
|
346
|
+
*/
|
|
347
|
+
threatAnalysis?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* Threat analysis. Valid values: `0`, `1`.
|
|
350
|
+
*/
|
|
351
|
+
threatAnalysisSwitch?: pulumi.Input<string>;
|
|
352
|
+
/**
|
|
353
|
+
* Number of cores.
|
|
354
|
+
*/
|
|
355
|
+
vCore?: pulumi.Input<string>;
|
|
356
|
+
/**
|
|
357
|
+
* Version selection. Valid values: `level10`, `level2`, `level3`, `level7`, `level8`.
|
|
358
|
+
*/
|
|
359
|
+
versionCode: pulumi.Input<string>;
|
|
360
|
+
}
|