@byteplus/pulumi-bytepluscc 0.0.35 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/acl.d.ts +20 -21
- package/alb/acl.js +2 -2
- package/alb/acl.js.map +1 -1
- package/alb/certificate.d.ts +19 -3
- package/alb/certificate.js +3 -4
- package/alb/certificate.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getCertificate.d.ts +5 -1
- package/alb/getCertificate.js.map +1 -1
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/bmq/getGroup.d.ts +10 -10
- package/bmq/getInstance.d.ts +13 -13
- package/bmq/group.d.ts +23 -43
- package/bmq/group.js +1 -21
- package/bmq/group.js.map +1 -1
- package/bmq/instance.d.ts +44 -44
- package/bmq/instance.js +6 -6
- package/cloudidentity/userProvisioning.d.ts +2 -2
- package/cloudidentity/userProvisioning.js +2 -2
- package/cloudmonitor/eventRule.d.ts +226 -0
- package/cloudmonitor/eventRule.js +126 -0
- package/cloudmonitor/eventRule.js.map +1 -0
- package/cloudmonitor/getEventRule.d.ts +65 -0
- package/cloudmonitor/getEventRule.js +28 -0
- package/cloudmonitor/getEventRule.js.map +1 -0
- package/cloudmonitor/getEventRules.d.ts +22 -0
- package/cloudmonitor/getEventRules.js +24 -0
- package/cloudmonitor/getEventRules.js.map +1 -0
- package/cloudmonitor/getRule.d.ts +11 -11
- package/cloudmonitor/index.d.ts +9 -0
- package/cloudmonitor/index.js +12 -1
- package/cloudmonitor/index.js.map +1 -1
- package/cloudmonitor/rule.d.ts +33 -33
- package/cr/getRegistry.d.ts +11 -11
- package/cr/getVpcEndpoint.d.ts +45 -0
- package/cr/getVpcEndpoint.js +28 -0
- package/cr/getVpcEndpoint.js.map +1 -0
- package/cr/getVpcEndpoints.d.ts +22 -0
- package/cr/getVpcEndpoints.js +24 -0
- package/cr/getVpcEndpoints.js.map +1 -0
- package/cr/index.d.ts +9 -0
- package/cr/index.js +12 -1
- package/cr/index.js.map +1 -1
- package/cr/registry.d.ts +28 -28
- package/cr/registry.js +1 -1
- package/cr/vpcEndpoint.d.ts +62 -0
- package/cr/vpcEndpoint.js +66 -0
- package/cr/vpcEndpoint.js.map +1 -0
- package/directconnect/connection.d.ts +332 -0
- package/directconnect/connection.js +163 -0
- package/directconnect/connection.js.map +1 -0
- package/directconnect/getConnection.d.ts +145 -0
- package/directconnect/getConnection.js +28 -0
- package/directconnect/getConnection.js.map +1 -0
- package/directconnect/getConnections.d.ts +22 -0
- package/directconnect/getConnections.js +24 -0
- package/directconnect/getConnections.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/dns/backupSchedule.d.ts +89 -0
- package/dns/backupSchedule.js +80 -0
- package/dns/backupSchedule.js.map +1 -0
- package/dns/getBackupSchedule.d.ts +48 -0
- package/dns/getBackupSchedule.js +28 -0
- package/dns/getBackupSchedule.js.map +1 -0
- package/dns/getBackupSchedules.d.ts +22 -0
- package/dns/getBackupSchedules.js +24 -0
- package/dns/getBackupSchedules.js.map +1 -0
- package/dns/index.d.ts +9 -0
- package/dns/index.js +12 -1
- package/dns/index.js.map +1 -1
- package/fwcenter/addressBook.d.ts +210 -0
- package/fwcenter/addressBook.js +115 -0
- package/fwcenter/addressBook.js.map +1 -0
- package/fwcenter/controlPolicy.d.ts +437 -0
- package/fwcenter/controlPolicy.js +183 -0
- package/fwcenter/controlPolicy.js.map +1 -0
- package/fwcenter/getAddressBook.d.ts +93 -0
- package/fwcenter/getAddressBook.js +28 -0
- package/fwcenter/getAddressBook.js.map +1 -0
- package/fwcenter/getAddressBooks.d.ts +22 -0
- package/fwcenter/getAddressBooks.js +24 -0
- package/fwcenter/getAddressBooks.js.map +1 -0
- package/fwcenter/getControlPolicies.d.ts +22 -0
- package/fwcenter/getControlPolicies.js +24 -0
- package/fwcenter/getControlPolicies.js.map +1 -0
- package/fwcenter/getControlPolicy.d.ts +185 -0
- package/fwcenter/getControlPolicy.js +28 -0
- package/fwcenter/getControlPolicy.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
- package/fwcenter/getVpcFireWallAclRule.js +28 -0
- package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
- package/fwcenter/getVpcFireWallAclRules.js +24 -0
- package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
- package/fwcenter/index.d.ts +27 -0
- package/fwcenter/index.js +34 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
- package/fwcenter/vpcFireWallAclRule.js +186 -0
- package/fwcenter/vpcFireWallAclRule.js.map +1 -0
- package/gtm/getGtm.d.ts +9 -0
- package/gtm/getGtm.js.map +1 -1
- package/gtm/getPolicies.d.ts +22 -0
- package/gtm/getPolicies.js +24 -0
- package/gtm/getPolicies.js.map +1 -0
- package/gtm/getPolicy.d.ts +65 -0
- package/gtm/getPolicy.js +28 -0
- package/gtm/getPolicy.js.map +1 -0
- package/gtm/gtm.d.ts +18 -0
- package/gtm/gtm.js +4 -0
- package/gtm/gtm.js.map +1 -1
- package/gtm/index.d.ts +9 -0
- package/gtm/index.js +12 -1
- package/gtm/index.js.map +1 -1
- package/gtm/policy.d.ts +114 -0
- package/gtm/policy.js +76 -0
- package/gtm/policy.js.map +1 -0
- package/iam/accesskey.d.ts +0 -4
- package/iam/accesskey.js +1 -1
- package/iam/accesskey.js.map +1 -1
- package/kafka/allowList.d.ts +0 -22
- package/kafka/allowList.js +0 -22
- package/kafka/allowList.js.map +1 -1
- package/kafka/getGroup.d.ts +65 -0
- package/kafka/getGroup.js +28 -0
- package/kafka/getGroup.js.map +1 -0
- package/kafka/getGroups.d.ts +22 -0
- package/kafka/getGroups.js +24 -0
- package/kafka/getGroups.js.map +1 -0
- package/kafka/group.d.ts +127 -0
- package/kafka/group.js +93 -0
- package/kafka/group.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
- package/organization/getServiceControlPolicyEnabler.js +28 -0
- package/organization/getServiceControlPolicyEnabler.js.map +1 -0
- package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
- package/organization/getServiceControlPolicyEnablers.js +24 -0
- package/organization/getServiceControlPolicyEnablers.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicyEnabler.d.ts +78 -0
- package/organization/serviceControlPolicyEnabler.js +71 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/package.json +1 -1
- package/rabbitmq/allowList.d.ts +0 -17
- package/rabbitmq/allowList.js +0 -17
- package/rabbitmq/allowList.js.map +1 -1
- package/rdsmysql/allowList.d.ts +1 -0
- package/rdsmysql/allowList.js +1 -1
- package/rdsmysql/allowList.js.map +1 -1
- package/rdsmysql/getInstance.d.ts +16 -0
- package/rdsmysql/getInstance.js.map +1 -1
- package/rdsmysql/instance.d.ts +48 -0
- package/rdsmysql/instance.js +8 -0
- package/rdsmysql/instance.js.map +1 -1
- package/redis/getInstance.d.ts +4 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +3 -0
- package/redis/instance.js +3 -0
- package/redis/instance.js.map +1 -1
- package/redis/parameterGroup.d.ts +2 -2
- package/redis/parameterGroup.js +2 -2
- package/tls/alarmWebhookIntegrationType.d.ts +159 -0
- package/tls/alarmWebhookIntegrationType.js +108 -0
- package/tls/alarmWebhookIntegrationType.js.map +1 -0
- package/tls/etl.d.ts +222 -0
- package/tls/etl.js +113 -0
- package/tls/etl.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
- package/tls/getAlarmWebhookIntegrationType.js +28 -0
- package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
- package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
- package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
- package/tls/getEtl.d.ts +109 -0
- package/tls/getEtl.js +28 -0
- package/tls/getEtl.js.map +1 -0
- package/tls/getEtls.d.ts +22 -0
- package/tls/getEtls.js +24 -0
- package/tls/getEtls.js.map +1 -0
- package/tls/getHost.d.ts +52 -0
- package/tls/getHost.js +28 -0
- package/tls/getHost.js.map +1 -0
- package/tls/getHostGroup.d.ts +113 -0
- package/tls/getHostGroup.js +28 -0
- package/tls/getHostGroup.js.map +1 -0
- package/tls/getHostGroups.d.ts +22 -0
- package/tls/getHostGroups.js +24 -0
- package/tls/getHostGroups.js.map +1 -0
- package/tls/getHosts.d.ts +22 -0
- package/tls/getHosts.js +24 -0
- package/tls/getHosts.js.map +1 -0
- package/tls/host.d.ts +97 -0
- package/tls/host.js +82 -0
- package/tls/host.js.map +1 -0
- package/tls/hostGroup.d.ts +254 -0
- package/tls/hostGroup.js +121 -0
- package/tls/hostGroup.js.map +1 -0
- package/tls/index.d.ts +36 -0
- package/tls/index.js +46 -1
- package/tls/index.js.map +1 -1
- package/types/input.d.ts +1091 -107
- package/types/output.d.ts +6134 -4076
- package/vke/node.d.ts +1 -1
- package/vke/node.js +0 -3
- package/vke/node.js.map +1 -1
- package/vmp/ruleFile.d.ts +2 -2
- package/vmp/ruleFile.js +2 -2
- package/vpc/vpc.d.ts +4 -0
- package/vpc/vpc.js +1 -1
- package/vpc/vpc.js.map +1 -1
- package/waf/getHostGroup.d.ts +69 -0
- package/waf/getHostGroup.js +28 -0
- package/waf/getHostGroup.js.map +1 -0
- package/waf/getHostGroups.d.ts +22 -0
- package/waf/getHostGroups.js +24 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/hostGroup.d.ts +135 -0
- package/waf/hostGroup.js +92 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/index.d.ts +9 -0
- package/waf/index.js +12 -1
- package/waf/index.js.map +1 -1
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
5
|
+
*/
|
|
6
|
+
export declare function getAlarmWebhookIntegrationType(args: GetAlarmWebhookIntegrationTypeArgs, opts?: pulumi.InvokeOptions): Promise<GetAlarmWebhookIntegrationTypeResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getAlarmWebhookIntegrationType.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetAlarmWebhookIntegrationTypeArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getAlarmWebhookIntegrationType.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetAlarmWebhookIntegrationTypeResult {
|
|
20
|
+
/**
|
|
21
|
+
* Webhook integration configuration creation time
|
|
22
|
+
*/
|
|
23
|
+
readonly createTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* Uniquely identifies the resource.
|
|
26
|
+
*/
|
|
27
|
+
readonly id: string;
|
|
28
|
+
/**
|
|
29
|
+
* Webhook integration configuration last modified time
|
|
30
|
+
*/
|
|
31
|
+
readonly modifyTime: string;
|
|
32
|
+
/**
|
|
33
|
+
* Custom Webhook request headers. Required when WebhookType is set to custom
|
|
34
|
+
*/
|
|
35
|
+
readonly webhookHeaders: outputs.tls.GetAlarmWebhookIntegrationTypeWebhookHeader[];
|
|
36
|
+
/**
|
|
37
|
+
* Webhook integration configuration ID
|
|
38
|
+
*/
|
|
39
|
+
readonly webhookId: string;
|
|
40
|
+
/**
|
|
41
|
+
* Custom Webhook request methods; only POST and PUT are supported
|
|
42
|
+
*/
|
|
43
|
+
readonly webhookMethod: string;
|
|
44
|
+
/**
|
|
45
|
+
* Webhook integration configuration name
|
|
46
|
+
*/
|
|
47
|
+
readonly webhookName: string;
|
|
48
|
+
/**
|
|
49
|
+
* Webhook encryption key. If WebhookType is set to lark and signature verification is enabled in the Feishu bot security settings, enter the Feishu bot signature key here. For details, refer to the custom bot usage guide. If WebhookType is set to dingtalk and a signature value is configured in the DingTalk bot, enter the DingTalk bot signature value here. For details, refer to bot development documentation
|
|
50
|
+
*/
|
|
51
|
+
readonly webhookSecret: string;
|
|
52
|
+
/**
|
|
53
|
+
* Webhook type. custom: custom Webhook address. lark: Feishu. dingtalk: DingTalk. wechat: WeCom
|
|
54
|
+
*/
|
|
55
|
+
readonly webhookType: string;
|
|
56
|
+
/**
|
|
57
|
+
* Webhook request URL
|
|
58
|
+
*/
|
|
59
|
+
readonly webhookUrl: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
63
|
+
*/
|
|
64
|
+
export declare function getAlarmWebhookIntegrationTypeOutput(args: GetAlarmWebhookIntegrationTypeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlarmWebhookIntegrationTypeResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getAlarmWebhookIntegrationType.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetAlarmWebhookIntegrationTypeOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* Uniquely identifies the resource.
|
|
71
|
+
*/
|
|
72
|
+
id: pulumi.Input<string>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getAlarmWebhookIntegrationTypeOutput = exports.getAlarmWebhookIntegrationType = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
10
|
+
*/
|
|
11
|
+
function getAlarmWebhookIntegrationType(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getAlarmWebhookIntegrationType:getAlarmWebhookIntegrationType", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAlarmWebhookIntegrationType = getAlarmWebhookIntegrationType;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
20
|
+
*/
|
|
21
|
+
function getAlarmWebhookIntegrationTypeOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getAlarmWebhookIntegrationType:getAlarmWebhookIntegrationType", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAlarmWebhookIntegrationTypeOutput = getAlarmWebhookIntegrationTypeOutput;
|
|
28
|
+
//# sourceMappingURL=getAlarmWebhookIntegrationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAlarmWebhookIntegrationType.js","sourceRoot":"","sources":["../../tls/getAlarmWebhookIntegrationType.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC;AAyDD;;GAEG;AACH,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAAiC;IAClI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oFAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
4
|
+
*/
|
|
5
|
+
export declare function getAlarmWebhookIntegrationTypes(opts?: pulumi.InvokeOptions): Promise<GetAlarmWebhookIntegrationTypesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getAlarmWebhookIntegrationTypes.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetAlarmWebhookIntegrationTypesResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
21
|
+
*/
|
|
22
|
+
export declare function getAlarmWebhookIntegrationTypesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlarmWebhookIntegrationTypesResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getAlarmWebhookIntegrationTypesOutput = exports.getAlarmWebhookIntegrationTypes = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
10
|
+
*/
|
|
11
|
+
function getAlarmWebhookIntegrationTypes(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getAlarmWebhookIntegrationTypes:getAlarmWebhookIntegrationTypes", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getAlarmWebhookIntegrationTypes = getAlarmWebhookIntegrationTypes;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::AlarmWebhookIntegrationType
|
|
18
|
+
*/
|
|
19
|
+
function getAlarmWebhookIntegrationTypesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getAlarmWebhookIntegrationTypes:getAlarmWebhookIntegrationTypes", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getAlarmWebhookIntegrationTypesOutput = getAlarmWebhookIntegrationTypesOutput;
|
|
24
|
+
//# sourceMappingURL=getAlarmWebhookIntegrationTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAlarmWebhookIntegrationTypes.js","sourceRoot":"","sources":["../../tls/getAlarmWebhookIntegrationTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAA2B;IACvE,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;AAJD,0EAIC;AAeD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAAiC;IACnF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE,EACpH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sFAIC"}
|
package/tls/getEtl.d.ts
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::Etl
|
|
5
|
+
*/
|
|
6
|
+
export declare function getEtl(args: GetEtlArgs, opts?: pulumi.InvokeOptions): Promise<GetEtlResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getEtl.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetEtlArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getEtl.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetEtlResult {
|
|
20
|
+
/**
|
|
21
|
+
* Creation time of the data processing task
|
|
22
|
+
*/
|
|
23
|
+
readonly createTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* Brief description of the data processing task. Does not support <>, ', \, or \. Length: 0–64 characters
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* Syntax type of the processing rule. Fixed as NORMAL
|
|
30
|
+
*/
|
|
31
|
+
readonly dslType: string;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the data processing task is enabled. true: Enabled. false: Disabled
|
|
34
|
+
*/
|
|
35
|
+
readonly enable: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Task scheduling status. WAITING: Preparing. RUNNING: Running. STOPPING: Stopping. STOPPED: Stopped. RESTARTING: Restarting
|
|
38
|
+
*/
|
|
39
|
+
readonly etlStatus: string;
|
|
40
|
+
/**
|
|
41
|
+
* The processing start time of the data processing task, in seconds as a Unix timestamp
|
|
42
|
+
*/
|
|
43
|
+
readonly fromTime: number;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* The most recent activation time of the data processing task
|
|
50
|
+
*/
|
|
51
|
+
readonly lastEnableTime: string;
|
|
52
|
+
/**
|
|
53
|
+
* Modification time of the data processing task
|
|
54
|
+
*/
|
|
55
|
+
readonly modifyTime: string;
|
|
56
|
+
/**
|
|
57
|
+
* Data processing task name
|
|
58
|
+
*/
|
|
59
|
+
readonly name: string;
|
|
60
|
+
/**
|
|
61
|
+
* Log project ID to which the data processing task belongs
|
|
62
|
+
*/
|
|
63
|
+
readonly projectId: string;
|
|
64
|
+
/**
|
|
65
|
+
* Log project name to which the data processing task belongs
|
|
66
|
+
*/
|
|
67
|
+
readonly projectName: string;
|
|
68
|
+
/**
|
|
69
|
+
* Processing rule script used by the data processing task
|
|
70
|
+
*/
|
|
71
|
+
readonly script: string;
|
|
72
|
+
/**
|
|
73
|
+
* Source log topic ID of the data processing task
|
|
74
|
+
*/
|
|
75
|
+
readonly sourceTopicId: string;
|
|
76
|
+
/**
|
|
77
|
+
* Source log topic name of the data processing task
|
|
78
|
+
*/
|
|
79
|
+
readonly sourceTopicName: string;
|
|
80
|
+
/**
|
|
81
|
+
* Information about the output target
|
|
82
|
+
*/
|
|
83
|
+
readonly targetResources: outputs.tls.GetEtlTargetResource[];
|
|
84
|
+
/**
|
|
85
|
+
* Data processing task ID
|
|
86
|
+
*/
|
|
87
|
+
readonly taskId: string;
|
|
88
|
+
/**
|
|
89
|
+
* Type of the data processing task. Fixed as Resident
|
|
90
|
+
*/
|
|
91
|
+
readonly taskType: string;
|
|
92
|
+
/**
|
|
93
|
+
* The processing end time of the data processing task, in seconds as a Unix timestamp
|
|
94
|
+
*/
|
|
95
|
+
readonly toTime: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Data Source schema for Byteplus::TLS::Etl
|
|
99
|
+
*/
|
|
100
|
+
export declare function getEtlOutput(args: GetEtlOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEtlResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getEtl.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetEtlOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* Uniquely identifies the resource.
|
|
107
|
+
*/
|
|
108
|
+
id: pulumi.Input<string>;
|
|
109
|
+
}
|
package/tls/getEtl.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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.getEtlOutput = exports.getEtl = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::Etl
|
|
10
|
+
*/
|
|
11
|
+
function getEtl(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getEtl:getEtl", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEtl = getEtl;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::Etl
|
|
20
|
+
*/
|
|
21
|
+
function getEtlOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getEtl:getEtl", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEtlOutput = getEtlOutput;
|
|
28
|
+
//# sourceMappingURL=getEtl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEtl.js","sourceRoot":"","sources":["../../tls/getEtl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AA6FD;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/tls/getEtls.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::Etl
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEtls(opts?: pulumi.InvokeOptions): Promise<GetEtlsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEtls.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEtlsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::TLS::Etl
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEtlsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEtlsResult>;
|
package/tls/getEtls.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
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.getEtlsOutput = exports.getEtls = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::Etl
|
|
10
|
+
*/
|
|
11
|
+
function getEtls(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getEtls:getEtls", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEtls = getEtls;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::Etl
|
|
18
|
+
*/
|
|
19
|
+
function getEtlsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getEtls:getEtls", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEtlsOutput = getEtlsOutput;
|
|
24
|
+
//# sourceMappingURL=getEtls.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEtls.js","sourceRoot":"","sources":["../../tls/getEtls.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
|
package/tls/getHost.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Byteplus::TLS::Host
|
|
4
|
+
*/
|
|
5
|
+
export declare function getHost(args: GetHostArgs, opts?: pulumi.InvokeOptions): Promise<GetHostResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getHost.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetHostArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getHost.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetHostResult {
|
|
19
|
+
/**
|
|
20
|
+
* Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
|
|
21
|
+
*/
|
|
22
|
+
readonly heartbeatStatus: number;
|
|
23
|
+
/**
|
|
24
|
+
* Machine group ID to which the host belongs
|
|
25
|
+
*/
|
|
26
|
+
readonly hostGroupId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Uniquely identifies the resource.
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* Host IP address
|
|
33
|
+
*/
|
|
34
|
+
readonly ip: string;
|
|
35
|
+
/**
|
|
36
|
+
* Log collector version
|
|
37
|
+
*/
|
|
38
|
+
readonly logCollectorVersion: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Data Source schema for Byteplus::TLS::Host
|
|
42
|
+
*/
|
|
43
|
+
export declare function getHostOutput(args: GetHostOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostResult>;
|
|
44
|
+
/**
|
|
45
|
+
* A collection of arguments for invoking getHost.
|
|
46
|
+
*/
|
|
47
|
+
export interface GetHostOutputArgs {
|
|
48
|
+
/**
|
|
49
|
+
* Uniquely identifies the resource.
|
|
50
|
+
*/
|
|
51
|
+
id: pulumi.Input<string>;
|
|
52
|
+
}
|
package/tls/getHost.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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.getHostOutput = exports.getHost = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::Host
|
|
10
|
+
*/
|
|
11
|
+
function getHost(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getHost:getHost", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getHost = getHost;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::Host
|
|
20
|
+
*/
|
|
21
|
+
function getHostOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getHost:getHost", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getHostOutput = getHostOutput;
|
|
28
|
+
//# sourceMappingURL=getHost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHost.js","sourceRoot":"","sources":["../../tls/getHost.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAqCD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::HostGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getHostGroup(args: GetHostGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetHostGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getHostGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetHostGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getHostGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetHostGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* Number of abnormal machines.
|
|
22
|
+
*/
|
|
23
|
+
readonly abnormalHeartbeatStatusNumber: number;
|
|
24
|
+
/**
|
|
25
|
+
* Latest agent version.
|
|
26
|
+
*/
|
|
27
|
+
readonly agentLatestVersion: string;
|
|
28
|
+
/**
|
|
29
|
+
* Whether LogCollector installed on machine group servers enables automatic upgrade. true: Log Service will check for upgrade conditions during the specified time period each day. If conditions are met, LogCollector upgrades automatically without manual intervention. false: (default) LogCollector does not upgrade automatically. Only LogCollector V1.0.8 and later versions support automatic upgrade.
|
|
30
|
+
*/
|
|
31
|
+
readonly autoUpdate: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Creation time.
|
|
34
|
+
*/
|
|
35
|
+
readonly createTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* Clean all machines with abnormal heartbeat in the machine group with one click. Machines without heartbeat records cannot be deleted currently
|
|
38
|
+
*/
|
|
39
|
+
readonly deleteAbnormalHosts: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Number of machines.
|
|
42
|
+
*/
|
|
43
|
+
readonly hostCount: number;
|
|
44
|
+
/**
|
|
45
|
+
* Host group ID
|
|
46
|
+
*/
|
|
47
|
+
readonly hostGroupId: string;
|
|
48
|
+
/**
|
|
49
|
+
* Host group name
|
|
50
|
+
*/
|
|
51
|
+
readonly hostGroupName: string;
|
|
52
|
+
/**
|
|
53
|
+
* Type of machine group. Includes: IP: machine IP. Set the machine IP list using the HostIpList parameter. Label: machine identifier. Set the machine identifier using the HostIdentifier parameter.
|
|
54
|
+
*/
|
|
55
|
+
readonly hostGroupType: string;
|
|
56
|
+
/**
|
|
57
|
+
* Machine identifier. Required when HostGroupType is Label.
|
|
58
|
+
*/
|
|
59
|
+
readonly hostIdentifier: string;
|
|
60
|
+
/**
|
|
61
|
+
* List of IP addresses for the host group. Required when HostGroupType is IP.
|
|
62
|
+
*/
|
|
63
|
+
readonly hostIpLists: string[];
|
|
64
|
+
/**
|
|
65
|
+
* IAM project name. If this parameter is not specified, Log Service adds the machine group to the IAM project named default.
|
|
66
|
+
*/
|
|
67
|
+
readonly iamProjectName: string;
|
|
68
|
+
/**
|
|
69
|
+
* Uniquely identifies the resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly id: string;
|
|
72
|
+
/**
|
|
73
|
+
* Modification time.
|
|
74
|
+
*/
|
|
75
|
+
readonly modifyTime: string;
|
|
76
|
+
/**
|
|
77
|
+
* Number of healthy machines.
|
|
78
|
+
*/
|
|
79
|
+
readonly normalHeartbeatStatusNumber: number;
|
|
80
|
+
/**
|
|
81
|
+
* Number of rules
|
|
82
|
+
*/
|
|
83
|
+
readonly ruleCount: number;
|
|
84
|
+
/**
|
|
85
|
+
* Collection configuration information list.
|
|
86
|
+
*/
|
|
87
|
+
readonly rules: outputs.tls.GetHostGroupRule[];
|
|
88
|
+
/**
|
|
89
|
+
* Enable Logcollector service log feature. true: enabled. false: (default) disabled.
|
|
90
|
+
*/
|
|
91
|
+
readonly serviceLogging: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Auto upgrade end time in HH:MM format. Required only when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak business hours. LogCollector may restart during the auto upgrade, but logs will not be lost.
|
|
94
|
+
*/
|
|
95
|
+
readonly updateEndTime: string;
|
|
96
|
+
/**
|
|
97
|
+
* Automatic upgrade start time, in HH:MM format. Only required when AutoUpdate is set to true. It is recommended to schedule automatic upgrades during off-peak hours. LogCollector may restart during the upgrade, but logs will not be lost.
|
|
98
|
+
*/
|
|
99
|
+
readonly updateStartTime: string;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Data Source schema for Byteplus::TLS::HostGroup
|
|
103
|
+
*/
|
|
104
|
+
export declare function getHostGroupOutput(args: GetHostGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostGroupResult>;
|
|
105
|
+
/**
|
|
106
|
+
* A collection of arguments for invoking getHostGroup.
|
|
107
|
+
*/
|
|
108
|
+
export interface GetHostGroupOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* Uniquely identifies the resource.
|
|
111
|
+
*/
|
|
112
|
+
id: pulumi.Input<string>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getHostGroupOutput = exports.getHostGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::HostGroup
|
|
10
|
+
*/
|
|
11
|
+
function getHostGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getHostGroup:getHostGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getHostGroup = getHostGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::HostGroup
|
|
20
|
+
*/
|
|
21
|
+
function getHostGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getHostGroup:getHostGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getHostGroupOutput = getHostGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getHostGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHostGroup.js","sourceRoot":"","sources":["../../tls/getHostGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAiGD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::HostGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getHostGroups(opts?: pulumi.InvokeOptions): Promise<GetHostGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getHostGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetHostGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::TLS::HostGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getHostGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostGroupsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getHostGroupsOutput = exports.getHostGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::HostGroup
|
|
10
|
+
*/
|
|
11
|
+
function getHostGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getHostGroups:getHostGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getHostGroups = getHostGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::HostGroup
|
|
18
|
+
*/
|
|
19
|
+
function getHostGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getHostGroups:getHostGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getHostGroupsOutput = getHostGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getHostGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHostGroups.js","sourceRoot":"","sources":["../../tls/getHostGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAA2B;IACrD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC;AAeD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAAiC;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::Host
|
|
4
|
+
*/
|
|
5
|
+
export declare function getHosts(opts?: pulumi.InvokeOptions): Promise<GetHostsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getHosts.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetHostsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Byteplus::TLS::Host
|
|
21
|
+
*/
|
|
22
|
+
export declare function getHostsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHostsResult>;
|