@volcengine/pulumi-volcenginecc 0.0.45 → 0.0.46
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/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
- package/fwcenter/getNatFireWallControlPolicies.js +24 -0
- package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
- package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
- package/fwcenter/getNatFireWallControlPolicy.js +28 -0
- package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
- package/fwcenter/index.d.ts +9 -0
- package/fwcenter/index.js +12 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
- package/fwcenter/natFireWallControlPolicy.js +186 -0
- package/fwcenter/natFireWallControlPolicy.js.map +1 -0
- package/id/authConfig.d.ts +142 -0
- package/id/authConfig.js +79 -0
- package/id/authConfig.js.map +1 -0
- package/id/getAuthConfig.d.ts +77 -0
- package/id/getAuthConfig.js +28 -0
- package/id/getAuthConfig.js.map +1 -0
- package/id/getAuthConfigs.d.ts +22 -0
- package/id/getAuthConfigs.js +24 -0
- package/id/getAuthConfigs.js.map +1 -0
- package/id/getPermissionNamespace.d.ts +73 -0
- package/id/getPermissionNamespace.js +28 -0
- package/id/getPermissionNamespace.js.map +1 -0
- package/id/getPermissionNamespaces.d.ts +22 -0
- package/id/getPermissionNamespaces.js +24 -0
- package/id/getPermissionNamespaces.js.map +1 -0
- package/id/getUserPool.d.ts +173 -0
- package/id/getUserPool.js +28 -0
- package/id/getUserPool.js.map +1 -0
- package/id/getUserPools.d.ts +22 -0
- package/id/getUserPools.js +24 -0
- package/id/getUserPools.js.map +1 -0
- package/id/getWorkloadPool.d.ts +81 -0
- package/id/getWorkloadPool.js +28 -0
- package/id/getWorkloadPool.js.map +1 -0
- package/id/getWorkloadPools.d.ts +22 -0
- package/id/getWorkloadPools.js +24 -0
- package/id/getWorkloadPools.js.map +1 -0
- package/id/index.d.ts +36 -0
- package/id/index.js +45 -1
- package/id/index.js.map +1 -1
- package/id/permissionNamespace.d.ts +143 -0
- package/id/permissionNamespace.js +94 -0
- package/id/permissionNamespace.js.map +1 -0
- package/id/userPool.d.ts +370 -0
- package/id/userPool.js +127 -0
- package/id/userPool.js.map +1 -0
- package/id/workloadPool.d.ts +159 -0
- package/id/workloadPool.js +98 -0
- package/id/workloadPool.js.map +1 -0
- package/kms/getKeyMaterial.d.ts +68 -0
- package/kms/getKeyMaterial.js +28 -0
- package/kms/getKeyMaterial.js.map +1 -0
- package/kms/getKeyMaterials.d.ts +22 -0
- package/kms/getKeyMaterials.js +24 -0
- package/kms/getKeyMaterials.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyMaterial.d.ts +144 -0
- package/kms/keyMaterial.js +96 -0
- package/kms/keyMaterial.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getResolverRule.d.ts +8 -0
- package/privatezone/getResolverRule.js.map +1 -1
- package/privatezone/resolverRule.d.ts +24 -0
- package/privatezone/resolverRule.js +4 -0
- package/privatezone/resolverRule.js.map +1 -1
- package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
- package/rdsmysql/getInstanceReadonlyNode.js +28 -0
- package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
- package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
- package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
- package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
- package/rdsmysql/instanceReadonlyNode.js +105 -0
- package/rdsmysql/instanceReadonlyNode.js.map +1 -0
- package/types/input.d.ts +462 -0
- package/types/output.d.ts +936 -0
- package/veenedge/cloudServer.d.ts +329 -0
- package/veenedge/cloudServer.js +126 -0
- package/veenedge/cloudServer.js.map +1 -0
- package/veenedge/getCloudServer.d.ts +153 -0
- package/veenedge/getCloudServer.js +28 -0
- package/veenedge/getCloudServer.js.map +1 -0
- package/veenedge/getCloudServers.d.ts +22 -0
- package/veenedge/getCloudServers.js +24 -0
- package/veenedge/getCloudServers.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.js +12 -1
- package/veenedge/index.js.map +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNatFireWallControlPolicies(opts?: pulumi.InvokeOptions): Promise<GetNatFireWallControlPoliciesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNatFireWallControlPolicies.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNatFireWallControlPoliciesResult {
|
|
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 Volcengine::FWCenter::NatFireWallControlPolicy
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNatFireWallControlPoliciesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNatFireWallControlPoliciesResult>;
|
|
@@ -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.getNatFireWallControlPoliciesOutput = exports.getNatFireWallControlPolicies = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getNatFireWallControlPolicies(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:fwcenter/getNatFireWallControlPolicies:getNatFireWallControlPolicies", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNatFireWallControlPolicies = getNatFireWallControlPolicies;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
18
|
+
*/
|
|
19
|
+
function getNatFireWallControlPoliciesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:fwcenter/getNatFireWallControlPolicies:getNatFireWallControlPolicies", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNatFireWallControlPoliciesOutput = getNatFireWallControlPoliciesOutput;
|
|
24
|
+
//# sourceMappingURL=getNatFireWallControlPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNatFireWallControlPolicies.js","sourceRoot":"","sources":["../../fwcenter/getNatFireWallControlPolicies.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAA2B;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mFAAmF,EAAE,EACjH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC;AAeD;;GAEG;AACH,SAAgB,mCAAmC,CAAC,IAAiC;IACjF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mFAAmF,EAAE,EACvH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kFAIC"}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNatFireWallControlPolicy(args: GetNatFireWallControlPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetNatFireWallControlPolicyResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNatFireWallControlPolicy.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNatFireWallControlPolicyArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getNatFireWallControlPolicy.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNatFireWallControlPolicyResult {
|
|
20
|
+
/**
|
|
21
|
+
* User's unique identifier ID.
|
|
22
|
+
*/
|
|
23
|
+
readonly accountId: string;
|
|
24
|
+
/**
|
|
25
|
+
* Policy action. accept: allow; deny: deny; monitor: observe.
|
|
26
|
+
*/
|
|
27
|
+
readonly action: string;
|
|
28
|
+
/**
|
|
29
|
+
* Description of the policy.
|
|
30
|
+
*/
|
|
31
|
+
readonly description: string;
|
|
32
|
+
/**
|
|
33
|
+
* Destination port, either a single port or a port range (e.g., 22/22, 100/200). If DestPortType is group, provide a list of port address book UUIDs, separated by commas. Leave blank if the protocol is ICMP or ANY.
|
|
34
|
+
*/
|
|
35
|
+
readonly destPort: string;
|
|
36
|
+
/**
|
|
37
|
+
* Destination port book type.
|
|
38
|
+
*/
|
|
39
|
+
readonly destPortGroupType: string;
|
|
40
|
+
/**
|
|
41
|
+
* Destination port list (structured).
|
|
42
|
+
*/
|
|
43
|
+
readonly destPortListV1s: outputs.fwcenter.GetNatFireWallControlPolicyDestPortListV1[];
|
|
44
|
+
/**
|
|
45
|
+
* Destination port list.
|
|
46
|
+
*/
|
|
47
|
+
readonly destPortLists: string[];
|
|
48
|
+
/**
|
|
49
|
+
* Destination port type. port: port; group: port address book.
|
|
50
|
+
*/
|
|
51
|
+
readonly destPortType: string;
|
|
52
|
+
/**
|
|
53
|
+
* Destination address. The value depends on DestinationType: if net, use the destination CIDR address; if group, use the destination address book UUID. Separate multiple address books with commas.
|
|
54
|
+
*/
|
|
55
|
+
readonly destination: string;
|
|
56
|
+
/**
|
|
57
|
+
* Destination CIDR list (structured).
|
|
58
|
+
*/
|
|
59
|
+
readonly destinationCidrListV1s: outputs.fwcenter.GetNatFireWallControlPolicyDestinationCidrListV1[];
|
|
60
|
+
/**
|
|
61
|
+
* Destination CIDR list.
|
|
62
|
+
*/
|
|
63
|
+
readonly destinationCidrLists: string[];
|
|
64
|
+
/**
|
|
65
|
+
* Destination domain name list.
|
|
66
|
+
*/
|
|
67
|
+
readonly destinationDomainLists: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Destination address book type.
|
|
70
|
+
*/
|
|
71
|
+
readonly destinationGroupType: string;
|
|
72
|
+
/**
|
|
73
|
+
* Destination address type, used to specify the format and source of the destination address in the access control policy. net: destination network segment (CIDR format); group: destination address book (UUID format).
|
|
74
|
+
*/
|
|
75
|
+
readonly destinationType: string;
|
|
76
|
+
/**
|
|
77
|
+
* Policy direction, used to specify the traffic direction for the access control policy. in: inbound; out: outbound.
|
|
78
|
+
*/
|
|
79
|
+
readonly direction: string;
|
|
80
|
+
/**
|
|
81
|
+
* Status of the access control policy. Values: 1: Inactive; 2: Deploying; 3: Active.
|
|
82
|
+
*/
|
|
83
|
+
readonly effectStatus: number;
|
|
84
|
+
/**
|
|
85
|
+
* Policy end timestamp. This field is not required when RepeatType is Permanent. When RepeatType is Once, Daily, Weekly, or Monthly, this field must be provided.
|
|
86
|
+
*/
|
|
87
|
+
readonly endTime: number;
|
|
88
|
+
/**
|
|
89
|
+
* Hit count, indicating the number of times this policy has been triggered.
|
|
90
|
+
*/
|
|
91
|
+
readonly hitCnt: number;
|
|
92
|
+
/**
|
|
93
|
+
* Uniquely identifies the resource.
|
|
94
|
+
*/
|
|
95
|
+
readonly id: string;
|
|
96
|
+
/**
|
|
97
|
+
* Whether the policy is effective.
|
|
98
|
+
*/
|
|
99
|
+
readonly isEffected: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* Last hit timestamp, indicating the last time this policy was triggered.
|
|
102
|
+
*/
|
|
103
|
+
readonly lastHitTime: number;
|
|
104
|
+
/**
|
|
105
|
+
* NAT border firewall instance ID.
|
|
106
|
+
*/
|
|
107
|
+
readonly natFirewallId: string;
|
|
108
|
+
/**
|
|
109
|
+
* Policy priority. A lower value indicates a higher priority. By default, the priority is set to the highest. 0: lowest priority; 1: highest priority. When modifying, the minimum value for this parameter is 1.
|
|
110
|
+
*/
|
|
111
|
+
readonly prio: number;
|
|
112
|
+
/**
|
|
113
|
+
* Protocol type. ICMP: ICMP protocol; TCP: TCP protocol; UDP: UDP protocol; ANY: any protocol.
|
|
114
|
+
*/
|
|
115
|
+
readonly proto: string;
|
|
116
|
+
/**
|
|
117
|
+
* Repeat cycle. This field is not required when RepeatType is Daily. When RepeatType is Weekly, the value range is [0, 6], corresponding to Sunday through Saturday. When RepeatType is Monthly, the value range is [1, 31], corresponding to the days of the month.
|
|
118
|
+
*/
|
|
119
|
+
readonly repeatDays: number[];
|
|
120
|
+
/**
|
|
121
|
+
* Repeat end time. This field is required when RepeatType is Daily, Weekly, or Monthly. Accurate to the minute, format: hh:mm.
|
|
122
|
+
*/
|
|
123
|
+
readonly repeatEndTime: string;
|
|
124
|
+
/**
|
|
125
|
+
* Repeat start time. This field is required when RepeatType is Daily, Weekly, or Monthly. Accurate to the minute, format: hh:mm.
|
|
126
|
+
*/
|
|
127
|
+
readonly repeatStartTime: string;
|
|
128
|
+
/**
|
|
129
|
+
* Policy repeat type. Permanent: always effective; Once: effective only once; Daily: effective every day; Weekly: effective every week; Monthly: effective every month.
|
|
130
|
+
*/
|
|
131
|
+
readonly repeatType: string;
|
|
132
|
+
/**
|
|
133
|
+
* Unique ID of the access control policy.
|
|
134
|
+
*/
|
|
135
|
+
readonly ruleId: string;
|
|
136
|
+
/**
|
|
137
|
+
* Source address. The format varies based on the value of SourceType. If SourceType is net, use a CIDR address; if SourceType is group, use the UUID of the source address book; if SourceType is location, use the region code.
|
|
138
|
+
*/
|
|
139
|
+
readonly source: string;
|
|
140
|
+
/**
|
|
141
|
+
* Source CIDR list (structured).
|
|
142
|
+
*/
|
|
143
|
+
readonly sourceCidrListV1s: outputs.fwcenter.GetNatFireWallControlPolicySourceCidrListV1[];
|
|
144
|
+
/**
|
|
145
|
+
* Source CIDR list.
|
|
146
|
+
*/
|
|
147
|
+
readonly sourceCidrLists: string[];
|
|
148
|
+
/**
|
|
149
|
+
* Source address book type.
|
|
150
|
+
*/
|
|
151
|
+
readonly sourceGroupType: string;
|
|
152
|
+
/**
|
|
153
|
+
* Source address type, used to specify the format and source of the source address in the access control policy. net: source network segment (CIDR format); group: source address book (UUID format); location: source region (region code format).
|
|
154
|
+
*/
|
|
155
|
+
readonly sourceType: string;
|
|
156
|
+
/**
|
|
157
|
+
* Policy start timestamp. This field is not required when RepeatType is Permanent. When RepeatType is Once, Daily, Weekly, or Monthly, this field must be provided.
|
|
158
|
+
*/
|
|
159
|
+
readonly startTime: number;
|
|
160
|
+
/**
|
|
161
|
+
* Policy switch status. false: off; true: on.
|
|
162
|
+
*/
|
|
163
|
+
readonly status: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Policy update timestamp.
|
|
166
|
+
*/
|
|
167
|
+
readonly updateTime: number;
|
|
168
|
+
/**
|
|
169
|
+
* Number of policies occupied by this policy.
|
|
170
|
+
*/
|
|
171
|
+
readonly useCount: number;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
175
|
+
*/
|
|
176
|
+
export declare function getNatFireWallControlPolicyOutput(args: GetNatFireWallControlPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNatFireWallControlPolicyResult>;
|
|
177
|
+
/**
|
|
178
|
+
* A collection of arguments for invoking getNatFireWallControlPolicy.
|
|
179
|
+
*/
|
|
180
|
+
export interface GetNatFireWallControlPolicyOutputArgs {
|
|
181
|
+
/**
|
|
182
|
+
* Uniquely identifies the resource.
|
|
183
|
+
*/
|
|
184
|
+
id: pulumi.Input<string>;
|
|
185
|
+
}
|
|
@@ -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.getNatFireWallControlPolicyOutput = exports.getNatFireWallControlPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
10
|
+
*/
|
|
11
|
+
function getNatFireWallControlPolicy(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:fwcenter/getNatFireWallControlPolicy:getNatFireWallControlPolicy", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNatFireWallControlPolicy = getNatFireWallControlPolicy;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::FWCenter::NatFireWallControlPolicy
|
|
20
|
+
*/
|
|
21
|
+
function getNatFireWallControlPolicyOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:fwcenter/getNatFireWallControlPolicy:getNatFireWallControlPolicy", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getNatFireWallControlPolicyOutput = getNatFireWallControlPolicyOutput;
|
|
28
|
+
//# sourceMappingURL=getNatFireWallControlPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNatFireWallControlPolicy.js","sourceRoot":"","sources":["../../fwcenter/getNatFireWallControlPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+EAA+E,EAAE;QAC1G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAyKD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+EAA+E,EAAE;QAChH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|
package/fwcenter/index.d.ts
CHANGED
|
@@ -25,12 +25,21 @@ export declare const getDnsControlPoliciesOutput: typeof import("./getDnsControl
|
|
|
25
25
|
export { GetDnsControlPolicyArgs, GetDnsControlPolicyResult, GetDnsControlPolicyOutputArgs } from "./getDnsControlPolicy";
|
|
26
26
|
export declare const getDnsControlPolicy: typeof import("./getDnsControlPolicy").getDnsControlPolicy;
|
|
27
27
|
export declare const getDnsControlPolicyOutput: typeof import("./getDnsControlPolicy").getDnsControlPolicyOutput;
|
|
28
|
+
export { GetNatFireWallControlPoliciesResult } from "./getNatFireWallControlPolicies";
|
|
29
|
+
export declare const getNatFireWallControlPolicies: typeof import("./getNatFireWallControlPolicies").getNatFireWallControlPolicies;
|
|
30
|
+
export declare const getNatFireWallControlPoliciesOutput: typeof import("./getNatFireWallControlPolicies").getNatFireWallControlPoliciesOutput;
|
|
31
|
+
export { GetNatFireWallControlPolicyArgs, GetNatFireWallControlPolicyResult, GetNatFireWallControlPolicyOutputArgs } from "./getNatFireWallControlPolicy";
|
|
32
|
+
export declare const getNatFireWallControlPolicy: typeof import("./getNatFireWallControlPolicy").getNatFireWallControlPolicy;
|
|
33
|
+
export declare const getNatFireWallControlPolicyOutput: typeof import("./getNatFireWallControlPolicy").getNatFireWallControlPolicyOutput;
|
|
28
34
|
export { GetVpcFireWallAclRuleArgs, GetVpcFireWallAclRuleResult, GetVpcFireWallAclRuleOutputArgs } from "./getVpcFireWallAclRule";
|
|
29
35
|
export declare const getVpcFireWallAclRule: typeof import("./getVpcFireWallAclRule").getVpcFireWallAclRule;
|
|
30
36
|
export declare const getVpcFireWallAclRuleOutput: typeof import("./getVpcFireWallAclRule").getVpcFireWallAclRuleOutput;
|
|
31
37
|
export { GetVpcFireWallAclRulesResult } from "./getVpcFireWallAclRules";
|
|
32
38
|
export declare const getVpcFireWallAclRules: typeof import("./getVpcFireWallAclRules").getVpcFireWallAclRules;
|
|
33
39
|
export declare const getVpcFireWallAclRulesOutput: typeof import("./getVpcFireWallAclRules").getVpcFireWallAclRulesOutput;
|
|
40
|
+
export { NatFireWallControlPolicyArgs, NatFireWallControlPolicyState } from "./natFireWallControlPolicy";
|
|
41
|
+
export type NatFireWallControlPolicy = import("./natFireWallControlPolicy").NatFireWallControlPolicy;
|
|
42
|
+
export declare const NatFireWallControlPolicy: typeof import("./natFireWallControlPolicy").NatFireWallControlPolicy;
|
|
34
43
|
export { VpcFireWallAclRuleArgs, VpcFireWallAclRuleState } from "./vpcFireWallAclRule";
|
|
35
44
|
export type VpcFireWallAclRule = import("./vpcFireWallAclRule").VpcFireWallAclRule;
|
|
36
45
|
export declare const VpcFireWallAclRule: typeof import("./vpcFireWallAclRule").VpcFireWallAclRule;
|
package/fwcenter/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.VpcFireWallAclRule = exports.getVpcFireWallAclRulesOutput = exports.getVpcFireWallAclRules = exports.getVpcFireWallAclRuleOutput = exports.getVpcFireWallAclRule = exports.getDnsControlPolicyOutput = exports.getDnsControlPolicy = exports.getDnsControlPoliciesOutput = exports.getDnsControlPolicies = exports.getControlPolicyOutput = exports.getControlPolicy = exports.getControlPoliciesOutput = exports.getControlPolicies = exports.getAddressBooksOutput = exports.getAddressBooks = exports.getAddressBookOutput = exports.getAddressBook = exports.DnsControlPolicy = exports.ControlPolicy = exports.AddressBook = void 0;
|
|
5
|
+
exports.VpcFireWallAclRule = exports.NatFireWallControlPolicy = exports.getVpcFireWallAclRulesOutput = exports.getVpcFireWallAclRules = exports.getVpcFireWallAclRuleOutput = exports.getVpcFireWallAclRule = exports.getNatFireWallControlPolicyOutput = exports.getNatFireWallControlPolicy = exports.getNatFireWallControlPoliciesOutput = exports.getNatFireWallControlPolicies = exports.getDnsControlPolicyOutput = exports.getDnsControlPolicy = exports.getDnsControlPoliciesOutput = exports.getDnsControlPolicies = exports.getControlPolicyOutput = exports.getControlPolicy = exports.getControlPoliciesOutput = exports.getControlPolicies = exports.getAddressBooksOutput = exports.getAddressBooks = exports.getAddressBookOutput = exports.getAddressBook = exports.DnsControlPolicy = exports.ControlPolicy = exports.AddressBook = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AddressBook = null;
|
|
@@ -29,12 +29,20 @@ utilities.lazyLoad(exports, ["getDnsControlPolicies", "getDnsControlPoliciesOutp
|
|
|
29
29
|
exports.getDnsControlPolicy = null;
|
|
30
30
|
exports.getDnsControlPolicyOutput = null;
|
|
31
31
|
utilities.lazyLoad(exports, ["getDnsControlPolicy", "getDnsControlPolicyOutput"], () => require("./getDnsControlPolicy"));
|
|
32
|
+
exports.getNatFireWallControlPolicies = null;
|
|
33
|
+
exports.getNatFireWallControlPoliciesOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getNatFireWallControlPolicies", "getNatFireWallControlPoliciesOutput"], () => require("./getNatFireWallControlPolicies"));
|
|
35
|
+
exports.getNatFireWallControlPolicy = null;
|
|
36
|
+
exports.getNatFireWallControlPolicyOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getNatFireWallControlPolicy", "getNatFireWallControlPolicyOutput"], () => require("./getNatFireWallControlPolicy"));
|
|
32
38
|
exports.getVpcFireWallAclRule = null;
|
|
33
39
|
exports.getVpcFireWallAclRuleOutput = null;
|
|
34
40
|
utilities.lazyLoad(exports, ["getVpcFireWallAclRule", "getVpcFireWallAclRuleOutput"], () => require("./getVpcFireWallAclRule"));
|
|
35
41
|
exports.getVpcFireWallAclRules = null;
|
|
36
42
|
exports.getVpcFireWallAclRulesOutput = null;
|
|
37
43
|
utilities.lazyLoad(exports, ["getVpcFireWallAclRules", "getVpcFireWallAclRulesOutput"], () => require("./getVpcFireWallAclRules"));
|
|
44
|
+
exports.NatFireWallControlPolicy = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["NatFireWallControlPolicy"], () => require("./natFireWallControlPolicy"));
|
|
38
46
|
exports.VpcFireWallAclRule = null;
|
|
39
47
|
utilities.lazyLoad(exports, ["VpcFireWallAclRule"], () => require("./vpcFireWallAclRule"));
|
|
40
48
|
const _module = {
|
|
@@ -47,6 +55,8 @@ const _module = {
|
|
|
47
55
|
return new exports.ControlPolicy(name, undefined, { urn });
|
|
48
56
|
case "volcenginecc:fwcenter/dnsControlPolicy:DnsControlPolicy":
|
|
49
57
|
return new exports.DnsControlPolicy(name, undefined, { urn });
|
|
58
|
+
case "volcenginecc:fwcenter/natFireWallControlPolicy:NatFireWallControlPolicy":
|
|
59
|
+
return new exports.NatFireWallControlPolicy(name, undefined, { urn });
|
|
50
60
|
case "volcenginecc:fwcenter/vpcFireWallAclRule:VpcFireWallAclRule":
|
|
51
61
|
return new exports.VpcFireWallAclRule(name, undefined, { urn });
|
|
52
62
|
default:
|
|
@@ -57,5 +67,6 @@ const _module = {
|
|
|
57
67
|
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/addressBook", _module);
|
|
58
68
|
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/controlPolicy", _module);
|
|
59
69
|
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/dnsControlPolicy", _module);
|
|
70
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/natFireWallControlPolicy", _module);
|
|
60
71
|
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/vpcFireWallAclRule", _module);
|
|
61
72
|
//# sourceMappingURL=index.js.map
|
package/fwcenter/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fwcenter/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AACrF,QAAA,sBAAsB,GAA+D,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,EAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAGnG,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACvG,QAAA,4BAA4B,GAA2E,IAAW,CAAC;AAChI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,EAAC,8BAA8B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAIrH,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAG3F,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,+CAA+C;gBAChD,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,mDAAmD;gBACpD,OAAO,IAAI,qBAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,6DAA6D;gBAC9D,OAAO,IAAI,0BAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,wBAAwB,EAAE,OAAO,CAAC,CAAA;AACxF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,2BAA2B,EAAE,OAAO,CAAC,CAAA;AAC3F,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fwcenter/index.ts"],"names":[],"mappings":"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"}
|