@byteplus/pulumi-bytepluscc 0.0.16 → 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/alb/getLoadBalancer.d.ts +8 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/getServerGroup.d.ts +4 -0
- package/alb/getServerGroup.js.map +1 -1
- package/alb/loadBalancer.d.ts +24 -0
- package/alb/loadBalancer.js +4 -0
- package/alb/loadBalancer.js.map +1 -1
- package/alb/serverGroup.d.ts +12 -0
- package/alb/serverGroup.js +2 -0
- package/alb/serverGroup.js.map +1 -1
- package/apig/gatewayService.d.ts +40 -23
- package/apig/gatewayService.js +7 -21
- package/apig/gatewayService.js.map +1 -1
- package/apig/getGatewayService.d.ts +13 -1
- package/apig/getGatewayService.js.map +1 -1
- package/apig/getUpstream.d.ts +4 -0
- package/apig/getUpstream.js.map +1 -1
- package/apig/upstream.d.ts +12 -0
- package/apig/upstream.js +2 -0
- package/apig/upstream.js.map +1 -1
- 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/getScalingPolicies.d.ts +22 -0
- package/autoscaling/getScalingPolicies.js +24 -0
- package/autoscaling/getScalingPolicies.js.map +1 -0
- package/autoscaling/getScalingPolicy.d.ts +81 -0
- package/autoscaling/getScalingPolicy.js +28 -0
- package/autoscaling/getScalingPolicy.js.map +1 -0
- package/autoscaling/index.d.ts +18 -0
- package/autoscaling/index.js +23 -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/autoscaling/scalingPolicy.d.ts +171 -0
- package/autoscaling/scalingPolicy.js +87 -0
- package/autoscaling/scalingPolicy.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/directconnect/directConnectGateway.d.ts +8 -0
- package/directconnect/directConnectGateway.js +2 -0
- package/directconnect/directConnectGateway.js.map +1 -1
- package/directconnect/getDirectConnectGateway.d.ts +4 -0
- package/directconnect/getDirectConnectGateway.js.map +1 -1
- package/ecs/getHpcCluster.d.ts +73 -0
- package/ecs/getHpcCluster.js +28 -0
- package/ecs/getHpcCluster.js.map +1 -0
- package/ecs/getHpcClusters.d.ts +22 -0
- package/ecs/getHpcClusters.js +24 -0
- package/ecs/getHpcClusters.js.map +1 -0
- package/ecs/hpcCluster.d.ts +148 -0
- package/ecs/hpcCluster.js +98 -0
- package/ecs/hpcCluster.js.map +1 -0
- package/ecs/index.d.ts +9 -0
- package/ecs/index.js +12 -1
- package/ecs/index.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 +5 -1
- package/index.js +9 -1
- package/index.js.map +1 -1
- package/kms/getKey.d.ts +12 -0
- package/kms/getKey.js.map +1 -1
- package/kms/key.d.ts +36 -27
- package/kms/key.js +7 -24
- package/kms/key.js.map +1 -1
- package/mongodb/allowList.d.ts +146 -0
- package/mongodb/allowList.js +82 -0
- package/mongodb/allowList.js.map +1 -0
- package/mongodb/getAllowList.d.ts +77 -0
- package/mongodb/getAllowList.js +28 -0
- package/mongodb/getAllowList.js.map +1 -0
- package/mongodb/getAllowLists.d.ts +22 -0
- package/mongodb/getAllowLists.js +24 -0
- package/mongodb/getAllowLists.js.map +1 -0
- package/mongodb/getInstance.d.ts +213 -0
- package/mongodb/getInstance.js +28 -0
- package/mongodb/getInstance.js.map +1 -0
- package/mongodb/getInstances.d.ts +22 -0
- package/mongodb/getInstances.js +24 -0
- package/mongodb/getInstances.js.map +1 -0
- package/mongodb/index.d.ts +18 -0
- package/mongodb/index.js +39 -0
- package/mongodb/index.js.map +1 -0
- package/mongodb/instance.d.ts +499 -0
- package/mongodb/instance.js +197 -0
- package/mongodb/instance.js.map +1 -0
- 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/privatezone/getRecord.d.ts +88 -0
- package/privatezone/getRecord.js +28 -0
- package/privatezone/getRecord.js.map +1 -0
- package/privatezone/getRecords.d.ts +22 -0
- package/privatezone/getRecords.js +24 -0
- package/privatezone/getRecords.js.map +1 -0
- package/privatezone/getResolverEndpoint.d.ts +89 -0
- package/privatezone/getResolverEndpoint.js +28 -0
- package/privatezone/getResolverEndpoint.js.map +1 -0
- package/privatezone/getResolverEndpoints.d.ts +22 -0
- package/privatezone/getResolverEndpoints.js +24 -0
- package/privatezone/getResolverEndpoints.js.map +1 -0
- package/privatezone/getResolverRule.d.ts +93 -0
- package/privatezone/getResolverRule.js +28 -0
- package/privatezone/getResolverRule.js.map +1 -0
- package/privatezone/getResolverRules.d.ts +22 -0
- package/privatezone/getResolverRules.js +24 -0
- package/privatezone/getResolverRules.js.map +1 -0
- package/privatezone/index.d.ts +27 -0
- package/privatezone/index.js +50 -0
- package/privatezone/index.js.map +1 -0
- package/privatezone/record.d.ts +204 -0
- package/privatezone/record.js +113 -0
- package/privatezone/record.js.map +1 -0
- package/privatezone/resolverEndpoint.d.ts +165 -0
- package/privatezone/resolverEndpoint.js +91 -0
- package/privatezone/resolverEndpoint.js.map +1 -0
- package/privatezone/resolverRule.d.ts +168 -0
- package/privatezone/resolverRule.js +90 -0
- package/privatezone/resolverRule.js.map +1 -0
- package/rdsmssql/allowList.d.ts +174 -0
- package/rdsmssql/allowList.js +83 -0
- package/rdsmssql/allowList.js.map +1 -0
- package/rdsmssql/getAllowList.d.ts +85 -0
- package/rdsmssql/getAllowList.js +28 -0
- package/rdsmssql/getAllowList.js.map +1 -0
- package/rdsmssql/getAllowLists.d.ts +22 -0
- package/rdsmssql/getAllowLists.js +24 -0
- package/rdsmssql/getAllowLists.js.map +1 -0
- package/rdsmssql/index.d.ts +9 -0
- package/rdsmssql/index.js +12 -1
- package/rdsmssql/index.js.map +1 -1
- package/rdspostgresql/database.d.ts +141 -0
- package/rdspostgresql/database.js +92 -0
- package/rdspostgresql/database.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +220 -0
- package/rdspostgresql/dbEndpoint.js +103 -0
- package/rdspostgresql/dbEndpoint.js.map +1 -0
- package/rdspostgresql/getDatabase.d.ts +64 -0
- package/rdspostgresql/getDatabase.js +28 -0
- package/rdspostgresql/getDatabase.js.map +1 -0
- package/rdspostgresql/getDatabases.d.ts +22 -0
- package/rdspostgresql/getDatabases.js +24 -0
- package/rdspostgresql/getDatabases.js.map +1 -0
- package/rdspostgresql/getDbEndpoint.d.ts +101 -0
- package/rdspostgresql/getDbEndpoint.js +28 -0
- package/rdspostgresql/getDbEndpoint.js.map +1 -0
- package/rdspostgresql/getDbEndpoints.d.ts +22 -0
- package/rdspostgresql/getDbEndpoints.js +24 -0
- package/rdspostgresql/getDbEndpoints.js.map +1 -0
- package/rdspostgresql/getSchema.d.ts +52 -0
- package/rdspostgresql/getSchema.js +28 -0
- package/rdspostgresql/getSchema.js.map +1 -0
- package/rdspostgresql/getSchemas.d.ts +22 -0
- package/rdspostgresql/getSchemas.js +24 -0
- package/rdspostgresql/getSchemas.js.map +1 -0
- package/rdspostgresql/index.d.ts +27 -0
- package/rdspostgresql/index.js +34 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/schema.d.ts +107 -0
- package/rdspostgresql/schema.js +90 -0
- package/rdspostgresql/schema.js.map +1 -0
- 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/transitrouter/getTransitRouter.d.ts +8 -0
- package/transitrouter/getTransitRouter.js.map +1 -1
- package/transitrouter/getTransitRouterRouteEntry.d.ts +8 -0
- package/transitrouter/getTransitRouterRouteEntry.js.map +1 -1
- package/transitrouter/transitRouter.d.ts +20 -0
- package/transitrouter/transitRouter.js +4 -0
- package/transitrouter/transitRouter.js.map +1 -1
- package/transitrouter/transitRouterRouteEntry.d.ts +16 -0
- package/transitrouter/transitRouterRouteEntry.js +4 -0
- package/transitrouter/transitRouterRouteEntry.js.map +1 -1
- package/types/input.d.ts +1381 -138
- package/types/output.d.ts +4758 -2129
- 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/getInstance.d.ts +157 -0
- package/vedbm/getInstance.js +28 -0
- package/vedbm/getInstance.js.map +1 -0
- package/vedbm/getInstances.d.ts +22 -0
- package/vedbm/getInstances.js +24 -0
- package/vedbm/getInstances.js.map +1 -0
- package/vedbm/index.d.ts +27 -0
- package/vedbm/index.js +50 -0
- package/vedbm/index.js.map +1 -0
- package/vedbm/instance.d.ts +355 -0
- package/vedbm/instance.js +134 -0
- package/vedbm/instance.js.map +1 -0
- package/vpc/eip.d.ts +29 -0
- package/vpc/eip.js +26 -1
- package/vpc/eip.js.map +1 -1
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Byteplus::PrivateZone::Record
|
|
4
|
+
*/
|
|
5
|
+
export declare function getRecord(args: GetRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetRecordResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getRecord.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetRecordArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getRecord.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRecordResult {
|
|
19
|
+
/**
|
|
20
|
+
* 解析记录的创建时间。
|
|
21
|
+
*/
|
|
22
|
+
readonly createdAt: string;
|
|
23
|
+
/**
|
|
24
|
+
* 解析记录是否被启用。
|
|
25
|
+
*/
|
|
26
|
+
readonly enable: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* 子域名的域名前缀。
|
|
29
|
+
*/
|
|
30
|
+
readonly host: string;
|
|
31
|
+
/**
|
|
32
|
+
* Uniquely identifies the resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* 最近一次更新解析记录的账号 ID。
|
|
37
|
+
*/
|
|
38
|
+
readonly lastOperator: string;
|
|
39
|
+
/**
|
|
40
|
+
* 解析记录的线路,只能是默认线路 default。
|
|
41
|
+
*/
|
|
42
|
+
readonly line: string;
|
|
43
|
+
/**
|
|
44
|
+
* 解析记录 ID。
|
|
45
|
+
*/
|
|
46
|
+
readonly recordId: string;
|
|
47
|
+
/**
|
|
48
|
+
* 备注。支持 UTF-8 字符。不能超过 16 个字符。默认值为空字符串。
|
|
49
|
+
*/
|
|
50
|
+
readonly remark: string;
|
|
51
|
+
/**
|
|
52
|
+
* 解析记录的过期时间。单位为秒。默认值为 600。
|
|
53
|
+
*/
|
|
54
|
+
readonly ttl: number;
|
|
55
|
+
/**
|
|
56
|
+
* 解析记录类型。该参数的取值如下:A:A 记录。AAAA:AAAA 记录。CNAME:CNAME 记录。TXT:TXT 记录。MX:MX 记录。PTR:PTR 记录。A:A 记录。AAAA:AAAA 记录。CNAME:CNAME 记录。TXT:TXT 记录。MX:MX 记录。PTR:PTR 记录。
|
|
57
|
+
*/
|
|
58
|
+
readonly type: string;
|
|
59
|
+
/**
|
|
60
|
+
* 解析记录最近一次的更新时间。
|
|
61
|
+
*/
|
|
62
|
+
readonly updatedAt: string;
|
|
63
|
+
/**
|
|
64
|
+
* 记录值。
|
|
65
|
+
*/
|
|
66
|
+
readonly value: string;
|
|
67
|
+
/**
|
|
68
|
+
* 记录的权重。只有域名开启了负载均衡后,记录值的权重才会生效。
|
|
69
|
+
*/
|
|
70
|
+
readonly weight: number;
|
|
71
|
+
/**
|
|
72
|
+
* 域名 ID。
|
|
73
|
+
*/
|
|
74
|
+
readonly zid: number;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Data Source schema for Byteplus::PrivateZone::Record
|
|
78
|
+
*/
|
|
79
|
+
export declare function getRecordOutput(args: GetRecordOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRecordResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getRecord.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetRecordOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* Uniquely identifies the resource.
|
|
86
|
+
*/
|
|
87
|
+
id: pulumi.Input<string>;
|
|
88
|
+
}
|
|
@@ -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.getRecordOutput = exports.getRecord = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::PrivateZone::Record
|
|
10
|
+
*/
|
|
11
|
+
function getRecord(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getRecord:getRecord", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getRecord = getRecord;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::PrivateZone::Record
|
|
20
|
+
*/
|
|
21
|
+
function getRecordOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getRecord:getRecord", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getRecordOutput = getRecordOutput;
|
|
28
|
+
//# sourceMappingURL=getRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../../privatezone/getRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,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;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAyED;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,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;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::PrivateZone::Record
|
|
4
|
+
*/
|
|
5
|
+
export declare function getRecords(opts?: pulumi.InvokeOptions): Promise<GetRecordsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getRecords.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetRecordsResult {
|
|
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::PrivateZone::Record
|
|
21
|
+
*/
|
|
22
|
+
export declare function getRecordsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRecordsResult>;
|
|
@@ -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.getRecordsOutput = exports.getRecords = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::PrivateZone::Record
|
|
10
|
+
*/
|
|
11
|
+
function getRecords(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getRecords:getRecords", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getRecords = getRecords;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::PrivateZone::Record
|
|
18
|
+
*/
|
|
19
|
+
function getRecordsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getRecords:getRecords", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getRecordsOutput = getRecordsOutput;
|
|
24
|
+
//# sourceMappingURL=getRecords.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRecords.js","sourceRoot":"","sources":["../../privatezone/getRecords.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,8CAA8C,EAAE,EAC5E,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,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
5
|
+
*/
|
|
6
|
+
export declare function getResolverEndpoint(args: GetResolverEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetResolverEndpointResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getResolverEndpoint.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetResolverEndpointArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getResolverEndpoint.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetResolverEndpointResult {
|
|
20
|
+
/**
|
|
21
|
+
* 创建时间
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 终端节点的 DNS 请求转发方向。OUTBOUND:(默认)出站终端节点,把来自 VPC 内的 DNS 查询请求转发到外部的 DNS 服务器。INBOUND:入站终端节点,把来自外部的 DNS 查询请求转发到解析器。
|
|
26
|
+
*/
|
|
27
|
+
readonly direction: string;
|
|
28
|
+
/**
|
|
29
|
+
* 终端节点的 ID。
|
|
30
|
+
*/
|
|
31
|
+
readonly endpointId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 终端节点类型。IPv4:IPv4 节点。DualStack:双栈节点。
|
|
34
|
+
*/
|
|
35
|
+
readonly endpointType: string;
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 终端节点的可用区、子网和 IP 配置。
|
|
42
|
+
*/
|
|
43
|
+
readonly ipConfigs: outputs.privatezone.GetResolverEndpointIpConfig[];
|
|
44
|
+
/**
|
|
45
|
+
* 终端节点的名称。支持 UTF-8 格式。
|
|
46
|
+
*/
|
|
47
|
+
readonly name: string;
|
|
48
|
+
/**
|
|
49
|
+
* 终端节点所属的项目名称。默认为 default。
|
|
50
|
+
*/
|
|
51
|
+
readonly projectName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 适用于终端节点 IP 地址的安全组 ID。终端节点默认会使用预设安全组:对于出站终端节点:入方向拒绝流量通行;出方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口。对于入站终端节点:入方向放通 0.0.0.0/0 的 TCP 53 端口和 UDP 53 端口;出方向拒绝流量通行。
|
|
54
|
+
*/
|
|
55
|
+
readonly securityGroupId: string;
|
|
56
|
+
/**
|
|
57
|
+
* 终端节点的状态。Creating:创建中。Running:运行中。Updating:更新中。Error:运行异常。
|
|
58
|
+
*/
|
|
59
|
+
readonly status: string;
|
|
60
|
+
/**
|
|
61
|
+
* 标签列表。
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: outputs.privatezone.GetResolverEndpointTag[];
|
|
64
|
+
/**
|
|
65
|
+
* 更新时间
|
|
66
|
+
*/
|
|
67
|
+
readonly updatedTime: string;
|
|
68
|
+
/**
|
|
69
|
+
* 终端节点所在的 VPC 的 ID。
|
|
70
|
+
*/
|
|
71
|
+
readonly vpcId: string;
|
|
72
|
+
/**
|
|
73
|
+
* 终端节点所在的 VPC 的地域。
|
|
74
|
+
*/
|
|
75
|
+
readonly vpcRegion: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
79
|
+
*/
|
|
80
|
+
export declare function getResolverEndpointOutput(args: GetResolverEndpointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResolverEndpointResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking getResolverEndpoint.
|
|
83
|
+
*/
|
|
84
|
+
export interface GetResolverEndpointOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* Uniquely identifies the resource.
|
|
87
|
+
*/
|
|
88
|
+
id: pulumi.Input<string>;
|
|
89
|
+
}
|
|
@@ -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.getResolverEndpointOutput = exports.getResolverEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
10
|
+
*/
|
|
11
|
+
function getResolverEndpoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getResolverEndpoint:getResolverEndpoint", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getResolverEndpoint = getResolverEndpoint;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
20
|
+
*/
|
|
21
|
+
function getResolverEndpointOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getResolverEndpoint:getResolverEndpoint", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getResolverEndpointOutput = getResolverEndpointOutput;
|
|
28
|
+
//# sourceMappingURL=getResolverEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getResolverEndpoint.js","sourceRoot":"","sources":["../../privatezone/getResolverEndpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAyED;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
4
|
+
*/
|
|
5
|
+
export declare function getResolverEndpoints(opts?: pulumi.InvokeOptions): Promise<GetResolverEndpointsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getResolverEndpoints.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetResolverEndpointsResult {
|
|
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::PrivateZone::ResolverEndpoint
|
|
21
|
+
*/
|
|
22
|
+
export declare function getResolverEndpointsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResolverEndpointsResult>;
|
|
@@ -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.getResolverEndpointsOutput = exports.getResolverEndpoints = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
10
|
+
*/
|
|
11
|
+
function getResolverEndpoints(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getResolverEndpoints:getResolverEndpoints", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getResolverEndpoints = getResolverEndpoints;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverEndpoint
|
|
18
|
+
*/
|
|
19
|
+
function getResolverEndpointsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getResolverEndpoints:getResolverEndpoints", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getResolverEndpointsOutput = getResolverEndpointsOutput;
|
|
24
|
+
//# sourceMappingURL=getResolverEndpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getResolverEndpoints.js","sourceRoot":"","sources":["../../privatezone/getResolverEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE,EACtG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
5
|
+
*/
|
|
6
|
+
export declare function getResolverRule(args: GetResolverRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetResolverRuleResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getResolverRule.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetResolverRuleArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getResolverRule.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetResolverRuleResult {
|
|
20
|
+
/**
|
|
21
|
+
* 转发规则的创建时间
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 转发规则是否被启用。true:启用。false:禁用。
|
|
26
|
+
*/
|
|
27
|
+
readonly enable: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* 终端节点的 ID。该参数仅在 Type 参数是 OUTBOUND 时有效且为必选参数。
|
|
30
|
+
*/
|
|
31
|
+
readonly endpointId: number;
|
|
32
|
+
/**
|
|
33
|
+
* 外部的 DNS 服务器的 IP 地址和端口。您最多只能添加 10 个 IP 地址。该参数仅在 Type 参数是 OUTBOUND 时有效且为必选参数。
|
|
34
|
+
*/
|
|
35
|
+
readonly forwardIPs: outputs.privatezone.GetResolverRuleForwardIP[];
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 最近一次更新转发规则的账号的 ID
|
|
42
|
+
*/
|
|
43
|
+
readonly lastOperator: string;
|
|
44
|
+
/**
|
|
45
|
+
* 递归 DNS 服务器的出口 IP 地址的运营商。该参数仅在 Type 参数是 LINE 时有效。支持的取值:移动:中国移动,电信:中国电信,联通:中国联通
|
|
46
|
+
*/
|
|
47
|
+
readonly line: string;
|
|
48
|
+
/**
|
|
49
|
+
* 转发规则的名称。支持 UTF-8 格式。
|
|
50
|
+
*/
|
|
51
|
+
readonly name: string;
|
|
52
|
+
/**
|
|
53
|
+
* 转发规则所属的项目名称。默认为 default。
|
|
54
|
+
*/
|
|
55
|
+
readonly projectName: string;
|
|
56
|
+
/**
|
|
57
|
+
* 转发规则的 ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly ruleId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 转发规则所属的一个或多个标签
|
|
62
|
+
*/
|
|
63
|
+
readonly tags: outputs.privatezone.GetResolverRuleTag[];
|
|
64
|
+
/**
|
|
65
|
+
* 转发规则类型。OUTBOUND:转发到外部的 DNS 服务器。LINE:自定义公网递归 DNS 服务器的出口 IP 地址的运营商。
|
|
66
|
+
*/
|
|
67
|
+
readonly type: string;
|
|
68
|
+
/**
|
|
69
|
+
* 转发规则的更新时间
|
|
70
|
+
*/
|
|
71
|
+
readonly updatedTime: string;
|
|
72
|
+
/**
|
|
73
|
+
* 转发规则所关联的 VPC。转发规则在关联的 VPC 中生效。Type 参数是 OUTBOUND 时,VPC 的地域必须和终端节点所在的地域相同。
|
|
74
|
+
*/
|
|
75
|
+
readonly vpCs: outputs.privatezone.GetResolverRuleVpC[];
|
|
76
|
+
/**
|
|
77
|
+
* 转发规则转发规则所关联的域名。您可以输入一个或多个域名。多个域名之间使用英文逗号, 分隔。最多支持输入 500 个域名。该参数仅在 Type 参数是 OUTBOUND 时有效且为必选参数。如果您把该参数设置为 *,则转发规则适用于 VPC 关联的所有域名。
|
|
78
|
+
*/
|
|
79
|
+
readonly zoneName: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
83
|
+
*/
|
|
84
|
+
export declare function getResolverRuleOutput(args: GetResolverRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResolverRuleResult>;
|
|
85
|
+
/**
|
|
86
|
+
* A collection of arguments for invoking getResolverRule.
|
|
87
|
+
*/
|
|
88
|
+
export interface GetResolverRuleOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* Uniquely identifies the resource.
|
|
91
|
+
*/
|
|
92
|
+
id: pulumi.Input<string>;
|
|
93
|
+
}
|
|
@@ -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.getResolverRuleOutput = exports.getResolverRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
10
|
+
*/
|
|
11
|
+
function getResolverRule(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getResolverRule:getResolverRule", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getResolverRule = getResolverRule;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
20
|
+
*/
|
|
21
|
+
function getResolverRuleOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getResolverRule:getResolverRule", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getResolverRuleOutput = getResolverRuleOutput;
|
|
28
|
+
//# sourceMappingURL=getResolverRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getResolverRule.js","sourceRoot":"","sources":["../../privatezone/getResolverRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,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;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA6ED;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,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;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
4
|
+
*/
|
|
5
|
+
export declare function getResolverRules(opts?: pulumi.InvokeOptions): Promise<GetResolverRulesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getResolverRules.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetResolverRulesResult {
|
|
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::PrivateZone::ResolverRule
|
|
21
|
+
*/
|
|
22
|
+
export declare function getResolverRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetResolverRulesResult>;
|
|
@@ -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.getResolverRulesOutput = exports.getResolverRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
10
|
+
*/
|
|
11
|
+
function getResolverRules(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:privatezone/getResolverRules:getResolverRules", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getResolverRules = getResolverRules;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::PrivateZone::ResolverRule
|
|
18
|
+
*/
|
|
19
|
+
function getResolverRulesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc:privatezone/getResolverRules:getResolverRules", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getResolverRulesOutput = getResolverRulesOutput;
|
|
24
|
+
//# sourceMappingURL=getResolverRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getResolverRules.js","sourceRoot":"","sources":["../../privatezone/getResolverRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export { GetRecordArgs, GetRecordResult, GetRecordOutputArgs } from "./getRecord";
|
|
2
|
+
export declare const getRecord: typeof import("./getRecord").getRecord;
|
|
3
|
+
export declare const getRecordOutput: typeof import("./getRecord").getRecordOutput;
|
|
4
|
+
export { GetRecordsResult } from "./getRecords";
|
|
5
|
+
export declare const getRecords: typeof import("./getRecords").getRecords;
|
|
6
|
+
export declare const getRecordsOutput: typeof import("./getRecords").getRecordsOutput;
|
|
7
|
+
export { GetResolverEndpointArgs, GetResolverEndpointResult, GetResolverEndpointOutputArgs } from "./getResolverEndpoint";
|
|
8
|
+
export declare const getResolverEndpoint: typeof import("./getResolverEndpoint").getResolverEndpoint;
|
|
9
|
+
export declare const getResolverEndpointOutput: typeof import("./getResolverEndpoint").getResolverEndpointOutput;
|
|
10
|
+
export { GetResolverEndpointsResult } from "./getResolverEndpoints";
|
|
11
|
+
export declare const getResolverEndpoints: typeof import("./getResolverEndpoints").getResolverEndpoints;
|
|
12
|
+
export declare const getResolverEndpointsOutput: typeof import("./getResolverEndpoints").getResolverEndpointsOutput;
|
|
13
|
+
export { GetResolverRuleArgs, GetResolverRuleResult, GetResolverRuleOutputArgs } from "./getResolverRule";
|
|
14
|
+
export declare const getResolverRule: typeof import("./getResolverRule").getResolverRule;
|
|
15
|
+
export declare const getResolverRuleOutput: typeof import("./getResolverRule").getResolverRuleOutput;
|
|
16
|
+
export { GetResolverRulesResult } from "./getResolverRules";
|
|
17
|
+
export declare const getResolverRules: typeof import("./getResolverRules").getResolverRules;
|
|
18
|
+
export declare const getResolverRulesOutput: typeof import("./getResolverRules").getResolverRulesOutput;
|
|
19
|
+
export { RecordArgs, RecordState } from "./record";
|
|
20
|
+
export type Record = import("./record").Record;
|
|
21
|
+
export declare const Record: typeof import("./record").Record;
|
|
22
|
+
export { ResolverEndpointArgs, ResolverEndpointState } from "./resolverEndpoint";
|
|
23
|
+
export type ResolverEndpoint = import("./resolverEndpoint").ResolverEndpoint;
|
|
24
|
+
export declare const ResolverEndpoint: typeof import("./resolverEndpoint").ResolverEndpoint;
|
|
25
|
+
export { ResolverRuleArgs, ResolverRuleState } from "./resolverRule";
|
|
26
|
+
export type ResolverRule = import("./resolverRule").ResolverRule;
|
|
27
|
+
export declare const ResolverRule: typeof import("./resolverRule").ResolverRule;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.ResolverRule = exports.ResolverEndpoint = exports.Record = exports.getResolverRulesOutput = exports.getResolverRules = exports.getResolverRuleOutput = exports.getResolverRule = exports.getResolverEndpointsOutput = exports.getResolverEndpoints = exports.getResolverEndpointOutput = exports.getResolverEndpoint = exports.getRecordsOutput = exports.getRecords = exports.getRecordOutput = exports.getRecord = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.getRecord = null;
|
|
9
|
+
exports.getRecordOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getRecord", "getRecordOutput"], () => require("./getRecord"));
|
|
11
|
+
exports.getRecords = null;
|
|
12
|
+
exports.getRecordsOutput = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["getRecords", "getRecordsOutput"], () => require("./getRecords"));
|
|
14
|
+
exports.getResolverEndpoint = null;
|
|
15
|
+
exports.getResolverEndpointOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getResolverEndpoint", "getResolverEndpointOutput"], () => require("./getResolverEndpoint"));
|
|
17
|
+
exports.getResolverEndpoints = null;
|
|
18
|
+
exports.getResolverEndpointsOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getResolverEndpoints", "getResolverEndpointsOutput"], () => require("./getResolverEndpoints"));
|
|
20
|
+
exports.getResolverRule = null;
|
|
21
|
+
exports.getResolverRuleOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getResolverRule", "getResolverRuleOutput"], () => require("./getResolverRule"));
|
|
23
|
+
exports.getResolverRules = null;
|
|
24
|
+
exports.getResolverRulesOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getResolverRules", "getResolverRulesOutput"], () => require("./getResolverRules"));
|
|
26
|
+
exports.Record = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["Record"], () => require("./record"));
|
|
28
|
+
exports.ResolverEndpoint = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ResolverEndpoint"], () => require("./resolverEndpoint"));
|
|
30
|
+
exports.ResolverRule = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["ResolverRule"], () => require("./resolverRule"));
|
|
32
|
+
const _module = {
|
|
33
|
+
version: utilities.getVersion(),
|
|
34
|
+
construct: (name, type, urn) => {
|
|
35
|
+
switch (type) {
|
|
36
|
+
case "bytepluscc:privatezone/record:Record":
|
|
37
|
+
return new exports.Record(name, undefined, { urn });
|
|
38
|
+
case "bytepluscc:privatezone/resolverEndpoint:ResolverEndpoint":
|
|
39
|
+
return new exports.ResolverEndpoint(name, undefined, { urn });
|
|
40
|
+
case "bytepluscc:privatezone/resolverRule:ResolverRule":
|
|
41
|
+
return new exports.ResolverRule(name, undefined, { urn });
|
|
42
|
+
default:
|
|
43
|
+
throw new Error(`unknown resource type ${type}`);
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "privatezone/record", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "privatezone/resolverEndpoint", _module);
|
|
49
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "privatezone/resolverRule", _module);
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../privatezone/index.ts"],"names":[],"mappings":"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"}
|