@volcengine/pulumi 0.0.25 → 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/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/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +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/types/input.d.ts +106 -0
- package/types/output.d.ts +699 -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,153 @@
|
|
|
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 rule
|
|
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.ResolverRule("foo", {
|
|
13
|
+
* endpointId: 346,
|
|
14
|
+
* forwardIps: [{
|
|
15
|
+
* ip: "10.199.38.19",
|
|
16
|
+
* port: 33,
|
|
17
|
+
* }],
|
|
18
|
+
* type: "OUTBOUND",
|
|
19
|
+
* vpcs: [{
|
|
20
|
+
* region: "cn-beijing",
|
|
21
|
+
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
22
|
+
* }],
|
|
23
|
+
* zoneNames: ["www.baidu.com"],
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* PrivateZoneResolverRule can be imported using the id, e.g.
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import volcengine:private_zone/resolverRule:ResolverRule default resource_id
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare class ResolverRule extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Get an existing ResolverRule resource's state with the given name, ID, and optional extra
|
|
38
|
+
* properties used to qualify the lookup.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resulting resource.
|
|
41
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
+
* @param state Any extra arguments used during the lookup.
|
|
43
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
+
*/
|
|
45
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ResolverRuleState, opts?: pulumi.CustomResourceOptions): ResolverRule;
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of ResolverRule. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj: any): obj is ResolverRule;
|
|
51
|
+
/**
|
|
52
|
+
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
53
|
+
*/
|
|
54
|
+
readonly endpointId: pulumi.Output<number | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
57
|
+
*/
|
|
58
|
+
readonly forwardIps: pulumi.Output<outputs.private_zone.ResolverRuleForwardIp[] | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
61
|
+
*/
|
|
62
|
+
readonly line: pulumi.Output<number | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the rule.
|
|
65
|
+
*/
|
|
66
|
+
readonly name: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
69
|
+
*/
|
|
70
|
+
readonly type: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
73
|
+
*/
|
|
74
|
+
readonly vpcs: pulumi.Output<outputs.private_zone.ResolverRuleVpc[]>;
|
|
75
|
+
/**
|
|
76
|
+
* Domain names associated with forwarding rules. You can enter one or more domain names. Up to 500 domain names are supported. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
77
|
+
*/
|
|
78
|
+
readonly zoneNames: pulumi.Output<string[] | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Create a ResolverRule resource with the given unique name, arguments, and options.
|
|
81
|
+
*
|
|
82
|
+
* @param name The _unique_ name of the resource.
|
|
83
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
84
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
85
|
+
*/
|
|
86
|
+
constructor(name: string, args: ResolverRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Input properties used for looking up and filtering ResolverRule resources.
|
|
90
|
+
*/
|
|
91
|
+
export interface ResolverRuleState {
|
|
92
|
+
/**
|
|
93
|
+
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
94
|
+
*/
|
|
95
|
+
endpointId?: pulumi.Input<number>;
|
|
96
|
+
/**
|
|
97
|
+
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
98
|
+
*/
|
|
99
|
+
forwardIps?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleForwardIp>[]>;
|
|
100
|
+
/**
|
|
101
|
+
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
102
|
+
*/
|
|
103
|
+
line?: pulumi.Input<number>;
|
|
104
|
+
/**
|
|
105
|
+
* The name of the rule.
|
|
106
|
+
*/
|
|
107
|
+
name?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
110
|
+
*/
|
|
111
|
+
type?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
114
|
+
*/
|
|
115
|
+
vpcs?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleVpc>[]>;
|
|
116
|
+
/**
|
|
117
|
+
* Domain names associated with forwarding rules. You can enter one or more domain names. Up to 500 domain names are supported. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
118
|
+
*/
|
|
119
|
+
zoneNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* The set of arguments for constructing a ResolverRule resource.
|
|
123
|
+
*/
|
|
124
|
+
export interface ResolverRuleArgs {
|
|
125
|
+
/**
|
|
126
|
+
* Terminal node ID. This parameter is only valid and required when the Type parameter is OUTBOUND.
|
|
127
|
+
*/
|
|
128
|
+
endpointId?: pulumi.Input<number>;
|
|
129
|
+
/**
|
|
130
|
+
* IP address and port of external DNS server. You can add up to 10 IP addresses. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
131
|
+
*/
|
|
132
|
+
forwardIps?: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleForwardIp>[]>;
|
|
133
|
+
/**
|
|
134
|
+
* The operator of the exit IP address of the recursive DNS server. This parameter is only valid when the Type parameter is LINE and is a required parameter. MOBILE, TELECOM, UNICOM.
|
|
135
|
+
*/
|
|
136
|
+
line?: pulumi.Input<number>;
|
|
137
|
+
/**
|
|
138
|
+
* The name of the rule.
|
|
139
|
+
*/
|
|
140
|
+
name?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Forwarding rule types. OUTBOUND: Forward to external DNS servers. LINE: Set the recursive DNS server used for recursive resolution to the recursive DNS server of the Volcano Engine PublicDNS, and customize the operator's exit IP address for the recursive DNS server.
|
|
143
|
+
*/
|
|
144
|
+
type: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The parameter name <region> is a variable that represents the region where the VPC is located, such as cn-beijing. The parameter value can include one or more VPC IDs, such as vpc-2750bd1. For example, if you associate a VPC in the cn-beijing region with a domain name and the VPC ID is vpc-2d6si87atfh1c58ozfd0nzq8k, the parameter would be "cn-beijing":["vpc-2d6si87atfh1c58ozfd0nzq8k"]. You can add one or more regions. When the Type parameter is OUTBOUND, the VPC region must be the same as the region where the endpoint is located.
|
|
147
|
+
*/
|
|
148
|
+
vpcs: pulumi.Input<pulumi.Input<inputs.private_zone.ResolverRuleVpc>[]>;
|
|
149
|
+
/**
|
|
150
|
+
* Domain names associated with forwarding rules. You can enter one or more domain names. Up to 500 domain names are supported. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
151
|
+
*/
|
|
152
|
+
zoneNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
153
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
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 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage private zone resolver rule
|
|
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.ResolverRule("foo", {
|
|
17
|
+
* endpointId: 346,
|
|
18
|
+
* forwardIps: [{
|
|
19
|
+
* ip: "10.199.38.19",
|
|
20
|
+
* port: 33,
|
|
21
|
+
* }],
|
|
22
|
+
* type: "OUTBOUND",
|
|
23
|
+
* vpcs: [{
|
|
24
|
+
* region: "cn-beijing",
|
|
25
|
+
* vpcId: "vpc-13f9uuuqfdjb43n6nu5p1****",
|
|
26
|
+
* }],
|
|
27
|
+
* zoneNames: ["www.baidu.com"],
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* PrivateZoneResolverRule can be imported using the id, e.g.
|
|
34
|
+
*
|
|
35
|
+
* ```sh
|
|
36
|
+
* $ pulumi import volcengine:private_zone/resolverRule:ResolverRule default resource_id
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
class ResolverRule extends pulumi.CustomResource {
|
|
40
|
+
/**
|
|
41
|
+
* Get an existing ResolverRule resource's state with the given name, ID, and optional extra
|
|
42
|
+
* properties used to qualify the lookup.
|
|
43
|
+
*
|
|
44
|
+
* @param name The _unique_ name of the resulting resource.
|
|
45
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
+
* @param state Any extra arguments used during the lookup.
|
|
47
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
+
*/
|
|
49
|
+
static get(name, id, state, opts) {
|
|
50
|
+
return new ResolverRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if the given object is an instance of ResolverRule. This is designed to work even
|
|
54
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
+
*/
|
|
56
|
+
static isInstance(obj) {
|
|
57
|
+
if (obj === undefined || obj === null) {
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
return obj['__pulumiType'] === ResolverRule.__pulumiType;
|
|
61
|
+
}
|
|
62
|
+
constructor(name, argsOrState, opts) {
|
|
63
|
+
let resourceInputs = {};
|
|
64
|
+
opts = opts || {};
|
|
65
|
+
if (opts.id) {
|
|
66
|
+
const state = argsOrState;
|
|
67
|
+
resourceInputs["endpointId"] = state ? state.endpointId : undefined;
|
|
68
|
+
resourceInputs["forwardIps"] = state ? state.forwardIps : undefined;
|
|
69
|
+
resourceInputs["line"] = state ? state.line : undefined;
|
|
70
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
71
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
72
|
+
resourceInputs["vpcs"] = state ? state.vpcs : undefined;
|
|
73
|
+
resourceInputs["zoneNames"] = state ? state.zoneNames : undefined;
|
|
74
|
+
}
|
|
75
|
+
else {
|
|
76
|
+
const args = argsOrState;
|
|
77
|
+
if ((!args || args.type === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'type'");
|
|
79
|
+
}
|
|
80
|
+
if ((!args || args.vpcs === undefined) && !opts.urn) {
|
|
81
|
+
throw new Error("Missing required property 'vpcs'");
|
|
82
|
+
}
|
|
83
|
+
resourceInputs["endpointId"] = args ? args.endpointId : undefined;
|
|
84
|
+
resourceInputs["forwardIps"] = args ? args.forwardIps : undefined;
|
|
85
|
+
resourceInputs["line"] = args ? args.line : undefined;
|
|
86
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
87
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
88
|
+
resourceInputs["vpcs"] = args ? args.vpcs : undefined;
|
|
89
|
+
resourceInputs["zoneNames"] = args ? args.zoneNames : undefined;
|
|
90
|
+
}
|
|
91
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
+
super(ResolverRule.__pulumiType, name, resourceInputs, opts);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.ResolverRule = ResolverRule;
|
|
96
|
+
/** @internal */
|
|
97
|
+
ResolverRule.__pulumiType = 'volcengine:private_zone/resolverRule:ResolverRule';
|
|
98
|
+
//# sourceMappingURL=resolverRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolverRule.js","sourceRoot":"","sources":["../../private_zone/resolverRule.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 resolver rules
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.private_zone.ResolverRules({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function resolverRules(args?: ResolverRulesArgs, opts?: pulumi.InvokeOptions): Promise<ResolverRulesResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking ResolverRules.
|
|
17
|
+
*/
|
|
18
|
+
export interface ResolverRulesArgs {
|
|
19
|
+
/**
|
|
20
|
+
* ID of the exit terminal node.
|
|
21
|
+
*/
|
|
22
|
+
endpointId?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the rule.
|
|
25
|
+
*/
|
|
26
|
+
name?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A Name Regex of Resource.
|
|
29
|
+
*/
|
|
30
|
+
nameRegex?: string;
|
|
31
|
+
/**
|
|
32
|
+
* File name where to save data source results.
|
|
33
|
+
*/
|
|
34
|
+
outputFile?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The main domain associated with the forwarding rule. For example, if you set this parameter to example.com, DNS requests for example.com and all subdomains of example.com will be forwarded.
|
|
37
|
+
*/
|
|
38
|
+
zoneName?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by ResolverRules.
|
|
42
|
+
*/
|
|
43
|
+
export interface ResolverRulesResult {
|
|
44
|
+
/**
|
|
45
|
+
* The endpoint ID of the rule.
|
|
46
|
+
*/
|
|
47
|
+
readonly endpointId?: number;
|
|
48
|
+
/**
|
|
49
|
+
* The provider-assigned unique ID for this managed resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the rule.
|
|
54
|
+
*/
|
|
55
|
+
readonly name?: string;
|
|
56
|
+
readonly nameRegex?: string;
|
|
57
|
+
readonly outputFile?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The collection of query.
|
|
60
|
+
*/
|
|
61
|
+
readonly rules: outputs.private_zone.ResolverRulesRule[];
|
|
62
|
+
/**
|
|
63
|
+
* The total count of query.
|
|
64
|
+
*/
|
|
65
|
+
readonly totalCount: number;
|
|
66
|
+
/**
|
|
67
|
+
* The zone name of the rule.
|
|
68
|
+
*/
|
|
69
|
+
readonly zoneName?: string;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Use this data source to query detailed information of private zone resolver rules
|
|
73
|
+
* ## Example Usage
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
78
|
+
*
|
|
79
|
+
* const foo = volcengine.private_zone.ResolverRules({});
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare function resolverRulesOutput(args?: ResolverRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ResolverRulesResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking ResolverRules.
|
|
85
|
+
*/
|
|
86
|
+
export interface ResolverRulesOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* ID of the exit terminal node.
|
|
89
|
+
*/
|
|
90
|
+
endpointId?: pulumi.Input<number>;
|
|
91
|
+
/**
|
|
92
|
+
* The name of the rule.
|
|
93
|
+
*/
|
|
94
|
+
name?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* A Name Regex of Resource.
|
|
97
|
+
*/
|
|
98
|
+
nameRegex?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* File name where to save data source results.
|
|
101
|
+
*/
|
|
102
|
+
outputFile?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The main domain associated with the forwarding rule. For example, if you set this parameter to example.com, DNS requests for example.com and all subdomains of example.com will be forwarded.
|
|
105
|
+
*/
|
|
106
|
+
zoneName?: pulumi.Input<string>;
|
|
107
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.resolverRulesOutput = exports.resolverRules = 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 resolver rules
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.private_zone.ResolverRules({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function resolverRules(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:private_zone/resolverRules:ResolverRules", {
|
|
23
|
+
"endpointId": args.endpointId,
|
|
24
|
+
"name": args.name,
|
|
25
|
+
"nameRegex": args.nameRegex,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
"zoneName": args.zoneName,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.resolverRules = resolverRules;
|
|
31
|
+
/**
|
|
32
|
+
* Use this data source to query detailed information of private zone resolver rules
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
38
|
+
*
|
|
39
|
+
* const foo = volcengine.private_zone.ResolverRules({});
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
function resolverRulesOutput(args, opts) {
|
|
43
|
+
return pulumi.output(args).apply((a) => resolverRules(a, opts));
|
|
44
|
+
}
|
|
45
|
+
exports.resolverRulesOutput = resolverRulesOutput;
|
|
46
|
+
//# sourceMappingURL=resolverRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolverRules.js","sourceRoot":"","sources":["../../private_zone/resolverRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,qDAAqD,EAAE;QAChF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AA2DD;;;;;;;;;;GAUG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage private zone user vpc authorization
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.private_zone.UserVpcAuthorization("foo", {accountId: "2100278462"});
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* ## Import
|
|
14
|
+
*
|
|
15
|
+
* PrivateZoneUserVpcAuthorization can be imported using the id, e.g.
|
|
16
|
+
*
|
|
17
|
+
* ```sh
|
|
18
|
+
* $ pulumi import volcengine:private_zone/userVpcAuthorization:UserVpcAuthorization default resource_id
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class UserVpcAuthorization extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing UserVpcAuthorization resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserVpcAuthorizationState, opts?: pulumi.CustomResourceOptions): UserVpcAuthorization;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of UserVpcAuthorization. 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: any): obj is UserVpcAuthorization;
|
|
37
|
+
/**
|
|
38
|
+
* The account Id which authorizes the private zone resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly accountId: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Create a UserVpcAuthorization 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: UserVpcAuthorizationArgs, opts?: pulumi.CustomResourceOptions);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Input properties used for looking up and filtering UserVpcAuthorization resources.
|
|
52
|
+
*/
|
|
53
|
+
export interface UserVpcAuthorizationState {
|
|
54
|
+
/**
|
|
55
|
+
* The account Id which authorizes the private zone resource.
|
|
56
|
+
*/
|
|
57
|
+
accountId?: pulumi.Input<string>;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The set of arguments for constructing a UserVpcAuthorization resource.
|
|
61
|
+
*/
|
|
62
|
+
export interface UserVpcAuthorizationArgs {
|
|
63
|
+
/**
|
|
64
|
+
* The account Id which authorizes the private zone resource.
|
|
65
|
+
*/
|
|
66
|
+
accountId: pulumi.Input<string>;
|
|
67
|
+
}
|
|
@@ -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.UserVpcAuthorization = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage private zone user vpc authorization
|
|
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.UserVpcAuthorization("foo", {accountId: "2100278462"});
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* PrivateZoneUserVpcAuthorization can be imported using the id, e.g.
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:private_zone/userVpcAuthorization:UserVpcAuthorization default resource_id
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
class UserVpcAuthorization extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing UserVpcAuthorization resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name, id, state, opts) {
|
|
38
|
+
return new UserVpcAuthorization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of UserVpcAuthorization. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj) {
|
|
45
|
+
if (obj === undefined || obj === null) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
return obj['__pulumiType'] === UserVpcAuthorization.__pulumiType;
|
|
49
|
+
}
|
|
50
|
+
constructor(name, argsOrState, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (opts.id) {
|
|
54
|
+
const state = argsOrState;
|
|
55
|
+
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'accountId'");
|
|
61
|
+
}
|
|
62
|
+
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
super(UserVpcAuthorization.__pulumiType, name, resourceInputs, opts);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.UserVpcAuthorization = UserVpcAuthorization;
|
|
69
|
+
/** @internal */
|
|
70
|
+
UserVpcAuthorization.__pulumiType = 'volcengine:private_zone/userVpcAuthorization:UserVpcAuthorization';
|
|
71
|
+
//# sourceMappingURL=userVpcAuthorization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userVpcAuthorization.js","sourceRoot":"","sources":["../../private_zone/userVpcAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAxDL,oDAyDC;AA3CG,gBAAgB;AACO,iCAAY,GAAG,mEAAmE,CAAC"}
|