@volcengine/pulumi 0.0.33 → 0.0.34
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/apig/apigCustomDomain.d.ts +244 -0
- package/apig/apigCustomDomain.js +167 -0
- package/apig/apigCustomDomain.js.map +1 -0
- package/apig/apigGateway.d.ts +262 -0
- package/apig/apigGateway.js +150 -0
- package/apig/apigGateway.js.map +1 -0
- package/apig/apigGatewayService.d.ts +206 -0
- package/apig/apigGatewayService.js +159 -0
- package/apig/apigGatewayService.js.map +1 -0
- package/apig/apigRoute.d.ts +397 -0
- package/apig/apigRoute.js +299 -0
- package/apig/apigRoute.js.map +1 -0
- package/apig/apigUpstream.d.ts +375 -0
- package/apig/apigUpstream.js +278 -0
- package/apig/apigUpstream.js.map +1 -0
- package/apig/apigUpstreamSource.d.ts +214 -0
- package/apig/apigUpstreamSource.js +182 -0
- package/apig/apigUpstreamSource.js.map +1 -0
- package/apig/apigUpstreamVersion.d.ts +211 -0
- package/apig/apigUpstreamVersion.js +206 -0
- package/apig/apigUpstreamVersion.js.map +1 -0
- package/apig/customDomains.d.ts +112 -0
- package/apig/customDomains.js +55 -0
- package/apig/customDomains.js.map +1 -0
- package/apig/gatewayServices.d.ts +104 -0
- package/apig/gatewayServices.js +52 -0
- package/apig/gatewayServices.js.map +1 -0
- package/apig/gateways.d.ts +162 -0
- package/apig/gateways.js +63 -0
- package/apig/gateways.js.map +1 -0
- package/apig/getCustomDomains.d.ts +110 -0
- package/apig/getCustomDomains.js +52 -0
- package/apig/getCustomDomains.js.map +1 -0
- package/apig/getGatewayServices.d.ts +102 -0
- package/apig/getGatewayServices.js +49 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getGateways.d.ts +160 -0
- package/apig/getGateways.js +60 -0
- package/apig/getGateways.js.map +1 -0
- package/apig/getRoutes.d.ts +153 -0
- package/apig/getRoutes.js +54 -0
- package/apig/getRoutes.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +123 -0
- package/apig/getUpstreamSources.js +51 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/getUpstreamVersions.d.ts +84 -0
- package/apig/getUpstreamVersions.js +47 -0
- package/apig/getUpstreamVersions.js.map +1 -0
- package/apig/getUpstreams.d.ts +140 -0
- package/apig/getUpstreams.js +60 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +63 -0
- package/apig/index.js +94 -0
- package/apig/index.js.map +1 -0
- package/apig/routes.d.ts +155 -0
- package/apig/routes.js +57 -0
- package/apig/routes.js.map +1 -0
- package/apig/upstreamSources.d.ts +125 -0
- package/apig/upstreamSources.js +54 -0
- package/apig/upstreamSources.js.map +1 -0
- package/apig/upstreamVersions.d.ts +86 -0
- package/apig/upstreamVersions.js +50 -0
- package/apig/upstreamVersions.js.map +1 -0
- package/apig/upstreams.d.ts +142 -0
- package/apig/upstreams.js +63 -0
- package/apig/upstreams.js.map +1 -0
- package/cen/interRegionBandwidth.d.ts +12 -0
- package/cen/interRegionBandwidth.js +2 -0
- package/cen/interRegionBandwidth.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +6 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +5918 -4016
- package/types/output.d.ts +35080 -27674
- package/vpc/cidrBlockAssociate.d.ts +83 -0
- package/vpc/cidrBlockAssociate.js +80 -0
- package/vpc/cidrBlockAssociate.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +148 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/flowLogActive.d.ts +103 -0
- package/vpc/flowLogActive.js +101 -0
- package/vpc/flowLogActive.js.map +1 -0
- package/vpc/flowLogs.d.ts +231 -0
- package/vpc/flowLogs.js +63 -0
- package/vpc/flowLogs.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +229 -0
- package/vpc/getFlowLogs.js +60 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getSubnets.d.ts +9 -0
- package/vpc/getSubnets.js +1 -0
- package/vpc/getSubnets.js.map +1 -1
- package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
- package/vpc/getTrafficMirrorFilterRules.js +50 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +118 -0
- package/vpc/getTrafficMirrorFilters.js +51 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +187 -0
- package/vpc/getTrafficMirrorSessions.js +57 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +121 -0
- package/vpc/getTrafficMirrorTargets.js +51 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpcs.d.ts +9 -0
- package/vpc/getVpcs.js +1 -0
- package/vpc/getVpcs.js.map +1 -1
- package/vpc/index.d.ts +51 -0
- package/vpc/index.js +67 -2
- package/vpc/index.js.map +1 -1
- package/vpc/subnets.d.ts +9 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +137 -0
- package/vpc/trafficMirrorFilter.js +88 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +245 -0
- package/vpc/trafficMirrorFilterRule.js +144 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorFilterRules.d.ts +105 -0
- package/vpc/trafficMirrorFilterRules.js +53 -0
- package/vpc/trafficMirrorFilterRules.js.map +1 -0
- package/vpc/trafficMirrorFilters.d.ts +120 -0
- package/vpc/trafficMirrorFilters.js +54 -0
- package/vpc/trafficMirrorFilters.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +330 -0
- package/vpc/trafficMirrorSession.js +221 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorSessions.d.ts +189 -0
- package/vpc/trafficMirrorSessions.js +60 -0
- package/vpc/trafficMirrorSessions.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +222 -0
- package/vpc/trafficMirrorTarget.js +159 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/trafficMirrorTargets.d.ts +123 -0
- package/vpc/trafficMirrorTargets.js +54 -0
- package/vpc/trafficMirrorTargets.js.map +1 -0
- package/vpc/vpc.d.ts +8 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +9 -0
- package/vpc/vpcs.js +1 -0
- package/vpc/vpcs.js.map +1 -1
- package/waf/aclRule.d.ts +326 -0
- package/waf/aclRule.js +150 -0
- package/waf/aclRule.js.map +1 -0
- package/waf/aclRules.d.ts +170 -0
- package/waf/aclRules.js +69 -0
- package/waf/aclRules.js.map +1 -0
- package/waf/botAnalyseProtectRule.d.ts +320 -0
- package/waf/botAnalyseProtectRule.js +171 -0
- package/waf/botAnalyseProtectRule.js.map +1 -0
- package/waf/botAnalyseProtectRules.d.ts +145 -0
- package/waf/botAnalyseProtectRules.js +57 -0
- package/waf/botAnalyseProtectRules.js.map +1 -0
- package/waf/ccRule.d.ts +337 -0
- package/waf/ccRule.js +182 -0
- package/waf/ccRule.js.map +1 -0
- package/waf/ccRules.d.ts +149 -0
- package/waf/ccRules.js +61 -0
- package/waf/ccRules.js.map +1 -0
- package/waf/customBot.d.ts +191 -0
- package/waf/customBot.js +127 -0
- package/waf/customBot.js.map +1 -0
- package/waf/customBots.d.ts +86 -0
- package/waf/customBots.js +51 -0
- package/waf/customBots.js.map +1 -0
- package/waf/customPage.d.ts +310 -0
- package/waf/customPage.js +160 -0
- package/waf/customPage.js.map +1 -0
- package/waf/customPages.d.ts +110 -0
- package/waf/customPages.js +52 -0
- package/waf/customPages.js.map +1 -0
- package/waf/domains.d.ts +94 -0
- package/waf/domains.js +48 -0
- package/waf/domains.js.map +1 -0
- package/waf/getAclRules.d.ts +168 -0
- package/waf/getAclRules.js +66 -0
- package/waf/getAclRules.js.map +1 -0
- package/waf/getBotAnalyseProtectRules.d.ts +143 -0
- package/waf/getBotAnalyseProtectRules.js +54 -0
- package/waf/getBotAnalyseProtectRules.js.map +1 -0
- package/waf/getCcRules.d.ts +147 -0
- package/waf/getCcRules.js +58 -0
- package/waf/getCcRules.js.map +1 -0
- package/waf/getCustomBots.d.ts +84 -0
- package/waf/getCustomBots.js +48 -0
- package/waf/getCustomBots.js.map +1 -0
- package/waf/getCustomPages.d.ts +108 -0
- package/waf/getCustomPages.js +49 -0
- package/waf/getCustomPages.js.map +1 -0
- package/waf/getDomains.d.ts +92 -0
- package/waf/getDomains.js +45 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/getHostGroups.d.ts +146 -0
- package/waf/getHostGroups.js +55 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/getIpGroups.d.ts +105 -0
- package/waf/getIpGroups.js +49 -0
- package/waf/getIpGroups.js.map +1 -0
- package/waf/getProhibitions.d.ts +127 -0
- package/waf/getProhibitions.js +55 -0
- package/waf/getProhibitions.js.map +1 -0
- package/waf/getServiceCertificates.d.ts +71 -0
- package/waf/getServiceCertificates.js +43 -0
- package/waf/getServiceCertificates.js.map +1 -0
- package/waf/getSystemBots.d.ts +84 -0
- package/waf/getSystemBots.js +47 -0
- package/waf/getSystemBots.js.map +1 -0
- package/waf/hostGroup.d.ts +152 -0
- package/waf/hostGroup.js +90 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/hostGroups.d.ts +148 -0
- package/waf/hostGroups.js +58 -0
- package/waf/hostGroups.js.map +1 -0
- package/waf/index.d.ts +99 -0
- package/waf/index.js +139 -0
- package/waf/index.js.map +1 -0
- package/waf/instanceCtl.d.ts +95 -0
- package/waf/instanceCtl.js +76 -0
- package/waf/instanceCtl.js.map +1 -0
- package/waf/ipGroup.d.ts +132 -0
- package/waf/ipGroup.js +93 -0
- package/waf/ipGroup.js.map +1 -0
- package/waf/ipGroups.d.ts +107 -0
- package/waf/ipGroups.js +52 -0
- package/waf/ipGroups.js.map +1 -0
- package/waf/prohibitions.d.ts +129 -0
- package/waf/prohibitions.js +58 -0
- package/waf/prohibitions.js.map +1 -0
- package/waf/serviceCertificates.d.ts +73 -0
- package/waf/serviceCertificates.js +46 -0
- package/waf/serviceCertificates.js.map +1 -0
- package/waf/systemBot.d.ts +137 -0
- package/waf/systemBot.js +92 -0
- package/waf/systemBot.js.map +1 -0
- package/waf/systemBots.d.ts +86 -0
- package/waf/systemBots.js +50 -0
- package/waf/systemBots.js.map +1 -0
- package/waf/vulnerability.d.ts +116 -0
- package/waf/vulnerability.js +72 -0
- package/waf/vulnerability.js.map +1 -0
- package/waf/wafDomain.d.ts +877 -0
- package/waf/wafDomain.js +252 -0
- package/waf/wafDomain.js.map +1 -0
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of traffic mirror sessions
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const foo = volcengine.vpc.getTrafficMirrorSessions({
|
|
13
|
+
* trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getTrafficMirrorSessions(args?: GetTrafficMirrorSessionsArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorSessionsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getTrafficMirrorSessions.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetTrafficMirrorSessionsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* A Name Regex of Resource.
|
|
24
|
+
*/
|
|
25
|
+
nameRegex?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The ID of network interface.
|
|
28
|
+
*/
|
|
29
|
+
networkInterfaceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* File name where to save data source results.
|
|
32
|
+
*/
|
|
33
|
+
outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The packet length of traffic mirror session.
|
|
36
|
+
*/
|
|
37
|
+
packetLength?: number;
|
|
38
|
+
/**
|
|
39
|
+
* The priority of traffic mirror session.
|
|
40
|
+
*/
|
|
41
|
+
priority?: number;
|
|
42
|
+
/**
|
|
43
|
+
* The project name of traffic mirror session.
|
|
44
|
+
*/
|
|
45
|
+
projectName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Tags.
|
|
48
|
+
*/
|
|
49
|
+
tags?: inputs.vpc.GetTrafficMirrorSessionsTag[];
|
|
50
|
+
/**
|
|
51
|
+
* The ID of traffic mirror filter.
|
|
52
|
+
*/
|
|
53
|
+
trafficMirrorFilterId?: string;
|
|
54
|
+
/**
|
|
55
|
+
* A list of traffic mirror session IDs.
|
|
56
|
+
*/
|
|
57
|
+
trafficMirrorSessionIds?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* A list of traffic mirror session names.
|
|
60
|
+
*/
|
|
61
|
+
trafficMirrorSessionNames?: string[];
|
|
62
|
+
/**
|
|
63
|
+
* The ID of traffic mirror target.
|
|
64
|
+
*/
|
|
65
|
+
trafficMirrorTargetId?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of virtual network.
|
|
68
|
+
*/
|
|
69
|
+
virtualNetworkId?: number;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* A collection of values returned by getTrafficMirrorSessions.
|
|
73
|
+
*/
|
|
74
|
+
export interface GetTrafficMirrorSessionsResult {
|
|
75
|
+
/**
|
|
76
|
+
* The provider-assigned unique ID for this managed resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly id: string;
|
|
79
|
+
readonly nameRegex?: string;
|
|
80
|
+
readonly networkInterfaceId?: string;
|
|
81
|
+
readonly outputFile?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The packet length of traffic mirror session.
|
|
84
|
+
*/
|
|
85
|
+
readonly packetLength?: number;
|
|
86
|
+
/**
|
|
87
|
+
* The priority of traffic mirror session.
|
|
88
|
+
*/
|
|
89
|
+
readonly priority?: number;
|
|
90
|
+
/**
|
|
91
|
+
* The project name of traffic mirror session.
|
|
92
|
+
*/
|
|
93
|
+
readonly projectName?: string;
|
|
94
|
+
/**
|
|
95
|
+
* Tags.
|
|
96
|
+
*/
|
|
97
|
+
readonly tags?: outputs.vpc.GetTrafficMirrorSessionsTag[];
|
|
98
|
+
/**
|
|
99
|
+
* The total count of query.
|
|
100
|
+
*/
|
|
101
|
+
readonly totalCount: number;
|
|
102
|
+
/**
|
|
103
|
+
* The ID of traffic mirror filter.
|
|
104
|
+
*/
|
|
105
|
+
readonly trafficMirrorFilterId?: string;
|
|
106
|
+
readonly trafficMirrorSessionIds?: string[];
|
|
107
|
+
readonly trafficMirrorSessionNames?: string[];
|
|
108
|
+
/**
|
|
109
|
+
* The collection of query.
|
|
110
|
+
*/
|
|
111
|
+
readonly trafficMirrorSessions: outputs.vpc.GetTrafficMirrorSessionsTrafficMirrorSession[];
|
|
112
|
+
/**
|
|
113
|
+
* The ID of traffic mirror target.
|
|
114
|
+
*/
|
|
115
|
+
readonly trafficMirrorTargetId?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The ID of virtual network.
|
|
118
|
+
*/
|
|
119
|
+
readonly virtualNetworkId?: number;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Use this data source to query detailed information of traffic mirror sessions
|
|
123
|
+
* ## Example Usage
|
|
124
|
+
*
|
|
125
|
+
* ```typescript
|
|
126
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
127
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
128
|
+
*
|
|
129
|
+
* const foo = volcengine.vpc.getTrafficMirrorSessions({
|
|
130
|
+
* trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
|
|
131
|
+
* });
|
|
132
|
+
* ```
|
|
133
|
+
*/
|
|
134
|
+
export declare function getTrafficMirrorSessionsOutput(args?: GetTrafficMirrorSessionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTrafficMirrorSessionsResult>;
|
|
135
|
+
/**
|
|
136
|
+
* A collection of arguments for invoking getTrafficMirrorSessions.
|
|
137
|
+
*/
|
|
138
|
+
export interface GetTrafficMirrorSessionsOutputArgs {
|
|
139
|
+
/**
|
|
140
|
+
* A Name Regex of Resource.
|
|
141
|
+
*/
|
|
142
|
+
nameRegex?: pulumi.Input<string>;
|
|
143
|
+
/**
|
|
144
|
+
* The ID of network interface.
|
|
145
|
+
*/
|
|
146
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* File name where to save data source results.
|
|
149
|
+
*/
|
|
150
|
+
outputFile?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* The packet length of traffic mirror session.
|
|
153
|
+
*/
|
|
154
|
+
packetLength?: pulumi.Input<number>;
|
|
155
|
+
/**
|
|
156
|
+
* The priority of traffic mirror session.
|
|
157
|
+
*/
|
|
158
|
+
priority?: pulumi.Input<number>;
|
|
159
|
+
/**
|
|
160
|
+
* The project name of traffic mirror session.
|
|
161
|
+
*/
|
|
162
|
+
projectName?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* Tags.
|
|
165
|
+
*/
|
|
166
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.GetTrafficMirrorSessionsTagArgs>[]>;
|
|
167
|
+
/**
|
|
168
|
+
* The ID of traffic mirror filter.
|
|
169
|
+
*/
|
|
170
|
+
trafficMirrorFilterId?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* A list of traffic mirror session IDs.
|
|
173
|
+
*/
|
|
174
|
+
trafficMirrorSessionIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
175
|
+
/**
|
|
176
|
+
* A list of traffic mirror session names.
|
|
177
|
+
*/
|
|
178
|
+
trafficMirrorSessionNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
179
|
+
/**
|
|
180
|
+
* The ID of traffic mirror target.
|
|
181
|
+
*/
|
|
182
|
+
trafficMirrorTargetId?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* The ID of virtual network.
|
|
185
|
+
*/
|
|
186
|
+
virtualNetworkId?: pulumi.Input<number>;
|
|
187
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.getTrafficMirrorSessionsOutput = exports.getTrafficMirrorSessions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of traffic mirror sessions
|
|
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.vpc.getTrafficMirrorSessions({
|
|
17
|
+
* trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getTrafficMirrorSessions(args, opts) {
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:vpc/getTrafficMirrorSessions:getTrafficMirrorSessions", {
|
|
25
|
+
"nameRegex": args.nameRegex,
|
|
26
|
+
"networkInterfaceId": args.networkInterfaceId,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"packetLength": args.packetLength,
|
|
29
|
+
"priority": args.priority,
|
|
30
|
+
"projectName": args.projectName,
|
|
31
|
+
"tags": args.tags,
|
|
32
|
+
"trafficMirrorFilterId": args.trafficMirrorFilterId,
|
|
33
|
+
"trafficMirrorSessionIds": args.trafficMirrorSessionIds,
|
|
34
|
+
"trafficMirrorSessionNames": args.trafficMirrorSessionNames,
|
|
35
|
+
"trafficMirrorTargetId": args.trafficMirrorTargetId,
|
|
36
|
+
"virtualNetworkId": args.virtualNetworkId,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.getTrafficMirrorSessions = getTrafficMirrorSessions;
|
|
40
|
+
/**
|
|
41
|
+
* Use this data source to query detailed information of traffic mirror sessions
|
|
42
|
+
* ## Example Usage
|
|
43
|
+
*
|
|
44
|
+
* ```typescript
|
|
45
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
47
|
+
*
|
|
48
|
+
* const foo = volcengine.vpc.getTrafficMirrorSessions({
|
|
49
|
+
* trafficMirrorSessionIds: ["tms-mjpcyvp71r0g5smt1ayf****"],
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
function getTrafficMirrorSessionsOutput(args, opts) {
|
|
54
|
+
return pulumi.output(args).apply((a) => getTrafficMirrorSessions(a, opts));
|
|
55
|
+
}
|
|
56
|
+
exports.getTrafficMirrorSessionsOutput = getTrafficMirrorSessionsOutput;
|
|
57
|
+
//# sourceMappingURL=getTrafficMirrorSessions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorSessions.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorSessions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,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,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,4DAkBC;AA0GD;;;;;;;;;;;;GAYG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of traffic mirror targets
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const foo = volcengine.vpc.getTrafficMirrorTargets({
|
|
13
|
+
* trafficMirrorTargetIds: ["tmt-rry7yljufsw0v0x58w2****"],
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getTrafficMirrorTargets(args?: GetTrafficMirrorTargetsArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorTargetsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getTrafficMirrorTargets.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetTrafficMirrorTargetsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* A Name Regex of Resource.
|
|
24
|
+
*/
|
|
25
|
+
nameRegex?: string;
|
|
26
|
+
/**
|
|
27
|
+
* File name where to save data source results.
|
|
28
|
+
*/
|
|
29
|
+
outputFile?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The project name of traffic mirror target.
|
|
32
|
+
*/
|
|
33
|
+
projectName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Tags.
|
|
36
|
+
*/
|
|
37
|
+
tags?: inputs.vpc.GetTrafficMirrorTargetsTag[];
|
|
38
|
+
/**
|
|
39
|
+
* A list of traffic mirror target IDs.
|
|
40
|
+
*/
|
|
41
|
+
trafficMirrorTargetIds?: string[];
|
|
42
|
+
/**
|
|
43
|
+
* The name of traffic mirror target.
|
|
44
|
+
*/
|
|
45
|
+
trafficMirrorTargetName?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A collection of values returned by getTrafficMirrorTargets.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetTrafficMirrorTargetsResult {
|
|
51
|
+
/**
|
|
52
|
+
* The provider-assigned unique ID for this managed resource.
|
|
53
|
+
*/
|
|
54
|
+
readonly id: string;
|
|
55
|
+
readonly nameRegex?: string;
|
|
56
|
+
readonly outputFile?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The project name of traffic mirror target.
|
|
59
|
+
*/
|
|
60
|
+
readonly projectName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Tags.
|
|
63
|
+
*/
|
|
64
|
+
readonly tags?: outputs.vpc.GetTrafficMirrorTargetsTag[];
|
|
65
|
+
/**
|
|
66
|
+
* The total count of query.
|
|
67
|
+
*/
|
|
68
|
+
readonly totalCount: number;
|
|
69
|
+
readonly trafficMirrorTargetIds?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* The name of traffic mirror target.
|
|
72
|
+
*/
|
|
73
|
+
readonly trafficMirrorTargetName?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The collection of query.
|
|
76
|
+
*/
|
|
77
|
+
readonly trafficMirrorTargets: outputs.vpc.GetTrafficMirrorTargetsTrafficMirrorTarget[];
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Use this data source to query detailed information of traffic mirror targets
|
|
81
|
+
* ## Example Usage
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
86
|
+
*
|
|
87
|
+
* const foo = volcengine.vpc.getTrafficMirrorTargets({
|
|
88
|
+
* trafficMirrorTargetIds: ["tmt-rry7yljufsw0v0x58w2****"],
|
|
89
|
+
* });
|
|
90
|
+
* ```
|
|
91
|
+
*/
|
|
92
|
+
export declare function getTrafficMirrorTargetsOutput(args?: GetTrafficMirrorTargetsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTrafficMirrorTargetsResult>;
|
|
93
|
+
/**
|
|
94
|
+
* A collection of arguments for invoking getTrafficMirrorTargets.
|
|
95
|
+
*/
|
|
96
|
+
export interface GetTrafficMirrorTargetsOutputArgs {
|
|
97
|
+
/**
|
|
98
|
+
* A Name Regex of Resource.
|
|
99
|
+
*/
|
|
100
|
+
nameRegex?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* File name where to save data source results.
|
|
103
|
+
*/
|
|
104
|
+
outputFile?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The project name of traffic mirror target.
|
|
107
|
+
*/
|
|
108
|
+
projectName?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Tags.
|
|
111
|
+
*/
|
|
112
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.GetTrafficMirrorTargetsTagArgs>[]>;
|
|
113
|
+
/**
|
|
114
|
+
* A list of traffic mirror target IDs.
|
|
115
|
+
*/
|
|
116
|
+
trafficMirrorTargetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
117
|
+
/**
|
|
118
|
+
* The name of traffic mirror target.
|
|
119
|
+
*/
|
|
120
|
+
trafficMirrorTargetName?: pulumi.Input<string>;
|
|
121
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.getTrafficMirrorTargetsOutput = exports.getTrafficMirrorTargets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of traffic mirror targets
|
|
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.vpc.getTrafficMirrorTargets({
|
|
17
|
+
* trafficMirrorTargetIds: ["tmt-rry7yljufsw0v0x58w2****"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getTrafficMirrorTargets(args, opts) {
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:vpc/getTrafficMirrorTargets:getTrafficMirrorTargets", {
|
|
25
|
+
"nameRegex": args.nameRegex,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
"projectName": args.projectName,
|
|
28
|
+
"tags": args.tags,
|
|
29
|
+
"trafficMirrorTargetIds": args.trafficMirrorTargetIds,
|
|
30
|
+
"trafficMirrorTargetName": args.trafficMirrorTargetName,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getTrafficMirrorTargets = getTrafficMirrorTargets;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to query detailed information of traffic mirror targets
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
41
|
+
*
|
|
42
|
+
* const foo = volcengine.vpc.getTrafficMirrorTargets({
|
|
43
|
+
* trafficMirrorTargetIds: ["tmt-rry7yljufsw0v0x58w2****"],
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
function getTrafficMirrorTargetsOutput(args, opts) {
|
|
48
|
+
return pulumi.output(args).apply((a) => getTrafficMirrorTargets(a, opts));
|
|
49
|
+
}
|
|
50
|
+
exports.getTrafficMirrorTargetsOutput = getTrafficMirrorTargetsOutput;
|
|
51
|
+
//# sourceMappingURL=getTrafficMirrorTargets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTrafficMirrorTargets.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorTargets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,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,gEAAgE,EAAE;QAC3F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;KAC1D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0DAYC;AAgED;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|
package/vpc/getVpcs.d.ts
CHANGED
|
@@ -43,6 +43,10 @@ export interface GetVpcsArgs {
|
|
|
43
43
|
* The vpc name to query.
|
|
44
44
|
*/
|
|
45
45
|
vpcName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The owner ID of the vpc.
|
|
48
|
+
*/
|
|
49
|
+
vpcOwnerId?: number;
|
|
46
50
|
}
|
|
47
51
|
/**
|
|
48
52
|
* A collection of values returned by getVpcs.
|
|
@@ -71,6 +75,7 @@ export interface GetVpcsResult {
|
|
|
71
75
|
* The name of VPC.
|
|
72
76
|
*/
|
|
73
77
|
readonly vpcName?: string;
|
|
78
|
+
readonly vpcOwnerId?: number;
|
|
74
79
|
/**
|
|
75
80
|
* The collection of Vpc query.
|
|
76
81
|
*/
|
|
@@ -118,4 +123,8 @@ export interface GetVpcsOutputArgs {
|
|
|
118
123
|
* The vpc name to query.
|
|
119
124
|
*/
|
|
120
125
|
vpcName?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The owner ID of the vpc.
|
|
128
|
+
*/
|
|
129
|
+
vpcOwnerId?: pulumi.Input<number>;
|
|
121
130
|
}
|
package/vpc/getVpcs.js
CHANGED
package/vpc/getVpcs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVpcs.js","sourceRoot":"","sources":["../../vpc/getVpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;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,gCAAgC,EAAE;QAC3D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;
|
|
1
|
+
{"version":3,"file":"getVpcs.js","sourceRoot":"","sources":["../../vpc/getVpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;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,gCAAgC,EAAE;QAC3D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0BAaC;AAqED;;;;;;;;;;;;GAYG;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"}
|
package/vpc/index.d.ts
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
export { CidrBlockAssociateArgs, CidrBlockAssociateState } from "./cidrBlockAssociate";
|
|
2
|
+
export type CidrBlockAssociate = import("./cidrBlockAssociate").CidrBlockAssociate;
|
|
3
|
+
export declare const CidrBlockAssociate: typeof import("./cidrBlockAssociate").CidrBlockAssociate;
|
|
4
|
+
export { FlowLogArgs, FlowLogState } from "./flowLog";
|
|
5
|
+
export type FlowLog = import("./flowLog").FlowLog;
|
|
6
|
+
export declare const FlowLog: typeof import("./flowLog").FlowLog;
|
|
7
|
+
export { FlowLogActiveArgs, FlowLogActiveState } from "./flowLogActive";
|
|
8
|
+
export type FlowLogActive = import("./flowLogActive").FlowLogActive;
|
|
9
|
+
export declare const FlowLogActive: typeof import("./flowLogActive").FlowLogActive;
|
|
10
|
+
export { FlowLogsArgs, FlowLogsResult, FlowLogsOutputArgs } from "./flowLogs";
|
|
11
|
+
export declare const flowLogs: typeof import("./flowLogs").flowLogs;
|
|
12
|
+
export declare const flowLogsOutput: typeof import("./flowLogs").flowLogsOutput;
|
|
13
|
+
export { GetFlowLogsArgs, GetFlowLogsResult, GetFlowLogsOutputArgs } from "./getFlowLogs";
|
|
14
|
+
export declare const getFlowLogs: typeof import("./getFlowLogs").getFlowLogs;
|
|
15
|
+
export declare const getFlowLogsOutput: typeof import("./getFlowLogs").getFlowLogsOutput;
|
|
1
16
|
export { GetHaVipsArgs, GetHaVipsResult, GetHaVipsOutputArgs } from "./getHaVips";
|
|
2
17
|
export declare const getHaVips: typeof import("./getHaVips").getHaVips;
|
|
3
18
|
export declare const getHaVipsOutput: typeof import("./getHaVips").getHaVipsOutput;
|
|
@@ -34,6 +49,18 @@ export declare const getSecurityGroupsOutput: typeof import("./getSecurityGroups
|
|
|
34
49
|
export { GetSubnetsArgs, GetSubnetsResult, GetSubnetsOutputArgs } from "./getSubnets";
|
|
35
50
|
export declare const getSubnets: typeof import("./getSubnets").getSubnets;
|
|
36
51
|
export declare const getSubnetsOutput: typeof import("./getSubnets").getSubnetsOutput;
|
|
52
|
+
export { GetTrafficMirrorFilterRulesArgs, GetTrafficMirrorFilterRulesResult, GetTrafficMirrorFilterRulesOutputArgs } from "./getTrafficMirrorFilterRules";
|
|
53
|
+
export declare const getTrafficMirrorFilterRules: typeof import("./getTrafficMirrorFilterRules").getTrafficMirrorFilterRules;
|
|
54
|
+
export declare const getTrafficMirrorFilterRulesOutput: typeof import("./getTrafficMirrorFilterRules").getTrafficMirrorFilterRulesOutput;
|
|
55
|
+
export { GetTrafficMirrorFiltersArgs, GetTrafficMirrorFiltersResult, GetTrafficMirrorFiltersOutputArgs } from "./getTrafficMirrorFilters";
|
|
56
|
+
export declare const getTrafficMirrorFilters: typeof import("./getTrafficMirrorFilters").getTrafficMirrorFilters;
|
|
57
|
+
export declare const getTrafficMirrorFiltersOutput: typeof import("./getTrafficMirrorFilters").getTrafficMirrorFiltersOutput;
|
|
58
|
+
export { GetTrafficMirrorSessionsArgs, GetTrafficMirrorSessionsResult, GetTrafficMirrorSessionsOutputArgs } from "./getTrafficMirrorSessions";
|
|
59
|
+
export declare const getTrafficMirrorSessions: typeof import("./getTrafficMirrorSessions").getTrafficMirrorSessions;
|
|
60
|
+
export declare const getTrafficMirrorSessionsOutput: typeof import("./getTrafficMirrorSessions").getTrafficMirrorSessionsOutput;
|
|
61
|
+
export { GetTrafficMirrorTargetsArgs, GetTrafficMirrorTargetsResult, GetTrafficMirrorTargetsOutputArgs } from "./getTrafficMirrorTargets";
|
|
62
|
+
export declare const getTrafficMirrorTargets: typeof import("./getTrafficMirrorTargets").getTrafficMirrorTargets;
|
|
63
|
+
export declare const getTrafficMirrorTargetsOutput: typeof import("./getTrafficMirrorTargets").getTrafficMirrorTargetsOutput;
|
|
37
64
|
export { GetVpcsArgs, GetVpcsResult, GetVpcsOutputArgs } from "./getVpcs";
|
|
38
65
|
export declare const getVpcs: typeof import("./getVpcs").getVpcs;
|
|
39
66
|
export declare const getVpcsOutput: typeof import("./getVpcs").getVpcsOutput;
|
|
@@ -118,6 +145,30 @@ export declare const Subnet: typeof import("./subnet").Subnet;
|
|
|
118
145
|
export { SubnetsArgs, SubnetsResult, SubnetsOutputArgs } from "./subnets";
|
|
119
146
|
export declare const subnets: typeof import("./subnets").subnets;
|
|
120
147
|
export declare const subnetsOutput: typeof import("./subnets").subnetsOutput;
|
|
148
|
+
export { TrafficMirrorFilterArgs, TrafficMirrorFilterState } from "./trafficMirrorFilter";
|
|
149
|
+
export type TrafficMirrorFilter = import("./trafficMirrorFilter").TrafficMirrorFilter;
|
|
150
|
+
export declare const TrafficMirrorFilter: typeof import("./trafficMirrorFilter").TrafficMirrorFilter;
|
|
151
|
+
export { TrafficMirrorFilterRuleArgs, TrafficMirrorFilterRuleState } from "./trafficMirrorFilterRule";
|
|
152
|
+
export type TrafficMirrorFilterRule = import("./trafficMirrorFilterRule").TrafficMirrorFilterRule;
|
|
153
|
+
export declare const TrafficMirrorFilterRule: typeof import("./trafficMirrorFilterRule").TrafficMirrorFilterRule;
|
|
154
|
+
export { TrafficMirrorFilterRulesArgs, TrafficMirrorFilterRulesResult, TrafficMirrorFilterRulesOutputArgs } from "./trafficMirrorFilterRules";
|
|
155
|
+
export declare const trafficMirrorFilterRules: typeof import("./trafficMirrorFilterRules").trafficMirrorFilterRules;
|
|
156
|
+
export declare const trafficMirrorFilterRulesOutput: typeof import("./trafficMirrorFilterRules").trafficMirrorFilterRulesOutput;
|
|
157
|
+
export { TrafficMirrorFiltersArgs, TrafficMirrorFiltersResult, TrafficMirrorFiltersOutputArgs } from "./trafficMirrorFilters";
|
|
158
|
+
export declare const trafficMirrorFilters: typeof import("./trafficMirrorFilters").trafficMirrorFilters;
|
|
159
|
+
export declare const trafficMirrorFiltersOutput: typeof import("./trafficMirrorFilters").trafficMirrorFiltersOutput;
|
|
160
|
+
export { TrafficMirrorSessionArgs, TrafficMirrorSessionState } from "./trafficMirrorSession";
|
|
161
|
+
export type TrafficMirrorSession = import("./trafficMirrorSession").TrafficMirrorSession;
|
|
162
|
+
export declare const TrafficMirrorSession: typeof import("./trafficMirrorSession").TrafficMirrorSession;
|
|
163
|
+
export { TrafficMirrorSessionsArgs, TrafficMirrorSessionsResult, TrafficMirrorSessionsOutputArgs } from "./trafficMirrorSessions";
|
|
164
|
+
export declare const trafficMirrorSessions: typeof import("./trafficMirrorSessions").trafficMirrorSessions;
|
|
165
|
+
export declare const trafficMirrorSessionsOutput: typeof import("./trafficMirrorSessions").trafficMirrorSessionsOutput;
|
|
166
|
+
export { TrafficMirrorTargetArgs, TrafficMirrorTargetState } from "./trafficMirrorTarget";
|
|
167
|
+
export type TrafficMirrorTarget = import("./trafficMirrorTarget").TrafficMirrorTarget;
|
|
168
|
+
export declare const TrafficMirrorTarget: typeof import("./trafficMirrorTarget").TrafficMirrorTarget;
|
|
169
|
+
export { TrafficMirrorTargetsArgs, TrafficMirrorTargetsResult, TrafficMirrorTargetsOutputArgs } from "./trafficMirrorTargets";
|
|
170
|
+
export declare const trafficMirrorTargets: typeof import("./trafficMirrorTargets").trafficMirrorTargets;
|
|
171
|
+
export declare const trafficMirrorTargetsOutput: typeof import("./trafficMirrorTargets").trafficMirrorTargetsOutput;
|
|
121
172
|
export { VpcArgs, VpcState } from "./vpc";
|
|
122
173
|
export type Vpc = import("./vpc").Vpc;
|
|
123
174
|
export declare const Vpc: typeof import("./vpc").Vpc;
|