@byteplus/pulumi-bytepluscc 0.0.17 → 0.0.18
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/autoscaling/getScalingLifecycleHook.d.ts +65 -0
- package/autoscaling/getScalingLifecycleHook.js +28 -0
- package/autoscaling/getScalingLifecycleHook.js.map +1 -0
- package/autoscaling/getScalingLifecycleHooks.d.ts +22 -0
- package/autoscaling/getScalingLifecycleHooks.js +24 -0
- package/autoscaling/getScalingLifecycleHooks.js.map +1 -0
- package/autoscaling/index.d.ts +9 -0
- package/autoscaling/index.js +12 -1
- package/autoscaling/index.js.map +1 -1
- package/autoscaling/scalingLifecycleHook.d.ts +127 -0
- package/autoscaling/scalingLifecycleHook.js +85 -0
- package/autoscaling/scalingLifecycleHook.js.map +1 -0
- package/cr/registry.d.ts +4 -0
- package/cr/registry.js +1 -1
- package/cr/registry.js.map +1 -1
- package/emr/cluster.d.ts +313 -0
- package/emr/cluster.js +137 -0
- package/emr/cluster.js.map +1 -0
- package/emr/clusterUser.d.ts +159 -0
- package/emr/clusterUser.js +101 -0
- package/emr/clusterUser.js.map +1 -0
- package/emr/clusterUserGroup.d.ts +110 -0
- package/emr/clusterUserGroup.js +87 -0
- package/emr/clusterUserGroup.js.map +1 -0
- package/emr/getCluster.d.ts +157 -0
- package/emr/getCluster.js +28 -0
- package/emr/getCluster.js.map +1 -0
- package/emr/getClusterUser.d.ts +72 -0
- package/emr/getClusterUser.js +28 -0
- package/emr/getClusterUser.js.map +1 -0
- package/emr/getClusterUserGroup.d.ts +52 -0
- package/emr/getClusterUserGroup.js +28 -0
- package/emr/getClusterUserGroup.js.map +1 -0
- package/emr/getClusterUserGroups.d.ts +22 -0
- package/emr/getClusterUserGroups.js +24 -0
- package/emr/getClusterUserGroups.js.map +1 -0
- package/emr/getClusterUsers.d.ts +22 -0
- package/emr/getClusterUsers.js +24 -0
- package/emr/getClusterUsers.js.map +1 -0
- package/emr/getClusters.d.ts +22 -0
- package/emr/getClusters.js +24 -0
- package/emr/getClusters.js.map +1 -0
- package/emr/index.d.ts +27 -0
- package/emr/index.js +50 -0
- package/emr/index.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/organization/getOrganization.d.ts +49 -0
- package/organization/getOrganization.js +28 -0
- package/organization/getOrganization.js.map +1 -0
- package/organization/getOrganizations.d.ts +22 -0
- package/organization/getOrganizations.js +24 -0
- package/organization/getOrganizations.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/organization.d.ts +88 -0
- package/organization/organization.js +71 -0
- package/organization/organization.js.map +1 -0
- package/package.json +1 -1
- package/tls/getIndex.d.ts +69 -0
- package/tls/getIndex.js +28 -0
- package/tls/getIndex.js.map +1 -0
- package/tls/getIndices.d.ts +22 -0
- package/tls/getIndices.js +24 -0
- package/tls/getIndices.js.map +1 -0
- package/tls/getScheduleSqlTask.d.ts +121 -0
- package/tls/getScheduleSqlTask.js +28 -0
- package/tls/getScheduleSqlTask.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +22 -0
- package/tls/getScheduleSqlTasks.js +24 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getTopic.d.ts +121 -0
- package/tls/getTopic.js +28 -0
- package/tls/getTopic.js.map +1 -0
- package/tls/getTopics.d.ts +22 -0
- package/tls/getTopics.js +24 -0
- package/tls/getTopics.js.map +1 -0
- package/tls/index.d.ts +27 -0
- package/tls/index.js +34 -1
- package/tls/index.js.map +1 -1
- package/tls/index_.d.ts +117 -0
- package/tls/index_.js +75 -0
- package/tls/index_.js.map +1 -0
- package/tls/scheduleSqlTask.d.ts +267 -0
- package/tls/scheduleSqlTask.js +125 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/topic.d.ts +303 -0
- package/tls/topic.js +136 -0
- package/tls/topic.js.map +1 -0
- package/types/input.d.ts +611 -0
- package/types/output.d.ts +1482 -207
- package/vedbm/backup.d.ts +197 -0
- package/vedbm/backup.js +103 -0
- package/vedbm/backup.js.map +1 -0
- package/vedbm/database.d.ts +98 -0
- package/vedbm/database.js +69 -0
- package/vedbm/database.js.map +1 -0
- package/vedbm/getBackup.d.ts +92 -0
- package/vedbm/getBackup.js +28 -0
- package/vedbm/getBackup.js.map +1 -0
- package/vedbm/getBackups.d.ts +22 -0
- package/vedbm/getBackups.js +24 -0
- package/vedbm/getBackups.js.map +1 -0
- package/vedbm/getDatabase.d.ts +57 -0
- package/vedbm/getDatabase.js +28 -0
- package/vedbm/getDatabase.js.map +1 -0
- package/vedbm/getDatabases.d.ts +22 -0
- package/vedbm/getDatabases.js +24 -0
- package/vedbm/getDatabases.js.map +1 -0
- package/vedbm/index.d.ts +18 -0
- package/vedbm/index.js +23 -1
- package/vedbm/index.js.map +1 -1
|
@@ -0,0 +1,71 @@
|
|
|
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.Organization = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 企业组织管理
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
|
|
16
|
+
*
|
|
17
|
+
* const organizationDemo = new bytepluscc.organization.Organization("organizationDemo", {});
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import bytepluscc:organization/organization:Organization example "organization_id"
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
class Organization extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing Organization resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name, id, state, opts) {
|
|
37
|
+
return new Organization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of Organization. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj) {
|
|
44
|
+
if (obj === undefined || obj === null) {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return obj['__pulumiType'] === Organization.__pulumiType;
|
|
48
|
+
}
|
|
49
|
+
constructor(name, argsOrState, opts) {
|
|
50
|
+
let resourceInputs = {};
|
|
51
|
+
opts = opts || {};
|
|
52
|
+
if (opts.id) {
|
|
53
|
+
const state = argsOrState;
|
|
54
|
+
resourceInputs["organization"] = state ? state.organization : undefined;
|
|
55
|
+
resourceInputs["organizationId"] = state ? state.organizationId : undefined;
|
|
56
|
+
resourceInputs["owner"] = state ? state.owner : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
resourceInputs["organization"] = args ? args.organization : undefined;
|
|
61
|
+
resourceInputs["owner"] = args ? args.owner : undefined;
|
|
62
|
+
resourceInputs["organizationId"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
super(Organization.__pulumiType, name, resourceInputs, opts);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.Organization = Organization;
|
|
69
|
+
/** @internal */
|
|
70
|
+
Organization.__pulumiType = 'bytepluscc:organization/organization:Organization';
|
|
71
|
+
//# sourceMappingURL=organization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../organization/organization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAjEL,oCAkEC;AApDG,gBAAgB;AACO,yBAAY,GAAG,mDAAmD,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::Index
|
|
5
|
+
*/
|
|
6
|
+
export declare function getIndex(args: GetIndexArgs, opts?: pulumi.InvokeOptions): Promise<GetIndexResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getIndex.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetIndexArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getIndex.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetIndexResult {
|
|
20
|
+
/**
|
|
21
|
+
* 索引创建的时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 是否开启索引自动更新,开启后系统将根据新出现的字段自动添加到键值索引。true:开启自动更新。false:不开启自动更新。
|
|
26
|
+
*/
|
|
27
|
+
readonly enableAutoIndex: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* 全文索引配置。此字段为 null 或者未配置,表示不开启全文索引。全文索引配置和键值索引配置至少配置一项,即 FullText 和 KeyValue 之间应至少指定一个参数。
|
|
30
|
+
*/
|
|
31
|
+
readonly fullText: outputs.tls.GetIndexFullText;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 键值索引配置。此字段数组长度为 0 或者未配置,表示不开启键值索引。全文索引配置和键值索引配置至少配置一项,即 FullText 和 KeyValue 之间应至少指定一个参数。
|
|
38
|
+
*/
|
|
39
|
+
readonly keyValues: outputs.tls.GetIndexKeyValue[];
|
|
40
|
+
/**
|
|
41
|
+
* 统计字段值的最大长度,默认为 2048,取值范围为 64~16384,单位为字节。说明单个字段值的长度超过您所指定的最大长度时,超出部分将被截断,不参与分析。字段最大长度更新后,只对增量数据有效。
|
|
42
|
+
*/
|
|
43
|
+
readonly maxTextLen: number;
|
|
44
|
+
/**
|
|
45
|
+
* 索引最近修改的时间。
|
|
46
|
+
*/
|
|
47
|
+
readonly modifyTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* 日志主题ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly topicId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 预留字段索引配置。此字段数组长度为 0 或者未配置,表示不开启预留字段索引。不能同时开启全文索引和预留字段 **content** 的键值索引,即如果通过 UserInnerKeyValue 参数设置**content** 索引,则不能同时设置参数 FullText。预留字段中,目前仅支持为 **content** 手动开启索引。其他预留字段的索引设置请参考预留字段。
|
|
54
|
+
*/
|
|
55
|
+
readonly userInnerKeyValues: outputs.tls.GetIndexUserInnerKeyValue[];
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Data Source schema for Byteplus::TLS::Index
|
|
59
|
+
*/
|
|
60
|
+
export declare function getIndexOutput(args: GetIndexOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIndexResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getIndex.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetIndexOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* Uniquely identifies the resource.
|
|
67
|
+
*/
|
|
68
|
+
id: pulumi.Input<string>;
|
|
69
|
+
}
|
package/tls/getIndex.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.getIndexOutput = exports.getIndex = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::Index
|
|
10
|
+
*/
|
|
11
|
+
function getIndex(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getIndex:getIndex", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getIndex = getIndex;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::Index
|
|
20
|
+
*/
|
|
21
|
+
function getIndexOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getIndex:getIndex", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getIndexOutput = getIndexOutput;
|
|
28
|
+
//# sourceMappingURL=getIndex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIndex.js","sourceRoot":"","sources":["../../tls/getIndex.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAqDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::Index
|
|
4
|
+
*/
|
|
5
|
+
export declare function getIndices(opts?: pulumi.InvokeOptions): Promise<GetIndicesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getIndices.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetIndicesResult {
|
|
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::Index
|
|
21
|
+
*/
|
|
22
|
+
export declare function getIndicesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIndicesResult>;
|
|
@@ -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.getIndicesOutput = exports.getIndices = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::Index
|
|
10
|
+
*/
|
|
11
|
+
function getIndices(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getIndices:getIndices", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getIndices = getIndices;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::Index
|
|
18
|
+
*/
|
|
19
|
+
function getIndicesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getIndices:getIndices", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getIndicesOutput = getIndicesOutput;
|
|
24
|
+
//# sourceMappingURL=getIndices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIndices.js","sourceRoot":"","sources":["../../tls/getIndices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gCAIC;AAeD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAAiC;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
5
|
+
*/
|
|
6
|
+
export declare function getScheduleSqlTask(args: GetScheduleSqlTaskArgs, opts?: pulumi.InvokeOptions): Promise<GetScheduleSqlTaskResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getScheduleSqlTask.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetScheduleSqlTaskArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getScheduleSqlTask.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetScheduleSqlTaskResult {
|
|
20
|
+
/**
|
|
21
|
+
* 创建时间(秒级 Unix 时间戳)。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: number;
|
|
24
|
+
/**
|
|
25
|
+
* 定时 SQL 分析任务的简单描述。不支持<>、'、\、\。长度范围为 0~64 个字符。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 目标日志项目 ID。
|
|
30
|
+
*/
|
|
31
|
+
readonly destProjectId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 目标日志主题所属地域。默认为当前地域。
|
|
34
|
+
*/
|
|
35
|
+
readonly destRegion: string;
|
|
36
|
+
/**
|
|
37
|
+
* 用于存储定时 SQL 分析结果数据的目标日志主题 ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly destTopicId: string;
|
|
40
|
+
/**
|
|
41
|
+
* 目标日志主题名称。
|
|
42
|
+
*/
|
|
43
|
+
readonly destTopicName: string;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 调度定时 SQL 分析任务的结束时间,格式为秒级时间戳。如果不配置,表示持续运行定时 SQL 分析任务。到达结束时间后,日志服务不会再创建实例及执行定时 SQL 分析,但任务状态仍为运行中,直至手动暂停任务。
|
|
50
|
+
*/
|
|
51
|
+
readonly processEndTime: number;
|
|
52
|
+
/**
|
|
53
|
+
* 每次调度的延迟时间。取值范围为 0~120,单位为秒。如果不配置,则表示 0,即无延时。
|
|
54
|
+
*/
|
|
55
|
+
readonly processSqlDelay: number;
|
|
56
|
+
/**
|
|
57
|
+
* 调度定时 SQL 分析任务的开始时间,即创建第一个实例的时间。格式为秒级时间戳。
|
|
58
|
+
*/
|
|
59
|
+
readonly processStartTime: number;
|
|
60
|
+
/**
|
|
61
|
+
* SQL 时间窗口,即定时 SQL 分析任务运行时,日志检索与分析的时间范围,左闭右开格式。最大为 24 小时,最小为 1 分钟。
|
|
62
|
+
*/
|
|
63
|
+
readonly processTimeWindow: string;
|
|
64
|
+
/**
|
|
65
|
+
* 定时 SQL 分析任务定期执行的检索与分析语句,应符合日志服务的检索与分析语法。
|
|
66
|
+
*/
|
|
67
|
+
readonly query: string;
|
|
68
|
+
/**
|
|
69
|
+
* 定时 SQL 分析任务的调度周期。调度周期决定每个实例的调度时间。建议调度周期不小于 SQL 时间窗口。
|
|
70
|
+
*/
|
|
71
|
+
readonly requestCycle: outputs.tls.GetScheduleSqlTaskRequestCycle;
|
|
72
|
+
/**
|
|
73
|
+
* 源日志项目 ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly sourceProjectId: string;
|
|
76
|
+
/**
|
|
77
|
+
* 源日志项目名称。
|
|
78
|
+
*/
|
|
79
|
+
readonly sourceProjectName: string;
|
|
80
|
+
/**
|
|
81
|
+
* 待进行定时 SQL 分析的原始日志所在的日志主题 ID。仅支持当前地域的日志主题。
|
|
82
|
+
*/
|
|
83
|
+
readonly sourceTopicId: string;
|
|
84
|
+
/**
|
|
85
|
+
* 源日志主题名称。
|
|
86
|
+
*/
|
|
87
|
+
readonly sourceTopicName: string;
|
|
88
|
+
/**
|
|
89
|
+
* 完成任务配置后是否立即启动定时 SQL 分析任务。可选值:0 关闭;1 立即启动。
|
|
90
|
+
*/
|
|
91
|
+
readonly status: number;
|
|
92
|
+
/**
|
|
93
|
+
* 任务 ID。
|
|
94
|
+
*/
|
|
95
|
+
readonly taskId: string;
|
|
96
|
+
/**
|
|
97
|
+
* 定时 SQL 分析任务名称。命名规则请参考资源命名规则。
|
|
98
|
+
*/
|
|
99
|
+
readonly taskName: string;
|
|
100
|
+
/**
|
|
101
|
+
* 任务类型:0 表示日志到日志;1 表示日志到指标。
|
|
102
|
+
*/
|
|
103
|
+
readonly taskType: number;
|
|
104
|
+
/**
|
|
105
|
+
* 修改时间(秒级 Unix 时间戳)。
|
|
106
|
+
*/
|
|
107
|
+
readonly updatedTime: number;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
111
|
+
*/
|
|
112
|
+
export declare function getScheduleSqlTaskOutput(args: GetScheduleSqlTaskOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScheduleSqlTaskResult>;
|
|
113
|
+
/**
|
|
114
|
+
* A collection of arguments for invoking getScheduleSqlTask.
|
|
115
|
+
*/
|
|
116
|
+
export interface GetScheduleSqlTaskOutputArgs {
|
|
117
|
+
/**
|
|
118
|
+
* Uniquely identifies the resource.
|
|
119
|
+
*/
|
|
120
|
+
id: pulumi.Input<string>;
|
|
121
|
+
}
|
|
@@ -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.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
10
|
+
*/
|
|
11
|
+
function getScheduleSqlTask(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getScheduleSqlTask:getScheduleSqlTask", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getScheduleSqlTask = getScheduleSqlTask;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
20
|
+
*/
|
|
21
|
+
function getScheduleSqlTaskOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getScheduleSqlTask:getScheduleSqlTask", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getScheduleSqlTaskOutput = getScheduleSqlTaskOutput;
|
|
28
|
+
//# sourceMappingURL=getScheduleSqlTask.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScheduleSqlTask.js","sourceRoot":"","sources":["../../tls/getScheduleSqlTask.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAyGD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
4
|
+
*/
|
|
5
|
+
export declare function getScheduleSqlTasks(opts?: pulumi.InvokeOptions): Promise<GetScheduleSqlTasksResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getScheduleSqlTasks.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetScheduleSqlTasksResult {
|
|
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::ScheduleSqlTask
|
|
21
|
+
*/
|
|
22
|
+
export declare function getScheduleSqlTasksOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScheduleSqlTasksResult>;
|
|
@@ -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.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
10
|
+
*/
|
|
11
|
+
function getScheduleSqlTasks(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getScheduleSqlTasks:getScheduleSqlTasks", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getScheduleSqlTasks = getScheduleSqlTasks;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::ScheduleSqlTask
|
|
18
|
+
*/
|
|
19
|
+
function getScheduleSqlTasksOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getScheduleSqlTasks:getScheduleSqlTasks", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getScheduleSqlTasksOutput = getScheduleSqlTasksOutput;
|
|
24
|
+
//# sourceMappingURL=getScheduleSqlTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScheduleSqlTasks.js","sourceRoot":"","sources":["../../tls/getScheduleSqlTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC;AAeD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAiC;IACvE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE,EAC5F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8DAIC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::TLS::Topic
|
|
5
|
+
*/
|
|
6
|
+
export declare function getTopic(args: GetTopicArgs, opts?: pulumi.InvokeOptions): Promise<GetTopicResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getTopic.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetTopicArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getTopic.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetTopicResult {
|
|
20
|
+
/**
|
|
21
|
+
* 指定日志主题是否已开启了 Kafka 协议消费功能。true:已开启。false:未开启。
|
|
22
|
+
*/
|
|
23
|
+
readonly allowConsume: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 归档存储时长。该时长取值范围为 60~3650。满足如下任一条件时,可实现归档存储。标准存储时长 30 天及以上。标准存储时长 7 天及以上且低频存储时长 30 天及以上。此参数仅在 EnableHotTtl 为 true 时生效。
|
|
26
|
+
*/
|
|
27
|
+
readonly archiveTtl: number;
|
|
28
|
+
/**
|
|
29
|
+
* 是否开启分区的自动分裂功能。true:当写入的数据量连续 5 分钟超过已有分区服务能力时,日志服务会根据数据量自动分裂分区以满足业务需求,但分裂后的分区数量不可超出最大分裂数。最近 15 分钟内分裂出来的新分区不会自动分裂。false:不开启分区的自动分裂。
|
|
30
|
+
*/
|
|
31
|
+
readonly autoSplit: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* 低频存储时长。该时长取值范围为 30~3650。标准存储时长 7 天及以上可实现低频存储。此参数仅在 EnableHotTtl 为 true 时生效。
|
|
34
|
+
*/
|
|
35
|
+
readonly coldTtl: number;
|
|
36
|
+
/**
|
|
37
|
+
* Kafka 协议消费主题 ID,格式为 out+日志主题 ID。通过 Kafka 协议消费此日志主题中的日志数据时,Topic 应指定为此 ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly consumeTopic: string;
|
|
40
|
+
/**
|
|
41
|
+
* 日志主题创建时间。
|
|
42
|
+
*/
|
|
43
|
+
readonly createdTime: string;
|
|
44
|
+
/**
|
|
45
|
+
* 日志主题描述信息。不支持 <>、'、\、\、所有 emoji 表情符号。长度为 0~64 个字符。
|
|
46
|
+
*/
|
|
47
|
+
readonly description: string;
|
|
48
|
+
/**
|
|
49
|
+
* 是否开启分层存储。开启后,日志服务支持标准存储、低频存储和归档存储。设置 HotTtl、ArchiveTtl、ColdTtl 后,如果数据存储时间超过对应时长,那么数据会自动沉降至低频存储、归档存储进行后续保存,直到日志采集到服务端的总时长达到 Ttl 时,被后端服务自动清理。
|
|
50
|
+
*/
|
|
51
|
+
readonly enableHotTtl: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* 是否开启 WebTracking 功能,开启后,可以通过 WebTracking 快速采集前端埋点数据。true:开启 WebTracking功能。false:(默认)关闭 WebTracking 功能。为日志主题开启 Web Tracking 后,通过 API 接口 WebTracks 写入数据时无需经过鉴权,相当于面向公网开放了匿名写入权限,可能产生脏数据。
|
|
54
|
+
*/
|
|
55
|
+
readonly enableTracking: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* 标准存储时长。该时长默认为 30 天,取值范围为 7~3650。此参数仅在 EnableHotTtl 为 true 时生效。
|
|
58
|
+
*/
|
|
59
|
+
readonly hotTtl: number;
|
|
60
|
+
/**
|
|
61
|
+
* Uniquely identifies the resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* 是否开启记录外网 IP 功能。默认为开启状态。开启后日志服务会自动在日志内容中添加以下元数据字段。**tag****client_ip**:日志来源设备的公网 IP 地址。使用日志服务的私网域名写入日志数据时,则记录私网 IP 地址。**tag****receive_time**:日志达到服务端的时间,格式为 10 位的 Unixtime 时间戳。
|
|
66
|
+
*/
|
|
67
|
+
readonly logPublicIp: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* 分区的最大分裂数,即分区分裂后,所有分区的最大数量。取值范围为 1~256,默认为 256。仅在开启自动分裂日志分区,即 AutoSplit 为 true 时必选。MaxSplitShard 必须大于指定的 ShardCount,否则日志服务无法自动分裂分区。
|
|
70
|
+
*/
|
|
71
|
+
readonly maxSplitShard: number;
|
|
72
|
+
/**
|
|
73
|
+
* 日志主题所属的日志项目 ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly projectId: string;
|
|
76
|
+
/**
|
|
77
|
+
* 日志分区的数量,默认创建 1 个分区,取值范围为 1~10。 每个分区提供的写入能力为 5MiB/s、500 次/s,读取能力为 20 MiB/s、100 次/s。请在创建日志主题时合理规划分区,创建后暂不支持修改分区数量。
|
|
78
|
+
*/
|
|
79
|
+
readonly shardCount: number;
|
|
80
|
+
/**
|
|
81
|
+
* 标签列表。
|
|
82
|
+
*/
|
|
83
|
+
readonly tags: outputs.tls.GetTopicTag[];
|
|
84
|
+
/**
|
|
85
|
+
* 时间格式
|
|
86
|
+
*/
|
|
87
|
+
readonly timeFormat: string;
|
|
88
|
+
/**
|
|
89
|
+
* 时间字段名
|
|
90
|
+
*/
|
|
91
|
+
readonly timeKey: string;
|
|
92
|
+
/**
|
|
93
|
+
* 日志主题 ID。
|
|
94
|
+
*/
|
|
95
|
+
readonly topicId: string;
|
|
96
|
+
/**
|
|
97
|
+
* 日志主题名称。
|
|
98
|
+
*/
|
|
99
|
+
readonly topicName: string;
|
|
100
|
+
/**
|
|
101
|
+
* 日志在日志服务中的总保存时间,超过指定的日志存储时长后,此日志主题中的过期日志会被自动清除。单位为天,默认为 30 天。取值范围为 1~3650,指定为 3650 天表示永久存储。
|
|
102
|
+
*/
|
|
103
|
+
readonly ttl: number;
|
|
104
|
+
/**
|
|
105
|
+
* 日志主题修改时间。
|
|
106
|
+
*/
|
|
107
|
+
readonly updatedTime: string;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Data Source schema for Byteplus::TLS::Topic
|
|
111
|
+
*/
|
|
112
|
+
export declare function getTopicOutput(args: GetTopicOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTopicResult>;
|
|
113
|
+
/**
|
|
114
|
+
* A collection of arguments for invoking getTopic.
|
|
115
|
+
*/
|
|
116
|
+
export interface GetTopicOutputArgs {
|
|
117
|
+
/**
|
|
118
|
+
* Uniquely identifies the resource.
|
|
119
|
+
*/
|
|
120
|
+
id: pulumi.Input<string>;
|
|
121
|
+
}
|
package/tls/getTopic.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.getTopicOutput = exports.getTopic = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::TLS::Topic
|
|
10
|
+
*/
|
|
11
|
+
function getTopic(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getTopic:getTopic", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getTopic = getTopic;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::TLS::Topic
|
|
20
|
+
*/
|
|
21
|
+
function getTopicOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getTopic:getTopic", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getTopicOutput = getTopicOutput;
|
|
28
|
+
//# sourceMappingURL=getTopic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTopic.js","sourceRoot":"","sources":["../../tls/getTopic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyGD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::TLS::Topic
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTopics(opts?: pulumi.InvokeOptions): Promise<GetTopicsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getTopics.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTopicsResult {
|
|
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::Topic
|
|
21
|
+
*/
|
|
22
|
+
export declare function getTopicsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTopicsResult>;
|
package/tls/getTopics.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.getTopicsOutput = exports.getTopics = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::TLS::Topic
|
|
10
|
+
*/
|
|
11
|
+
function getTopics(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:tls/getTopics:getTopics", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getTopics = getTopics;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::TLS::Topic
|
|
18
|
+
*/
|
|
19
|
+
function getTopicsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:tls/getTopics:getTopics", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getTopicsOutput = getTopicsOutput;
|
|
24
|
+
//# sourceMappingURL=getTopics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTopics.js","sourceRoot":"","sources":["../../tls/getTopics.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
|