@volcengine/pulumi 0.0.24 → 0.0.26
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/scalingConfiguration.d.ts +1 -1
- package/cen/bandwidthPackage.d.ts +1 -1
- package/cen/cen.d.ts +1 -1
- package/ebs/volume.d.ts +3 -3
- package/ecs/instances.d.ts +12 -0
- package/ecs/instances.js +1 -0
- package/ecs/instances.js.map +1 -1
- package/ecs/launchTemplate.d.ts +1 -1
- package/ecs/state.d.ts +3 -0
- package/ecs/state.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/nat/snatEntries.d.ts +4 -4
- package/nat/snatEntries.js +4 -4
- package/nat/snatEntry.d.ts +1 -1
- package/nat/snatEntry.js +1 -1
- package/package.json +2 -2
- package/private_zone/index.d.ts +33 -0
- package/private_zone/index.js +62 -0
- package/private_zone/index.js.map +1 -0
- package/private_zone/privateZone.d.ts +144 -0
- package/private_zone/privateZone.js +99 -0
- package/private_zone/privateZone.js.map +1 -0
- package/private_zone/privateZones.d.ts +133 -0
- package/private_zone/privateZones.js +34 -0
- package/private_zone/privateZones.js.map +1 -0
- package/private_zone/record.d.ts +143 -0
- package/private_zone/record.js +86 -0
- package/private_zone/record.js.map +1 -0
- package/private_zone/recordSets.d.ts +88 -0
- package/private_zone/recordSets.js +29 -0
- package/private_zone/recordSets.js.map +1 -0
- package/private_zone/recordWeightEnabler.d.ts +83 -0
- package/private_zone/recordWeightEnabler.js +73 -0
- package/private_zone/recordWeightEnabler.js.map +1 -0
- package/private_zone/records.d.ts +148 -0
- package/private_zone/records.js +35 -0
- package/private_zone/records.js.map +1 -0
- package/private_zone/resolverEndpoint.d.ts +155 -0
- package/private_zone/resolverEndpoint.js +116 -0
- package/private_zone/resolverEndpoint.js.map +1 -0
- package/private_zone/resolverEndpoints.d.ts +119 -0
- package/private_zone/resolverEndpoints.js +47 -0
- package/private_zone/resolverEndpoints.js.map +1 -0
- package/private_zone/resolverRule.d.ts +153 -0
- package/private_zone/resolverRule.js +98 -0
- package/private_zone/resolverRule.js.map +1 -0
- package/private_zone/resolverRules.d.ts +107 -0
- package/private_zone/resolverRules.js +46 -0
- package/private_zone/resolverRules.js.map +1 -0
- package/private_zone/userVpcAuthorization.d.ts +67 -0
- package/private_zone/userVpcAuthorization.js +71 -0
- package/private_zone/userVpcAuthorization.js.map +1 -0
- package/rds_postgresql/allowlist.d.ts +129 -0
- package/rds_postgresql/allowlist.js +92 -0
- package/rds_postgresql/allowlist.js.map +1 -0
- package/rds_postgresql/allowlistAssociate.d.ts +130 -0
- package/rds_postgresql/allowlistAssociate.js +127 -0
- package/rds_postgresql/allowlistAssociate.js.map +1 -0
- package/rds_postgresql/allowlists.d.ts +83 -0
- package/rds_postgresql/allowlists.js +44 -0
- package/rds_postgresql/allowlists.js.map +1 -0
- package/rds_postgresql/index.d.ts +9 -0
- package/rds_postgresql/index.js +14 -1
- package/rds_postgresql/index.js.map +1 -1
- package/transit_router/transitRouter.d.ts +13 -0
- package/transit_router/transitRouter.js +3 -0
- package/transit_router/transitRouter.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +15 -1
- package/transit_router/vpcAttachment.js +5 -1
- package/transit_router/vpcAttachment.js.map +1 -1
- package/types/input.d.ts +106 -0
- package/types/output.d.ts +707 -1
- package/vepfs/fileSystem.d.ts +311 -0
- package/vepfs/fileSystem.js +150 -0
- package/vepfs/fileSystem.js.map +1 -0
- package/vepfs/fileSystems.d.ts +192 -0
- package/vepfs/fileSystems.js +101 -0
- package/vepfs/fileSystems.js.map +1 -0
- package/vepfs/fileset.d.ts +210 -0
- package/vepfs/fileset.js +130 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/filesets.d.ts +200 -0
- package/vepfs/filesets.js +119 -0
- package/vepfs/filesets.js.map +1 -0
- package/vepfs/index.d.ts +21 -0
- package/vepfs/index.js +46 -0
- package/vepfs/index.js.map +1 -0
- package/vepfs/mountService.d.ts +192 -0
- package/vepfs/mountService.js +116 -0
- package/vepfs/mountService.js.map +1 -0
- package/vepfs/mountServiceAttachment.d.ts +131 -0
- package/vepfs/mountServiceAttachment.js +112 -0
- package/vepfs/mountServiceAttachment.js.map +1 -0
- package/vepfs/mountServices.d.ts +157 -0
- package/vepfs/mountServices.js +85 -0
- package/vepfs/mountServices.js.map +1 -0
- package/vke/cluster.d.ts +3 -3
- package/vke/node.d.ts +18 -18
- package/vke/nodePool.d.ts +109 -0
- package/vke/nodePool.js +80 -0
- package/vke/nodePool.js.map +1 -1
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage private zone record weight enabler
|
|
4
|
+
*
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* PrivateZoneRecordWeightEnabler can be imported using the zid:record_set_id, e.g.
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcengine:private_zone/recordWeightEnabler:RecordWeightEnabler default resource_id
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class RecordWeightEnabler extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing RecordWeightEnabler resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RecordWeightEnablerState, opts?: pulumi.CustomResourceOptions): RecordWeightEnabler;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of RecordWeightEnabler. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is RecordWeightEnabler;
|
|
29
|
+
/**
|
|
30
|
+
* The id of the private zone record set.
|
|
31
|
+
*/
|
|
32
|
+
readonly recordSetId: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Whether to enable the load balance of the private zone record set.
|
|
35
|
+
*/
|
|
36
|
+
readonly weightEnabled: pulumi.Output<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* The zid of the private zone record set.
|
|
39
|
+
*/
|
|
40
|
+
readonly zid: pulumi.Output<number>;
|
|
41
|
+
/**
|
|
42
|
+
* Create a RecordWeightEnabler resource with the given unique name, arguments, and options.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resource.
|
|
45
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
46
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
47
|
+
*/
|
|
48
|
+
constructor(name: string, args: RecordWeightEnablerArgs, opts?: pulumi.CustomResourceOptions);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Input properties used for looking up and filtering RecordWeightEnabler resources.
|
|
52
|
+
*/
|
|
53
|
+
export interface RecordWeightEnablerState {
|
|
54
|
+
/**
|
|
55
|
+
* The id of the private zone record set.
|
|
56
|
+
*/
|
|
57
|
+
recordSetId?: pulumi.Input<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Whether to enable the load balance of the private zone record set.
|
|
60
|
+
*/
|
|
61
|
+
weightEnabled?: pulumi.Input<boolean>;
|
|
62
|
+
/**
|
|
63
|
+
* The zid of the private zone record set.
|
|
64
|
+
*/
|
|
65
|
+
zid?: pulumi.Input<number>;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The set of arguments for constructing a RecordWeightEnabler resource.
|
|
69
|
+
*/
|
|
70
|
+
export interface RecordWeightEnablerArgs {
|
|
71
|
+
/**
|
|
72
|
+
* The id of the private zone record set.
|
|
73
|
+
*/
|
|
74
|
+
recordSetId: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Whether to enable the load balance of the private zone record set.
|
|
77
|
+
*/
|
|
78
|
+
weightEnabled: pulumi.Input<boolean>;
|
|
79
|
+
/**
|
|
80
|
+
* The zid of the private zone record set.
|
|
81
|
+
*/
|
|
82
|
+
zid: pulumi.Input<number>;
|
|
83
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.RecordWeightEnabler = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage private zone record weight enabler
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* PrivateZoneRecordWeightEnabler can be imported using the zid:record_set_id, e.g.
|
|
14
|
+
*
|
|
15
|
+
* ```sh
|
|
16
|
+
* $ pulumi import volcengine:private_zone/recordWeightEnabler:RecordWeightEnabler default resource_id
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
class RecordWeightEnabler extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing RecordWeightEnabler resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name, id, state, opts) {
|
|
30
|
+
return new RecordWeightEnabler(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of RecordWeightEnabler. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj) {
|
|
37
|
+
if (obj === undefined || obj === null) {
|
|
38
|
+
return false;
|
|
39
|
+
}
|
|
40
|
+
return obj['__pulumiType'] === RecordWeightEnabler.__pulumiType;
|
|
41
|
+
}
|
|
42
|
+
constructor(name, argsOrState, opts) {
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (opts.id) {
|
|
46
|
+
const state = argsOrState;
|
|
47
|
+
resourceInputs["recordSetId"] = state ? state.recordSetId : undefined;
|
|
48
|
+
resourceInputs["weightEnabled"] = state ? state.weightEnabled : undefined;
|
|
49
|
+
resourceInputs["zid"] = state ? state.zid : undefined;
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
const args = argsOrState;
|
|
53
|
+
if ((!args || args.recordSetId === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'recordSetId'");
|
|
55
|
+
}
|
|
56
|
+
if ((!args || args.weightEnabled === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'weightEnabled'");
|
|
58
|
+
}
|
|
59
|
+
if ((!args || args.zid === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'zid'");
|
|
61
|
+
}
|
|
62
|
+
resourceInputs["recordSetId"] = args ? args.recordSetId : undefined;
|
|
63
|
+
resourceInputs["weightEnabled"] = args ? args.weightEnabled : undefined;
|
|
64
|
+
resourceInputs["zid"] = args ? args.zid : undefined;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
super(RecordWeightEnabler.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.RecordWeightEnabler = RecordWeightEnabler;
|
|
71
|
+
/** @internal */
|
|
72
|
+
RecordWeightEnabler.__pulumiType = 'volcengine:private_zone/recordWeightEnabler:RecordWeightEnabler';
|
|
73
|
+
//# sourceMappingURL=recordWeightEnabler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recordWeightEnabler.js","sourceRoot":"","sources":["../../private_zone/recordWeightEnabler.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA1EL,kDA2EC;AA7DG,gBAAgB;AACO,gCAAY,GAAG,iEAAiE,CAAC"}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of private zone records
|
|
5
|
+
*/
|
|
6
|
+
export declare function records(args?: RecordsArgs, opts?: pulumi.InvokeOptions): Promise<RecordsResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking Records.
|
|
9
|
+
*/
|
|
10
|
+
export interface RecordsArgs {
|
|
11
|
+
/**
|
|
12
|
+
* The host of Private Zone Record.
|
|
13
|
+
*/
|
|
14
|
+
host?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The last operator account id of Private Zone Record.
|
|
17
|
+
*/
|
|
18
|
+
lastOperator?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The subnet id of Private Zone Record. This field is only effected when the `intelligentMode` of the private zone is true.
|
|
21
|
+
*/
|
|
22
|
+
line?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The domain name of Private Zone Record.
|
|
25
|
+
*/
|
|
26
|
+
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The id of Private Zone Record.
|
|
33
|
+
*/
|
|
34
|
+
recordId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The search mode of query `host`. Valid values: `LIKE`, `EXACT`. Default is `LIKE`.
|
|
37
|
+
*/
|
|
38
|
+
searchMode?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The type of Private Zone Record.
|
|
41
|
+
*/
|
|
42
|
+
type?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The value of Private Zone Record.
|
|
45
|
+
*/
|
|
46
|
+
value?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The zid of Private Zone.
|
|
49
|
+
*/
|
|
50
|
+
zid?: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* A collection of values returned by Records.
|
|
54
|
+
*/
|
|
55
|
+
export interface RecordsResult {
|
|
56
|
+
/**
|
|
57
|
+
* The host of the private zone record.
|
|
58
|
+
*/
|
|
59
|
+
readonly host?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
/**
|
|
65
|
+
* The last operator account id of the private zone record.
|
|
66
|
+
*/
|
|
67
|
+
readonly lastOperator?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The subnet id of the private zone record. This field is only effected when the `intelligentMode` of the private zone is true.
|
|
70
|
+
*/
|
|
71
|
+
readonly line?: string;
|
|
72
|
+
readonly name?: string;
|
|
73
|
+
readonly outputFile?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The id of the private zone record.
|
|
76
|
+
*/
|
|
77
|
+
readonly recordId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The collection of query.
|
|
80
|
+
*/
|
|
81
|
+
readonly records: outputs.private_zone.RecordsRecord[];
|
|
82
|
+
readonly searchMode?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The total count of query.
|
|
85
|
+
*/
|
|
86
|
+
readonly totalCount: number;
|
|
87
|
+
/**
|
|
88
|
+
* The type of the private zone record.
|
|
89
|
+
*/
|
|
90
|
+
readonly type?: string;
|
|
91
|
+
/**
|
|
92
|
+
* The value of the private zone record.
|
|
93
|
+
*/
|
|
94
|
+
readonly value?: string;
|
|
95
|
+
/**
|
|
96
|
+
* The zid of the private zone record.
|
|
97
|
+
*/
|
|
98
|
+
readonly zid?: number;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Use this data source to query detailed information of private zone records
|
|
102
|
+
*/
|
|
103
|
+
export declare function recordsOutput(args?: RecordsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<RecordsResult>;
|
|
104
|
+
/**
|
|
105
|
+
* A collection of arguments for invoking Records.
|
|
106
|
+
*/
|
|
107
|
+
export interface RecordsOutputArgs {
|
|
108
|
+
/**
|
|
109
|
+
* The host of Private Zone Record.
|
|
110
|
+
*/
|
|
111
|
+
host?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The last operator account id of Private Zone Record.
|
|
114
|
+
*/
|
|
115
|
+
lastOperator?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The subnet id of Private Zone Record. This field is only effected when the `intelligentMode` of the private zone is true.
|
|
118
|
+
*/
|
|
119
|
+
line?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The domain name of Private Zone Record.
|
|
122
|
+
*/
|
|
123
|
+
name?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* File name where to save data source results.
|
|
126
|
+
*/
|
|
127
|
+
outputFile?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The id of Private Zone Record.
|
|
130
|
+
*/
|
|
131
|
+
recordId?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The search mode of query `host`. Valid values: `LIKE`, `EXACT`. Default is `LIKE`.
|
|
134
|
+
*/
|
|
135
|
+
searchMode?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The type of Private Zone Record.
|
|
138
|
+
*/
|
|
139
|
+
type?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* The value of Private Zone Record.
|
|
142
|
+
*/
|
|
143
|
+
value?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The zid of Private Zone.
|
|
146
|
+
*/
|
|
147
|
+
zid?: pulumi.Input<number>;
|
|
148
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.recordsOutput = exports.records = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of private zone records
|
|
10
|
+
*/
|
|
11
|
+
function records(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("volcengine:private_zone/records:Records", {
|
|
15
|
+
"host": args.host,
|
|
16
|
+
"lastOperator": args.lastOperator,
|
|
17
|
+
"line": args.line,
|
|
18
|
+
"name": args.name,
|
|
19
|
+
"outputFile": args.outputFile,
|
|
20
|
+
"recordId": args.recordId,
|
|
21
|
+
"searchMode": args.searchMode,
|
|
22
|
+
"type": args.type,
|
|
23
|
+
"value": args.value,
|
|
24
|
+
"zid": args.zid,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.records = records;
|
|
28
|
+
/**
|
|
29
|
+
* Use this data source to query detailed information of private zone records
|
|
30
|
+
*/
|
|
31
|
+
function recordsOutput(args, opts) {
|
|
32
|
+
return pulumi.output(args).apply((a) => records(a, opts));
|
|
33
|
+
}
|
|
34
|
+
exports.recordsOutput = recordsOutput;
|
|
35
|
+
//# sourceMappingURL=records.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"records.js","sourceRoot":"","sources":["../../private_zone/records.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,0BAgBC;AAgGD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage private zone resolver endpoint
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const foo = new volcengine.private_zone.ResolverEndpoint("foo", {
|
|
13
|
+
* ipConfigs: [
|
|
14
|
+
* {
|
|
15
|
+
* azId: "cn-beijing-a",
|
|
16
|
+
* ip: "172.16.0.2",
|
|
17
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
18
|
+
* },
|
|
19
|
+
* {
|
|
20
|
+
* azId: "cn-beijing-a",
|
|
21
|
+
* ip: "172.16.0.3",
|
|
22
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
23
|
+
* },
|
|
24
|
+
* {
|
|
25
|
+
* azId: "cn-beijing-a",
|
|
26
|
+
* ip: "172.16.0.4",
|
|
27
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
28
|
+
* },
|
|
29
|
+
* {
|
|
30
|
+
* azId: "cn-beijing-a",
|
|
31
|
+
* ip: "172.16.0.5",
|
|
32
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
33
|
+
* },
|
|
34
|
+
* ],
|
|
35
|
+
* securityGroupId: "sg-mj2nsckay29s5smt1b0d****",
|
|
36
|
+
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
37
|
+
* vpcRegion: "cn-beijing",
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* ## Import
|
|
42
|
+
*
|
|
43
|
+
* PrivateZoneResolverEndpoint can be imported using the id, e.g.
|
|
44
|
+
*
|
|
45
|
+
* ```sh
|
|
46
|
+
* $ pulumi import volcengine:private_zone/resolverEndpoint:ResolverEndpoint default resource_id
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare class ResolverEndpoint extends pulumi.CustomResource {
|
|
50
|
+
/**
|
|
51
|
+
* Get an existing ResolverEndpoint resource's state with the given name, ID, and optional extra
|
|
52
|
+
* properties used to qualify the lookup.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resulting resource.
|
|
55
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
56
|
+
* @param state Any extra arguments used during the lookup.
|
|
57
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
|
+
*/
|
|
59
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ResolverEndpointState, opts?: pulumi.CustomResourceOptions): ResolverEndpoint;
|
|
60
|
+
/**
|
|
61
|
+
* Returns true if the given object is an instance of ResolverEndpoint. This is designed to work even
|
|
62
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
63
|
+
*/
|
|
64
|
+
static isInstance(obj: any): obj is ResolverEndpoint;
|
|
65
|
+
/**
|
|
66
|
+
* DNS request forwarding direction for terminal nodes. OUTBOUND: (default) Outbound terminal nodes forward DNS query requests from within the VPC to external DNS servers. INBOUND: Inbound terminal nodes forward DNS query requests from external sources to resolvers.
|
|
67
|
+
*/
|
|
68
|
+
readonly direction: pulumi.Output<string | undefined>;
|
|
69
|
+
/**
|
|
70
|
+
* Availability zones, subnets, and IP configurations of terminal nodes.
|
|
71
|
+
*/
|
|
72
|
+
readonly ipConfigs: pulumi.Output<outputs.private_zone.ResolverEndpointIpConfig[]>;
|
|
73
|
+
/**
|
|
74
|
+
* The name of the private zone resolver endpoint.
|
|
75
|
+
*/
|
|
76
|
+
readonly name: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The security group ID of the endpoint.
|
|
79
|
+
*/
|
|
80
|
+
readonly securityGroupId: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The VPC ID of the endpoint.
|
|
83
|
+
*/
|
|
84
|
+
readonly vpcId: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The VPC region of the endpoint.
|
|
87
|
+
*/
|
|
88
|
+
readonly vpcRegion: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Create a ResolverEndpoint resource with the given unique name, arguments, and options.
|
|
91
|
+
*
|
|
92
|
+
* @param name The _unique_ name of the resource.
|
|
93
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
94
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
95
|
+
*/
|
|
96
|
+
constructor(name: string, args: ResolverEndpointArgs, opts?: pulumi.CustomResourceOptions);
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Input properties used for looking up and filtering ResolverEndpoint resources.
|
|
100
|
+
*/
|
|
101
|
+
export interface ResolverEndpointState {
|
|
102
|
+
/**
|
|
103
|
+
* DNS request forwarding direction for terminal nodes. OUTBOUND: (default) Outbound terminal nodes forward DNS query requests from within the VPC to external DNS servers. INBOUND: Inbound terminal nodes forward DNS query requests from external sources to resolvers.
|
|
104
|
+
*/
|
|
105
|
+
direction?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* Availability zones, subnets, and IP configurations of terminal nodes.
|
|
108
|
+
*/
|
|
109
|
+
ipConfigs?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverEndpointIpConfig>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* The name of the private zone resolver endpoint.
|
|
112
|
+
*/
|
|
113
|
+
name?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The security group ID of the endpoint.
|
|
116
|
+
*/
|
|
117
|
+
securityGroupId?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The VPC ID of the endpoint.
|
|
120
|
+
*/
|
|
121
|
+
vpcId?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The VPC region of the endpoint.
|
|
124
|
+
*/
|
|
125
|
+
vpcRegion?: pulumi.Input<string>;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* The set of arguments for constructing a ResolverEndpoint resource.
|
|
129
|
+
*/
|
|
130
|
+
export interface ResolverEndpointArgs {
|
|
131
|
+
/**
|
|
132
|
+
* DNS request forwarding direction for terminal nodes. OUTBOUND: (default) Outbound terminal nodes forward DNS query requests from within the VPC to external DNS servers. INBOUND: Inbound terminal nodes forward DNS query requests from external sources to resolvers.
|
|
133
|
+
*/
|
|
134
|
+
direction?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Availability zones, subnets, and IP configurations of terminal nodes.
|
|
137
|
+
*/
|
|
138
|
+
ipConfigs: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverEndpointIpConfig>[]>;
|
|
139
|
+
/**
|
|
140
|
+
* The name of the private zone resolver endpoint.
|
|
141
|
+
*/
|
|
142
|
+
name?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* The security group ID of the endpoint.
|
|
145
|
+
*/
|
|
146
|
+
securityGroupId: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The VPC ID of the endpoint.
|
|
149
|
+
*/
|
|
150
|
+
vpcId: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* The VPC region of the endpoint.
|
|
153
|
+
*/
|
|
154
|
+
vpcRegion: pulumi.Input<string>;
|
|
155
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
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.ResolverEndpoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage private zone resolver endpoint
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.private_zone.ResolverEndpoint("foo", {
|
|
17
|
+
* ipConfigs: [
|
|
18
|
+
* {
|
|
19
|
+
* azId: "cn-beijing-a",
|
|
20
|
+
* ip: "172.16.0.2",
|
|
21
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
22
|
+
* },
|
|
23
|
+
* {
|
|
24
|
+
* azId: "cn-beijing-a",
|
|
25
|
+
* ip: "172.16.0.3",
|
|
26
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
27
|
+
* },
|
|
28
|
+
* {
|
|
29
|
+
* azId: "cn-beijing-a",
|
|
30
|
+
* ip: "172.16.0.4",
|
|
31
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
32
|
+
* },
|
|
33
|
+
* {
|
|
34
|
+
* azId: "cn-beijing-a",
|
|
35
|
+
* ip: "172.16.0.5",
|
|
36
|
+
* subnetId: "subnet-mj2o4co2m2v45smt1bx1****",
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* securityGroupId: "sg-mj2nsckay29s5smt1b0d****",
|
|
40
|
+
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
41
|
+
* vpcRegion: "cn-beijing",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* ## Import
|
|
46
|
+
*
|
|
47
|
+
* PrivateZoneResolverEndpoint can be imported using the id, e.g.
|
|
48
|
+
*
|
|
49
|
+
* ```sh
|
|
50
|
+
* $ pulumi import volcengine:private_zone/resolverEndpoint:ResolverEndpoint default resource_id
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
class ResolverEndpoint extends pulumi.CustomResource {
|
|
54
|
+
/**
|
|
55
|
+
* Get an existing ResolverEndpoint resource's state with the given name, ID, and optional extra
|
|
56
|
+
* properties used to qualify the lookup.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resulting resource.
|
|
59
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
+
* @param state Any extra arguments used during the lookup.
|
|
61
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
+
*/
|
|
63
|
+
static get(name, id, state, opts) {
|
|
64
|
+
return new ResolverEndpoint(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Returns true if the given object is an instance of ResolverEndpoint. This is designed to work even
|
|
68
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
+
*/
|
|
70
|
+
static isInstance(obj) {
|
|
71
|
+
if (obj === undefined || obj === null) {
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
return obj['__pulumiType'] === ResolverEndpoint.__pulumiType;
|
|
75
|
+
}
|
|
76
|
+
constructor(name, argsOrState, opts) {
|
|
77
|
+
let resourceInputs = {};
|
|
78
|
+
opts = opts || {};
|
|
79
|
+
if (opts.id) {
|
|
80
|
+
const state = argsOrState;
|
|
81
|
+
resourceInputs["direction"] = state ? state.direction : undefined;
|
|
82
|
+
resourceInputs["ipConfigs"] = state ? state.ipConfigs : undefined;
|
|
83
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
84
|
+
resourceInputs["securityGroupId"] = state ? state.securityGroupId : undefined;
|
|
85
|
+
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
86
|
+
resourceInputs["vpcRegion"] = state ? state.vpcRegion : undefined;
|
|
87
|
+
}
|
|
88
|
+
else {
|
|
89
|
+
const args = argsOrState;
|
|
90
|
+
if ((!args || args.ipConfigs === undefined) && !opts.urn) {
|
|
91
|
+
throw new Error("Missing required property 'ipConfigs'");
|
|
92
|
+
}
|
|
93
|
+
if ((!args || args.securityGroupId === undefined) && !opts.urn) {
|
|
94
|
+
throw new Error("Missing required property 'securityGroupId'");
|
|
95
|
+
}
|
|
96
|
+
if ((!args || args.vpcId === undefined) && !opts.urn) {
|
|
97
|
+
throw new Error("Missing required property 'vpcId'");
|
|
98
|
+
}
|
|
99
|
+
if ((!args || args.vpcRegion === undefined) && !opts.urn) {
|
|
100
|
+
throw new Error("Missing required property 'vpcRegion'");
|
|
101
|
+
}
|
|
102
|
+
resourceInputs["direction"] = args ? args.direction : undefined;
|
|
103
|
+
resourceInputs["ipConfigs"] = args ? args.ipConfigs : undefined;
|
|
104
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
105
|
+
resourceInputs["securityGroupId"] = args ? args.securityGroupId : undefined;
|
|
106
|
+
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
107
|
+
resourceInputs["vpcRegion"] = args ? args.vpcRegion : undefined;
|
|
108
|
+
}
|
|
109
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
110
|
+
super(ResolverEndpoint.__pulumiType, name, resourceInputs, opts);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.ResolverEndpoint = ResolverEndpoint;
|
|
114
|
+
/** @internal */
|
|
115
|
+
ResolverEndpoint.__pulumiType = 'volcengine:private_zone/resolverEndpoint:ResolverEndpoint';
|
|
116
|
+
//# sourceMappingURL=resolverEndpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolverEndpoint.js","sourceRoot":"","sources":["../../private_zone/resolverEndpoint.ts"],"names":[],"mappings":"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"}
|