@lansweeper/discovery-cloud-proto 0.0.12 → 0.0.14
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/gen-proto/discovery_cloud_pb.d.ts +60 -1
- package/gen-proto/discovery_cloud_pb.js +503 -4
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_cloud.proto +614 -601
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
syntax = "proto3";
|
|
2
2
|
|
|
3
|
-
import "google/protobuf/wrappers.proto";
|
|
4
|
-
import "google/protobuf/any.proto";
|
|
5
|
-
|
|
6
|
-
option go_package = "./generated-go";
|
|
7
|
-
|
|
8
3
|
package com.lansweeper.discovery.cloud.api.v1;
|
|
9
4
|
|
|
10
|
-
|
|
5
|
+
import "google/protobuf/any.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "google/protobuf/timestamp.proto";
|
|
11
8
|
|
|
12
9
|
option csharp_namespace = "Lansweeper.Discovery.Model.Proto.Cloud.Api";
|
|
10
|
+
option go_package = "./generated-go";
|
|
11
|
+
option java_multiple_files = true;
|
|
13
12
|
|
|
14
13
|
/**
|
|
15
14
|
* Main entry point for cloud assets.
|
|
@@ -34,12 +33,27 @@ message CloudEntity {
|
|
|
34
33
|
// other relevant fields here if available
|
|
35
34
|
// for core-field easy mapping, if it makes sense...
|
|
36
35
|
google.protobuf.Any public_cloud_properties = 8;
|
|
36
|
+
string environment_id = 9;
|
|
37
|
+
string cloud_provider = 10;
|
|
38
|
+
optional string region_id = 11;
|
|
39
|
+
repeated ScanError scan_error = 12;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Scan errors.
|
|
44
|
+
*/
|
|
45
|
+
message ScanError {
|
|
46
|
+
string section = 1; // name of section
|
|
47
|
+
string error = 2; // error descr
|
|
48
|
+
optional string source = 3; // e.g. "WMI"
|
|
49
|
+
optional google.protobuf.Timestamp timestamp = 4;
|
|
50
|
+
optional int64 duration = 5;
|
|
37
51
|
}
|
|
38
52
|
|
|
39
53
|
//This file is a first attempt to use protobuf format to send to kafka for ingestion
|
|
40
54
|
//Content bellow has been generated automatically and will be improved to 'fit' with targeted data model
|
|
41
55
|
//Serverless application platform for apps and backends.
|
|
42
|
-
message GCPAppEngine{
|
|
56
|
+
message GCPAppEngine {
|
|
43
57
|
repeated ScanningIssues _scanning_issues = 1;
|
|
44
58
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
45
59
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -56,18 +70,18 @@ message GCPAppEngine{
|
|
|
56
70
|
repeated StandardObjectDifference _differences = 14;
|
|
57
71
|
repeated CDKRule _warnings = 15;
|
|
58
72
|
}
|
|
59
|
-
message ScanningIssues{
|
|
73
|
+
message ScanningIssues {
|
|
60
74
|
google.protobuf.StringValue _reason = 1;
|
|
61
75
|
google.protobuf.StringValue _target = 2;
|
|
62
76
|
google.protobuf.StringValue _solution = 3;
|
|
63
77
|
repeated TargetProperties _target_properties = 4;
|
|
64
78
|
}
|
|
65
|
-
message TargetProperties{
|
|
79
|
+
message TargetProperties {
|
|
66
80
|
google.protobuf.StringValue _key = 1;
|
|
67
81
|
google.protobuf.StringValue _value = 2;
|
|
68
82
|
}
|
|
69
83
|
//Serverless application platform for apps and backends.
|
|
70
|
-
message GCPAppEngineService{
|
|
84
|
+
message GCPAppEngineService {
|
|
71
85
|
repeated ScanningIssues _scanning_issues = 1;
|
|
72
86
|
google.protobuf.StringValue _id = 2;
|
|
73
87
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -75,7 +89,7 @@ message GCPAppEngineService{
|
|
|
75
89
|
repeated GCPAppEngineVersion _versions = 5;
|
|
76
90
|
}
|
|
77
91
|
//Serverless application platform for apps and backends.
|
|
78
|
-
message GCPAppEngineVersion{
|
|
92
|
+
message GCPAppEngineVersion {
|
|
79
93
|
repeated ScanningIssues _scanning_issues = 1;
|
|
80
94
|
google.protobuf.StringValue _id = 2;
|
|
81
95
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -93,7 +107,7 @@ message GCPAppEngineVersion{
|
|
|
93
107
|
repeated GCPAppEngineInstance _instances = 15;
|
|
94
108
|
}
|
|
95
109
|
//Serverless application platform for apps and backends.
|
|
96
|
-
message GCPAppEngineInstance{
|
|
110
|
+
message GCPAppEngineInstance {
|
|
97
111
|
repeated ScanningIssues _scanning_issues = 1;
|
|
98
112
|
google.protobuf.StringValue _id = 2;
|
|
99
113
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -102,37 +116,37 @@ message GCPAppEngineInstance{
|
|
|
102
116
|
google.protobuf.StringValue _vm_ip = 6;
|
|
103
117
|
google.protobuf.StringValue _vm_status = 7;
|
|
104
118
|
}
|
|
105
|
-
message StandardObjectDifference{
|
|
119
|
+
message StandardObjectDifference {
|
|
106
120
|
google.protobuf.StringValue _difference_object_name = 1;
|
|
107
121
|
google.protobuf.StringValue _difference_object_type = 2;
|
|
108
|
-
google.protobuf.StringValue _difference_type = 3
|
|
122
|
+
google.protobuf.StringValue _difference_type = 3; //. Possible Values are : Added,Deleted,Changed
|
|
109
123
|
google.protobuf.StringValue _property_name = 4;
|
|
110
124
|
google.protobuf.StringValue _old_value = 5;
|
|
111
125
|
google.protobuf.StringValue _new_value = 6;
|
|
112
126
|
}
|
|
113
|
-
message CDKRule{
|
|
127
|
+
message CDKRule {
|
|
114
128
|
google.protobuf.StringValue _name = 1;
|
|
115
129
|
google.protobuf.StringValue _description = 2;
|
|
116
130
|
google.protobuf.StringValue _message__hyperlink = 3;
|
|
117
|
-
google.protobuf.StringValue _criticity = 4
|
|
118
|
-
google.protobuf.StringValue _type = 5
|
|
131
|
+
google.protobuf.StringValue _criticity = 4; //. Possible Values are : High,Medium,Low
|
|
132
|
+
google.protobuf.StringValue _type = 5; //. Possible Values are : Availability,Performance,BestPractice,Security,Billing
|
|
119
133
|
google.protobuf.StringValue _compliance_standards_string = 6;
|
|
120
134
|
}
|
|
121
135
|
//A petabyte-scale, fully managed NoSQL database service for large analytical and operational workloads.
|
|
122
|
-
message GCPBigtable{
|
|
136
|
+
message GCPBigtable {
|
|
123
137
|
repeated ScanningIssues _scanning_issues = 1;
|
|
124
138
|
google.protobuf.StringValue _display_name = 2;
|
|
125
139
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
126
140
|
google.protobuf.StringValue _name = 4;
|
|
127
141
|
google.protobuf.StringValue _g_c_p_instance_name_instance_id = 5;
|
|
128
|
-
google.protobuf.StringValue _state = 6
|
|
129
|
-
google.protobuf.StringValue _type = 7
|
|
142
|
+
google.protobuf.StringValue _state = 6; //. Possible Values are : NotKnown,Ready,Creating
|
|
143
|
+
google.protobuf.StringValue _type = 7; //. Possible Values are : Unspecified,Production,Development
|
|
130
144
|
repeated GCPBigtableCluster _g_c_p_clusters = 8;
|
|
131
145
|
repeated StandardObjectDifference _differences = 9;
|
|
132
146
|
repeated CDKRule _warnings = 10;
|
|
133
147
|
}
|
|
134
148
|
//Fully managed, scalable, relational database service for regional and global application data.
|
|
135
|
-
message GCPBigtableCluster{
|
|
149
|
+
message GCPBigtableCluster {
|
|
136
150
|
repeated ScanningIssues _scanning_issues = 1;
|
|
137
151
|
google.protobuf.StringValue _g_c_p_cluster_name_cluster_id = 2;
|
|
138
152
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -140,11 +154,11 @@ message GCPBigtableCluster{
|
|
|
140
154
|
google.protobuf.StringValue _g_c_p_storage_type = 5;
|
|
141
155
|
google.protobuf.StringValue _location = 6;
|
|
142
156
|
google.protobuf.StringValue _g_c_p_location_location_id = 7;
|
|
143
|
-
google.protobuf.StringValue _state = 8
|
|
157
|
+
google.protobuf.StringValue _state = 8; //. Possible Values are : NotKnown,Ready,Creating,Resizing,Disabled
|
|
144
158
|
google.protobuf.Int32Value _serve_nodes = 9;
|
|
145
159
|
}
|
|
146
160
|
//Unified object storage for developers and enterprises
|
|
147
|
-
message GCPBucket{
|
|
161
|
+
message GCPBucket {
|
|
148
162
|
repeated ScanningIssues _scanning_issues = 1;
|
|
149
163
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
150
164
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -167,34 +181,34 @@ message GCPBucket{
|
|
|
167
181
|
repeated StandardObjectDifference _differences = 20;
|
|
168
182
|
repeated CDKRule _warnings = 21;
|
|
169
183
|
}
|
|
170
|
-
message GCPPolicyBingings{
|
|
184
|
+
message GCPPolicyBingings {
|
|
171
185
|
google.protobuf.StringValue _role = 1;
|
|
172
186
|
google.protobuf.StringValue _members = 2;
|
|
173
187
|
}
|
|
174
|
-
message GCPBucketWebsiteData{
|
|
188
|
+
message GCPBucketWebsiteData {
|
|
175
189
|
google.protobuf.StringValue _main_page_suffix = 1;
|
|
176
190
|
google.protobuf.StringValue _not_found_page = 2;
|
|
177
191
|
}
|
|
178
|
-
message GCPBucketAccessControl{
|
|
192
|
+
message GCPBucketAccessControl {
|
|
179
193
|
google.protobuf.StringValue _email = 1;
|
|
180
194
|
google.protobuf.StringValue _domain = 2;
|
|
181
195
|
google.protobuf.StringValue _entity = 3;
|
|
182
196
|
google.protobuf.StringValue _role = 4;
|
|
183
197
|
}
|
|
184
198
|
//Unified object storage for developers and enterprises
|
|
185
|
-
message GCPBucketObject{
|
|
199
|
+
message GCPBucketObject {
|
|
186
200
|
repeated ScanningIssues _scanning_issues = 1;
|
|
187
201
|
google.protobuf.StringValue _name = 2;
|
|
188
202
|
google.protobuf.StringValue _displayed_size = 3;
|
|
189
203
|
google.protobuf.StringValue _storage_class = 4;
|
|
190
204
|
google.protobuf.Int64Value _updated = 5;
|
|
191
205
|
}
|
|
192
|
-
message CloudockitTag{
|
|
206
|
+
message CloudockitTag {
|
|
193
207
|
google.protobuf.StringValue _key = 1;
|
|
194
208
|
google.protobuf.StringValue _value = 2;
|
|
195
209
|
}
|
|
196
210
|
//Event-driven serverless compute platform.
|
|
197
|
-
message GCPCloudFunction{
|
|
211
|
+
message GCPCloudFunction {
|
|
198
212
|
repeated ScanningIssues _scanning_issues = 1;
|
|
199
213
|
google.protobuf.StringValue _g_c_p_function_name = 2;
|
|
200
214
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -211,16 +225,16 @@ message GCPCloudFunction{
|
|
|
211
225
|
repeated StandardObjectDifference _differences = 14;
|
|
212
226
|
repeated CDKRule _warnings = 15;
|
|
213
227
|
}
|
|
214
|
-
message GCPHttpsTrigger{
|
|
228
|
+
message GCPHttpsTrigger {
|
|
215
229
|
google.protobuf.StringValue _url = 1;
|
|
216
230
|
}
|
|
217
|
-
message GCPEventTrigger{
|
|
231
|
+
message GCPEventTrigger {
|
|
218
232
|
google.protobuf.StringValue _event_type = 1;
|
|
219
233
|
google.protobuf.StringValue _resource = 2;
|
|
220
234
|
google.protobuf.StringValue _service = 3;
|
|
221
235
|
}
|
|
222
236
|
//Fine-grained identity and access management for GCP resources.
|
|
223
|
-
message GCPCloudIAM{
|
|
237
|
+
message GCPCloudIAM {
|
|
224
238
|
repeated ScanningIssues _scanning_issues = 1;
|
|
225
239
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
226
240
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -228,12 +242,12 @@ message GCPCloudIAM{
|
|
|
228
242
|
repeated StandardObjectDifference _differences = 5;
|
|
229
243
|
repeated CDKRule _warnings = 6;
|
|
230
244
|
}
|
|
231
|
-
message GcpIamBindingMember{
|
|
245
|
+
message GcpIamBindingMember {
|
|
232
246
|
google.protobuf.StringValue _member_type = 1;
|
|
233
247
|
google.protobuf.StringValue _member_name = 2;
|
|
234
248
|
}
|
|
235
249
|
//Reliable, efficient, and secured way to run Kubernetes clusters, anywhere.
|
|
236
|
-
message GCPCluster{
|
|
250
|
+
message GCPCluster {
|
|
237
251
|
repeated ScanningIssues _scanning_issues = 1;
|
|
238
252
|
google.protobuf.StringValue _name = 2;
|
|
239
253
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -272,7 +286,7 @@ message GCPCluster{
|
|
|
272
286
|
repeated CDKRule _warnings = 36;
|
|
273
287
|
}
|
|
274
288
|
//Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
|
|
275
|
-
message KubernetesNode{
|
|
289
|
+
message KubernetesNode {
|
|
276
290
|
repeated ScanningIssues _scanning_issues = 1;
|
|
277
291
|
google.protobuf.StringValue _node_name = 2;
|
|
278
292
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -301,7 +315,7 @@ message KubernetesNode{
|
|
|
301
315
|
repeated KubernetesPod _pods = 26;
|
|
302
316
|
}
|
|
303
317
|
//Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
|
|
304
|
-
message KubernetesPod{
|
|
318
|
+
message KubernetesPod {
|
|
305
319
|
repeated ScanningIssues _scanning_issues = 1;
|
|
306
320
|
google.protobuf.StringValue _pod_name = 2;
|
|
307
321
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -324,14 +338,14 @@ message KubernetesPod{
|
|
|
324
338
|
repeated KubernetesPodCondition _pod_conditions = 20;
|
|
325
339
|
repeated KubernetesContainer _containers = 21;
|
|
326
340
|
}
|
|
327
|
-
message KubernetesPodCondition{
|
|
341
|
+
message KubernetesPodCondition {
|
|
328
342
|
google.protobuf.StringValue _type = 1;
|
|
329
343
|
google.protobuf.StringValue _status = 2;
|
|
330
344
|
google.protobuf.StringValue _last_transition_time = 3;
|
|
331
345
|
google.protobuf.StringValue _reason = 4;
|
|
332
346
|
}
|
|
333
347
|
//A single application container that you want to run within a pod.
|
|
334
|
-
message KubernetesContainer{
|
|
348
|
+
message KubernetesContainer {
|
|
335
349
|
repeated ScanningIssues _scanning_issues = 1;
|
|
336
350
|
google.protobuf.StringValue _container_name = 2;
|
|
337
351
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -352,7 +366,7 @@ message KubernetesContainer{
|
|
|
352
366
|
repeated CloudockitTag _commands = 18;
|
|
353
367
|
}
|
|
354
368
|
//Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.
|
|
355
|
-
message KubernetesService{
|
|
369
|
+
message KubernetesService {
|
|
356
370
|
repeated ScanningIssues _scanning_issues = 1;
|
|
357
371
|
google.protobuf.StringValue _service_name = 2;
|
|
358
372
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -369,14 +383,14 @@ message KubernetesService{
|
|
|
369
383
|
repeated KubernetesEndpointSubset _kubernetes_endpoint_subsets = 14;
|
|
370
384
|
}
|
|
371
385
|
//EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports.
|
|
372
|
-
message KubernetesEndpointSubset{
|
|
386
|
+
message KubernetesEndpointSubset {
|
|
373
387
|
repeated ScanningIssues _scanning_issues = 1;
|
|
374
388
|
google.protobuf.StringValue _host_i_p = 2;
|
|
375
389
|
google.protobuf.StringValue _ports_text = 3;
|
|
376
390
|
google.protobuf.StringValue _node_name = 4;
|
|
377
391
|
}
|
|
378
392
|
//Run containerized applications.
|
|
379
|
-
message GCPNodePool{
|
|
393
|
+
message GCPNodePool {
|
|
380
394
|
repeated ScanningIssues _scanning_issues = 1;
|
|
381
395
|
google.protobuf.StringValue _name = 2;
|
|
382
396
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -401,13 +415,13 @@ message GCPNodePool{
|
|
|
401
415
|
repeated GCPNodeTaint _taints = 22;
|
|
402
416
|
repeated CloudockitTag _labels = 23;
|
|
403
417
|
}
|
|
404
|
-
message GCPNodeTaint{
|
|
418
|
+
message GCPNodeTaint {
|
|
405
419
|
google.protobuf.StringValue _effect = 1;
|
|
406
420
|
google.protobuf.StringValue _key = 2;
|
|
407
421
|
google.protobuf.StringValue _value = 3;
|
|
408
422
|
}
|
|
409
423
|
//Fully managed relational database services
|
|
410
|
-
message GCPDatabaseInstance{
|
|
424
|
+
message GCPDatabaseInstance {
|
|
411
425
|
repeated ScanningIssues _scanning_issues = 1;
|
|
412
426
|
google.protobuf.StringValue _name = 2;
|
|
413
427
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -446,33 +460,33 @@ message GCPDatabaseInstance{
|
|
|
446
460
|
repeated StandardObjectDifference _differences = 36;
|
|
447
461
|
repeated CDKRule _warnings = 37;
|
|
448
462
|
}
|
|
449
|
-
message GCPDatabase{
|
|
463
|
+
message GCPDatabase {
|
|
450
464
|
google.protobuf.StringValue _name = 1;
|
|
451
465
|
google.protobuf.StringValue _charset = 2;
|
|
452
466
|
google.protobuf.StringValue _collation = 3;
|
|
453
467
|
}
|
|
454
|
-
message GCPDatabaseInstanceUser{
|
|
468
|
+
message GCPDatabaseInstanceUser {
|
|
455
469
|
google.protobuf.StringValue _name = 1;
|
|
456
470
|
google.protobuf.StringValue _host = 2;
|
|
457
471
|
}
|
|
458
|
-
message GCPBackupRun{
|
|
472
|
+
message GCPBackupRun {
|
|
459
473
|
google.protobuf.StringValue _window_start_time = 1;
|
|
460
474
|
google.protobuf.StringValue _type = 2;
|
|
461
475
|
google.protobuf.StringValue _description = 3;
|
|
462
476
|
google.protobuf.StringValue _status = 4;
|
|
463
477
|
}
|
|
464
|
-
message GCPAuthorizedNetwork{
|
|
478
|
+
message GCPAuthorizedNetwork {
|
|
465
479
|
google.protobuf.StringValue _name = 1;
|
|
466
480
|
google.protobuf.StringValue _value = 2;
|
|
467
481
|
google.protobuf.StringValue _expiration_time = 3;
|
|
468
482
|
}
|
|
469
|
-
message GCPDatabaseInstanceIpAddress{
|
|
483
|
+
message GCPDatabaseInstanceIpAddress {
|
|
470
484
|
google.protobuf.StringValue _ip_address = 1;
|
|
471
485
|
google.protobuf.StringValue _type = 2;
|
|
472
486
|
google.protobuf.StringValue _time_to_retire = 3;
|
|
473
487
|
}
|
|
474
488
|
//A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
|
|
475
|
-
message GCPDeviceRegistry{
|
|
489
|
+
message GCPDeviceRegistry {
|
|
476
490
|
repeated ScanningIssues _scanning_issues = 1;
|
|
477
491
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
478
492
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -486,19 +500,19 @@ message GCPDeviceRegistry{
|
|
|
486
500
|
repeated StandardObjectDifference _differences = 11;
|
|
487
501
|
repeated CDKRule _warnings = 12;
|
|
488
502
|
}
|
|
489
|
-
message GCPEventNotificationConfig{
|
|
503
|
+
message GCPEventNotificationConfig {
|
|
490
504
|
google.protobuf.StringValue _pubsub_topic_name = 1;
|
|
491
505
|
google.protobuf.StringValue _subfolder_matches = 2;
|
|
492
506
|
}
|
|
493
507
|
//A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
|
|
494
|
-
message GCPDevice{
|
|
508
|
+
message GCPDevice {
|
|
495
509
|
repeated ScanningIssues _scanning_issues = 1;
|
|
496
510
|
google.protobuf.StringValue _id = 2;
|
|
497
511
|
google.protobuf.StringValue _communication = 3;
|
|
498
512
|
google.protobuf.StringValue _last_seen = 4;
|
|
499
513
|
}
|
|
500
514
|
//Folders are nodes in the Cloud Platform Resource Hierarchy. A folder can contain projects, other folders, or a combination of both.
|
|
501
|
-
message GCPFolder{
|
|
515
|
+
message GCPFolder {
|
|
502
516
|
repeated ScanningIssues _scanning_issues = 1;
|
|
503
517
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
504
518
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -513,7 +527,7 @@ message GCPFolder{
|
|
|
513
527
|
repeated CDKRule _warnings = 12;
|
|
514
528
|
}
|
|
515
529
|
//A GCP Load balancer composed of Forwarding Rules, Proxies, UrlMap and Backends
|
|
516
|
-
message GCPHttpLoadBalancer{
|
|
530
|
+
message GCPHttpLoadBalancer {
|
|
517
531
|
repeated ScanningIssues _scanning_issues = 1;
|
|
518
532
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
519
533
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -524,7 +538,7 @@ message GCPHttpLoadBalancer{
|
|
|
524
538
|
repeated StandardObjectDifference _differences = 8;
|
|
525
539
|
repeated CDKRule _warnings = 9;
|
|
526
540
|
}
|
|
527
|
-
message GCPLoadBalancingFrontend{
|
|
541
|
+
message GCPLoadBalancingFrontend {
|
|
528
542
|
google.protobuf.StringValue _forwarding_rule_name = 1;
|
|
529
543
|
google.protobuf.StringValue _forwarding_rule_i_p_address = 2;
|
|
530
544
|
google.protobuf.StringValue _protocol = 3;
|
|
@@ -533,13 +547,13 @@ message GCPLoadBalancingFrontend{
|
|
|
533
547
|
google.protobuf.StringValue _forwarding_rule_network_tier = 6;
|
|
534
548
|
google.protobuf.StringValue _region_text = 7;
|
|
535
549
|
}
|
|
536
|
-
message GCPPathRule{
|
|
550
|
+
message GCPPathRule {
|
|
537
551
|
google.protobuf.StringValue _hosts_text = 1;
|
|
538
552
|
google.protobuf.StringValue _paths_text = 2;
|
|
539
553
|
google.protobuf.StringValue _backend = 3;
|
|
540
554
|
}
|
|
541
555
|
//High performance, scalable load balancing on Google Cloud Platform.
|
|
542
|
-
message GCPLoadBalancingBackendService{
|
|
556
|
+
message GCPLoadBalancingBackendService {
|
|
543
557
|
repeated ScanningIssues _scanning_issues = 1;
|
|
544
558
|
google.protobuf.StringValue _name = 2;
|
|
545
559
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -551,7 +565,7 @@ message GCPLoadBalancingBackendService{
|
|
|
551
565
|
google.protobuf.StringValue _health_check_text = 9;
|
|
552
566
|
}
|
|
553
567
|
//High performance, scalable load balancing on Google Cloud Platform.
|
|
554
|
-
message GCPLoadBalancingBackendBucket{
|
|
568
|
+
message GCPLoadBalancingBackendBucket {
|
|
555
569
|
repeated ScanningIssues _scanning_issues = 1;
|
|
556
570
|
google.protobuf.StringValue _name = 2;
|
|
557
571
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -559,7 +573,7 @@ message GCPLoadBalancingBackendBucket{
|
|
|
559
573
|
google.protobuf.StringValue _bucket_name = 5;
|
|
560
574
|
}
|
|
561
575
|
//Reliable, high-performance block storage for virtual machine instances
|
|
562
|
-
message GCPInstanceGroup{
|
|
576
|
+
message GCPInstanceGroup {
|
|
563
577
|
repeated ScanningIssues _scanning_issues = 1;
|
|
564
578
|
google.protobuf.StringValue _name = 2;
|
|
565
579
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -574,7 +588,7 @@ message GCPInstanceGroup{
|
|
|
574
588
|
repeated CDKRule _warnings = 12;
|
|
575
589
|
}
|
|
576
590
|
//An instance template is a resource that you can use to create VM instances and managed instance groups.
|
|
577
|
-
message GCPInstanceTemplate{
|
|
591
|
+
message GCPInstanceTemplate {
|
|
578
592
|
repeated ScanningIssues _scanning_issues = 1;
|
|
579
593
|
google.protobuf.StringValue _name = 2;
|
|
580
594
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -601,11 +615,11 @@ message GCPInstanceTemplate{
|
|
|
601
615
|
repeated StandardObjectDifference _differences = 24;
|
|
602
616
|
repeated CDKRule _warnings = 25;
|
|
603
617
|
}
|
|
604
|
-
message GCPServiceAccount{
|
|
618
|
+
message GCPServiceAccount {
|
|
605
619
|
google.protobuf.StringValue _email = 1;
|
|
606
620
|
}
|
|
607
621
|
//Dataflow is a fully managed streaming analytics service that minimizes latency, processing time, and cost through autoscaling and batch processing. With its serverless approach to resource provisioning and management, you have access to virtually limitless capacity to solve your biggest data processing challenges, while paying only for what you use.
|
|
608
|
-
message GCPJob{
|
|
622
|
+
message GCPJob {
|
|
609
623
|
repeated ScanningIssues _scanning_issues = 1;
|
|
610
624
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
611
625
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -621,7 +635,7 @@ message GCPJob{
|
|
|
621
635
|
repeated CDKRule _warnings = 13;
|
|
622
636
|
}
|
|
623
637
|
//Fully-managed in-memory data store service for Redis
|
|
624
|
-
message GCPMemorystore{
|
|
638
|
+
message GCPMemorystore {
|
|
625
639
|
repeated ScanningIssues _scanning_issues = 1;
|
|
626
640
|
google.protobuf.StringValue _display_name = 2;
|
|
627
641
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -633,15 +647,15 @@ message GCPMemorystore{
|
|
|
633
647
|
google.protobuf.StringValue _reserved_ip_range = 9;
|
|
634
648
|
google.protobuf.StringValue _host = 10;
|
|
635
649
|
google.protobuf.Int32Value _port = 11;
|
|
636
|
-
google.protobuf.StringValue _state = 12
|
|
637
|
-
google.protobuf.StringValue _tier = 13
|
|
650
|
+
google.protobuf.StringValue _state = 12; //. Possible Values are : Unspecified,Creating,Ready,Updating,Deleting,Repairing,Maintenance,Importing,FailingOver
|
|
651
|
+
google.protobuf.StringValue _tier = 13; //. Possible Values are : Unspecified,Basic,StandardHa
|
|
638
652
|
google.protobuf.Int32Value _memory_size_gb = 14;
|
|
639
653
|
repeated CloudockitTag _redis_configurations = 15;
|
|
640
654
|
repeated StandardObjectDifference _differences = 16;
|
|
641
655
|
repeated CDKRule _warnings = 17;
|
|
642
656
|
}
|
|
643
657
|
//Managed networking functionality for your Cloud Platform resources
|
|
644
|
-
message GCPNetwork{
|
|
658
|
+
message GCPNetwork {
|
|
645
659
|
repeated ScanningIssues _scanning_issues = 1;
|
|
646
660
|
google.protobuf.StringValue _name = 2;
|
|
647
661
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -661,7 +675,7 @@ message GCPNetwork{
|
|
|
661
675
|
repeated CDKRule _warnings = 17;
|
|
662
676
|
}
|
|
663
677
|
//Managed networking functionality for your Cloud Platform resources
|
|
664
|
-
message GCPSubnetwork{
|
|
678
|
+
message GCPSubnetwork {
|
|
665
679
|
repeated ScanningIssues _scanning_issues = 1;
|
|
666
680
|
google.protobuf.StringValue _name = 2;
|
|
667
681
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -674,12 +688,12 @@ message GCPSubnetwork{
|
|
|
674
688
|
google.protobuf.StringValue _enable_flow_logs_text = 10;
|
|
675
689
|
repeated GCPSubnetworkSecondaryRange _secondary_ip_ranges = 11;
|
|
676
690
|
}
|
|
677
|
-
message GCPSubnetworkSecondaryRange{
|
|
691
|
+
message GCPSubnetworkSecondaryRange {
|
|
678
692
|
google.protobuf.StringValue _range_name = 1;
|
|
679
693
|
google.protobuf.StringValue _ip_cidr_range = 2;
|
|
680
694
|
}
|
|
681
695
|
//Managed networking functionality for your Cloud Platform resources
|
|
682
|
-
message GCPRoute{
|
|
696
|
+
message GCPRoute {
|
|
683
697
|
repeated ScanningIssues _scanning_issues = 1;
|
|
684
698
|
google.protobuf.StringValue _name = 2;
|
|
685
699
|
google.protobuf.StringValue _dest_range = 3;
|
|
@@ -687,7 +701,7 @@ message GCPRoute{
|
|
|
687
701
|
google.protobuf.StringValue _next_hop_gateway_text = 5;
|
|
688
702
|
}
|
|
689
703
|
//Protect sensitive data in GCP services using security perimeters.
|
|
690
|
-
message GCPFirewall{
|
|
704
|
+
message GCPFirewall {
|
|
691
705
|
repeated ScanningIssues _scanning_issues = 1;
|
|
692
706
|
google.protobuf.StringValue _name = 2;
|
|
693
707
|
google.protobuf.StringValue _targets_text = 3;
|
|
@@ -695,7 +709,7 @@ message GCPFirewall{
|
|
|
695
709
|
google.protobuf.StringValue _protocols_or_ports_text = 5;
|
|
696
710
|
google.protobuf.Int32Value _priority = 6;
|
|
697
711
|
}
|
|
698
|
-
message GCPNetworkPeering{
|
|
712
|
+
message GCPNetworkPeering {
|
|
699
713
|
google.protobuf.StringValue _name = 1;
|
|
700
714
|
google.protobuf.StringValue _e_tag = 2;
|
|
701
715
|
google.protobuf.StringValue _network = 3;
|
|
@@ -703,7 +717,7 @@ message GCPNetworkPeering{
|
|
|
703
717
|
google.protobuf.StringValue _state_details = 5;
|
|
704
718
|
}
|
|
705
719
|
//A node in the resource hierarchy to which a particular entity's (e.g.,company) resources belong.
|
|
706
|
-
message GCPOrganization{
|
|
720
|
+
message GCPOrganization {
|
|
707
721
|
repeated ScanningIssues _scanning_issues = 1;
|
|
708
722
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
709
723
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -716,7 +730,7 @@ message GCPOrganization{
|
|
|
716
730
|
repeated CDKRule _warnings = 10;
|
|
717
731
|
}
|
|
718
732
|
//A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
|
|
719
|
-
message GCPProject{
|
|
733
|
+
message GCPProject {
|
|
720
734
|
repeated ScanningIssues _scanning_issues = 1;
|
|
721
735
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
722
736
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -730,14 +744,14 @@ message GCPProject{
|
|
|
730
744
|
repeated StandardObjectDifference _differences = 11;
|
|
731
745
|
repeated CDKRule _warnings = 12;
|
|
732
746
|
}
|
|
733
|
-
message ADKObject{
|
|
747
|
+
message ADKObject {
|
|
734
748
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 1;
|
|
735
749
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
736
750
|
google.protobuf.StringValue _a_d_k__object_type = 3;
|
|
737
751
|
google.protobuf.StringValue _a_d_k__location = 4;
|
|
738
752
|
}
|
|
739
753
|
//Global messaging and event ingestion made simple.
|
|
740
|
-
message GCPPubSubTopic{
|
|
754
|
+
message GCPPubSubTopic {
|
|
741
755
|
repeated ScanningIssues _scanning_issues = 1;
|
|
742
756
|
google.protobuf.StringValue _display_name = 2;
|
|
743
757
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -749,7 +763,7 @@ message GCPPubSubTopic{
|
|
|
749
763
|
google.protobuf.StringValue _name = 9;
|
|
750
764
|
}
|
|
751
765
|
//Global messaging and event ingestion made simple.
|
|
752
|
-
message GCPPubSubSubcription{
|
|
766
|
+
message GCPPubSubSubcription {
|
|
753
767
|
repeated ScanningIssues _scanning_issues = 1;
|
|
754
768
|
google.protobuf.StringValue _name = 2;
|
|
755
769
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -758,7 +772,7 @@ message GCPPubSubSubcription{
|
|
|
758
772
|
google.protobuf.StringValue _message_retention_duration_text = 6;
|
|
759
773
|
}
|
|
760
774
|
//Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security.
|
|
761
|
-
message GCPSecret{
|
|
775
|
+
message GCPSecret {
|
|
762
776
|
repeated ScanningIssues _scanning_issues = 1;
|
|
763
777
|
google.protobuf.StringValue _display_name = 2;
|
|
764
778
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -775,12 +789,12 @@ message GCPSecret{
|
|
|
775
789
|
repeated StandardObjectDifference _differences = 14;
|
|
776
790
|
repeated CDKRule _warnings = 15;
|
|
777
791
|
}
|
|
778
|
-
message GCPSecretEncryption{
|
|
792
|
+
message GCPSecretEncryption {
|
|
779
793
|
google.protobuf.StringValue _key_ring = 1;
|
|
780
794
|
google.protobuf.StringValue _key = 2;
|
|
781
795
|
google.protobuf.StringValue _location = 3;
|
|
782
796
|
}
|
|
783
|
-
message GCPSecretVersion{
|
|
797
|
+
message GCPSecretVersion {
|
|
784
798
|
google.protobuf.StringValue _name = 1;
|
|
785
799
|
google.protobuf.StringValue _version_number = 2;
|
|
786
800
|
google.protobuf.StringValue _create_time = 3;
|
|
@@ -789,7 +803,7 @@ message GCPSecretVersion{
|
|
|
789
803
|
google.protobuf.BoolValue _client_specified_payload_checksum = 6;
|
|
790
804
|
}
|
|
791
805
|
//Fully managed, scalable, relational database service for regional and global application data
|
|
792
|
-
message GCPSpanner{
|
|
806
|
+
message GCPSpanner {
|
|
793
807
|
repeated ScanningIssues _scanning_issues = 1;
|
|
794
808
|
google.protobuf.StringValue _display_name = 2;
|
|
795
809
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -797,20 +811,20 @@ message GCPSpanner{
|
|
|
797
811
|
google.protobuf.StringValue _instance_id = 5;
|
|
798
812
|
google.protobuf.StringValue _configuration = 6;
|
|
799
813
|
google.protobuf.Int32Value _node_count = 7;
|
|
800
|
-
google.protobuf.StringValue _state = 8
|
|
814
|
+
google.protobuf.StringValue _state = 8; //. Possible Values are : Unspecified,Creating,Ready
|
|
801
815
|
repeated GCPSpannerDatabase _databases = 9;
|
|
802
816
|
repeated StandardObjectDifference _differences = 10;
|
|
803
817
|
repeated CDKRule _warnings = 11;
|
|
804
818
|
}
|
|
805
819
|
//Fully managed, scalable, relational database service for regional and global application data
|
|
806
|
-
message GCPSpannerDatabase{
|
|
820
|
+
message GCPSpannerDatabase {
|
|
807
821
|
repeated ScanningIssues _scanning_issues = 1;
|
|
808
822
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
809
823
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
810
|
-
google.protobuf.StringValue _state = 4
|
|
824
|
+
google.protobuf.StringValue _state = 4; //. Possible Values are : Unspecified,Creating,Ready,ReadyOptimizing
|
|
811
825
|
}
|
|
812
826
|
//A GCP TCP/SSL Load balancer composed of Forwarding rules, a Backend Service, a Target Pool and possibly TCP and SSL proxies
|
|
813
|
-
message GCPTcpLoadBalancer{
|
|
827
|
+
message GCPTcpLoadBalancer {
|
|
814
828
|
repeated ScanningIssues _scanning_issues = 1;
|
|
815
829
|
google.protobuf.StringValue _project_project_name = 2;
|
|
816
830
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -821,7 +835,7 @@ message GCPTcpLoadBalancer{
|
|
|
821
835
|
repeated CDKRule _warnings = 8;
|
|
822
836
|
}
|
|
823
837
|
//A BackendService resource. This resource defines a group of backend virtual machines and their serving capacity.
|
|
824
|
-
message GcpLoadBalancingTargetPool{
|
|
838
|
+
message GcpLoadBalancingTargetPool {
|
|
825
839
|
repeated ScanningIssues _scanning_issues = 1;
|
|
826
840
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
827
841
|
google.protobuf.StringValue _a_d_k__location = 3;
|
|
@@ -829,7 +843,7 @@ message GcpLoadBalancingTargetPool{
|
|
|
829
843
|
google.protobuf.StringValue _health_check_text = 5;
|
|
830
844
|
}
|
|
831
845
|
//A GCP UDP Load balancer composed of forwarding rules and a backend service or a target pool.
|
|
832
|
-
message GCPUdpLoadBalancer{
|
|
846
|
+
message GCPUdpLoadBalancer {
|
|
833
847
|
repeated ScanningIssues _scanning_issues = 1;
|
|
834
848
|
google.protobuf.StringValue _project_project_name = 2;
|
|
835
849
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -840,7 +854,7 @@ message GCPUdpLoadBalancer{
|
|
|
840
854
|
repeated CDKRule _warnings = 8;
|
|
841
855
|
}
|
|
842
856
|
//Reliable, high-performance block storage for virtual machine instances
|
|
843
|
-
message GCPVMInstance{
|
|
857
|
+
message GCPVMInstance {
|
|
844
858
|
repeated ScanningIssues _scanning_issues = 1;
|
|
845
859
|
google.protobuf.StringValue _name = 2;
|
|
846
860
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -878,7 +892,7 @@ message GCPVMInstance{
|
|
|
878
892
|
repeated CDKRule _warnings = 35;
|
|
879
893
|
}
|
|
880
894
|
//Reliable, high-performance block storage for virtual machine instances
|
|
881
|
-
message GCPPersistantDisk{
|
|
895
|
+
message GCPPersistantDisk {
|
|
882
896
|
repeated ScanningIssues _scanning_issues = 1;
|
|
883
897
|
google.protobuf.StringValue _name = 2;
|
|
884
898
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -894,7 +908,7 @@ message GCPPersistantDisk{
|
|
|
894
908
|
google.protobuf.StringValue _in_use_by = 13;
|
|
895
909
|
}
|
|
896
910
|
//Network Interface to allow network connection
|
|
897
|
-
message GCPNetworkInterface{
|
|
911
|
+
message GCPNetworkInterface {
|
|
898
912
|
repeated ScanningIssues _scanning_issues = 1;
|
|
899
913
|
google.protobuf.StringValue _name = 2;
|
|
900
914
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -904,14 +918,13 @@ message GCPNetworkInterface{
|
|
|
904
918
|
google.protobuf.StringValue _external_i_p = 7;
|
|
905
919
|
repeated GCPAliasIpRange _alias_ip_ranges = 8;
|
|
906
920
|
}
|
|
907
|
-
message GCPAliasIpRange{
|
|
921
|
+
message GCPAliasIpRange {
|
|
908
922
|
google.protobuf.StringValue _subnetwork_range_name = 1;
|
|
909
923
|
google.protobuf.StringValue _ip_cidr_range = 2;
|
|
910
924
|
}
|
|
911
|
-
message ServiceAccount{
|
|
912
|
-
}
|
|
925
|
+
message ServiceAccount {}
|
|
913
926
|
//Synchronize on-premises directories and enable single sign-on.
|
|
914
|
-
message AzureActiveDirectory{
|
|
927
|
+
message AzureActiveDirectory {
|
|
915
928
|
repeated ScanningIssues _scanning_issues = 1;
|
|
916
929
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
917
930
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -926,29 +939,29 @@ message AzureActiveDirectory{
|
|
|
926
939
|
repeated ResourceBilling _resources_billing = 12;
|
|
927
940
|
google.protobuf.StringValue _a_d_k__price = 13;
|
|
928
941
|
}
|
|
929
|
-
message AzureActiveDirectoryUser{
|
|
942
|
+
message AzureActiveDirectoryUser {
|
|
930
943
|
google.protobuf.StringValue _display_name = 1;
|
|
931
944
|
google.protobuf.StringValue _mail = 2;
|
|
932
945
|
google.protobuf.StringValue _job_title = 3;
|
|
933
946
|
google.protobuf.StringValue _city = 4;
|
|
934
947
|
google.protobuf.StringValue _account_enabled = 5;
|
|
935
948
|
}
|
|
936
|
-
message AzureActiveDirectoryGroup{
|
|
949
|
+
message AzureActiveDirectoryGroup {
|
|
937
950
|
google.protobuf.StringValue _display_name = 1;
|
|
938
951
|
google.protobuf.StringValue _description = 2;
|
|
939
952
|
google.protobuf.StringValue _mail = 3;
|
|
940
953
|
google.protobuf.StringValue _security_enabled = 4;
|
|
941
954
|
}
|
|
942
|
-
message AzureActiveDirectoryApplication{
|
|
955
|
+
message AzureActiveDirectoryApplication {
|
|
943
956
|
google.protobuf.StringValue _display_name = 1;
|
|
944
957
|
google.protobuf.StringValue _app_id = 2;
|
|
945
958
|
}
|
|
946
|
-
message AzureActiveDirectoryRole{
|
|
959
|
+
message AzureActiveDirectoryRole {
|
|
947
960
|
google.protobuf.StringValue _display_name = 1;
|
|
948
961
|
google.protobuf.StringValue _description = 2;
|
|
949
962
|
}
|
|
950
963
|
//Role-based access control (RBAC) helps to manage who has access to Azure resources, what they can do with those resources, and what areas they have access to.
|
|
951
|
-
message AzureMicrosoftAuthorizationRoleAssignment{
|
|
964
|
+
message AzureMicrosoftAuthorizationRoleAssignment {
|
|
952
965
|
repeated ScanningIssues _scanning_issues = 1;
|
|
953
966
|
google.protobuf.StringValue _principal_name = 2;
|
|
954
967
|
google.protobuf.StringValue _role_name = 3;
|
|
@@ -956,33 +969,33 @@ message AzureMicrosoftAuthorizationRoleAssignment{
|
|
|
956
969
|
google.protobuf.StringValue _role_assigment_type = 5;
|
|
957
970
|
}
|
|
958
971
|
//Lock a subscription, resource group, or resource to prevent other users in your organization from accidentally deleting or modifying critical resources.
|
|
959
|
-
message AzureMicrosoftManagementLock{
|
|
972
|
+
message AzureMicrosoftManagementLock {
|
|
960
973
|
repeated ScanningIssues _scanning_issues = 1;
|
|
961
974
|
google.protobuf.StringValue _name = 2;
|
|
962
975
|
google.protobuf.StringValue _type = 3;
|
|
963
976
|
google.protobuf.StringValue _lock_properties_level = 4;
|
|
964
977
|
google.protobuf.StringValue _lock_properties_notes = 5;
|
|
965
978
|
}
|
|
966
|
-
message ResourceBilling{
|
|
979
|
+
message ResourceBilling {
|
|
967
980
|
google.protobuf.StringValue _category = 1;
|
|
968
981
|
google.protobuf.StringValue _value = 2;
|
|
969
982
|
}
|
|
970
983
|
//Enterprise-grade analytics engine as a service.
|
|
971
|
-
message AzureAnalysisServicesServer{
|
|
984
|
+
message AzureAnalysisServicesServer {
|
|
972
985
|
repeated ScanningIssues _scanning_issues = 1;
|
|
973
986
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
974
987
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
975
988
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
976
|
-
google.protobuf.StringValue _status = 5
|
|
989
|
+
google.protobuf.StringValue _status = 5; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
977
990
|
google.protobuf.StringValue _provisioning_state = 6;
|
|
978
991
|
google.protobuf.StringValue _location = 7;
|
|
979
992
|
google.protobuf.StringValue _server_full_name = 8;
|
|
980
993
|
google.protobuf.StringValue _sku_name = 9;
|
|
981
|
-
google.protobuf.StringValue _querypool_connection_mode = 10
|
|
994
|
+
google.protobuf.StringValue _querypool_connection_mode = 10; //. Possible Values are : All,ReadOnly
|
|
982
995
|
google.protobuf.StringValue _backup_blob_container_uri = 11;
|
|
983
996
|
repeated AzureString _server_as_administrators = 12;
|
|
984
|
-
google.protobuf.StringValue _enable_firewall = 13
|
|
985
|
-
google.protobuf.StringValue _server_ip_v4_firewall_settings_enable_power_b_i_service = 14
|
|
997
|
+
google.protobuf.StringValue _enable_firewall = 13; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
998
|
+
google.protobuf.StringValue _server_ip_v4_firewall_settings_enable_power_b_i_service = 14; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
986
999
|
repeated AzureAnalysisServiceIPv4FirewallRule _firewall_rules = 15;
|
|
987
1000
|
repeated CloudockitTag _tags = 16;
|
|
988
1001
|
repeated AzureMicrosoftAuthorizationRoleAssignment _role_assignments = 17;
|
|
@@ -992,16 +1005,16 @@ message AzureAnalysisServicesServer{
|
|
|
992
1005
|
repeated ResourceBilling _resources_billing = 21;
|
|
993
1006
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
994
1007
|
}
|
|
995
|
-
message AzureString{
|
|
1008
|
+
message AzureString {
|
|
996
1009
|
google.protobuf.StringValue _value = 1;
|
|
997
1010
|
}
|
|
998
|
-
message AzureAnalysisServiceIPv4FirewallRule{
|
|
1011
|
+
message AzureAnalysisServiceIPv4FirewallRule {
|
|
999
1012
|
google.protobuf.StringValue _firewall_rule_name = 1;
|
|
1000
1013
|
google.protobuf.StringValue _range_start = 2;
|
|
1001
1014
|
google.protobuf.StringValue _range_end = 3;
|
|
1002
1015
|
}
|
|
1003
1016
|
// Application Insights component definition.
|
|
1004
|
-
message AzureApplicationInsight{
|
|
1017
|
+
message AzureApplicationInsight {
|
|
1005
1018
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1006
1019
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1007
1020
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1024,13 +1037,13 @@ message AzureApplicationInsight{
|
|
|
1024
1037
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
1025
1038
|
}
|
|
1026
1039
|
//Business Application
|
|
1027
|
-
message Application{
|
|
1040
|
+
message Application {
|
|
1028
1041
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1029
1042
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1030
1043
|
repeated ADKObject _objects_in_container = 3;
|
|
1031
1044
|
}
|
|
1032
1045
|
//Databricks Workspace is an analytics platform based on Apache Spark. Azure Databricks Workspace is integrated with Azure to provide one-click setup, streamlined workflows, and an interactive workspace.
|
|
1033
|
-
message AzureDatabrickWorkspace{
|
|
1046
|
+
message AzureDatabrickWorkspace {
|
|
1034
1047
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1035
1048
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1036
1049
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1054,7 +1067,7 @@ message AzureDatabrickWorkspace{
|
|
|
1054
1067
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
1055
1068
|
}
|
|
1056
1069
|
//VNet peering (or virtual network peering) enables you to connect virtual networks. A VNet peering connection between virtual networks enables you to route traffic between them privately through IPv4 addresses. Virtual machines in the peered VNets can communicate with each other as if they are within the same network.
|
|
1057
|
-
message AzureMicrosoftVirtualNetworkPeering{
|
|
1070
|
+
message AzureMicrosoftVirtualNetworkPeering {
|
|
1058
1071
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1059
1072
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1060
1073
|
google.protobuf.StringValue _peering_state = 3;
|
|
@@ -1067,7 +1080,7 @@ message AzureMicrosoftVirtualNetworkPeering{
|
|
|
1067
1080
|
google.protobuf.BoolValue _use_remote_gateways = 10;
|
|
1068
1081
|
}
|
|
1069
1082
|
//An account data transfer object.
|
|
1070
|
-
message AzureDataShareAccount{
|
|
1083
|
+
message AzureDataShareAccount {
|
|
1071
1084
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1072
1085
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1073
1086
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1088,7 +1101,7 @@ message AzureDataShareAccount{
|
|
|
1088
1101
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
1089
1102
|
}
|
|
1090
1103
|
//A share data transfer object.
|
|
1091
|
-
message AzureDataShareSentShare{
|
|
1104
|
+
message AzureDataShareSentShare {
|
|
1092
1105
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1093
1106
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1094
1107
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1103,14 +1116,14 @@ message AzureDataShareSentShare{
|
|
|
1103
1116
|
repeated AzureDataShareInvitation _invitations = 12;
|
|
1104
1117
|
}
|
|
1105
1118
|
//A DataSet data transfer object.
|
|
1106
|
-
message AzureSentShareDataSet{
|
|
1119
|
+
message AzureSentShareDataSet {
|
|
1107
1120
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1108
1121
|
google.protobuf.StringValue _data_set_name = 2;
|
|
1109
1122
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
1110
1123
|
google.protobuf.StringValue _data_set_type = 4;
|
|
1111
1124
|
google.protobuf.StringValue _data_set_path = 5;
|
|
1112
1125
|
}
|
|
1113
|
-
message AzureProviderShareSubscription{
|
|
1126
|
+
message AzureProviderShareSubscription {
|
|
1114
1127
|
google.protobuf.StringValue _consumer_name = 1;
|
|
1115
1128
|
google.protobuf.StringValue _consumer_tenant_name = 2;
|
|
1116
1129
|
google.protobuf.StringValue _share_subscription_status = 3;
|
|
@@ -1118,14 +1131,14 @@ message AzureProviderShareSubscription{
|
|
|
1118
1131
|
google.protobuf.StringValue _expiration_date = 5;
|
|
1119
1132
|
google.protobuf.StringValue _shared_at = 6;
|
|
1120
1133
|
}
|
|
1121
|
-
message AzureDataShareInvitation{
|
|
1134
|
+
message AzureDataShareInvitation {
|
|
1122
1135
|
google.protobuf.StringValue _target_email = 1;
|
|
1123
1136
|
google.protobuf.StringValue _invitation_status = 2;
|
|
1124
1137
|
google.protobuf.StringValue _user_name = 3;
|
|
1125
1138
|
google.protobuf.StringValue _sent_at = 4;
|
|
1126
1139
|
}
|
|
1127
1140
|
//A share subscription data transfer object.
|
|
1128
|
-
message AzureDataShareReceivedShare{
|
|
1141
|
+
message AzureDataShareReceivedShare {
|
|
1129
1142
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1130
1143
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1131
1144
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1142,7 +1155,7 @@ message AzureDataShareReceivedShare{
|
|
|
1142
1155
|
repeated AzureReceivedShareDataSet _data_sets = 14;
|
|
1143
1156
|
}
|
|
1144
1157
|
//A data set mapping data transfer object.
|
|
1145
|
-
message AzureReceivedShareDataSet{
|
|
1158
|
+
message AzureReceivedShareDataSet {
|
|
1146
1159
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1147
1160
|
google.protobuf.StringValue _data_set_name = 2;
|
|
1148
1161
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1153,7 +1166,7 @@ message AzureReceivedShareDataSet{
|
|
|
1153
1166
|
google.protobuf.StringValue _path = 8;
|
|
1154
1167
|
}
|
|
1155
1168
|
//Quickly create environments using reusable templates and artifacts.
|
|
1156
|
-
message AzureDevTestLab{
|
|
1169
|
+
message AzureDevTestLab {
|
|
1157
1170
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1158
1171
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1159
1172
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1177,7 +1190,7 @@ message AzureDevTestLab{
|
|
|
1177
1190
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
1178
1191
|
}
|
|
1179
1192
|
//Azure formula for specific virtual machine template.
|
|
1180
|
-
message AzureLabFormula{
|
|
1193
|
+
message AzureLabFormula {
|
|
1181
1194
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1182
1195
|
google.protobuf.StringValue _name = 2;
|
|
1183
1196
|
google.protobuf.StringValue _os_type = 3;
|
|
@@ -1187,7 +1200,7 @@ message AzureLabFormula{
|
|
|
1187
1200
|
google.protobuf.StringValue _v_m_source = 7;
|
|
1188
1201
|
}
|
|
1189
1202
|
//Azure Artifacts available to download on a lab virtual machine.
|
|
1190
|
-
message AzureLabArtifact{
|
|
1203
|
+
message AzureLabArtifact {
|
|
1191
1204
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1192
1205
|
google.protobuf.StringValue _title = 2;
|
|
1193
1206
|
google.protobuf.StringValue _publisher = 3;
|
|
@@ -1195,7 +1208,7 @@ message AzureLabArtifact{
|
|
|
1195
1208
|
google.protobuf.StringValue _description = 5;
|
|
1196
1209
|
}
|
|
1197
1210
|
//As a lab owner, you can configure your lab virtual machines to be created in a specific resource group.
|
|
1198
|
-
message AzureLabVirtualMachine{
|
|
1211
|
+
message AzureLabVirtualMachine {
|
|
1199
1212
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1200
1213
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1201
1214
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1212,7 +1225,7 @@ message AzureLabVirtualMachine{
|
|
|
1212
1225
|
repeated AzureLabSchedule _applicable_schedules = 14;
|
|
1213
1226
|
}
|
|
1214
1227
|
//Azure Managed Disks manages the storage accounts associated with virtual machine data disks. A user attaches a new data disk to a VM, specifies the type and size of disk that's needed, and Azure creates and manages the disk automatically.
|
|
1215
|
-
message AzureLabOSDisk{
|
|
1228
|
+
message AzureLabOSDisk {
|
|
1216
1229
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1217
1230
|
google.protobuf.StringValue _name = 2;
|
|
1218
1231
|
google.protobuf.Int32Value _disk_size_g_b = 3;
|
|
@@ -1220,7 +1233,7 @@ message AzureLabOSDisk{
|
|
|
1220
1233
|
google.protobuf.StringValue _disk_state = 5;
|
|
1221
1234
|
}
|
|
1222
1235
|
//Persistent, secured disk options supporting virtual machines.
|
|
1223
|
-
message AzureLabDataDisk{
|
|
1236
|
+
message AzureLabDataDisk {
|
|
1224
1237
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1225
1238
|
google.protobuf.StringValue _name = 2;
|
|
1226
1239
|
google.protobuf.Int32Value _disk_size_g_b = 3;
|
|
@@ -1228,7 +1241,7 @@ message AzureLabDataDisk{
|
|
|
1228
1241
|
google.protobuf.StringValue _disk_state = 5;
|
|
1229
1242
|
}
|
|
1230
1243
|
//Run your jobs on simple or complex recurring schedules.
|
|
1231
|
-
message AzureLabSchedule{
|
|
1244
|
+
message AzureLabSchedule {
|
|
1232
1245
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1233
1246
|
google.protobuf.StringValue _name_display = 2;
|
|
1234
1247
|
google.protobuf.StringValue _status_display = 3;
|
|
@@ -1237,7 +1250,7 @@ message AzureLabSchedule{
|
|
|
1237
1250
|
google.protobuf.StringValue _weekly_recurrence_text = 6;
|
|
1238
1251
|
}
|
|
1239
1252
|
//A claimable machine is a virtual machine (VM) that's created in a lab without an owner. Once the machine is claimed, the user has a full range of options for that VM. When a user claims a machine, a few changes are made.
|
|
1240
|
-
message AzureLabClaimableVirtualMachine{
|
|
1253
|
+
message AzureLabClaimableVirtualMachine {
|
|
1241
1254
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1242
1255
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1243
1256
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1254,14 +1267,14 @@ message AzureLabClaimableVirtualMachine{
|
|
|
1254
1267
|
repeated AzureLabSchedule _applicable_schedules = 14;
|
|
1255
1268
|
}
|
|
1256
1269
|
//When you create a VM in a lab, you can specify a configured virtual network. For example, you might need to access your corpnet resources from your VMs using the virtual network that was configured with ExpressRoute or site-to-site VPN.
|
|
1257
|
-
message AzureLabVirtualNetwork{
|
|
1270
|
+
message AzureLabVirtualNetwork {
|
|
1258
1271
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1259
1272
|
google.protobuf.StringValue _name = 2;
|
|
1260
1273
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
1261
1274
|
repeated AzureLabSubnet _lab_subnets = 4;
|
|
1262
1275
|
}
|
|
1263
1276
|
//Property overrides on a subnet of a virtual network.
|
|
1264
|
-
message AzureLabSubnet{
|
|
1277
|
+
message AzureLabSubnet {
|
|
1265
1278
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1266
1279
|
google.protobuf.StringValue _lab_subnet_name = 2;
|
|
1267
1280
|
google.protobuf.StringValue _use_in_vm_creation = 3;
|
|
@@ -1269,7 +1282,7 @@ message AzureLabSubnet{
|
|
|
1269
1282
|
google.protobuf.StringValue _allow_public_ip_creation = 5;
|
|
1270
1283
|
}
|
|
1271
1284
|
//Front Door represents a collection of backend endpoints to route traffic to along with rules that specify how traffic is sent there.
|
|
1272
|
-
message AzureFrontDoorModel{
|
|
1285
|
+
message AzureFrontDoorModel {
|
|
1273
1286
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1274
1287
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1275
1288
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1293,13 +1306,13 @@ message AzureFrontDoorModel{
|
|
|
1293
1306
|
repeated ResourceBilling _resources_billing = 21;
|
|
1294
1307
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
1295
1308
|
}
|
|
1296
|
-
message AzureFrontDoorFrontendEndpoint{
|
|
1309
|
+
message AzureFrontDoorFrontendEndpoint {
|
|
1297
1310
|
google.protobuf.StringValue _frontend_endpoint_host_name = 1;
|
|
1298
1311
|
google.protobuf.StringValue _frontend_endpoint_session_affinity_enabled_state = 2;
|
|
1299
1312
|
google.protobuf.StringValue _status_value = 3;
|
|
1300
1313
|
}
|
|
1301
1314
|
//A backend pool is a collection of backends that can be routed to.
|
|
1302
|
-
message AzureFrontDoorBackendPool{
|
|
1315
|
+
message AzureFrontDoorBackendPool {
|
|
1303
1316
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1304
1317
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1305
1318
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1312,7 +1325,7 @@ message AzureFrontDoorBackendPool{
|
|
|
1312
1325
|
google.protobuf.Int32Value _load_balancing_settings_model_additional_latency_milliseconds = 10;
|
|
1313
1326
|
}
|
|
1314
1327
|
//A backend pool is a collection of backends that can be routed to.
|
|
1315
|
-
message AzureFrontDoorBackend{
|
|
1328
|
+
message AzureFrontDoorBackend {
|
|
1316
1329
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1317
1330
|
google.protobuf.StringValue _address = 2;
|
|
1318
1331
|
google.protobuf.StringValue _enabled_state = 3;
|
|
@@ -1320,7 +1333,7 @@ message AzureFrontDoorBackend{
|
|
|
1320
1333
|
google.protobuf.Int32Value _weight = 5;
|
|
1321
1334
|
}
|
|
1322
1335
|
//A routing rule represents a specification for traffic to treat and where to send it, along with health probe information.
|
|
1323
|
-
message AzureFrontDoorRoutingRule{
|
|
1336
|
+
message AzureFrontDoorRoutingRule {
|
|
1324
1337
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1325
1338
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1326
1339
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1331,13 +1344,13 @@ message AzureFrontDoorRoutingRule{
|
|
|
1331
1344
|
repeated AzureRoutingRuleForwardingConfiguration _forwarding_configurations = 8;
|
|
1332
1345
|
repeated AzureRoutingRuleRedirectConfiguration _redirect_configurations = 9;
|
|
1333
1346
|
}
|
|
1334
|
-
message AzureRoutingRuleForwardingConfiguration{
|
|
1347
|
+
message AzureRoutingRuleForwardingConfiguration {
|
|
1335
1348
|
google.protobuf.StringValue _backend_pool_name = 1;
|
|
1336
1349
|
google.protobuf.StringValue _forwarding_configuration_forwarding_protocol = 2;
|
|
1337
1350
|
google.protobuf.StringValue _forwarding_configuration_custom_forwarding_path = 3;
|
|
1338
1351
|
google.protobuf.StringValue _caching = 4;
|
|
1339
1352
|
}
|
|
1340
|
-
message AzureRoutingRuleRedirectConfiguration{
|
|
1353
|
+
message AzureRoutingRuleRedirectConfiguration {
|
|
1341
1354
|
google.protobuf.StringValue _redirect_configuration_redirect_type = 1;
|
|
1342
1355
|
google.protobuf.StringValue _redirect_configuration_redirect_protocol = 2;
|
|
1343
1356
|
google.protobuf.StringValue _redirect_configuration_custom_host = 3;
|
|
@@ -1345,7 +1358,7 @@ message AzureRoutingRuleRedirectConfiguration{
|
|
|
1345
1358
|
google.protobuf.StringValue _redirect_configuration_custom_fragment = 5;
|
|
1346
1359
|
}
|
|
1347
1360
|
//An Azure Database for MariaDB server is a central administrative point for multiple databases. It is the same MariaDB server construct that you may be familiar with in the on-premises world. Specifically, the Azure Database for MariaDB service is managed, provides performance guarantees, and exposes access and features at server-level.
|
|
1348
|
-
message AzureMariaDBServer{
|
|
1361
|
+
message AzureMariaDBServer {
|
|
1349
1362
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1350
1363
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1351
1364
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1370,7 +1383,7 @@ message AzureMariaDBServer{
|
|
|
1370
1383
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
1371
1384
|
}
|
|
1372
1385
|
//Azure Database for MariaDB is a relational database service in the Microsoft cloud. Azure Database for MariaDB is based on the MariaDB community edition.
|
|
1373
|
-
message AzureMariaDBDatabase{
|
|
1386
|
+
message AzureMariaDBDatabase {
|
|
1374
1387
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1375
1388
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1376
1389
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1378,14 +1391,14 @@ message AzureMariaDBDatabase{
|
|
|
1378
1391
|
google.protobuf.StringValue _properties_charset = 5;
|
|
1379
1392
|
}
|
|
1380
1393
|
//Firewalls prevent all access to your database server until you specify which computers have permission. The firewall grants access to the server based on the originating IP address of each request.
|
|
1381
|
-
message AzureMariaDBFirewallRule{
|
|
1394
|
+
message AzureMariaDBFirewallRule {
|
|
1382
1395
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1383
1396
|
google.protobuf.StringValue _name = 2;
|
|
1384
1397
|
google.protobuf.StringValue _properties_start_ip_address = 3;
|
|
1385
1398
|
google.protobuf.StringValue _properties_end_ip_address = 4;
|
|
1386
1399
|
}
|
|
1387
1400
|
//Virtual network rules are one firewall security feature that controls whether your Azure Database for MariaDB server accepts communications that are sent from particular subnets in virtual networks.
|
|
1388
|
-
message AzureMariaDBVirtualNetworkRule{
|
|
1401
|
+
message AzureMariaDBVirtualNetworkRule {
|
|
1389
1402
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1390
1403
|
google.protobuf.StringValue _name = 2;
|
|
1391
1404
|
google.protobuf.StringValue _vnet_name = 3;
|
|
@@ -1394,8 +1407,8 @@ message AzureMariaDBVirtualNetworkRule{
|
|
|
1394
1407
|
google.protobuf.StringValue _endpoint_status = 6;
|
|
1395
1408
|
google.protobuf.StringValue _properties_state = 7;
|
|
1396
1409
|
}
|
|
1397
|
-
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
1398
|
-
message AzureMariaPrivateEndpointConnection{
|
|
1410
|
+
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
1411
|
+
message AzureMariaPrivateEndpointConnection {
|
|
1399
1412
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1400
1413
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1401
1414
|
google.protobuf.StringValue _state = 3;
|
|
@@ -1403,7 +1416,7 @@ message AzureMariaPrivateEndpointConnection{
|
|
|
1403
1416
|
google.protobuf.StringValue _request_response_message = 5;
|
|
1404
1417
|
}
|
|
1405
1418
|
//Send push notifications to any platform from any back end.
|
|
1406
|
-
message AzureMicrosoftNotificationHub{
|
|
1419
|
+
message AzureMicrosoftNotificationHub {
|
|
1407
1420
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1408
1421
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1409
1422
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1434,7 +1447,7 @@ message AzureMicrosoftNotificationHub{
|
|
|
1434
1447
|
google.protobuf.StringValue _a_d_k__price = 28;
|
|
1435
1448
|
}
|
|
1436
1449
|
//Simplify the deployment, management, and operations of Kubernetes.
|
|
1437
|
-
message AzureMicrosoftAKS{
|
|
1450
|
+
message AzureMicrosoftAKS {
|
|
1438
1451
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1439
1452
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1440
1453
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1455,7 +1468,7 @@ message AzureMicrosoftAKS{
|
|
|
1455
1468
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
1456
1469
|
}
|
|
1457
1470
|
//Profile for the container service agent pool.
|
|
1458
|
-
message AzureContainerServiceAgentPoolProfile{
|
|
1471
|
+
message AzureContainerServiceAgentPoolProfile {
|
|
1459
1472
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1460
1473
|
google.protobuf.StringValue _name = 2;
|
|
1461
1474
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1467,7 +1480,7 @@ message AzureContainerServiceAgentPoolProfile{
|
|
|
1467
1480
|
google.protobuf.Int32Value _count = 9;
|
|
1468
1481
|
}
|
|
1469
1482
|
//Publish APIs to developers, partners, and employees securely and at scale
|
|
1470
|
-
message AzureMicrosoftApimService{
|
|
1483
|
+
message AzureMicrosoftApimService {
|
|
1471
1484
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1472
1485
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1473
1486
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1490,7 +1503,7 @@ message AzureMicrosoftApimService{
|
|
|
1490
1503
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
1491
1504
|
}
|
|
1492
1505
|
//Easily build and consume Cloud APIs
|
|
1493
|
-
message AzureMicrosoftApiContract{
|
|
1506
|
+
message AzureMicrosoftApiContract {
|
|
1494
1507
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1495
1508
|
google.protobuf.StringValue _products = 2;
|
|
1496
1509
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1501,7 +1514,7 @@ message AzureMicrosoftApiContract{
|
|
|
1501
1514
|
google.protobuf.StringValue _path = 8;
|
|
1502
1515
|
}
|
|
1503
1516
|
//Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications.
|
|
1504
|
-
message AzureMicrosoftApplicationGateway{
|
|
1517
|
+
message AzureMicrosoftApplicationGateway {
|
|
1505
1518
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1506
1519
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1507
1520
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1535,19 +1548,19 @@ message AzureMicrosoftApplicationGateway{
|
|
|
1535
1548
|
google.protobuf.StringValue _a_d_k__price = 31;
|
|
1536
1549
|
}
|
|
1537
1550
|
//The backend pool defines the group of resources that will serve traffic for a given load-balancing rule.
|
|
1538
|
-
message AzureMicrosoftApplicationGatewayBackendAddressPool{
|
|
1551
|
+
message AzureMicrosoftApplicationGatewayBackendAddressPool {
|
|
1539
1552
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1540
1553
|
google.protobuf.StringValue _name = 2;
|
|
1541
1554
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
1542
1555
|
repeated AzureMicrosoftApplicationGatewayBackendAddress _back_end_adresses = 4;
|
|
1543
1556
|
repeated AzureMicrosoftNetworkInterfaceIPConfiguration _back_end_i_p_confs = 5;
|
|
1544
1557
|
}
|
|
1545
|
-
message AzureMicrosoftApplicationGatewayBackendAddress{
|
|
1558
|
+
message AzureMicrosoftApplicationGatewayBackendAddress {
|
|
1546
1559
|
google.protobuf.StringValue _target_type = 1;
|
|
1547
1560
|
google.protobuf.StringValue _target = 2;
|
|
1548
1561
|
}
|
|
1549
1562
|
//Private and (optionally) public IP addresses are assigned to one or more IP configurations assigned to a network interface.
|
|
1550
|
-
message AzureMicrosoftNetworkInterfaceIPConfiguration{
|
|
1563
|
+
message AzureMicrosoftNetworkInterfaceIPConfiguration {
|
|
1551
1564
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1552
1565
|
google.protobuf.StringValue _public_i_p = 2;
|
|
1553
1566
|
google.protobuf.StringValue _private_i_p_address = 3;
|
|
@@ -1557,14 +1570,14 @@ message AzureMicrosoftNetworkInterfaceIPConfiguration{
|
|
|
1557
1570
|
google.protobuf.StringValue _public_ip_address_a_d_k__name = 7;
|
|
1558
1571
|
}
|
|
1559
1572
|
//Frontend IP Configuration allows you to attach a private or public IP to your load balancing solution.
|
|
1560
|
-
message AzureMicrosoftApplicationGatewayFrontEndIPConfiguration{
|
|
1573
|
+
message AzureMicrosoftApplicationGatewayFrontEndIPConfiguration {
|
|
1561
1574
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1562
1575
|
google.protobuf.StringValue _name = 2;
|
|
1563
1576
|
google.protobuf.StringValue _private_i_p_address = 3;
|
|
1564
1577
|
google.protobuf.StringValue _private_i_p_allocation_method = 4;
|
|
1565
1578
|
google.protobuf.StringValue _public_i_p_name = 5;
|
|
1566
1579
|
}
|
|
1567
|
-
message AzureMicrosoftApplicationGatewayRequestRoutingRule{
|
|
1580
|
+
message AzureMicrosoftApplicationGatewayRequestRoutingRule {
|
|
1568
1581
|
google.protobuf.StringValue _name = 1;
|
|
1569
1582
|
google.protobuf.StringValue _rule_type = 2;
|
|
1570
1583
|
google.protobuf.StringValue _backend_address_pool_name = 3;
|
|
@@ -1573,17 +1586,17 @@ message AzureMicrosoftApplicationGatewayRequestRoutingRule{
|
|
|
1573
1586
|
google.protobuf.StringValue _url_path_map_name = 6;
|
|
1574
1587
|
google.protobuf.StringValue _rewrite_rule_set_name = 7;
|
|
1575
1588
|
}
|
|
1576
|
-
message AzureMicrosoftApplicationGatewayPathMap{
|
|
1589
|
+
message AzureMicrosoftApplicationGatewayPathMap {
|
|
1577
1590
|
google.protobuf.StringValue _name = 1;
|
|
1578
1591
|
repeated AzureMicrosoftApplicationGatewayPathRule _path_rules = 2;
|
|
1579
1592
|
}
|
|
1580
|
-
message AzureMicrosoftApplicationGatewayPathRule{
|
|
1593
|
+
message AzureMicrosoftApplicationGatewayPathRule {
|
|
1581
1594
|
google.protobuf.StringValue _formatted_path = 1;
|
|
1582
1595
|
google.protobuf.StringValue _backend_address_pool_name = 2;
|
|
1583
1596
|
google.protobuf.StringValue _http_settings_name = 3;
|
|
1584
1597
|
google.protobuf.StringValue _rewrite_rule_set_name = 4;
|
|
1585
1598
|
}
|
|
1586
|
-
message AzureApplicationGatewayBackendHttpSettings{
|
|
1599
|
+
message AzureApplicationGatewayBackendHttpSettings {
|
|
1587
1600
|
google.protobuf.StringValue _name = 1;
|
|
1588
1601
|
google.protobuf.StringValue _protocol = 2;
|
|
1589
1602
|
google.protobuf.Int32Value _port = 3;
|
|
@@ -1594,7 +1607,7 @@ message AzureApplicationGatewayBackendHttpSettings{
|
|
|
1594
1607
|
google.protobuf.StringValue _host_name = 8;
|
|
1595
1608
|
google.protobuf.StringValue _probe_name = 9;
|
|
1596
1609
|
}
|
|
1597
|
-
message AzureApplicationGatewayHealthProbe{
|
|
1610
|
+
message AzureApplicationGatewayHealthProbe {
|
|
1598
1611
|
google.protobuf.StringValue _name = 1;
|
|
1599
1612
|
google.protobuf.StringValue _protocol = 2;
|
|
1600
1613
|
google.protobuf.StringValue _host = 3;
|
|
@@ -1603,22 +1616,22 @@ message AzureApplicationGatewayHealthProbe{
|
|
|
1603
1616
|
google.protobuf.StringValue _formatted_timeout = 6;
|
|
1604
1617
|
google.protobuf.Int32Value _unhealthy_threshold = 7;
|
|
1605
1618
|
}
|
|
1606
|
-
message AzureApplicationGatewayRewriteRuleSet{
|
|
1619
|
+
message AzureApplicationGatewayRewriteRuleSet {
|
|
1607
1620
|
google.protobuf.StringValue _name = 1;
|
|
1608
1621
|
repeated AzureApplicationGatewayRewriteRule _rewrite_rules = 2;
|
|
1609
1622
|
}
|
|
1610
|
-
message AzureApplicationGatewayRewriteRule{
|
|
1623
|
+
message AzureApplicationGatewayRewriteRule {
|
|
1611
1624
|
google.protobuf.StringValue _name = 1;
|
|
1612
1625
|
repeated AzureApplicationGatewayRewriteRuleCondition _conditions = 2;
|
|
1613
1626
|
}
|
|
1614
|
-
message AzureApplicationGatewayRewriteRuleCondition{
|
|
1627
|
+
message AzureApplicationGatewayRewriteRuleCondition {
|
|
1615
1628
|
google.protobuf.StringValue _statement = 1;
|
|
1616
1629
|
google.protobuf.StringValue _case_sensitive = 2;
|
|
1617
1630
|
google.protobuf.StringValue _variable_type = 3;
|
|
1618
1631
|
google.protobuf.StringValue _condition = 4;
|
|
1619
1632
|
}
|
|
1620
1633
|
//Application security groups enable you to configure network security as a natural extension of an application's structure, allowing you to group virtual machines and define network security policies based on those groups.
|
|
1621
|
-
message AzureMicrosoftApplicationSecurityGroup{
|
|
1634
|
+
message AzureMicrosoftApplicationSecurityGroup {
|
|
1622
1635
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1623
1636
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1624
1637
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1633,7 +1646,7 @@ message AzureMicrosoftApplicationSecurityGroup{
|
|
|
1633
1646
|
repeated CDKRule _warnings = 12;
|
|
1634
1647
|
}
|
|
1635
1648
|
//Provides a fully isolated and dedicated environment for securely running App Service apps at high scale.
|
|
1636
|
-
message AzureMicrosoftAppServiceEnvironment{
|
|
1649
|
+
message AzureMicrosoftAppServiceEnvironment {
|
|
1637
1650
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1638
1651
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1639
1652
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1644,7 +1657,7 @@ message AzureMicrosoftAppServiceEnvironment{
|
|
|
1644
1657
|
google.protobuf.StringValue _internal_load_balancing_mode = 8;
|
|
1645
1658
|
google.protobuf.StringValue _multi_size = 9;
|
|
1646
1659
|
google.protobuf.Int32Value _front_end_scale_factor = 10;
|
|
1647
|
-
google.protobuf.StringValue _status = 11
|
|
1660
|
+
google.protobuf.StringValue _status = 11; //. Possible Values are : Preparing,Ready,Scaling,Deleting
|
|
1648
1661
|
google.protobuf.Int32Value _maximum_number_of_machines = 12;
|
|
1649
1662
|
google.protobuf.Int32Value _multi_role_count = 13;
|
|
1650
1663
|
repeated CloudockitTag _tags = 14;
|
|
@@ -1656,7 +1669,7 @@ message AzureMicrosoftAppServiceEnvironment{
|
|
|
1656
1669
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
1657
1670
|
}
|
|
1658
1671
|
//Simplify cloud management with process automation.
|
|
1659
|
-
message AzureMicrosoftAutomationAccount{
|
|
1672
|
+
message AzureMicrosoftAutomationAccount {
|
|
1660
1673
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1661
1674
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1662
1675
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1672,26 +1685,26 @@ message AzureMicrosoftAutomationAccount{
|
|
|
1672
1685
|
google.protobuf.StringValue _a_d_k__price = 13;
|
|
1673
1686
|
}
|
|
1674
1687
|
//Run your jobs on simple or complex recurring schedules.
|
|
1675
|
-
message AzureMicrosoftSchedule{
|
|
1688
|
+
message AzureMicrosoftSchedule {
|
|
1676
1689
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1677
1690
|
google.protobuf.StringValue _name = 2;
|
|
1678
1691
|
}
|
|
1679
1692
|
//Automate Azure management tasks and orchestrate actions across external systems from right within Azure.
|
|
1680
|
-
message AzureMicrosoftRunbook{
|
|
1693
|
+
message AzureMicrosoftRunbook {
|
|
1681
1694
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1682
1695
|
google.protobuf.StringValue _name = 2;
|
|
1683
1696
|
}
|
|
1684
1697
|
//Cloud-scale job scheduling and compute management.
|
|
1685
|
-
message AzureMicrosoftBatch{
|
|
1698
|
+
message AzureMicrosoftBatch {
|
|
1686
1699
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1687
1700
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1688
1701
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
1689
|
-
google.protobuf.StringValue _provisioning_state = 4
|
|
1702
|
+
google.protobuf.StringValue _provisioning_state = 4; //. Possible Values are : Invalid,Creating,Deleting,Succeeded,Failed,Cancelled
|
|
1690
1703
|
google.protobuf.StringValue _location = 5;
|
|
1691
1704
|
google.protobuf.StringValue _account_endpoint = 6;
|
|
1692
1705
|
google.protobuf.Int32Value _pool_quota = 7;
|
|
1693
1706
|
google.protobuf.Int32Value _active_job_and_job_schedule_quota = 8;
|
|
1694
|
-
google.protobuf.StringValue _pool_allocation_mode = 9
|
|
1707
|
+
google.protobuf.StringValue _pool_allocation_mode = 9; //. Possible Values are : BatchService,UserSubscription
|
|
1695
1708
|
google.protobuf.Int32Value _dedicated_core_quota = 10;
|
|
1696
1709
|
google.protobuf.Int32Value _low_priority_core_quota = 11;
|
|
1697
1710
|
repeated CloudockitTag _tags = 12;
|
|
@@ -1703,7 +1716,7 @@ message AzureMicrosoftBatch{
|
|
|
1703
1716
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
1704
1717
|
}
|
|
1705
1718
|
//Enabling quick, repeatable creation of governed environments
|
|
1706
|
-
message AzureMicrosoftBlueprint{
|
|
1719
|
+
message AzureMicrosoftBlueprint {
|
|
1707
1720
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1708
1721
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1709
1722
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1724,14 +1737,14 @@ message AzureMicrosoftBlueprint{
|
|
|
1724
1737
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
1725
1738
|
}
|
|
1726
1739
|
//Create, host, and share packages with your team.
|
|
1727
|
-
message AzureMicrosoftArtifact{
|
|
1740
|
+
message AzureMicrosoftArtifact {
|
|
1728
1741
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1729
1742
|
google.protobuf.StringValue _display_name = 2;
|
|
1730
1743
|
google.protobuf.StringValue _resource_type = 3;
|
|
1731
1744
|
google.protobuf.StringValue _display_parameters = 4;
|
|
1732
1745
|
}
|
|
1733
1746
|
//A managed service purpose-built for bot development.
|
|
1734
|
-
message AzureMicrosoftBotService{
|
|
1747
|
+
message AzureMicrosoftBotService {
|
|
1735
1748
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1736
1749
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1737
1750
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1754,7 +1767,7 @@ message AzureMicrosoftBotService{
|
|
|
1754
1767
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
1755
1768
|
}
|
|
1756
1769
|
//Ensure secure, reliable content delivery with broad global reach.
|
|
1757
|
-
message AzureMicrosoftCDNProfile{
|
|
1770
|
+
message AzureMicrosoftCDNProfile {
|
|
1758
1771
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1759
1772
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1760
1773
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1770,10 +1783,10 @@ message AzureMicrosoftCDNProfile{
|
|
|
1770
1783
|
google.protobuf.StringValue _a_d_k__price = 13;
|
|
1771
1784
|
}
|
|
1772
1785
|
//Endpoints allow you to secure your critical Azure service resources to only your virtual networks.
|
|
1773
|
-
message AzureMicrosoftCDNEndPoint{
|
|
1786
|
+
message AzureMicrosoftCDNEndPoint {
|
|
1774
1787
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1775
1788
|
google.protobuf.StringValue _host_name = 2;
|
|
1776
|
-
google.protobuf.StringValue _query_string_caching_behavior = 3
|
|
1789
|
+
google.protobuf.StringValue _query_string_caching_behavior = 3; //. Possible Values are : IgnoreQueryString,BypassCaching,UseQueryString,NotSet
|
|
1777
1790
|
google.protobuf.StringValue _origin_path = 4;
|
|
1778
1791
|
google.protobuf.StringValue _origin_host_header = 5;
|
|
1779
1792
|
google.protobuf.BoolValue _is_compression_enabled = 6;
|
|
@@ -1781,7 +1794,7 @@ message AzureMicrosoftCDNEndPoint{
|
|
|
1781
1794
|
google.protobuf.BoolValue _is_https_allowed = 8;
|
|
1782
1795
|
}
|
|
1783
1796
|
//Add smart API capabilities to enable contextual interactions
|
|
1784
|
-
message AzureMicrosoftCognitiveServicesAccount{
|
|
1797
|
+
message AzureMicrosoftCognitiveServicesAccount {
|
|
1785
1798
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1786
1799
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1787
1800
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1802,7 +1815,7 @@ message AzureMicrosoftCognitiveServicesAccount{
|
|
|
1802
1815
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
1803
1816
|
}
|
|
1804
1817
|
//Azure virtual machine scale sets let you create and manage a group of identical, load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update a large number of VMs. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
|
|
1805
|
-
message AzureMicrosoftComputeScaleSet{
|
|
1818
|
+
message AzureMicrosoftComputeScaleSet {
|
|
1806
1819
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1807
1820
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1808
1821
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1821,8 +1834,8 @@ message AzureMicrosoftComputeScaleSet{
|
|
|
1821
1834
|
google.protobuf.StringValue _img_ref_sku = 16;
|
|
1822
1835
|
google.protobuf.StringValue _img_ref_version = 17;
|
|
1823
1836
|
google.protobuf.StringValue _o_s_disk_name = 18;
|
|
1824
|
-
google.protobuf.StringValue _o_s_disk_os_type = 19
|
|
1825
|
-
google.protobuf.StringValue _o_s_disk_caching = 20
|
|
1837
|
+
google.protobuf.StringValue _o_s_disk_os_type = 19; //. Possible Values are : Windows,Linux
|
|
1838
|
+
google.protobuf.StringValue _o_s_disk_caching = 20; //. Possible Values are : None,ReadOnly,ReadWrite
|
|
1826
1839
|
repeated AzureMicrosoftComputeScaleSetVM _v_ms = 21;
|
|
1827
1840
|
repeated CloudockitTag _tags = 22;
|
|
1828
1841
|
repeated AzureMicrosoftAuthorizationRoleAssignment _role_assignments = 23;
|
|
@@ -1833,20 +1846,20 @@ message AzureMicrosoftComputeScaleSet{
|
|
|
1833
1846
|
google.protobuf.StringValue _a_d_k__price = 28;
|
|
1834
1847
|
}
|
|
1835
1848
|
//Manage and scale up to thousands of Linux and Windows virtual machines.
|
|
1836
|
-
message AzureMicrosoftComputeScaleSetNetworkConfiguration{
|
|
1849
|
+
message AzureMicrosoftComputeScaleSetNetworkConfiguration {
|
|
1837
1850
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1838
1851
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1839
1852
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
1840
1853
|
repeated AzureMicrosoftComputeScaleSetIPConf _i_pconfs = 4;
|
|
1841
1854
|
}
|
|
1842
1855
|
//Azure virtual machine scale sets let you create and manage a group of identical, load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update a large number of VMs. With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
|
|
1843
|
-
message AzureMicrosoftComputeScaleSetIPConf{
|
|
1856
|
+
message AzureMicrosoftComputeScaleSetIPConf {
|
|
1844
1857
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1845
1858
|
google.protobuf.StringValue _name = 2;
|
|
1846
1859
|
google.protobuf.StringValue _address_pool = 3;
|
|
1847
1860
|
}
|
|
1848
1861
|
//Manage and scale up to thousands of Linux and Windows virtual machines.
|
|
1849
|
-
message AzureMicrosoftComputeScaleSetVM{
|
|
1862
|
+
message AzureMicrosoftComputeScaleSetVM {
|
|
1850
1863
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1851
1864
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1852
1865
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1860,7 +1873,7 @@ message AzureMicrosoftComputeScaleSetVM{
|
|
|
1860
1873
|
repeated AzureMicrosoftNetworkLoadBalancer _microsoft_network_load_balancer = 11;
|
|
1861
1874
|
}
|
|
1862
1875
|
//With Azure Load Balancer, you can scale your applications and create high availability for your services. Load Balancer supports inbound and outbound scenarios, provides low latency and high throughput, and scales up to millions of flows for all TCP and UDP applications.
|
|
1863
|
-
message AzureMicrosoftNetworkLoadBalancer{
|
|
1876
|
+
message AzureMicrosoftNetworkLoadBalancer {
|
|
1864
1877
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1865
1878
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
1866
1879
|
google.protobuf.StringValue _a_d_k__name = 3;
|
|
@@ -1890,7 +1903,7 @@ message AzureMicrosoftNetworkLoadBalancer{
|
|
|
1890
1903
|
google.protobuf.StringValue _a_d_k__price = 27;
|
|
1891
1904
|
}
|
|
1892
1905
|
//Create Linux and Windows virtual machines (VMs) in seconds.
|
|
1893
|
-
message AzureMicrosoftCompute{
|
|
1906
|
+
message AzureMicrosoftCompute {
|
|
1894
1907
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1895
1908
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1896
1909
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1939,8 +1952,8 @@ message AzureMicrosoftCompute{
|
|
|
1939
1952
|
repeated ResourceBilling _resources_billing = 46;
|
|
1940
1953
|
google.protobuf.StringValue _a_d_k__price = 47;
|
|
1941
1954
|
}
|
|
1942
|
-
//A network interface enables an Azure Virtual Machine to communicate with internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you.
|
|
1943
|
-
message AzureMicrosoftNetworkInterface{
|
|
1955
|
+
//A network interface enables an Azure Virtual Machine to communicate with internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you.
|
|
1956
|
+
message AzureMicrosoftNetworkInterface {
|
|
1944
1957
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1945
1958
|
google.protobuf.StringValue _name = 2;
|
|
1946
1959
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1951,7 +1964,7 @@ message AzureMicrosoftNetworkInterface{
|
|
|
1951
1964
|
google.protobuf.BoolValue _enable_i_p_forwarding = 8;
|
|
1952
1965
|
google.protobuf.StringValue _location = 9;
|
|
1953
1966
|
google.protobuf.StringValue _mac_address = 10;
|
|
1954
|
-
google.protobuf.StringValue _accelerated_networking_state = 11
|
|
1967
|
+
google.protobuf.StringValue _accelerated_networking_state = 11; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
1955
1968
|
repeated CloudockitTag _tags = 12;
|
|
1956
1969
|
repeated AzureMicrosoftNetworkInterfaceIPConfiguration _microsoft_network_interfaces_i_p_configuration = 13;
|
|
1957
1970
|
google.protobuf.StringValue _public_ip_address = 14;
|
|
@@ -1959,7 +1972,7 @@ message AzureMicrosoftNetworkInterface{
|
|
|
1959
1972
|
google.protobuf.StringValue _virtual_machine_name = 16;
|
|
1960
1973
|
}
|
|
1961
1974
|
//Every virtual machine has one attached operating system disk. That OS disk has a pre-installed OS, which was selected when the VM was created. This disk has a maximum capacity of 2, 048 GiB.
|
|
1962
|
-
message AzureMicrosoftComputeOSDisk{
|
|
1975
|
+
message AzureMicrosoftComputeOSDisk {
|
|
1963
1976
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1964
1977
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
1965
1978
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -1976,7 +1989,7 @@ message AzureMicrosoftComputeOSDisk{
|
|
|
1976
1989
|
google.protobuf.StringValue _availability_zone = 14;
|
|
1977
1990
|
}
|
|
1978
1991
|
//Software installed in a Windows based Server
|
|
1979
|
-
message AzureMicrosoftComputePS1InstalledSoftware{
|
|
1992
|
+
message AzureMicrosoftComputePS1InstalledSoftware {
|
|
1980
1993
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1981
1994
|
google.protobuf.StringValue _display_name = 2;
|
|
1982
1995
|
google.protobuf.StringValue _display_version = 3;
|
|
@@ -1984,18 +1997,18 @@ message AzureMicrosoftComputePS1InstalledSoftware{
|
|
|
1984
1997
|
google.protobuf.StringValue _install_date = 5;
|
|
1985
1998
|
}
|
|
1986
1999
|
//Feature in a Windows based server
|
|
1987
|
-
message AzureMicrosoftComputePS1ActivatedFeature{
|
|
2000
|
+
message AzureMicrosoftComputePS1ActivatedFeature {
|
|
1988
2001
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1989
2002
|
google.protobuf.StringValue _name = 2;
|
|
1990
2003
|
}
|
|
1991
2004
|
//Azure virtual machine (VM) extensions are small applications that provide post-deployment configuration and automation tasks on Azure VMs. For example, if a virtual machine requires software installation, anti-virus protection, or to run a script inside of it, a VM extension can be used. Azure VM extensions can be run with the Azure CLI, PowerShell, Azure Resource Manager templates, and the Azure portal. Extensions can be bundled with a new VM deployment, or run against any existing system.
|
|
1992
|
-
message AzureMicrosoftComputePS1StartupCommand{
|
|
2005
|
+
message AzureMicrosoftComputePS1StartupCommand {
|
|
1993
2006
|
repeated ScanningIssues _scanning_issues = 1;
|
|
1994
2007
|
google.protobuf.StringValue _name = 2;
|
|
1995
2008
|
google.protobuf.StringValue _command = 3;
|
|
1996
2009
|
}
|
|
1997
2010
|
//Drive attached in a Windows based server
|
|
1998
|
-
message AzureMicrosoftComputePS1Drive{
|
|
2011
|
+
message AzureMicrosoftComputePS1Drive {
|
|
1999
2012
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2000
2013
|
google.protobuf.StringValue _device_i_d = 2;
|
|
2001
2014
|
google.protobuf.StringValue _volume_name = 3;
|
|
@@ -2003,14 +2016,14 @@ message AzureMicrosoftComputePS1Drive{
|
|
|
2003
2016
|
google.protobuf.StringValue _free_space_display = 5;
|
|
2004
2017
|
}
|
|
2005
2018
|
//Service in a Windows based server
|
|
2006
|
-
message AzureMicrosoftComputePS1Service{
|
|
2019
|
+
message AzureMicrosoftComputePS1Service {
|
|
2007
2020
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2008
2021
|
google.protobuf.StringValue _display_name = 2;
|
|
2009
2022
|
google.protobuf.StringValue _started = 3;
|
|
2010
2023
|
google.protobuf.StringValue _start_mode = 4;
|
|
2011
2024
|
}
|
|
2012
2025
|
//Azure virtual machine (VM) extensions are small applications that provide post-deployment configuration and automation tasks on Azure VMs.
|
|
2013
|
-
message AzureMicrosoftComputeVirtualMachineExtension{
|
|
2026
|
+
message AzureMicrosoftComputeVirtualMachineExtension {
|
|
2014
2027
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2015
2028
|
google.protobuf.StringValue _name = 2;
|
|
2016
2029
|
google.protobuf.StringValue _virtual_machine_extension_type = 3;
|
|
@@ -2018,7 +2031,7 @@ message AzureMicrosoftComputeVirtualMachineExtension{
|
|
|
2018
2031
|
google.protobuf.StringValue _provisioning_state = 5;
|
|
2019
2032
|
}
|
|
2020
2033
|
//Easily run containers on Azure without managing servers.
|
|
2021
|
-
message AzureMicrosoftContainerGroup{
|
|
2034
|
+
message AzureMicrosoftContainerGroup {
|
|
2022
2035
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2023
2036
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2024
2037
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2041,7 +2054,7 @@ message AzureMicrosoftContainerGroup{
|
|
|
2041
2054
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2042
2055
|
}
|
|
2043
2056
|
//Easily run containers on Azure without managing servers.
|
|
2044
|
-
message AzureMicrosoftContainerInstance{
|
|
2057
|
+
message AzureMicrosoftContainerInstance {
|
|
2045
2058
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2046
2059
|
google.protobuf.StringValue _name = 2;
|
|
2047
2060
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2053,7 +2066,7 @@ message AzureMicrosoftContainerInstance{
|
|
|
2053
2066
|
google.protobuf.StringValue _docker_tag_id = 9;
|
|
2054
2067
|
}
|
|
2055
2068
|
//Store and manage container images across all types of Azure deployments.
|
|
2056
|
-
message AzureMicrosoftContainerRegistry{
|
|
2069
|
+
message AzureMicrosoftContainerRegistry {
|
|
2057
2070
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2058
2071
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2059
2072
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2072,7 +2085,7 @@ message AzureMicrosoftContainerRegistry{
|
|
|
2072
2085
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
2073
2086
|
}
|
|
2074
2087
|
//A Docker Repository.
|
|
2075
|
-
message DockerRepository{
|
|
2088
|
+
message DockerRepository {
|
|
2076
2089
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2077
2090
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2078
2091
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2081,13 +2094,13 @@ message DockerRepository{
|
|
|
2081
2094
|
repeated DockerTag _artifacts = 6;
|
|
2082
2095
|
}
|
|
2083
2096
|
//A Docker Tag.
|
|
2084
|
-
message DockerTag{
|
|
2097
|
+
message DockerTag {
|
|
2085
2098
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2086
2099
|
google.protobuf.StringValue _tag = 2;
|
|
2087
2100
|
google.protobuf.StringValue _id = 3;
|
|
2088
2101
|
}
|
|
2089
2102
|
//Globally distributed, multi-model database for any scale
|
|
2090
|
-
message AzureMicrosoftCosmosDB{
|
|
2103
|
+
message AzureMicrosoftCosmosDB {
|
|
2091
2104
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2092
2105
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2093
2106
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2097,7 +2110,7 @@ message AzureMicrosoftCosmosDB{
|
|
|
2097
2110
|
google.protobuf.StringValue _server_version = 7;
|
|
2098
2111
|
repeated AzureMicrosoftCosmosDBLocation _read_locations = 8;
|
|
2099
2112
|
repeated AzureMicrosoftCosmosDBLocation _write_locations = 9;
|
|
2100
|
-
google.protobuf.StringValue _consistency_policy_default_consistency_level = 10
|
|
2113
|
+
google.protobuf.StringValue _consistency_policy_default_consistency_level = 10; //. Possible Values are : Eventual,Session,BoundedStaleness,Strong,ConsistentPrefix
|
|
2101
2114
|
google.protobuf.Int32Value _consistency_policy_max_interval_in_seconds = 11;
|
|
2102
2115
|
google.protobuf.Int64Value _consistency_policy_max_staleness_prefix = 12;
|
|
2103
2116
|
repeated AzureMicrosoftVirtualNetwork _v_network_rules = 13;
|
|
@@ -2111,11 +2124,11 @@ message AzureMicrosoftCosmosDB{
|
|
|
2111
2124
|
repeated ResourceBilling _resources_billing = 21;
|
|
2112
2125
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
2113
2126
|
}
|
|
2114
|
-
message AzureMicrosoftCosmosDBLocation{
|
|
2127
|
+
message AzureMicrosoftCosmosDBLocation {
|
|
2115
2128
|
google.protobuf.StringValue _location_name = 1;
|
|
2116
2129
|
}
|
|
2117
2130
|
//An Azure Virtual Network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. You can use VNets to provision and manage virtual private networks (VPNs) in Azure and, optionally, link the VNets with other VNets in Azure, or with your on-premises IT infrastructure to create hybrid or cross-premises solutions.
|
|
2118
|
-
message AzureMicrosoftVirtualNetwork{
|
|
2131
|
+
message AzureMicrosoftVirtualNetwork {
|
|
2119
2132
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2120
2133
|
google.protobuf.StringValue _name = 2;
|
|
2121
2134
|
google.protobuf.Int32Value _number_of_subnets = 3;
|
|
@@ -2137,8 +2150,8 @@ message AzureMicrosoftVirtualNetwork{
|
|
|
2137
2150
|
repeated ResourceBilling _resources_billing = 19;
|
|
2138
2151
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2139
2152
|
}
|
|
2140
|
-
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
2141
|
-
message AzureCosmosDBPrivateEndpoint{
|
|
2153
|
+
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
2154
|
+
message AzureCosmosDBPrivateEndpoint {
|
|
2142
2155
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2143
2156
|
google.protobuf.StringValue _connection_name = 2;
|
|
2144
2157
|
google.protobuf.StringValue _state = 3;
|
|
@@ -2146,7 +2159,7 @@ message AzureCosmosDBPrivateEndpoint{
|
|
|
2146
2159
|
google.protobuf.StringValue _description = 5;
|
|
2147
2160
|
}
|
|
2148
2161
|
//Simple and comprehensive ETL and ELT processes without coding or maintenance
|
|
2149
|
-
message AzureMicrosoftDataFactory{
|
|
2162
|
+
message AzureMicrosoftDataFactory {
|
|
2150
2163
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2151
2164
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2152
2165
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2167,7 +2180,7 @@ message AzureMicrosoftDataFactory{
|
|
|
2167
2180
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
2168
2181
|
}
|
|
2169
2182
|
//ETL Process in Azure DataFactory
|
|
2170
|
-
message AzureMicrosoftPipeline{
|
|
2183
|
+
message AzureMicrosoftPipeline {
|
|
2171
2184
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2172
2185
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2173
2186
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2176,13 +2189,13 @@ message AzureMicrosoftPipeline{
|
|
|
2176
2189
|
google.protobuf.StringValue _data_factory_name = 6;
|
|
2177
2190
|
repeated AzureMicrosoftPipelineActivity _activities = 7;
|
|
2178
2191
|
}
|
|
2179
|
-
message AzureMicrosoftPipelineActivity{
|
|
2192
|
+
message AzureMicrosoftPipelineActivity {
|
|
2180
2193
|
google.protobuf.StringValue _name = 1;
|
|
2181
2194
|
google.protobuf.StringValue _description = 2;
|
|
2182
2195
|
google.protobuf.StringValue _activity_dependencies = 3;
|
|
2183
2196
|
}
|
|
2184
|
-
//Linked services are much like connection strings, which define the connection information that's needed for Data Factory to connect to external resources. Think of it this way: a linked service defines the connection to the data source, and a dataset represents the structure of the data.
|
|
2185
|
-
message AzureMicrosoftLinkedServiceResource{
|
|
2197
|
+
//Linked services are much like connection strings, which define the connection information that's needed for Data Factory to connect to external resources. Think of it this way: a linked service defines the connection to the data source, and a dataset represents the structure of the data.
|
|
2198
|
+
message AzureMicrosoftLinkedServiceResource {
|
|
2186
2199
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2187
2200
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2188
2201
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2191,7 +2204,7 @@ message AzureMicrosoftLinkedServiceResource{
|
|
|
2191
2204
|
google.protobuf.StringValue _linked_service_data_factory_name = 6;
|
|
2192
2205
|
}
|
|
2193
2206
|
//Datasets represent data structures within the data stores, which simply point to or reference the data you want to use in your activities as inputs or outputs.
|
|
2194
|
-
message AzureMicrosoftDatasetResource{
|
|
2207
|
+
message AzureMicrosoftDatasetResource {
|
|
2195
2208
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2196
2209
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2197
2210
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2201,7 +2214,7 @@ message AzureMicrosoftDatasetResource{
|
|
|
2201
2214
|
google.protobuf.StringValue _dataset_data_factory_name = 7;
|
|
2202
2215
|
}
|
|
2203
2216
|
//Simple and comprehensive ETL and ELT processes without coding or maintenance
|
|
2204
|
-
message AzureMicrosoftDataFactoryV1{
|
|
2217
|
+
message AzureMicrosoftDataFactoryV1 {
|
|
2205
2218
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2206
2219
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2207
2220
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2220,7 +2233,7 @@ message AzureMicrosoftDataFactoryV1{
|
|
|
2220
2233
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
2221
2234
|
}
|
|
2222
2235
|
//ETL Process in Azure DataFactory
|
|
2223
|
-
message AzureMicrosoftPipelineV1{
|
|
2236
|
+
message AzureMicrosoftPipelineV1 {
|
|
2224
2237
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2225
2238
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2226
2239
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2230,8 +2243,8 @@ message AzureMicrosoftPipelineV1{
|
|
|
2230
2243
|
google.protobuf.StringValue _pipeline_properties_provisioning_state = 7;
|
|
2231
2244
|
google.protobuf.StringValue _data_factory_name = 8;
|
|
2232
2245
|
}
|
|
2233
|
-
//Linked services are much like connection strings, which define the connection information that's needed for Data Factory to connect to external resources. Think of it this way: a linked service defines the connection to the data source, and a dataset represents the structure of the data.
|
|
2234
|
-
message AzureMicrosoftLinkedServiceV1{
|
|
2246
|
+
//Linked services are much like connection strings, which define the connection information that's needed for Data Factory to connect to external resources. Think of it this way: a linked service defines the connection to the data source, and a dataset represents the structure of the data.
|
|
2247
|
+
message AzureMicrosoftLinkedServiceV1 {
|
|
2235
2248
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2236
2249
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2237
2250
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2242,7 +2255,7 @@ message AzureMicrosoftLinkedServiceV1{
|
|
|
2242
2255
|
google.protobuf.StringValue _data_factory_name = 8;
|
|
2243
2256
|
}
|
|
2244
2257
|
//Datasets represent data structures within the data stores, which simply point to or reference the data you want to use in your activities as inputs or outputs.
|
|
2245
|
-
message AzureMicrosoftDataSetV1{
|
|
2258
|
+
message AzureMicrosoftDataSetV1 {
|
|
2246
2259
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2247
2260
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2248
2261
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2254,17 +2267,17 @@ message AzureMicrosoftDataSetV1{
|
|
|
2254
2267
|
google.protobuf.StringValue _data_factory_name = 9;
|
|
2255
2268
|
}
|
|
2256
2269
|
//Massively scalable, secure data lake functionality built on Azure Blob Storage.
|
|
2257
|
-
message AzureMicrosoftDataLakeStoreAccount{
|
|
2270
|
+
message AzureMicrosoftDataLakeStoreAccount {
|
|
2258
2271
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2259
2272
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2260
2273
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2261
2274
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
2262
|
-
google.protobuf.StringValue _provisioning_state = 5
|
|
2275
|
+
google.protobuf.StringValue _provisioning_state = 5; //. Possible Values are : Failed,Creating,Running,Succeeded,Patching,Suspending,Resuming,Deleting,Deleted,Undeleting,Canceled
|
|
2263
2276
|
google.protobuf.StringValue _location = 6;
|
|
2264
2277
|
google.protobuf.StringValue _endpoint = 7;
|
|
2265
|
-
google.protobuf.StringValue _new_tier = 8
|
|
2266
|
-
google.protobuf.StringValue _firewall_allow_azure_ips = 9
|
|
2267
|
-
google.protobuf.StringValue _firewall_state = 10
|
|
2278
|
+
google.protobuf.StringValue _new_tier = 8; //. Possible Values are : Consumption,Commitment1TB,Commitment10TB,Commitment100TB,Commitment500TB,Commitment1PB,Commitment5PB
|
|
2279
|
+
google.protobuf.StringValue _firewall_allow_azure_ips = 9; //. Possible Values are : Enabled,Disabled
|
|
2280
|
+
google.protobuf.StringValue _firewall_state = 10; //. Possible Values are : Enabled,Disabled
|
|
2268
2281
|
repeated AzureMicrosoftVirtualNetwork _virtual_network_rules = 11;
|
|
2269
2282
|
repeated AzureMicrosoftDataLakeStoreAccountFirewallRule _firewall_rules = 12;
|
|
2270
2283
|
repeated CloudockitTag _tags = 13;
|
|
@@ -2275,13 +2288,13 @@ message AzureMicrosoftDataLakeStoreAccount{
|
|
|
2275
2288
|
repeated ResourceBilling _resources_billing = 18;
|
|
2276
2289
|
google.protobuf.StringValue _a_d_k__price = 19;
|
|
2277
2290
|
}
|
|
2278
|
-
message AzureMicrosoftDataLakeStoreAccountFirewallRule{
|
|
2291
|
+
message AzureMicrosoftDataLakeStoreAccountFirewallRule {
|
|
2279
2292
|
google.protobuf.StringValue _name = 1;
|
|
2280
2293
|
google.protobuf.StringValue _start_ip_address = 2;
|
|
2281
2294
|
google.protobuf.StringValue _end_ip_address = 3;
|
|
2282
2295
|
}
|
|
2283
2296
|
//Build reactive, event-driven apps with a fully managed event routing service. Create richer app scenarios by connecting serverless logic to events from multiple sources.
|
|
2284
|
-
message AzureMicrosoftEventGrid{
|
|
2297
|
+
message AzureMicrosoftEventGrid {
|
|
2285
2298
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2286
2299
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2287
2300
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2301,7 +2314,7 @@ message AzureMicrosoftEventGrid{
|
|
|
2301
2314
|
google.protobuf.StringValue _a_d_k__price = 17;
|
|
2302
2315
|
}
|
|
2303
2316
|
//Receive telemetry from millions of devices.
|
|
2304
|
-
message AzureMicrosoftEventHubNamespace{
|
|
2317
|
+
message AzureMicrosoftEventHubNamespace {
|
|
2305
2318
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2306
2319
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2307
2320
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2323,19 +2336,19 @@ message AzureMicrosoftEventHubNamespace{
|
|
|
2323
2336
|
google.protobuf.StringValue _a_d_k__price = 19;
|
|
2324
2337
|
}
|
|
2325
2338
|
//Receive telemetry from millions of devices.
|
|
2326
|
-
message AzureMicrosoftEventHubInstance{
|
|
2339
|
+
message AzureMicrosoftEventHubInstance {
|
|
2327
2340
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2328
2341
|
google.protobuf.StringValue _name = 2;
|
|
2329
2342
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2330
2343
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
2331
|
-
google.protobuf.StringValue _status = 5
|
|
2344
|
+
google.protobuf.StringValue _status = 5; //. Possible Values are : Active,Disabled,Restoring,SendDisabled,ReceiveDisabled,Creating,Deleting,Renaming,Unknown
|
|
2332
2345
|
google.protobuf.StringValue _created = 6;
|
|
2333
2346
|
google.protobuf.StringValue _updated = 7;
|
|
2334
2347
|
google.protobuf.Int64Value _partition_count = 8;
|
|
2335
2348
|
google.protobuf.Int64Value _message_retention_in_days = 9;
|
|
2336
2349
|
}
|
|
2337
2350
|
//Dedicated private network fiber connections to Azure
|
|
2338
|
-
message AzureMicrosoftExpressRouteCircuit{
|
|
2351
|
+
message AzureMicrosoftExpressRouteCircuit {
|
|
2339
2352
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2340
2353
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2341
2354
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2358,7 +2371,7 @@ message AzureMicrosoftExpressRouteCircuit{
|
|
|
2358
2371
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2359
2372
|
}
|
|
2360
2373
|
//Dedicated private network fiber connections to Azure
|
|
2361
|
-
message AzureMicrosoftExpressRouteCircuitAuthorization{
|
|
2374
|
+
message AzureMicrosoftExpressRouteCircuitAuthorization {
|
|
2362
2375
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2363
2376
|
google.protobuf.StringValue _name = 2;
|
|
2364
2377
|
google.protobuf.StringValue _provisioning_state = 3;
|
|
@@ -2366,7 +2379,7 @@ message AzureMicrosoftExpressRouteCircuitAuthorization{
|
|
|
2366
2379
|
google.protobuf.StringValue _authorization_key = 5;
|
|
2367
2380
|
}
|
|
2368
2381
|
//Dedicated private network fiber connections to Azure
|
|
2369
|
-
message AzureMicrosoftExpressRouteCircuitPeering{
|
|
2382
|
+
message AzureMicrosoftExpressRouteCircuitPeering {
|
|
2370
2383
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2371
2384
|
google.protobuf.StringValue _peering_type = 2;
|
|
2372
2385
|
google.protobuf.StringValue _provisioning_state = 3;
|
|
@@ -2375,7 +2388,7 @@ message AzureMicrosoftExpressRouteCircuitPeering{
|
|
|
2375
2388
|
google.protobuf.StringValue _last_modified_by = 6;
|
|
2376
2389
|
}
|
|
2377
2390
|
//Define network and application level rules for traffic filtering across multiple Azure Firewall instances in Secured Virtual Hubs.
|
|
2378
|
-
message AzureMicrosoftFirewallPolicy{
|
|
2391
|
+
message AzureMicrosoftFirewallPolicy {
|
|
2379
2392
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2380
2393
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2381
2394
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2386,7 +2399,7 @@ message AzureMicrosoftFirewallPolicy{
|
|
|
2386
2399
|
google.protobuf.StringValue _intrusion_detection_mode = 8;
|
|
2387
2400
|
google.protobuf.StringValue _intrusion_detection_private_ranges = 9;
|
|
2388
2401
|
google.protobuf.StringValue _dns_servers = 10;
|
|
2389
|
-
google.protobuf.StringValue _dns_proxy_enabled = 11
|
|
2402
|
+
google.protobuf.StringValue _dns_proxy_enabled = 11; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
2390
2403
|
google.protobuf.StringValue _parent_policy_name = 12;
|
|
2391
2404
|
google.protobuf.StringValue _formatted_child_policies = 13;
|
|
2392
2405
|
google.protobuf.StringValue _threat_intel_mode = 14;
|
|
@@ -2402,11 +2415,11 @@ message AzureMicrosoftFirewallPolicy{
|
|
|
2402
2415
|
repeated StandardObjectDifference _differences = 24;
|
|
2403
2416
|
repeated CDKRule _warnings = 25;
|
|
2404
2417
|
}
|
|
2405
|
-
message AzureFirewallPolicyIntrusionDetectionSignatureSpecification{
|
|
2418
|
+
message AzureFirewallPolicyIntrusionDetectionSignatureSpecification {
|
|
2406
2419
|
google.protobuf.StringValue _id = 1;
|
|
2407
2420
|
google.protobuf.StringValue _mode = 2;
|
|
2408
2421
|
}
|
|
2409
|
-
message AzureMicrosoftFirewallPolicyRuleCollection{
|
|
2422
|
+
message AzureMicrosoftFirewallPolicyRuleCollection {
|
|
2410
2423
|
google.protobuf.StringValue _firewall_collection_group_name = 1;
|
|
2411
2424
|
google.protobuf.StringValue _name = 2;
|
|
2412
2425
|
google.protobuf.Int32Value _priority = 3;
|
|
@@ -2414,7 +2427,7 @@ message AzureMicrosoftFirewallPolicyRuleCollection{
|
|
|
2414
2427
|
repeated AzureMicrosoftFirewallPolicyNatRule _nat_rules = 5;
|
|
2415
2428
|
repeated AzureMicrosoftFirewallPolicyNetworkRule _network_rules = 6;
|
|
2416
2429
|
}
|
|
2417
|
-
message AzureMicrosoftFirewallPolicyApplicationRule{
|
|
2430
|
+
message AzureMicrosoftFirewallPolicyApplicationRule {
|
|
2418
2431
|
google.protobuf.StringValue _name = 1;
|
|
2419
2432
|
google.protobuf.StringValue _formatted_target_fqdns = 2;
|
|
2420
2433
|
google.protobuf.StringValue _formatted_destination_addresses = 3;
|
|
@@ -2424,7 +2437,7 @@ message AzureMicrosoftFirewallPolicyApplicationRule{
|
|
|
2424
2437
|
google.protobuf.StringValue _formatted_source_ip_groups = 7;
|
|
2425
2438
|
google.protobuf.StringValue _formatted_source_web_categories = 8;
|
|
2426
2439
|
}
|
|
2427
|
-
message AzureMicrosoftFirewallPolicyNatRule{
|
|
2440
|
+
message AzureMicrosoftFirewallPolicyNatRule {
|
|
2428
2441
|
google.protobuf.StringValue _name = 1;
|
|
2429
2442
|
google.protobuf.StringValue _translated_address = 2;
|
|
2430
2443
|
google.protobuf.StringValue _translated_port = 3;
|
|
@@ -2434,7 +2447,7 @@ message AzureMicrosoftFirewallPolicyNatRule{
|
|
|
2434
2447
|
google.protobuf.StringValue _formatted_source_addresses = 7;
|
|
2435
2448
|
google.protobuf.StringValue _formatted_source_ip_groups = 8;
|
|
2436
2449
|
}
|
|
2437
|
-
message AzureMicrosoftFirewallPolicyNetworkRule{
|
|
2450
|
+
message AzureMicrosoftFirewallPolicyNetworkRule {
|
|
2438
2451
|
google.protobuf.StringValue _name = 1;
|
|
2439
2452
|
google.protobuf.StringValue _formatted_source_addresses = 2;
|
|
2440
2453
|
google.protobuf.StringValue _formatted_destination_addresses = 3;
|
|
@@ -2445,7 +2458,7 @@ message AzureMicrosoftFirewallPolicyNetworkRule{
|
|
|
2445
2458
|
google.protobuf.StringValue _formatted_destination_ip_groups = 8;
|
|
2446
2459
|
}
|
|
2447
2460
|
//Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. It's a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability.
|
|
2448
|
-
message AzureMicrosoftFirewall{
|
|
2461
|
+
message AzureMicrosoftFirewall {
|
|
2449
2462
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2450
2463
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2451
2464
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2473,14 +2486,14 @@ message AzureMicrosoftFirewall{
|
|
|
2473
2486
|
google.protobuf.StringValue _a_d_k__price = 25;
|
|
2474
2487
|
}
|
|
2475
2488
|
//You can centrally create, enforce, and log application and network connectivity policies across subscriptions and virtual networks. Azure Firewall uses a static public IP address for your virtual network resources allowing outside firewalls to identify traffic originating from your virtual network.
|
|
2476
|
-
message AzureMicrosoftFirewallIPConfiguration{
|
|
2489
|
+
message AzureMicrosoftFirewallIPConfiguration {
|
|
2477
2490
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2478
2491
|
google.protobuf.StringValue _public_i_p_address_a_d_k__g_u_i_d = 2;
|
|
2479
2492
|
google.protobuf.StringValue _public_i_p_address_a_d_k__name = 3;
|
|
2480
2493
|
google.protobuf.StringValue _ip_address = 4;
|
|
2481
2494
|
}
|
|
2482
2495
|
//When you configure DNAT, the NAT rule collection action is set to Dnat. Each rule in the NAT rule collection can then be used to translate your firewall public IP and port to a private IP and port.
|
|
2483
|
-
message AzureMicrosoftFirewallNatRuleCollection{
|
|
2496
|
+
message AzureMicrosoftFirewallNatRuleCollection {
|
|
2484
2497
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2485
2498
|
google.protobuf.Int32Value _priority = 2;
|
|
2486
2499
|
google.protobuf.StringValue _name = 3;
|
|
@@ -2488,7 +2501,7 @@ message AzureMicrosoftFirewallNatRuleCollection{
|
|
|
2488
2501
|
google.protobuf.StringValue _rule_description = 5;
|
|
2489
2502
|
}
|
|
2490
2503
|
//You can centrally create allow or deny network filtering rules by source and destination IP address, port, and protocol. Azure Firewall is fully stateful, so it can distinguish legitimate packets for different types of connections. Rules are enforced and logged across multiple subscriptions and virtual networks.
|
|
2491
|
-
message AzureMicrosoftFirewallNetworkRuleCollection{
|
|
2504
|
+
message AzureMicrosoftFirewallNetworkRuleCollection {
|
|
2492
2505
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2493
2506
|
google.protobuf.Int32Value _priority = 2;
|
|
2494
2507
|
google.protobuf.StringValue _name = 3;
|
|
@@ -2496,7 +2509,7 @@ message AzureMicrosoftFirewallNetworkRuleCollection{
|
|
|
2496
2509
|
google.protobuf.StringValue _rule_description = 5;
|
|
2497
2510
|
}
|
|
2498
2511
|
//Build secure, scalable, and highly available web front ends in Azure
|
|
2499
|
-
message AzureMicrosoftFirewallApplicationRuleCollection{
|
|
2512
|
+
message AzureMicrosoftFirewallApplicationRuleCollection {
|
|
2500
2513
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2501
2514
|
google.protobuf.Int32Value _priority = 2;
|
|
2502
2515
|
google.protobuf.StringValue _name = 3;
|
|
@@ -2504,7 +2517,7 @@ message AzureMicrosoftFirewallApplicationRuleCollection{
|
|
|
2504
2517
|
google.protobuf.StringValue _rule_description = 5;
|
|
2505
2518
|
}
|
|
2506
2519
|
//Provision cloud Hadoop, Spark, R Server, HBase, and Storm clusters
|
|
2507
|
-
message AzureMicrosoftHDInsightCluster{
|
|
2520
|
+
message AzureMicrosoftHDInsightCluster {
|
|
2508
2521
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2509
2522
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2510
2523
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2533,19 +2546,19 @@ message AzureMicrosoftHDInsightCluster{
|
|
|
2533
2546
|
google.protobuf.StringValue _a_d_k__price = 26;
|
|
2534
2547
|
}
|
|
2535
2548
|
//Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Azure Blobs (objects), Azure Data Lake Storage Gen2, Azure Files, Azure Queues, and Azure Tables.
|
|
2536
|
-
message AzureMicrosoftStorage{
|
|
2549
|
+
message AzureMicrosoftStorage {
|
|
2537
2550
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2538
2551
|
google.protobuf.StringValue _name = 2;
|
|
2539
2552
|
google.protobuf.StringValue _kind = 3;
|
|
2540
2553
|
google.protobuf.StringValue _a_d_k__name = 4;
|
|
2541
2554
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 5;
|
|
2542
2555
|
google.protobuf.StringValue _resource_group = 6;
|
|
2543
|
-
google.protobuf.StringValue _status_of_primary = 7
|
|
2556
|
+
google.protobuf.StringValue _status_of_primary = 7; //. Possible Values are : Available,Unavailable
|
|
2544
2557
|
google.protobuf.StringValue _location = 8;
|
|
2545
2558
|
google.protobuf.StringValue _replication = 9;
|
|
2546
2559
|
google.protobuf.StringValue _created_date_time = 10;
|
|
2547
2560
|
google.protobuf.StringValue _sku_name = 11;
|
|
2548
|
-
google.protobuf.StringValue _provisioning_state = 12
|
|
2561
|
+
google.protobuf.StringValue _provisioning_state = 12; //. Possible Values are : Creating,ResolvingDNS,Succeeded
|
|
2549
2562
|
google.protobuf.StringValue _used_capacity = 13;
|
|
2550
2563
|
google.protobuf.StringValue _storage_primary_endpoints_blob = 14;
|
|
2551
2564
|
google.protobuf.StringValue _storage_primary_endpoints_file = 15;
|
|
@@ -2567,7 +2580,7 @@ message AzureMicrosoftStorage{
|
|
|
2567
2580
|
google.protobuf.StringValue _a_d_k__price = 31;
|
|
2568
2581
|
}
|
|
2569
2582
|
//Provision cloud Hadoop, Spark, R Server, HBase, and Storm clusters
|
|
2570
|
-
message AzureMicrosoftHDInsightApplication{
|
|
2583
|
+
message AzureMicrosoftHDInsightApplication {
|
|
2571
2584
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2572
2585
|
google.protobuf.StringValue _name = 2;
|
|
2573
2586
|
google.protobuf.StringValue _application_properties_application_state = 3;
|
|
@@ -2575,20 +2588,20 @@ message AzureMicrosoftHDInsightApplication{
|
|
|
2575
2588
|
google.protobuf.StringValue _application_properties_provisioning_state = 5;
|
|
2576
2589
|
}
|
|
2577
2590
|
//Provision cloud Hadoop, Spark, R Server, HBase, and Storm clusters
|
|
2578
|
-
message AzureMicrosoftHDInsightScriptAction{
|
|
2591
|
+
message AzureMicrosoftHDInsightScriptAction {
|
|
2579
2592
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2580
2593
|
google.protobuf.StringValue _name = 2;
|
|
2581
2594
|
google.protobuf.StringValue _action_script_role = 3;
|
|
2582
2595
|
}
|
|
2583
2596
|
//A group of identical session hosts that serve a common purpose
|
|
2584
|
-
message AzureMicrosoftAvdHostPool{
|
|
2597
|
+
message AzureMicrosoftAvdHostPool {
|
|
2585
2598
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2586
2599
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2587
2600
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2588
2601
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
2589
2602
|
google.protobuf.StringValue _location = 5;
|
|
2590
|
-
google.protobuf.StringValue _properties_host_pool_type = 6
|
|
2591
|
-
google.protobuf.StringValue _properties_personal_desktop_assignment_type = 7
|
|
2603
|
+
google.protobuf.StringValue _properties_host_pool_type = 6; //. Possible Values are : ByoDesktop,Personal,Pooled
|
|
2604
|
+
google.protobuf.StringValue _properties_personal_desktop_assignment_type = 7; //. Possible Values are : Automatic,Direct
|
|
2592
2605
|
repeated AzureMicrosoftAvdApplicationGroup _application_groups = 8;
|
|
2593
2606
|
repeated AzureMicrosoftAvdSessionHost _session_hosts = 9;
|
|
2594
2607
|
repeated CloudockitTag _tags = 10;
|
|
@@ -2600,11 +2613,11 @@ message AzureMicrosoftAvdHostPool{
|
|
|
2600
2613
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
2601
2614
|
}
|
|
2602
2615
|
//A logical grouping of published applications or a published desktop
|
|
2603
|
-
message AzureMicrosoftAvdApplicationGroup{
|
|
2616
|
+
message AzureMicrosoftAvdApplicationGroup {
|
|
2604
2617
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2605
2618
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2606
2619
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2607
|
-
google.protobuf.StringValue _properties_application_group_type = 4
|
|
2620
|
+
google.protobuf.StringValue _properties_application_group_type = 4; //. Possible Values are : Desktop,RemoteApp
|
|
2608
2621
|
google.protobuf.StringValue _properties_friendly_name = 5;
|
|
2609
2622
|
google.protobuf.StringValue _properties_description = 6;
|
|
2610
2623
|
repeated AzureMicrosoftAvdDesktop _desktops = 7;
|
|
@@ -2612,36 +2625,36 @@ message AzureMicrosoftAvdApplicationGroup{
|
|
|
2612
2625
|
repeated CloudockitTag _tags = 9;
|
|
2613
2626
|
}
|
|
2614
2627
|
//A Windows desktop environment running on AVD session host(s) and delivered to users over the network
|
|
2615
|
-
message AzureMicrosoftAvdDesktop{
|
|
2628
|
+
message AzureMicrosoftAvdDesktop {
|
|
2616
2629
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2617
2630
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2618
2631
|
google.protobuf.StringValue _application_type = 3;
|
|
2619
2632
|
google.protobuf.StringValue _properties_friendly_name = 4;
|
|
2620
2633
|
}
|
|
2621
2634
|
//A Windows application running on AVD session host(s) and delivered to users over the network
|
|
2622
|
-
message AzureMicrosoftAvdApplication{
|
|
2635
|
+
message AzureMicrosoftAvdApplication {
|
|
2623
2636
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2624
2637
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2625
2638
|
google.protobuf.StringValue _application_type = 3;
|
|
2626
2639
|
google.protobuf.StringValue _properties_friendly_name = 4;
|
|
2627
2640
|
}
|
|
2628
2641
|
//A virtual machine that hosts published desktops and/or applications
|
|
2629
|
-
message AzureMicrosoftAvdSessionHost{
|
|
2642
|
+
message AzureMicrosoftAvdSessionHost {
|
|
2630
2643
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2631
2644
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2632
2645
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2633
2646
|
google.protobuf.StringValue _virtual_machine_size = 4;
|
|
2634
2647
|
google.protobuf.StringValue _properties_last_heart_beat = 5;
|
|
2635
2648
|
google.protobuf.StringValue _properties_agent_version = 6;
|
|
2636
|
-
google.protobuf.StringValue _properties_status = 7
|
|
2649
|
+
google.protobuf.StringValue _properties_status = 7; //. Possible Values are : Available,Disconnected,DomainTrustRelationshipLost,FSLogixNotHealthy,NeedsAssistance,NoHeartbeat,NotJoinedToDomain,Shutdown,SxSStackListenerNotReady,Unavailable,UpgradeFailed,Upgrading
|
|
2637
2650
|
repeated SessionHostHealthStatus _vm_status = 8;
|
|
2638
2651
|
}
|
|
2639
|
-
message SessionHostHealthStatus{
|
|
2652
|
+
message SessionHostHealthStatus {
|
|
2640
2653
|
google.protobuf.StringValue _health_check_name = 1;
|
|
2641
2654
|
google.protobuf.StringValue _status = 2;
|
|
2642
2655
|
}
|
|
2643
2656
|
//When a hybrid machine is connected to Azure, it becomes a connected machine and is treated as a resource in Azure.
|
|
2644
|
-
message AzureMicrosoftHybridComputeMachine{
|
|
2657
|
+
message AzureMicrosoftHybridComputeMachine {
|
|
2645
2658
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2646
2659
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2647
2660
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2663,14 +2676,14 @@ message AzureMicrosoftHybridComputeMachine{
|
|
|
2663
2676
|
repeated ResourceBilling _resources_billing = 19;
|
|
2664
2677
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2665
2678
|
}
|
|
2666
|
-
message AzureMicrosoftHybridComputeMachineExtension{
|
|
2679
|
+
message AzureMicrosoftHybridComputeMachineExtension {
|
|
2667
2680
|
google.protobuf.StringValue _name = 1;
|
|
2668
2681
|
google.protobuf.StringValue _machine_extension_type = 2;
|
|
2669
2682
|
google.protobuf.StringValue _type_handler_version = 3;
|
|
2670
2683
|
google.protobuf.StringValue _provisioning_state = 4;
|
|
2671
2684
|
}
|
|
2672
2685
|
//A managed image resource can be created from a generalized virtual machine (VM) that is stored as either a managed disk or an unmanaged disk in a storage account.
|
|
2673
|
-
message AzureMicrosoftImages{
|
|
2686
|
+
message AzureMicrosoftImages {
|
|
2674
2687
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2675
2688
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2676
2689
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2693,14 +2706,14 @@ message AzureMicrosoftImages{
|
|
|
2693
2706
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2694
2707
|
}
|
|
2695
2708
|
//Connect, monitor and manage billions of IoT assets.
|
|
2696
|
-
message AzureMicrosoftIoTHub{
|
|
2709
|
+
message AzureMicrosoftIoTHub {
|
|
2697
2710
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2698
2711
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2699
2712
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2700
2713
|
google.protobuf.StringValue _location = 4;
|
|
2701
2714
|
google.protobuf.StringValue _io_thub_sku_name = 5;
|
|
2702
2715
|
google.protobuf.Int64Value _io_thub_sku_capacity = 6;
|
|
2703
|
-
google.protobuf.StringValue _io_thub_sku_tier = 7
|
|
2716
|
+
google.protobuf.StringValue _io_thub_sku_tier = 7; //. Possible Values are : Free,Standard,Basic
|
|
2704
2717
|
google.protobuf.Int32Value _cloud_to_device_prop_max_delivery_count = 8;
|
|
2705
2718
|
google.protobuf.StringValue _cloud_to_device_prop_default_ttl_as_iso8601 = 9;
|
|
2706
2719
|
google.protobuf.BoolValue _fall_back_route_props_is_enabled = 10;
|
|
@@ -2722,61 +2735,61 @@ message AzureMicrosoftIoTHub{
|
|
|
2722
2735
|
repeated ResourceBilling _resources_billing = 26;
|
|
2723
2736
|
google.protobuf.StringValue _a_d_k__price = 27;
|
|
2724
2737
|
}
|
|
2725
|
-
message AzureMicrosoftIoTHubRouteProperties{
|
|
2738
|
+
message AzureMicrosoftIoTHubRouteProperties {
|
|
2726
2739
|
google.protobuf.StringValue _name = 1;
|
|
2727
2740
|
google.protobuf.StringValue _source = 2;
|
|
2728
2741
|
google.protobuf.BoolValue _is_enabled = 3;
|
|
2729
2742
|
repeated AzureString _end_points = 4;
|
|
2730
2743
|
}
|
|
2731
|
-
message AzureMicrosoftIoTHubRoutingEventHubEndPoint{
|
|
2744
|
+
message AzureMicrosoftIoTHubRoutingEventHubEndPoint {
|
|
2732
2745
|
google.protobuf.StringValue _name = 1;
|
|
2733
2746
|
google.protobuf.StringValue _resource_group = 2;
|
|
2734
2747
|
google.protobuf.StringValue _connection_string_encrypted = 3;
|
|
2735
2748
|
}
|
|
2736
|
-
message AzureMicrosoftIoTHubRoutingServiceBusQueueEndpointProperties{
|
|
2749
|
+
message AzureMicrosoftIoTHubRoutingServiceBusQueueEndpointProperties {
|
|
2737
2750
|
google.protobuf.StringValue _name = 1;
|
|
2738
2751
|
google.protobuf.StringValue _resource_group = 2;
|
|
2739
2752
|
google.protobuf.StringValue _connection_string_encrypted = 3;
|
|
2740
2753
|
}
|
|
2741
|
-
message AzureMicrosoftIoTHubRoutingServiceBusTopicEndpointProperties{
|
|
2754
|
+
message AzureMicrosoftIoTHubRoutingServiceBusTopicEndpointProperties {
|
|
2742
2755
|
google.protobuf.StringValue _name = 1;
|
|
2743
2756
|
google.protobuf.StringValue _resource_group = 2;
|
|
2744
2757
|
google.protobuf.StringValue _connection_string_encrypted = 3;
|
|
2745
2758
|
}
|
|
2746
|
-
message AzureMicrosoftIoTHubIPFilterRule{
|
|
2759
|
+
message AzureMicrosoftIoTHubIPFilterRule {
|
|
2747
2760
|
google.protobuf.StringValue _filter_name = 1;
|
|
2748
2761
|
google.protobuf.StringValue _ip_mask = 2;
|
|
2749
|
-
google.protobuf.StringValue _action = 3
|
|
2762
|
+
google.protobuf.StringValue _action = 3; //. Possible Values are : Accept,Reject
|
|
2750
2763
|
}
|
|
2751
|
-
message AzureMicrosoftIoTHubEventHubEndPoint{
|
|
2764
|
+
message AzureMicrosoftIoTHubEventHubEndPoint {
|
|
2752
2765
|
google.protobuf.StringValue _end_point_name = 1;
|
|
2753
2766
|
google.protobuf.StringValue _endpoint = 2;
|
|
2754
2767
|
google.protobuf.Int32Value _partition_count = 3;
|
|
2755
2768
|
google.protobuf.StringValue _path = 4;
|
|
2756
2769
|
google.protobuf.Int64Value _retention_time_in_days = 5;
|
|
2757
2770
|
}
|
|
2758
|
-
message AzureMicrosoftIoTHubMessageBusEndPoint{
|
|
2771
|
+
message AzureMicrosoftIoTHubMessageBusEndPoint {
|
|
2759
2772
|
google.protobuf.StringValue _end_point_name = 1;
|
|
2760
2773
|
google.protobuf.Int32Value _max_delivery_count = 2;
|
|
2761
2774
|
google.protobuf.StringValue _ttl_as_iso8601 = 3;
|
|
2762
2775
|
google.protobuf.StringValue _lock_duration_as_iso8601 = 4;
|
|
2763
2776
|
}
|
|
2764
|
-
message AzureMicrosoftIoTHubStorageEndPoint{
|
|
2777
|
+
message AzureMicrosoftIoTHubStorageEndPoint {
|
|
2765
2778
|
google.protobuf.StringValue _end_point_name = 1;
|
|
2766
2779
|
google.protobuf.StringValue _connection_string_encrypted = 2;
|
|
2767
2780
|
google.protobuf.StringValue _container_name = 3;
|
|
2768
2781
|
google.protobuf.StringValue _sas_ttl_as_iso8601 = 4;
|
|
2769
2782
|
}
|
|
2770
2783
|
//Safeguard and maintain control of keys and other secrets.
|
|
2771
|
-
message AzureMicrosoftVault{
|
|
2784
|
+
message AzureMicrosoftVault {
|
|
2772
2785
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2773
2786
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2774
2787
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
2775
2788
|
google.protobuf.StringValue _properties_vault_uri = 4;
|
|
2776
2789
|
google.protobuf.StringValue _sku_name = 5;
|
|
2777
2790
|
google.protobuf.StringValue _properties_tenant_id = 6;
|
|
2778
|
-
google.protobuf.StringValue _soft_delete_status = 7
|
|
2779
|
-
google.protobuf.StringValue _purge_protection_status = 8
|
|
2791
|
+
google.protobuf.StringValue _soft_delete_status = 7; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
2792
|
+
google.protobuf.StringValue _purge_protection_status = 8; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
2780
2793
|
google.protobuf.BoolValue _properties_enabled_for_deployment = 9;
|
|
2781
2794
|
google.protobuf.BoolValue _properties_enabled_for_disk_encryption = 10;
|
|
2782
2795
|
google.protobuf.BoolValue _properties_enabled_for_template_deployment = 11;
|
|
@@ -2792,7 +2805,7 @@ message AzureMicrosoftVault{
|
|
|
2792
2805
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
2793
2806
|
}
|
|
2794
2807
|
//Used to grant several applications access to a key vault.
|
|
2795
|
-
message AzureMicrosoftVaultAccessPolicy{
|
|
2808
|
+
message AzureMicrosoftVaultAccessPolicy {
|
|
2796
2809
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2797
2810
|
google.protobuf.StringValue _application_id = 2;
|
|
2798
2811
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2802,8 +2815,8 @@ message AzureMicrosoftVaultAccessPolicy{
|
|
|
2802
2815
|
repeated AzureString _permissions_certificates_row_encrypted = 7;
|
|
2803
2816
|
repeated AzureString _permissions_secrets_row_encrypted = 8;
|
|
2804
2817
|
}
|
|
2805
|
-
//Managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines. Managed disks are like a physical disk in an on-premises server but, virtualized.
|
|
2806
|
-
message AzureMicrosoftManagedDisk{
|
|
2818
|
+
//Managed disks are block-level storage volumes that are managed by Azure and used with Azure Virtual Machines. Managed disks are like a physical disk in an on-premises server but, virtualized.
|
|
2819
|
+
message AzureMicrosoftManagedDisk {
|
|
2807
2820
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2808
2821
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2809
2822
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2814,7 +2827,7 @@ message AzureMicrosoftManagedDisk{
|
|
|
2814
2827
|
google.protobuf.StringValue _disk_size = 8;
|
|
2815
2828
|
google.protobuf.StringValue _disk_sku_name = 9;
|
|
2816
2829
|
google.protobuf.StringValue _virtual_machine_a_d_k__name = 10;
|
|
2817
|
-
google.protobuf.StringValue _os_type = 11
|
|
2830
|
+
google.protobuf.StringValue _os_type = 11; //. Possible Values are : Windows,Linux
|
|
2818
2831
|
google.protobuf.Int32Value _max_shares = 12;
|
|
2819
2832
|
google.protobuf.StringValue _availability_zone = 13;
|
|
2820
2833
|
google.protobuf.StringValue _encryption_type = 14;
|
|
@@ -2825,7 +2838,7 @@ message AzureMicrosoftManagedDisk{
|
|
|
2825
2838
|
repeated StandardObjectDifference _differences = 19;
|
|
2826
2839
|
}
|
|
2827
2840
|
//Simplify how you manage your app resources
|
|
2828
|
-
message AzureMicrosoftManagementGroup{
|
|
2841
|
+
message AzureMicrosoftManagementGroup {
|
|
2829
2842
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2830
2843
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2831
2844
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2841,7 +2854,7 @@ message AzureMicrosoftManagementGroup{
|
|
|
2841
2854
|
google.protobuf.StringValue _a_d_k__price = 13;
|
|
2842
2855
|
}
|
|
2843
2856
|
//Encode, store, and stream video and audio at scale.
|
|
2844
|
-
message AzureMicrosoftMedia{
|
|
2857
|
+
message AzureMicrosoftMedia {
|
|
2845
2858
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2846
2859
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2847
2860
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2859,7 +2872,7 @@ message AzureMicrosoftMedia{
|
|
|
2859
2872
|
google.protobuf.StringValue _a_d_k__price = 15;
|
|
2860
2873
|
}
|
|
2861
2874
|
//Full observability into your applications, infrastructure, and network
|
|
2862
|
-
message AzureMicrosoftMonitorAlert{
|
|
2875
|
+
message AzureMicrosoftMonitorAlert {
|
|
2863
2876
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2864
2877
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2865
2878
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2878,7 +2891,7 @@ message AzureMicrosoftMonitorAlert{
|
|
|
2878
2891
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
2879
2892
|
}
|
|
2880
2893
|
//Deliver high availability and network performance to your applications
|
|
2881
|
-
message AzureMicrosoftNetworkFrontendIPConfiguration{
|
|
2894
|
+
message AzureMicrosoftNetworkFrontendIPConfiguration {
|
|
2882
2895
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2883
2896
|
google.protobuf.StringValue _name = 2;
|
|
2884
2897
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2889,7 +2902,7 @@ message AzureMicrosoftNetworkFrontendIPConfiguration{
|
|
|
2889
2902
|
google.protobuf.StringValue _frontend_subnet_vnet_name = 8;
|
|
2890
2903
|
}
|
|
2891
2904
|
//Simplify data protection and protect against ransomware
|
|
2892
|
-
message AzureMicrosoftNetworkBackendAddressPool{
|
|
2905
|
+
message AzureMicrosoftNetworkBackendAddressPool {
|
|
2893
2906
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2894
2907
|
google.protobuf.StringValue _name = 2;
|
|
2895
2908
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2899,20 +2912,20 @@ message AzureMicrosoftNetworkBackendAddressPool{
|
|
|
2899
2912
|
google.protobuf.StringValue _virtual_machines_string = 7;
|
|
2900
2913
|
google.protobuf.StringValue _virtual_machines_scale_set_string = 8;
|
|
2901
2914
|
}
|
|
2902
|
-
message AzureMicrosoftNetworkLoadBalancerTunnelInterface{
|
|
2915
|
+
message AzureMicrosoftNetworkLoadBalancerTunnelInterface {
|
|
2903
2916
|
google.protobuf.StringValue _backend_address_pool_name = 1;
|
|
2904
2917
|
google.protobuf.Int32Value _identifier = 2;
|
|
2905
2918
|
google.protobuf.Int32Value _port = 3;
|
|
2906
2919
|
google.protobuf.StringValue _protocol = 4;
|
|
2907
2920
|
google.protobuf.StringValue _type = 5;
|
|
2908
2921
|
}
|
|
2909
|
-
message AzureMicrosoftNetworkGatewayLoadBalancer{
|
|
2922
|
+
message AzureMicrosoftNetworkGatewayLoadBalancer {
|
|
2910
2923
|
google.protobuf.StringValue _load_balancer_name = 1;
|
|
2911
2924
|
google.protobuf.StringValue _i_p_address = 2;
|
|
2912
2925
|
google.protobuf.StringValue _frontend_i_p_configuration_name = 3;
|
|
2913
2926
|
}
|
|
2914
2927
|
//Azure Inbound NAT Rule
|
|
2915
|
-
message AzureMicrosoftInboundNatRule{
|
|
2928
|
+
message AzureMicrosoftInboundNatRule {
|
|
2916
2929
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2917
2930
|
google.protobuf.StringValue _name = 2;
|
|
2918
2931
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2926,7 +2939,7 @@ message AzureMicrosoftInboundNatRule{
|
|
|
2926
2939
|
google.protobuf.BoolValue _enable_floating_i_p = 11;
|
|
2927
2940
|
google.protobuf.Int32Value _backend_port = 12;
|
|
2928
2941
|
}
|
|
2929
|
-
message AzureMicrosoftNetworkOutboundRule{
|
|
2942
|
+
message AzureMicrosoftNetworkOutboundRule {
|
|
2930
2943
|
google.protobuf.StringValue _name = 1;
|
|
2931
2944
|
google.protobuf.Int32Value _allocated_outbound_ports = 2;
|
|
2932
2945
|
google.protobuf.StringValue _protocol = 3;
|
|
@@ -2936,7 +2949,7 @@ message AzureMicrosoftNetworkOutboundRule{
|
|
|
2936
2949
|
google.protobuf.StringValue _formatted_frontend_configurations = 7;
|
|
2937
2950
|
}
|
|
2938
2951
|
//Deliver high availability and network performance to your applications
|
|
2939
|
-
message AzureMicrosoftNetworkLoadBalancingRule{
|
|
2952
|
+
message AzureMicrosoftNetworkLoadBalancingRule {
|
|
2940
2953
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2941
2954
|
google.protobuf.StringValue _name = 2;
|
|
2942
2955
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2952,7 +2965,7 @@ message AzureMicrosoftNetworkLoadBalancingRule{
|
|
|
2952
2965
|
google.protobuf.BoolValue _enable_tcp_reset = 13;
|
|
2953
2966
|
google.protobuf.BoolValue _enable_floating_i_p = 14;
|
|
2954
2967
|
}
|
|
2955
|
-
message AzureMicrosoftInboundNatPool{
|
|
2968
|
+
message AzureMicrosoftInboundNatPool {
|
|
2956
2969
|
google.protobuf.StringValue _name = 1;
|
|
2957
2970
|
google.protobuf.StringValue _protocol = 2;
|
|
2958
2971
|
google.protobuf.StringValue _backend_port = 3;
|
|
@@ -2960,7 +2973,7 @@ message AzureMicrosoftInboundNatPool{
|
|
|
2960
2973
|
google.protobuf.StringValue _frontend_port_range_end = 5;
|
|
2961
2974
|
}
|
|
2962
2975
|
//Personalized guidance and support for when issues in Azure services affect you
|
|
2963
|
-
message AzureMicrosoftNetworkProbe{
|
|
2976
|
+
message AzureMicrosoftNetworkProbe {
|
|
2964
2977
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2965
2978
|
google.protobuf.StringValue _name = 2;
|
|
2966
2979
|
google.protobuf.StringValue _protocol = 3;
|
|
@@ -2969,8 +2982,8 @@ message AzureMicrosoftNetworkProbe{
|
|
|
2969
2982
|
google.protobuf.Int32Value _number_of_probes = 6;
|
|
2970
2983
|
google.protobuf.StringValue _request_path = 7;
|
|
2971
2984
|
}
|
|
2972
|
-
//You can filter network traffic to and from Azure resources in an Azure virtual network with a network security group. A network security group contains security rules that allow or deny inbound network traffic to, or outbound network traffic from, several types of Azure resources.
|
|
2973
|
-
message AzureMicrosoftNetworkSecurityGroup{
|
|
2985
|
+
//You can filter network traffic to and from Azure resources in an Azure virtual network with a network security group. A network security group contains security rules that allow or deny inbound network traffic to, or outbound network traffic from, several types of Azure resources.
|
|
2986
|
+
message AzureMicrosoftNetworkSecurityGroup {
|
|
2974
2987
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2975
2988
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
2976
2989
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -2993,7 +3006,7 @@ message AzureMicrosoftNetworkSecurityGroup{
|
|
|
2993
3006
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
2994
3007
|
}
|
|
2995
3008
|
//Manage network security group rules.
|
|
2996
|
-
message AzureNetworkSecurityRule{
|
|
3009
|
+
message AzureNetworkSecurityRule {
|
|
2997
3010
|
repeated ScanningIssues _scanning_issues = 1;
|
|
2998
3011
|
google.protobuf.Int32Value _priority = 2;
|
|
2999
3012
|
google.protobuf.StringValue _name = 3;
|
|
@@ -3004,7 +3017,7 @@ message AzureNetworkSecurityRule{
|
|
|
3004
3017
|
google.protobuf.StringValue _access = 8;
|
|
3005
3018
|
}
|
|
3006
3019
|
//Subnets enable you to segment the virtual network into one or more sub-networks and allocate a portion of the virtual network's address space to each subnet. You can then deploy Azure resources in a specific subnet.
|
|
3007
|
-
message AzureMicrosoftSubnet{
|
|
3020
|
+
message AzureMicrosoftSubnet {
|
|
3008
3021
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3009
3022
|
google.protobuf.StringValue _name = 2;
|
|
3010
3023
|
google.protobuf.StringValue _address_prefix = 3;
|
|
@@ -3019,7 +3032,7 @@ message AzureMicrosoftSubnet{
|
|
|
3019
3032
|
repeated AzureMicrosoftServiceEndpoint _service_endpoints = 12;
|
|
3020
3033
|
}
|
|
3021
3034
|
//A policy assignment is a policy definition that has been assigned to take place within a specific scope. This scope could range from a management group to a resource group. The term scope refers to all the resource groups, subscriptions, or management groups that the policy definition is assigned to.
|
|
3022
|
-
message AzureMicrosoftPolicyAssignment{
|
|
3035
|
+
message AzureMicrosoftPolicyAssignment {
|
|
3023
3036
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3024
3037
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3025
3038
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3030,7 +3043,7 @@ message AzureMicrosoftPolicyAssignment{
|
|
|
3030
3043
|
google.protobuf.StringValue _policy_definition_policy_type = 8;
|
|
3031
3044
|
}
|
|
3032
3045
|
//The journey of creating and implementing a policy in Azure Policy begins with creating a policy definition. Every policy definition has conditions under which it's enforced. And, it has a defined effect that takes place if the conditions are met.
|
|
3033
|
-
message AzureMicrosoftPolicyDefinition{
|
|
3046
|
+
message AzureMicrosoftPolicyDefinition {
|
|
3034
3047
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3035
3048
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3036
3049
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3040,7 +3053,7 @@ message AzureMicrosoftPolicyDefinition{
|
|
|
3040
3053
|
google.protobuf.StringValue _police_rule_text__a_d_k_j_s_o_n = 7;
|
|
3041
3054
|
}
|
|
3042
3055
|
//A server in the Azure Database for PostgreSQL - Flexible Server deployment option is a central administrative point for multiple databases.
|
|
3043
|
-
message AzureMicrosoftPostgreSqlFlexibleServer{
|
|
3056
|
+
message AzureMicrosoftPostgreSqlFlexibleServer {
|
|
3044
3057
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3045
3058
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3046
3059
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3070,21 +3083,21 @@ message AzureMicrosoftPostgreSqlFlexibleServer{
|
|
|
3070
3083
|
google.protobuf.StringValue _a_d_k__price = 27;
|
|
3071
3084
|
}
|
|
3072
3085
|
//Within an Azure Database for PostgreSQL server, you can create one or multiple databases. You can opt to create a single database per server to utilize all the resources, or create multiple databases to share the resources.
|
|
3073
|
-
message AzureMicrosoftPostgreSqlFlexibleDatabase{
|
|
3086
|
+
message AzureMicrosoftPostgreSqlFlexibleDatabase {
|
|
3074
3087
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3075
3088
|
google.protobuf.StringValue _name = 2;
|
|
3076
3089
|
google.protobuf.StringValue _charset = 3;
|
|
3077
3090
|
google.protobuf.StringValue _collation = 4;
|
|
3078
3091
|
}
|
|
3079
3092
|
//The firewall grants access to the server based on the originating IP address of each request. With private access no public endpoint is available and only hosts located on the same network can access Azure Database for PostgreSQL - Flexible Server.
|
|
3080
|
-
message AzureMicrosoftPostgreSqlFlexibleFirewallRule{
|
|
3093
|
+
message AzureMicrosoftPostgreSqlFlexibleFirewallRule {
|
|
3081
3094
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3082
3095
|
google.protobuf.StringValue _name = 2;
|
|
3083
3096
|
google.protobuf.StringValue _start_ip_address = 3;
|
|
3084
3097
|
google.protobuf.StringValue _end_ip_address = 4;
|
|
3085
3098
|
}
|
|
3086
3099
|
//A server in the Azure Database for PostgreSQL - Single Server deployment option is a central administrative point for multiple databases.
|
|
3087
|
-
message AzureMicrosoftPostgreSQL{
|
|
3100
|
+
message AzureMicrosoftPostgreSQL {
|
|
3088
3101
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3089
3102
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3090
3103
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3093,7 +3106,7 @@ message AzureMicrosoftPostgreSQL{
|
|
|
3093
3106
|
google.protobuf.StringValue _fully_qualified_domain_name = 6;
|
|
3094
3107
|
google.protobuf.StringValue _location = 7;
|
|
3095
3108
|
google.protobuf.StringValue _version = 8;
|
|
3096
|
-
google.protobuf.StringValue _ssl_enforcement = 9
|
|
3109
|
+
google.protobuf.StringValue _ssl_enforcement = 9; //. Possible Values are : Enabled,Disabled
|
|
3097
3110
|
google.protobuf.Int64Value _earliest_restore_date = 10;
|
|
3098
3111
|
repeated AzureMicrosoftPostgreDatabase _databases = 11;
|
|
3099
3112
|
repeated AzureMicrosoftFirewallRule _firewall_rules = 12;
|
|
@@ -3106,7 +3119,7 @@ message AzureMicrosoftPostgreSQL{
|
|
|
3106
3119
|
google.protobuf.StringValue _a_d_k__price = 19;
|
|
3107
3120
|
}
|
|
3108
3121
|
//Within an Azure Database for PostgreSQL server, you can create one or multiple databases. You can opt to create a single database per server to utilize all the resources, or create multiple databases to share the resources.
|
|
3109
|
-
message AzureMicrosoftPostgreDatabase{
|
|
3122
|
+
message AzureMicrosoftPostgreDatabase {
|
|
3110
3123
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3111
3124
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3112
3125
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3114,14 +3127,14 @@ message AzureMicrosoftPostgreDatabase{
|
|
|
3114
3127
|
google.protobuf.StringValue _charset = 5;
|
|
3115
3128
|
}
|
|
3116
3129
|
//The firewall grants access to the server based on the originating IP address of each request. With private access no public endpoint is available and only hosts located on the same network can access Azure Database for PostgreSQL - Flexible Server.
|
|
3117
|
-
message AzureMicrosoftFirewallRule{
|
|
3130
|
+
message AzureMicrosoftFirewallRule {
|
|
3118
3131
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3119
3132
|
google.protobuf.StringValue _name = 2;
|
|
3120
3133
|
google.protobuf.StringValue _start_ip_address = 3;
|
|
3121
3134
|
google.protobuf.StringValue _end_ip_address = 4;
|
|
3122
3135
|
}
|
|
3123
3136
|
//A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service that's powered by Azure Private Link.
|
|
3124
|
-
message AzureMicrosoftPrivateEndpointConnection{
|
|
3137
|
+
message AzureMicrosoftPrivateEndpointConnection {
|
|
3125
3138
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3126
3139
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3127
3140
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3147,7 +3160,7 @@ message AzureMicrosoftPrivateEndpointConnection{
|
|
|
3147
3160
|
google.protobuf.StringValue _connection_state_description = 23;
|
|
3148
3161
|
}
|
|
3149
3162
|
//Used for communication with the Internet, including Azure public-facing services.
|
|
3150
|
-
message AzureMicrosoftPublicIPAddress{
|
|
3163
|
+
message AzureMicrosoftPublicIPAddress {
|
|
3151
3164
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3152
3165
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3153
3166
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3171,7 +3184,7 @@ message AzureMicrosoftPublicIPAddress{
|
|
|
3171
3184
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
3172
3185
|
}
|
|
3173
3186
|
//Keep your business running with built-in disaster recovery service
|
|
3174
|
-
message AzureMicrosoftRecoveryServiceVault{
|
|
3187
|
+
message AzureMicrosoftRecoveryServiceVault {
|
|
3175
3188
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3176
3189
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3177
3190
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3189,20 +3202,20 @@ message AzureMicrosoftRecoveryServiceVault{
|
|
|
3189
3202
|
google.protobuf.StringValue _a_d_k__price = 15;
|
|
3190
3203
|
}
|
|
3191
3204
|
//Item that is backed up within a vault.
|
|
3192
|
-
message AzureMicrosoftRecoveryServiceBackupProtectedItem{
|
|
3205
|
+
message AzureMicrosoftRecoveryServiceBackupProtectedItem {
|
|
3193
3206
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3194
3207
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3195
3208
|
google.protobuf.StringValue _backup_management_friendly_name = 3;
|
|
3196
3209
|
google.protobuf.StringValue _last_backup_status = 4;
|
|
3197
3210
|
google.protobuf.Int64Value _last_recovery_point = 5;
|
|
3198
3211
|
}
|
|
3199
|
-
message AzureRecoveryServiceVaultProtectionPolicy{
|
|
3212
|
+
message AzureRecoveryServiceVaultProtectionPolicy {
|
|
3200
3213
|
google.protobuf.StringValue _policy_name = 1;
|
|
3201
3214
|
google.protobuf.StringValue _policy_sub_type = 2;
|
|
3202
3215
|
google.protobuf.StringValue _policy_type = 3;
|
|
3203
3216
|
}
|
|
3204
3217
|
//Power applications with high-throughput, low-latency data access.
|
|
3205
|
-
message AzureMicrosoftRedis{
|
|
3218
|
+
message AzureMicrosoftRedis {
|
|
3206
3219
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3207
3220
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3208
3221
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3233,13 +3246,13 @@ message AzureMicrosoftRedis{
|
|
|
3233
3246
|
repeated ResourceBilling _resources_billing = 28;
|
|
3234
3247
|
google.protobuf.StringValue _a_d_k__price = 29;
|
|
3235
3248
|
}
|
|
3236
|
-
message AzureMicrosoftRedisFirewallRule{
|
|
3249
|
+
message AzureMicrosoftRedisFirewallRule {
|
|
3237
3250
|
google.protobuf.StringValue _name = 1;
|
|
3238
3251
|
google.protobuf.StringValue _start_ip_address = 2;
|
|
3239
3252
|
google.protobuf.StringValue _end_ip_address = 3;
|
|
3240
3253
|
}
|
|
3241
3254
|
//Azure automatically routes traffic between Azure subnets, virtual networks, and on-premises networks. If you want to change any of Azure's default routing, you do so by creating a route table.
|
|
3242
|
-
message AzureMicrosoftRouteTable{
|
|
3255
|
+
message AzureMicrosoftRouteTable {
|
|
3243
3256
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3244
3257
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3245
3258
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3254,7 +3267,7 @@ message AzureMicrosoftRouteTable{
|
|
|
3254
3267
|
google.protobuf.StringValue _a_d_k__price = 12;
|
|
3255
3268
|
}
|
|
3256
3269
|
//Each route contains an address prefix and next hop type. When traffic leaving a subnet is sent to an IP address within the address prefix of a route, the route that contains the prefix is the route Azure uses.
|
|
3257
|
-
message AzureMicrosoftRoute{
|
|
3270
|
+
message AzureMicrosoftRoute {
|
|
3258
3271
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3259
3272
|
google.protobuf.StringValue _name = 2;
|
|
3260
3273
|
google.protobuf.StringValue _address_prefix = 3;
|
|
@@ -3262,14 +3275,14 @@ message AzureMicrosoftRoute{
|
|
|
3262
3275
|
google.protobuf.StringValue _next_hop_ip_address = 5;
|
|
3263
3276
|
}
|
|
3264
3277
|
//AI-powered cloud search service for mobile and web app development.
|
|
3265
|
-
message AzureMicrosoftSearchServices{
|
|
3278
|
+
message AzureMicrosoftSearchServices {
|
|
3266
3279
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3267
3280
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3268
3281
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
3269
3282
|
google.protobuf.StringValue _url = 4;
|
|
3270
3283
|
google.protobuf.StringValue _sku_name = 5;
|
|
3271
3284
|
google.protobuf.StringValue _resource_group_name = 6;
|
|
3272
|
-
google.protobuf.StringValue _status = 7
|
|
3285
|
+
google.protobuf.StringValue _status = 7; //. Possible Values are : Running,Provisioning,Deleting,Degraded,Disabled,Error
|
|
3273
3286
|
google.protobuf.StringValue _location = 8;
|
|
3274
3287
|
google.protobuf.StringValue _hosting_mode = 9;
|
|
3275
3288
|
google.protobuf.Int32Value _partition_count = 10;
|
|
@@ -3283,22 +3296,22 @@ message AzureMicrosoftSearchServices{
|
|
|
3283
3296
|
repeated ResourceBilling _resources_billing = 18;
|
|
3284
3297
|
google.protobuf.StringValue _a_d_k__price = 19;
|
|
3285
3298
|
}
|
|
3286
|
-
message AzureMicrosoftSearchIndex{
|
|
3299
|
+
message AzureMicrosoftSearchIndex {
|
|
3287
3300
|
repeated AzureMicrosoftSearchIndexField _search_index_fields = 1;
|
|
3288
3301
|
repeated AzureMicrosoftSearchIndexScoringProfile _search_index_scoring_profiles = 2;
|
|
3289
3302
|
}
|
|
3290
|
-
message AzureMicrosoftSearchIndexField{
|
|
3303
|
+
message AzureMicrosoftSearchIndexField {
|
|
3291
3304
|
google.protobuf.StringValue _name = 1;
|
|
3292
3305
|
google.protobuf.StringValue _type = 2;
|
|
3293
3306
|
google.protobuf.StringValue _attributes = 3;
|
|
3294
3307
|
}
|
|
3295
|
-
message AzureMicrosoftSearchIndexScoringProfile{
|
|
3308
|
+
message AzureMicrosoftSearchIndexScoringProfile {
|
|
3296
3309
|
google.protobuf.StringValue _name = 1;
|
|
3297
3310
|
google.protobuf.StringValue _weights_info = 2;
|
|
3298
3311
|
google.protobuf.StringValue _functions_info = 3;
|
|
3299
3312
|
}
|
|
3300
3313
|
//Microsoft Sentinel delivers intelligent security analytics and threat intelligence across the enterprise. With Microsoft Sentinel, you get a single solution for attack detection, threat visibility, proactive hunting, and threat response.
|
|
3301
|
-
message AzureSecurityInsightWorkspace{
|
|
3314
|
+
message AzureSecurityInsightWorkspace {
|
|
3302
3315
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3303
3316
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3304
3317
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3319,13 +3332,13 @@ message AzureSecurityInsightWorkspace{
|
|
|
3319
3332
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
3320
3333
|
}
|
|
3321
3334
|
//You can use data connectors to start ingesting your data into Microsoft Sentinel. Microsoft Sentinel comes with many out of the box connectors for Microsoft services, which you can integrate in real time.
|
|
3322
|
-
message AzureSecurityInsightDataConnector{
|
|
3335
|
+
message AzureSecurityInsightDataConnector {
|
|
3323
3336
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3324
3337
|
google.protobuf.StringValue _name = 2;
|
|
3325
3338
|
google.protobuf.StringValue _display_name = 3;
|
|
3326
3339
|
}
|
|
3327
3340
|
//Analytics rules search for specific events or sets of events across your environment, alert you when certain event thresholds or conditions are reached, generate incidents for your SOC to triage and investigate, and respond to threats with automated tracking and remediation processes.
|
|
3328
|
-
message AzureSecurityInsightAlertRule{
|
|
3341
|
+
message AzureSecurityInsightAlertRule {
|
|
3329
3342
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3330
3343
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3331
3344
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3334,7 +3347,7 @@ message AzureSecurityInsightAlertRule{
|
|
|
3334
3347
|
google.protobuf.StringValue _severity = 6;
|
|
3335
3348
|
}
|
|
3336
3349
|
//Connect across private and public cloud environments.
|
|
3337
|
-
message AzureMicrosoftServiceBusNamespace{
|
|
3350
|
+
message AzureMicrosoftServiceBusNamespace {
|
|
3338
3351
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3339
3352
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3340
3353
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3343,7 +3356,7 @@ message AzureMicrosoftServiceBusNamespace{
|
|
|
3343
3356
|
google.protobuf.StringValue _type = 6;
|
|
3344
3357
|
google.protobuf.Int64Value _created_at = 7;
|
|
3345
3358
|
google.protobuf.Int64Value _updated_at = 8;
|
|
3346
|
-
google.protobuf.StringValue _sku_tier = 9
|
|
3359
|
+
google.protobuf.StringValue _sku_tier = 9; //. Possible Values are : Basic,Standard,Premium
|
|
3347
3360
|
google.protobuf.StringValue _zone_redundant_status = 10;
|
|
3348
3361
|
google.protobuf.StringValue _provisioning_state = 11;
|
|
3349
3362
|
google.protobuf.StringValue _service_bus_endpoint = 12;
|
|
@@ -3357,14 +3370,14 @@ message AzureMicrosoftServiceBusNamespace{
|
|
|
3357
3370
|
repeated ResourceBilling _resources_billing = 20;
|
|
3358
3371
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
3359
3372
|
}
|
|
3360
|
-
//Queues offer First In, First Out (FIFO) message delivery to one or more competing consumers.
|
|
3361
|
-
message AzureMicrosoftServiceBusQueue{
|
|
3373
|
+
//Queues offer First In, First Out (FIFO) message delivery to one or more competing consumers.
|
|
3374
|
+
message AzureMicrosoftServiceBusQueue {
|
|
3362
3375
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3363
3376
|
google.protobuf.StringValue _name = 2;
|
|
3364
3377
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
3365
3378
|
google.protobuf.StringValue _queue_url = 4;
|
|
3366
3379
|
google.protobuf.Int64Value _created_at = 5;
|
|
3367
|
-
google.protobuf.StringValue _status = 6
|
|
3380
|
+
google.protobuf.StringValue _status = 6; //. Possible Values are : Active,Disabled,Restoring,SendDisabled,ReceiveDisabled,Creating,Deleting,Renaming,Unknown
|
|
3368
3381
|
google.protobuf.Int64Value _message_count_details_active_message_count = 7;
|
|
3369
3382
|
google.protobuf.Int64Value _message_count_details_scheduled_message_count = 8;
|
|
3370
3383
|
google.protobuf.Int64Value _message_count_details_dead_letter_message_count = 9;
|
|
@@ -3380,13 +3393,13 @@ message AzureMicrosoftServiceBusQueue{
|
|
|
3380
3393
|
google.protobuf.BoolValue _enable_partitioning = 19;
|
|
3381
3394
|
}
|
|
3382
3395
|
//Provide a one-to-many form of communication, in a publish/subscribe pattern.
|
|
3383
|
-
message AzureMicrosoftServiceBusTopic{
|
|
3396
|
+
message AzureMicrosoftServiceBusTopic {
|
|
3384
3397
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3385
3398
|
google.protobuf.StringValue _name = 2;
|
|
3386
3399
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
3387
3400
|
google.protobuf.StringValue _topic_url = 4;
|
|
3388
3401
|
google.protobuf.Int64Value _created_at = 5;
|
|
3389
|
-
google.protobuf.StringValue _status = 6
|
|
3402
|
+
google.protobuf.StringValue _status = 6; //. Possible Values are : Active,Disabled,Restoring,SendDisabled,ReceiveDisabled,Creating,Deleting,Renaming,Unknown
|
|
3390
3403
|
google.protobuf.Int64Value _message_count_details_active_message_count = 7;
|
|
3391
3404
|
google.protobuf.Int64Value _message_count_details_scheduled_message_count = 8;
|
|
3392
3405
|
google.protobuf.Int64Value _message_count_details_dead_letter_message_count = 9;
|
|
@@ -3400,7 +3413,7 @@ message AzureMicrosoftServiceBusTopic{
|
|
|
3400
3413
|
google.protobuf.BoolValue _enable_partitioning = 17;
|
|
3401
3414
|
}
|
|
3402
3415
|
//Develop microservices and orchestrate containers on Windows or Linux.
|
|
3403
|
-
message AzureMicrosoftServiceFabricCluster{
|
|
3416
|
+
message AzureMicrosoftServiceFabricCluster {
|
|
3404
3417
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3405
3418
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3406
3419
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3423,7 +3436,7 @@ message AzureMicrosoftServiceFabricCluster{
|
|
|
3423
3436
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
3424
3437
|
}
|
|
3425
3438
|
//Develop microservices and orchestrate containers on Windows or Linux.
|
|
3426
|
-
message AzureMicrosoftServiceFabricClusterNodeTypeDescription{
|
|
3439
|
+
message AzureMicrosoftServiceFabricClusterNodeTypeDescription {
|
|
3427
3440
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3428
3441
|
google.protobuf.StringValue _name = 2;
|
|
3429
3442
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3441,7 +3454,7 @@ message AzureMicrosoftServiceFabricClusterNodeTypeDescription{
|
|
|
3441
3454
|
google.protobuf.StringValue _scale_set_a_d_k__name = 15;
|
|
3442
3455
|
}
|
|
3443
3456
|
//Easily add real-time web functionality to applications
|
|
3444
|
-
message AzureMicrosoftSignalR{
|
|
3457
|
+
message AzureMicrosoftSignalR {
|
|
3445
3458
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3446
3459
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3447
3460
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3465,7 +3478,7 @@ message AzureMicrosoftSignalR{
|
|
|
3465
3478
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
3466
3479
|
}
|
|
3467
3480
|
//A snapshot is a full, read-only copy of a virtual hard drive (VHD). You can take a snapshot of an OS or data disk VHD to use as a backup, or to troubleshoot virtual machine (VM) issues.
|
|
3468
|
-
message AzureMicrosoftSnapshot{
|
|
3481
|
+
message AzureMicrosoftSnapshot {
|
|
3469
3482
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3470
3483
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3471
3484
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3484,7 +3497,7 @@ message AzureMicrosoftSnapshot{
|
|
|
3484
3497
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
3485
3498
|
}
|
|
3486
3499
|
//Create multi-user, spatially aware mixed reality experiences
|
|
3487
|
-
message AzureMicrosoftSpatialAnchorsAccount{
|
|
3500
|
+
message AzureMicrosoftSpatialAnchorsAccount {
|
|
3488
3501
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3489
3502
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3490
3503
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3501,7 +3514,7 @@ message AzureMicrosoftSpatialAnchorsAccount{
|
|
|
3501
3514
|
google.protobuf.StringValue _a_d_k__price = 14;
|
|
3502
3515
|
}
|
|
3503
3516
|
//Elastic data warehouse as a service with enterprise-class features
|
|
3504
|
-
message AzureMicrosoftSqlElasticPool{
|
|
3517
|
+
message AzureMicrosoftSqlElasticPool {
|
|
3505
3518
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3506
3519
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3507
3520
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3526,7 +3539,7 @@ message AzureMicrosoftSqlElasticPool{
|
|
|
3526
3539
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
3527
3540
|
}
|
|
3528
3541
|
//Elastic data warehouse as a service with enterprise-class features
|
|
3529
|
-
message AzureMicrosoftElasticPoolDatabase{
|
|
3542
|
+
message AzureMicrosoftElasticPoolDatabase {
|
|
3530
3543
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3531
3544
|
google.protobuf.StringValue _name = 2;
|
|
3532
3545
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3535,14 +3548,14 @@ message AzureMicrosoftElasticPoolDatabase{
|
|
|
3535
3548
|
google.protobuf.StringValue _max_size_text = 6;
|
|
3536
3549
|
}
|
|
3537
3550
|
//Firewall systems help prevent unauthorized access to computer resources. If a firewall is turned on but not correctly configured, attempts to connect to SQL Server might be blocked.
|
|
3538
|
-
message AzureMicrosoftSqlFirewallRule{
|
|
3551
|
+
message AzureMicrosoftSqlFirewallRule {
|
|
3539
3552
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3540
3553
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3541
3554
|
google.protobuf.StringValue _start_ip_address = 3;
|
|
3542
3555
|
google.protobuf.StringValue _end_ip_address = 4;
|
|
3543
3556
|
}
|
|
3544
3557
|
//Managed SQL database service for app developers
|
|
3545
|
-
message AzureMicrosoftSqlManagedInstance{
|
|
3558
|
+
message AzureMicrosoftSqlManagedInstance {
|
|
3546
3559
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3547
3560
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3548
3561
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3567,7 +3580,7 @@ message AzureMicrosoftSqlManagedInstance{
|
|
|
3567
3580
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
3568
3581
|
}
|
|
3569
3582
|
//Managed SQL database service for app developers
|
|
3570
|
-
message AzureMicrosoftSqlManagedDatabase{
|
|
3583
|
+
message AzureMicrosoftSqlManagedDatabase {
|
|
3571
3584
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3572
3585
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3573
3586
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3578,7 +3591,7 @@ message AzureMicrosoftSqlManagedDatabase{
|
|
|
3578
3591
|
google.protobuf.StringValue _restore_point_in_time_formatted = 8;
|
|
3579
3592
|
}
|
|
3580
3593
|
//SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS).
|
|
3581
|
-
message AzureMicrosoftSqlServer{
|
|
3594
|
+
message AzureMicrosoftSqlServer {
|
|
3582
3595
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3583
3596
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3584
3597
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3601,8 +3614,8 @@ message AzureMicrosoftSqlServer{
|
|
|
3601
3614
|
repeated ResourceBilling _resources_billing = 20;
|
|
3602
3615
|
google.protobuf.StringValue _a_d_k__price = 21;
|
|
3603
3616
|
}
|
|
3604
|
-
//A database in SQL Server is made up of a collection of tables that stores a specific set of structured data. A table contains a collection of rows, also referred to as records or tuples, and columns, also referred to as attributes.
|
|
3605
|
-
message AzureMicrosoftSqlDatabase{
|
|
3617
|
+
//A database in SQL Server is made up of a collection of tables that stores a specific set of structured data. A table contains a collection of rows, also referred to as records or tuples, and columns, also referred to as attributes.
|
|
3618
|
+
message AzureMicrosoftSqlDatabase {
|
|
3606
3619
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3607
3620
|
google.protobuf.StringValue _name = 2;
|
|
3608
3621
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3627,12 +3640,12 @@ message AzureMicrosoftSqlDatabase{
|
|
|
3627
3640
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
3628
3641
|
}
|
|
3629
3642
|
//Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.
|
|
3630
|
-
message AzureMicrosoftSqlTable{
|
|
3643
|
+
message AzureMicrosoftSqlTable {
|
|
3631
3644
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3632
3645
|
repeated AzureMicrosoftSqlColumn _sql_columns = 2;
|
|
3633
3646
|
}
|
|
3634
3647
|
//A column is a set of data values of a particular simple type, one value for each row of the database.
|
|
3635
|
-
message AzureMicrosoftSqlColumn{
|
|
3648
|
+
message AzureMicrosoftSqlColumn {
|
|
3636
3649
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3637
3650
|
google.protobuf.StringValue _name = 2;
|
|
3638
3651
|
google.protobuf.StringValue _type = 3;
|
|
@@ -3644,29 +3657,29 @@ message AzureMicrosoftSqlColumn{
|
|
|
3644
3657
|
google.protobuf.StringValue _scale = 9;
|
|
3645
3658
|
}
|
|
3646
3659
|
//A stored procedure in SQL Server is a group of one or more Transact-SQL statements or a reference to a Microsoft .NET Framework common runtime language (CLR) method.
|
|
3647
|
-
message AzureMicrosoftSqlProcedures{
|
|
3660
|
+
message AzureMicrosoftSqlProcedures {
|
|
3648
3661
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3649
3662
|
google.protobuf.StringValue _name = 2;
|
|
3650
3663
|
google.protobuf.StringValue _code = 3;
|
|
3651
3664
|
}
|
|
3652
3665
|
//A view is a virtual table whose contents are defined by a query. Like a table, a view consists of a set of named columns and rows of data. Unless indexed, a view does not exist as a stored set of data values in a database.
|
|
3653
|
-
message AzureMicrosoftSqlView{
|
|
3666
|
+
message AzureMicrosoftSqlView {
|
|
3654
3667
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3655
3668
|
google.protobuf.StringValue _name = 2;
|
|
3656
3669
|
}
|
|
3657
3670
|
//Allows a system-supplied value for the database user name of the current user to be inserted into a table when no default value is specified.
|
|
3658
|
-
message AzureMicrosoftSqlUser{
|
|
3671
|
+
message AzureMicrosoftSqlUser {
|
|
3659
3672
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3660
3673
|
google.protobuf.StringValue _name = 2;
|
|
3661
3674
|
google.protobuf.StringValue _default_schema_name = 3;
|
|
3662
3675
|
}
|
|
3663
3676
|
//SQL Server provides server-level roles to help you manage the permissions on a server. These roles are security principals that group other principals. Server-level roles are server-wide in their permissions scope.
|
|
3664
|
-
message AzureMicrosoftSqlRole{
|
|
3677
|
+
message AzureMicrosoftSqlRole {
|
|
3665
3678
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3666
3679
|
google.protobuf.StringValue _name = 2;
|
|
3667
3680
|
}
|
|
3668
3681
|
//Provision private networks, optionally connect to on-premises datacenters
|
|
3669
|
-
message AzureMicrosoftSqlVirtualNetworkRule{
|
|
3682
|
+
message AzureMicrosoftSqlVirtualNetworkRule {
|
|
3670
3683
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3671
3684
|
google.protobuf.StringValue _name = 2;
|
|
3672
3685
|
google.protobuf.StringValue _virtual_network_name = 3;
|
|
@@ -3675,7 +3688,7 @@ message AzureMicrosoftSqlVirtualNetworkRule{
|
|
|
3675
3688
|
google.protobuf.StringValue _state = 6;
|
|
3676
3689
|
}
|
|
3677
3690
|
//REST-based object storage for unstructured data
|
|
3678
|
-
message AzureMicrosoftStorageBlobContainer{
|
|
3691
|
+
message AzureMicrosoftStorageBlobContainer {
|
|
3679
3692
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3680
3693
|
google.protobuf.StringValue _name = 2;
|
|
3681
3694
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3683,24 +3696,24 @@ message AzureMicrosoftStorageBlobContainer{
|
|
|
3683
3696
|
repeated AzureMicrosoftStorageContainerBlobItem _last10_modified_blob_items = 5;
|
|
3684
3697
|
}
|
|
3685
3698
|
//REST-based object storage for unstructured data
|
|
3686
|
-
message AzureMicrosoftStorageContainerBlobItem{
|
|
3699
|
+
message AzureMicrosoftStorageContainerBlobItem {
|
|
3687
3700
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3688
3701
|
google.protobuf.StringValue _short_u_r_i = 2;
|
|
3689
3702
|
google.protobuf.StringValue _size = 3;
|
|
3690
3703
|
google.protobuf.StringValue _azure_blob_properties_content_type = 4;
|
|
3691
3704
|
google.protobuf.StringValue _formatted_modified_date = 5;
|
|
3692
|
-
google.protobuf.StringValue _azure_blob_properties_blob_type = 6
|
|
3705
|
+
google.protobuf.StringValue _azure_blob_properties_blob_type = 6; //. Possible Values are : Unspecified,PageBlob,BlockBlob,AppendBlob
|
|
3693
3706
|
}
|
|
3694
3707
|
//NoSQL key-value store using semi-structured datasets.
|
|
3695
|
-
message AzureMicrosoftCloudTable{
|
|
3708
|
+
message AzureMicrosoftCloudTable {
|
|
3696
3709
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3697
3710
|
google.protobuf.StringValue _name = 2;
|
|
3698
3711
|
}
|
|
3699
|
-
message AzureMicrosoftStorageCorsSettings{
|
|
3712
|
+
message AzureMicrosoftStorageCorsSettings {
|
|
3700
3713
|
repeated AzureMicrosoftBlobServiceCorsRule _blob_service_cors_rules = 1;
|
|
3701
3714
|
}
|
|
3702
3715
|
//CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
|
|
3703
|
-
message AzureMicrosoftBlobServiceCorsRule{
|
|
3716
|
+
message AzureMicrosoftBlobServiceCorsRule {
|
|
3704
3717
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3705
3718
|
repeated AzureString _allowed_origins = 2;
|
|
3706
3719
|
repeated AzureString _allowed_methods = 3;
|
|
@@ -3709,7 +3722,7 @@ message AzureMicrosoftBlobServiceCorsRule{
|
|
|
3709
3722
|
google.protobuf.Int32Value _max_age_in_seconds = 6;
|
|
3710
3723
|
}
|
|
3711
3724
|
//Real-time data stream processing from millions of IoT devices.
|
|
3712
|
-
message AzureMicrosoftStreamAnalyticsJob{
|
|
3725
|
+
message AzureMicrosoftStreamAnalyticsJob {
|
|
3713
3726
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3714
3727
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3715
3728
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3735,20 +3748,20 @@ message AzureMicrosoftStreamAnalyticsJob{
|
|
|
3735
3748
|
google.protobuf.StringValue _a_d_k__price = 23;
|
|
3736
3749
|
}
|
|
3737
3750
|
//Real-time data stream processing from millions of IoT devices.
|
|
3738
|
-
message AzureMicrosoftStreamAnalyticsInput{
|
|
3751
|
+
message AzureMicrosoftStreamAnalyticsInput {
|
|
3739
3752
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3740
3753
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3741
3754
|
google.protobuf.StringValue _source_type = 3;
|
|
3742
3755
|
google.protobuf.StringValue _source = 4;
|
|
3743
3756
|
}
|
|
3744
3757
|
//Real-time data stream processing from millions of IoT devices.
|
|
3745
|
-
message AzureMicrosoftStreamAnalyticsOutput{
|
|
3758
|
+
message AzureMicrosoftStreamAnalyticsOutput {
|
|
3746
3759
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3747
3760
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3748
3761
|
google.protobuf.StringValue _source = 3;
|
|
3749
3762
|
}
|
|
3750
3763
|
//Real-time data stream processing from millions of IoT devices.
|
|
3751
|
-
message AzureMicrosoftStreamAnalyticsFunction{
|
|
3764
|
+
message AzureMicrosoftStreamAnalyticsFunction {
|
|
3752
3765
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3753
3766
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3754
3767
|
google.protobuf.Int32Value _number_parameters = 3;
|
|
@@ -3756,7 +3769,7 @@ message AzureMicrosoftStreamAnalyticsFunction{
|
|
|
3756
3769
|
google.protobuf.StringValue _function_type = 5;
|
|
3757
3770
|
}
|
|
3758
3771
|
//Route incoming traffic for high performance and availability.
|
|
3759
|
-
message AzureMicrosoftTrafficManagerProfile{
|
|
3772
|
+
message AzureMicrosoftTrafficManagerProfile {
|
|
3760
3773
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3761
3774
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3762
3775
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3779,15 +3792,15 @@ message AzureMicrosoftTrafficManagerProfile{
|
|
|
3779
3792
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
3780
3793
|
}
|
|
3781
3794
|
//Endpoint monitoring and automatic endpoint failover. Deliver high-availability applications that are resilient to endpoint failure.
|
|
3782
|
-
message AzureMicrosoftTrafficManagerMonitoredEndPoint{
|
|
3795
|
+
message AzureMicrosoftTrafficManagerMonitoredEndPoint {
|
|
3783
3796
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3784
3797
|
google.protobuf.StringValue _name = 2;
|
|
3785
3798
|
google.protobuf.StringValue _endpoint_status = 3;
|
|
3786
3799
|
google.protobuf.StringValue _endpoint_monitor_status = 4;
|
|
3787
3800
|
google.protobuf.StringValue _endpoint_location = 5;
|
|
3788
3801
|
}
|
|
3789
|
-
//A virtual network gateway is composed of two or more virtual machines that are deployed to a specific subnet you create, which is called the gateway subnet. The VMs that are located in the gateway subnet are created when you create the virtual network gateway.
|
|
3790
|
-
message AzureMicrosoftVirtualNetworkGateway{
|
|
3802
|
+
//A virtual network gateway is composed of two or more virtual machines that are deployed to a specific subnet you create, which is called the gateway subnet. The VMs that are located in the gateway subnet are created when you create the virtual network gateway.
|
|
3803
|
+
message AzureMicrosoftVirtualNetworkGateway {
|
|
3791
3804
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3792
3805
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3793
3806
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3795,7 +3808,7 @@ message AzureMicrosoftVirtualNetworkGateway{
|
|
|
3795
3808
|
google.protobuf.StringValue _location = 5;
|
|
3796
3809
|
google.protobuf.StringValue _vpn_gateway_generation = 6;
|
|
3797
3810
|
google.protobuf.StringValue _sku_name = 7;
|
|
3798
|
-
google.protobuf.StringValue _active_active_mode = 8
|
|
3811
|
+
google.protobuf.StringValue _active_active_mode = 8; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
3799
3812
|
google.protobuf.StringValue _linked_virtual_network_a_d_k__g_u_i_d = 9;
|
|
3800
3813
|
google.protobuf.StringValue _linked_virtual_network_a_d_k__name = 10;
|
|
3801
3814
|
google.protobuf.StringValue _linked_subnet_a_d_k__g_u_i_d = 11;
|
|
@@ -3817,7 +3830,7 @@ message AzureMicrosoftVirtualNetworkGateway{
|
|
|
3817
3830
|
repeated AzureMicrosoftVirtualNetworkGatewayConnection _connections = 27;
|
|
3818
3831
|
}
|
|
3819
3832
|
//Private and (optionally) public IP addresses are assigned to one or more IP configurations assigned to a network interface.
|
|
3820
|
-
message AzureMicrosoftNetworkIPConfiguration{
|
|
3833
|
+
message AzureMicrosoftNetworkIPConfiguration {
|
|
3821
3834
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3822
3835
|
google.protobuf.StringValue _name = 2;
|
|
3823
3836
|
google.protobuf.StringValue _public_i_p = 3;
|
|
@@ -3825,12 +3838,12 @@ message AzureMicrosoftNetworkIPConfiguration{
|
|
|
3825
3838
|
google.protobuf.StringValue _private_i_p_allocation_method = 5;
|
|
3826
3839
|
}
|
|
3827
3840
|
//Virtual Network (VNet) service endpoints extend your virtual network private address space and the identity of your VNet to the Azure services, over a direct connection.
|
|
3828
|
-
message AzureMicrosoftServiceEndpoint{
|
|
3841
|
+
message AzureMicrosoftServiceEndpoint {
|
|
3829
3842
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3830
3843
|
google.protobuf.StringValue _service = 2;
|
|
3831
3844
|
}
|
|
3832
3845
|
//A VPN gateway connection relies on the configuration of multiple resources, each of which contains configurable settings.
|
|
3833
|
-
message AzureMicrosoftVirtualNetworkGatewayConnection{
|
|
3846
|
+
message AzureMicrosoftVirtualNetworkGatewayConnection {
|
|
3834
3847
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3835
3848
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3836
3849
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3846,14 +3859,14 @@ message AzureMicrosoftVirtualNetworkGatewayConnection{
|
|
|
3846
3859
|
google.protobuf.BoolValue _use_policy_based_traffic_selectors = 13;
|
|
3847
3860
|
}
|
|
3848
3861
|
//Build, deploy, and scale powerful web applications quickly and efficiently.
|
|
3849
|
-
message AzureMicrosoftWeb{
|
|
3862
|
+
message AzureMicrosoftWeb {
|
|
3850
3863
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3851
3864
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3852
3865
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
3853
3866
|
google.protobuf.StringValue _state = 4;
|
|
3854
3867
|
google.protobuf.StringValue _auth_settings_enabled = 5;
|
|
3855
3868
|
google.protobuf.BoolValue _site_config_always_on = 6;
|
|
3856
|
-
google.protobuf.StringValue _site_config_load_balancing = 7
|
|
3869
|
+
google.protobuf.StringValue _site_config_load_balancing = 7; //. Possible Values are : WeightedRoundRobin,LeastRequests,LeastResponseTime,WeightedTotalTraffic,RequestHash,PerSiteRoundRobin
|
|
3857
3870
|
google.protobuf.Int32Value _site_config_number_of_workers = 8;
|
|
3858
3871
|
google.protobuf.StringValue _site_config_auto_swap_slot_name = 9;
|
|
3859
3872
|
google.protobuf.BoolValue _enabled = 10;
|
|
@@ -3865,14 +3878,14 @@ message AzureMicrosoftWeb{
|
|
|
3865
3878
|
google.protobuf.BoolValue _site_config_use32_bit_worker_process = 16;
|
|
3866
3879
|
google.protobuf.StringValue _docker_tag_id = 17;
|
|
3867
3880
|
google.protobuf.StringValue _app_service_plan_name = 18;
|
|
3868
|
-
google.protobuf.StringValue _app_service_plan_o_s_type = 19
|
|
3881
|
+
google.protobuf.StringValue _app_service_plan_o_s_type = 19; //. Possible Values are : Windows,Linux
|
|
3869
3882
|
google.protobuf.StringValue _a_s_e_a_d_k__g_u_i_d = 20;
|
|
3870
3883
|
google.protobuf.StringValue _a_s_e_a_d_k__name = 21;
|
|
3871
3884
|
google.protobuf.StringValue _app_service_plan_geo_region = 22;
|
|
3872
3885
|
google.protobuf.Int32Value _app_service_plan_maximum_number_of_workers = 23;
|
|
3873
3886
|
google.protobuf.Int32Value _app_service_plan_number_of_sites = 24;
|
|
3874
3887
|
google.protobuf.BoolValue _app_service_plan_per_site_scaling = 25;
|
|
3875
|
-
google.protobuf.StringValue _app_service_plan_status = 26
|
|
3888
|
+
google.protobuf.StringValue _app_service_plan_status = 26; //. Possible Values are : Ready,Pending,Creating
|
|
3876
3889
|
google.protobuf.StringValue _app_service_plan_sku_name = 27;
|
|
3877
3890
|
google.protobuf.StringValue _app_service_plan_sku_tier = 28;
|
|
3878
3891
|
google.protobuf.StringValue _app_service_plan_sku_family = 29;
|
|
@@ -3901,7 +3914,7 @@ message AzureMicrosoftWeb{
|
|
|
3901
3914
|
google.protobuf.StringValue _a_d_k__price = 52;
|
|
3902
3915
|
}
|
|
3903
3916
|
//Feature of Azure App Service that enables you to run a program or script in the same context as a web app, API app, or mobile app.
|
|
3904
|
-
message AzureMicrosoftWebJob{
|
|
3917
|
+
message AzureMicrosoftWebJob {
|
|
3905
3918
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3906
3919
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3907
3920
|
google.protobuf.StringValue _web_job_type = 3;
|
|
@@ -3909,13 +3922,13 @@ message AzureMicrosoftWebJob{
|
|
|
3909
3922
|
google.protobuf.StringValue _schedule = 5;
|
|
3910
3923
|
}
|
|
3911
3924
|
//Serverless computing service designed to accelerate and simplify application development.
|
|
3912
|
-
message AzureMicrosoftFunction{
|
|
3925
|
+
message AzureMicrosoftFunction {
|
|
3913
3926
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3914
3927
|
google.protobuf.StringValue _name = 2;
|
|
3915
3928
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
3916
3929
|
repeated AzureMicrosoftFunctionProperties _properties = 4;
|
|
3917
3930
|
}
|
|
3918
|
-
message AzureMicrosoftFunctionProperties{
|
|
3931
|
+
message AzureMicrosoftFunctionProperties {
|
|
3919
3932
|
google.protobuf.StringValue _name = 1;
|
|
3920
3933
|
google.protobuf.StringValue _script_root_path_href = 2;
|
|
3921
3934
|
google.protobuf.StringValue _script_href = 3;
|
|
@@ -3923,26 +3936,26 @@ message AzureMicrosoftFunctionProperties{
|
|
|
3923
3936
|
google.protobuf.StringValue _href = 5;
|
|
3924
3937
|
repeated AzureMicrosoftFunctionPropertiesConfig _configurations = 6;
|
|
3925
3938
|
}
|
|
3926
|
-
message AzureMicrosoftFunctionPropertiesConfig{
|
|
3939
|
+
message AzureMicrosoftFunctionPropertiesConfig {
|
|
3927
3940
|
repeated AzureMicrosoftFunctionPropertiesBinding _bindings = 1;
|
|
3928
3941
|
}
|
|
3929
|
-
message AzureMicrosoftFunctionPropertiesBinding{
|
|
3942
|
+
message AzureMicrosoftFunctionPropertiesBinding {
|
|
3930
3943
|
google.protobuf.StringValue _name = 1;
|
|
3931
3944
|
google.protobuf.StringValue _auth_level = 2;
|
|
3932
3945
|
google.protobuf.StringValue _type = 3;
|
|
3933
3946
|
google.protobuf.StringValue _direction = 4;
|
|
3934
3947
|
}
|
|
3935
|
-
message AzureMicrosoftFunctionProxy{
|
|
3948
|
+
message AzureMicrosoftFunctionProxy {
|
|
3936
3949
|
google.protobuf.StringValue _name = 1;
|
|
3937
3950
|
google.protobuf.StringValue _definition_formated_json__a_d_k_j_s_o_n = 2;
|
|
3938
3951
|
}
|
|
3939
|
-
message AzureMicrosoftWebConnectionString{
|
|
3952
|
+
message AzureMicrosoftWebConnectionString {
|
|
3940
3953
|
google.protobuf.StringValue _name = 1;
|
|
3941
3954
|
google.protobuf.StringValue _type = 2;
|
|
3942
3955
|
google.protobuf.StringValue _connection_string = 3;
|
|
3943
3956
|
}
|
|
3944
3957
|
//Provides an API, an in-process workflow engine, and a rehostable designer to implement long-running processes as workflows within .NET applications.
|
|
3945
|
-
message AzureMicrosoftWorkflow{
|
|
3958
|
+
message AzureMicrosoftWorkflow {
|
|
3946
3959
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3947
3960
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3948
3961
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3962,11 +3975,11 @@ message AzureMicrosoftWorkflow{
|
|
|
3962
3975
|
repeated ResourceBilling _resources_billing = 17;
|
|
3963
3976
|
google.protobuf.StringValue _a_d_k__price = 18;
|
|
3964
3977
|
}
|
|
3965
|
-
message AzureMicrosoftWorkflowParameter{
|
|
3978
|
+
message AzureMicrosoftWorkflowParameter {
|
|
3966
3979
|
google.protobuf.StringValue _name = 1;
|
|
3967
3980
|
}
|
|
3968
3981
|
//Azure Database for MySQL Flexible Server is a fully managed production-ready database service designed for more granular control and flexibility over database management functions and configuration settings.
|
|
3969
|
-
message AzureMySqlFlexibleServer{
|
|
3982
|
+
message AzureMySqlFlexibleServer {
|
|
3970
3983
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3971
3984
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
3972
3985
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -3993,7 +4006,7 @@ message AzureMySqlFlexibleServer{
|
|
|
3993
4006
|
google.protobuf.StringValue _a_d_k__price = 24;
|
|
3994
4007
|
}
|
|
3995
4008
|
//Azure Database for MySQL is a relational database service in the Microsoft cloud. Azure Database for MySQL is based on the MySQL community edition.
|
|
3996
|
-
message AzureMySqlDatabase{
|
|
4009
|
+
message AzureMySqlDatabase {
|
|
3997
4010
|
repeated ScanningIssues _scanning_issues = 1;
|
|
3998
4011
|
google.protobuf.StringValue _name = 2;
|
|
3999
4012
|
google.protobuf.StringValue _charset = 3;
|
|
@@ -4002,7 +4015,7 @@ message AzureMySqlDatabase{
|
|
|
4002
4015
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 6;
|
|
4003
4016
|
}
|
|
4004
4017
|
//Azure Database for MySQL Flexible Server, automatically creates server backups and securely stores them in local redundant storage within the region. Backups can be used to restore your server to a point-in-time.
|
|
4005
|
-
message AzureMySqlFlexibleServerBackup{
|
|
4018
|
+
message AzureMySqlFlexibleServerBackup {
|
|
4006
4019
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4007
4020
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4008
4021
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4011,14 +4024,14 @@ message AzureMySqlFlexibleServerBackup{
|
|
|
4011
4024
|
google.protobuf.StringValue _backup_type = 6;
|
|
4012
4025
|
}
|
|
4013
4026
|
//Firewalls prevent all access to your database server until you specify which computers have permission. The firewall grants access to the server based on the originating IP address of each request.
|
|
4014
|
-
message AzureMySqlFlexibleFirewallRule{
|
|
4027
|
+
message AzureMySqlFlexibleFirewallRule {
|
|
4015
4028
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4016
4029
|
google.protobuf.StringValue _name = 2;
|
|
4017
4030
|
google.protobuf.StringValue _start_ip_address = 3;
|
|
4018
4031
|
google.protobuf.StringValue _end_ip_address = 4;
|
|
4019
4032
|
}
|
|
4020
4033
|
//An Azure Database for MySQL server is a central administrative point for multiple databases. It is the same MySQL server construct that you may be familiar with in the on-premises world. Specifically, the Azure Database for MySQL service is managed, provides performance guarantees, and exposes access and features at server-level.
|
|
4021
|
-
message AzureMySqlServer{
|
|
4034
|
+
message AzureMySqlServer {
|
|
4022
4035
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4023
4036
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4024
4037
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4029,7 +4042,7 @@ message AzureMySqlServer{
|
|
|
4029
4042
|
google.protobuf.StringValue _server_admin_login_name = 8;
|
|
4030
4043
|
google.protobuf.StringValue _version = 9;
|
|
4031
4044
|
google.protobuf.StringValue _performance_configuration = 10;
|
|
4032
|
-
google.protobuf.StringValue _ssl_enforcement = 11
|
|
4045
|
+
google.protobuf.StringValue _ssl_enforcement = 11; //. Possible Values are : Enabled,Disabled
|
|
4033
4046
|
repeated AzureMySqlDatabase _databases = 12;
|
|
4034
4047
|
repeated AzureMySqlFirewallRule _firewall_rules = 13;
|
|
4035
4048
|
repeated AzureMySqlVirtualNetworkRule _virtual_network_rules = 14;
|
|
@@ -4043,14 +4056,14 @@ message AzureMySqlServer{
|
|
|
4043
4056
|
google.protobuf.StringValue _a_d_k__price = 22;
|
|
4044
4057
|
}
|
|
4045
4058
|
//Firewalls prevent all access to your database server until you specify which computers have permission. The firewall grants access to the server based on the originating IP address of each request.
|
|
4046
|
-
message AzureMySqlFirewallRule{
|
|
4059
|
+
message AzureMySqlFirewallRule {
|
|
4047
4060
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4048
4061
|
google.protobuf.StringValue _name = 2;
|
|
4049
4062
|
google.protobuf.StringValue _start_ip_address = 3;
|
|
4050
4063
|
google.protobuf.StringValue _end_ip_address = 4;
|
|
4051
4064
|
}
|
|
4052
4065
|
//Virtual network rules are one firewall security feature that controls whether your Azure Database for MySql server accepts communications that are sent from particular subnets in virtual networks.
|
|
4053
|
-
message AzureMySqlVirtualNetworkRule{
|
|
4066
|
+
message AzureMySqlVirtualNetworkRule {
|
|
4054
4067
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4055
4068
|
google.protobuf.StringValue _name = 2;
|
|
4056
4069
|
google.protobuf.StringValue _linked_virtual_network_a_d_k__g_u_i_d = 3;
|
|
@@ -4061,8 +4074,8 @@ message AzureMySqlVirtualNetworkRule{
|
|
|
4061
4074
|
google.protobuf.StringValue _endpoint_status = 8;
|
|
4062
4075
|
google.protobuf.StringValue _state = 9;
|
|
4063
4076
|
}
|
|
4064
|
-
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
4065
|
-
message AzureMySqlPrivateEndpointConnection{
|
|
4077
|
+
//Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. Private Endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet.
|
|
4078
|
+
message AzureMySqlPrivateEndpointConnection {
|
|
4066
4079
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4067
4080
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4068
4081
|
google.protobuf.StringValue _state = 3;
|
|
@@ -4070,7 +4083,7 @@ message AzureMySqlPrivateEndpointConnection{
|
|
|
4070
4083
|
google.protobuf.StringValue _request_response_message = 5;
|
|
4071
4084
|
}
|
|
4072
4085
|
//A NetApp account serves as an administrative grouping of the constituent capacity pools.
|
|
4073
|
-
message AzureNetAppAccount{
|
|
4086
|
+
message AzureNetAppAccount {
|
|
4074
4087
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4075
4088
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4076
4089
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4086,7 +4099,7 @@ message AzureNetAppAccount{
|
|
|
4086
4099
|
google.protobuf.StringValue _a_d_k__price = 13;
|
|
4087
4100
|
}
|
|
4088
4101
|
//A capacity pool is measured by its provisioned capacity. Each capacity pool can belong to only one NetApp account. However, you can have multiple capacity pools within a NetApp account.
|
|
4089
|
-
message AzureNetAppCapacityPool{
|
|
4102
|
+
message AzureNetAppCapacityPool {
|
|
4090
4103
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4091
4104
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4092
4105
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4098,7 +4111,7 @@ message AzureNetAppCapacityPool{
|
|
|
4098
4111
|
repeated AzureNetAppVolume _volumes = 9;
|
|
4099
4112
|
}
|
|
4100
4113
|
//A volume is measured by logical capacity consumption and is scalable. A volume's capacity consumption counts against its pool's provisioned capacity.
|
|
4101
|
-
message AzureNetAppVolume{
|
|
4114
|
+
message AzureNetAppVolume {
|
|
4102
4115
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4103
4116
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4104
4117
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4114,7 +4127,7 @@ message AzureNetAppVolume{
|
|
|
4114
4127
|
repeated CloudockitTag _tags = 13;
|
|
4115
4128
|
}
|
|
4116
4129
|
//A Log Analytics workspace is a unique environment for log data from Azure Monitor and other Azure services, such as Microsoft Sentinel and Microsoft Defender for Cloud.
|
|
4117
|
-
message AzureOperationalInsightWorkspace{
|
|
4130
|
+
message AzureOperationalInsightWorkspace {
|
|
4118
4131
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4119
4132
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4120
4133
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4133,7 +4146,7 @@ message AzureOperationalInsightWorkspace{
|
|
|
4133
4146
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
4134
4147
|
}
|
|
4135
4148
|
//The top level storage insight resource container.
|
|
4136
|
-
message AzureOperationalInsightStorageInsight{
|
|
4149
|
+
message AzureOperationalInsightStorageInsight {
|
|
4137
4150
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4138
4151
|
google.protobuf.StringValue _name = 2;
|
|
4139
4152
|
google.protobuf.StringValue _data_type = 3;
|
|
@@ -4141,7 +4154,7 @@ message AzureOperationalInsightStorageInsight{
|
|
|
4141
4154
|
google.protobuf.StringValue _connection = 5;
|
|
4142
4155
|
}
|
|
4143
4156
|
//Embed fully interactive, stunning data visualizations in your applications
|
|
4144
|
-
message AzurePowerBIDedicatedCapacity{
|
|
4157
|
+
message AzurePowerBIDedicatedCapacity {
|
|
4145
4158
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4146
4159
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4147
4160
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4160,7 +4173,7 @@ message AzurePowerBIDedicatedCapacity{
|
|
|
4160
4173
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
4161
4174
|
}
|
|
4162
4175
|
//Azure Private DNS provides a reliable, secure DNS service to manage and resolve domain names in a virtual network without the need to add a custom DNS solution.
|
|
4163
|
-
message AzurePrivateDnsZone{
|
|
4176
|
+
message AzurePrivateDnsZone {
|
|
4164
4177
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4165
4178
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4166
4179
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4179,16 +4192,16 @@ message AzurePrivateDnsZone{
|
|
|
4179
4192
|
google.protobuf.StringValue _a_d_k__price = 16;
|
|
4180
4193
|
}
|
|
4181
4194
|
//Sometimes you need to create more than one DNS record with a given name and type. For example, suppose the 'www.contoso.com' web site is hosted on two different IP addresses. The website requires two different A records, one for each IP address.
|
|
4182
|
-
message AzurePrivateDnsRecordSet{
|
|
4195
|
+
message AzurePrivateDnsRecordSet {
|
|
4183
4196
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4184
4197
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4185
|
-
google.protobuf.StringValue _recordset_type = 3
|
|
4198
|
+
google.protobuf.StringValue _recordset_type = 3; //. Possible Values are : A,AAAA,CNAME,MX,PTR,SOA,SRV,TXT
|
|
4186
4199
|
google.protobuf.Int64Value _ttl = 4;
|
|
4187
4200
|
repeated CloudockitTag _record_values = 5;
|
|
4188
4201
|
google.protobuf.BoolValue _auto_registered = 6;
|
|
4189
4202
|
}
|
|
4190
4203
|
//A DNS zone is used to host the DNS records for a particular domain. To start hosting your domain in Azure DNS, you need to create a DNS zone for that domain name.
|
|
4191
|
-
message AzurePublicDnsZone{
|
|
4204
|
+
message AzurePublicDnsZone {
|
|
4192
4205
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4193
4206
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4194
4207
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4206,7 +4219,7 @@ message AzurePublicDnsZone{
|
|
|
4206
4219
|
google.protobuf.StringValue _a_d_k__price = 15;
|
|
4207
4220
|
}
|
|
4208
4221
|
//Sometimes you need to create more than one DNS record with a given name and type. For example, suppose the 'www.contoso.com' web site is hosted on two different IP addresses. The website requires two different A records, one for each IP address.
|
|
4209
|
-
message AzureDnsRecordSet{
|
|
4222
|
+
message AzureDnsRecordSet {
|
|
4210
4223
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4211
4224
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4212
4225
|
google.protobuf.StringValue _recordset_type = 3;
|
|
@@ -4214,7 +4227,7 @@ message AzureDnsRecordSet{
|
|
|
4214
4227
|
repeated CloudockitTag _record_values = 5;
|
|
4215
4228
|
}
|
|
4216
4229
|
//Reservations help you save money by committing to one-year or three-year plans for multiple products. Committing allows you to get a discount on the resources you use.
|
|
4217
|
-
message AzureReservationOrder{
|
|
4230
|
+
message AzureReservationOrder {
|
|
4218
4231
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4219
4232
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4220
4233
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4234,7 +4247,7 @@ message AzureReservationOrder{
|
|
|
4234
4247
|
google.protobuf.StringValue _a_d_k__price = 17;
|
|
4235
4248
|
}
|
|
4236
4249
|
//A container that holds related resources for an Azure solution. The resource group includes those resources that you want to manage as a group.
|
|
4237
|
-
message AzureMicrosoftResourceGroup{
|
|
4250
|
+
message AzureMicrosoftResourceGroup {
|
|
4238
4251
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4239
4252
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4240
4253
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4249,7 +4262,7 @@ message AzureMicrosoftResourceGroup{
|
|
|
4249
4262
|
google.protobuf.StringValue _a_d_k__price = 12;
|
|
4250
4263
|
}
|
|
4251
4264
|
//Resource in Azure
|
|
4252
|
-
message AzureResource{
|
|
4265
|
+
message AzureResource {
|
|
4253
4266
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4254
4267
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
4255
4268
|
google.protobuf.StringValue _a_d_k__name = 3;
|
|
@@ -4257,7 +4270,7 @@ message AzureResource{
|
|
|
4257
4270
|
google.protobuf.StringValue _type = 5;
|
|
4258
4271
|
}
|
|
4259
4272
|
//A role definition is a collection of permissions. It's sometimes just called a role. A role definition lists the operations that can be performed, such as read, write, and delete. Roles can be high-level, like owner, or specific, like virtual machine reader.
|
|
4260
|
-
message AzureMicrosoftCustomRoleDefinition{
|
|
4273
|
+
message AzureMicrosoftCustomRoleDefinition {
|
|
4261
4274
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4262
4275
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4263
4276
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4268,7 +4281,7 @@ message AzureMicrosoftCustomRoleDefinition{
|
|
|
4268
4281
|
repeated AzureString _permission_not_actions = 8;
|
|
4269
4282
|
}
|
|
4270
4283
|
//Azure Spring Cloud Service Resource.
|
|
4271
|
-
message AzureSpringCloudServiceResource{
|
|
4284
|
+
message AzureSpringCloudServiceResource {
|
|
4272
4285
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4273
4286
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4274
4287
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4278,7 +4291,7 @@ message AzureSpringCloudServiceResource{
|
|
|
4278
4291
|
google.protobuf.StringValue _service_resource_sku = 7;
|
|
4279
4292
|
google.protobuf.Int32Value _version = 8;
|
|
4280
4293
|
repeated AzureSpringCloudAppResource _app_resources = 9;
|
|
4281
|
-
google.protobuf.StringValue _network_profile_deploy_in_virtual_network = 10
|
|
4294
|
+
google.protobuf.StringValue _network_profile_deploy_in_virtual_network = 10; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4282
4295
|
google.protobuf.StringValue _network_profile_linked_virtual_network_a_d_k__g_u_i_d = 11;
|
|
4283
4296
|
google.protobuf.StringValue _network_profile_linked_virtual_network_a_d_k__name = 12;
|
|
4284
4297
|
google.protobuf.StringValue _network_profile_service_cidr = 13;
|
|
@@ -4299,7 +4312,7 @@ message AzureSpringCloudServiceResource{
|
|
|
4299
4312
|
google.protobuf.StringValue _a_d_k__price = 28;
|
|
4300
4313
|
}
|
|
4301
4314
|
//Azure Spring Cloud App Resource.
|
|
4302
|
-
message AzureSpringCloudAppResource{
|
|
4315
|
+
message AzureSpringCloudAppResource {
|
|
4303
4316
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4304
4317
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4305
4318
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4316,13 +4329,13 @@ message AzureSpringCloudAppResource{
|
|
|
4316
4329
|
repeated AzureSpringCloudDeploymentResource _deployment_resources = 14;
|
|
4317
4330
|
repeated AzureSpringCloudBindingResource _binding_resources = 15;
|
|
4318
4331
|
}
|
|
4319
|
-
message AzureSpringCloudAppInstance{
|
|
4332
|
+
message AzureSpringCloudAppInstance {
|
|
4320
4333
|
google.protobuf.StringValue _name = 1;
|
|
4321
4334
|
google.protobuf.StringValue _status = 2;
|
|
4322
4335
|
google.protobuf.StringValue _discovery_status = 3;
|
|
4323
4336
|
}
|
|
4324
4337
|
//Azure Spring Cloud Deployment Resource.
|
|
4325
|
-
message AzureSpringCloudDeploymentResource{
|
|
4338
|
+
message AzureSpringCloudDeploymentResource {
|
|
4326
4339
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4327
4340
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4328
4341
|
google.protobuf.StringValue _state = 3;
|
|
@@ -4332,21 +4345,21 @@ message AzureSpringCloudDeploymentResource{
|
|
|
4332
4345
|
google.protobuf.StringValue _production_deployment_version = 7;
|
|
4333
4346
|
}
|
|
4334
4347
|
//Azure Spring Cloud Binding Resource.
|
|
4335
|
-
message AzureSpringCloudBindingResource{
|
|
4348
|
+
message AzureSpringCloudBindingResource {
|
|
4336
4349
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4337
4350
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4338
4351
|
google.protobuf.StringValue _binding_resource_properties_resource_name = 3;
|
|
4339
4352
|
google.protobuf.StringValue _binding_resource_properties_resource_type = 4;
|
|
4340
4353
|
}
|
|
4341
4354
|
//Workspace is a web-native experience that unifies end-to-end analytics solutions for Data Engineers to empower and enable them to ingest, explore, prepare, orchestrate, and visualize their data through one experience by utilizing either SQL or Spark.
|
|
4342
|
-
message AzureSynapseAnalyticWorkspace{
|
|
4355
|
+
message AzureSynapseAnalyticWorkspace {
|
|
4343
4356
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4344
4357
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4345
4358
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
4346
4359
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
4347
4360
|
google.protobuf.StringValue _provisioning_state = 5;
|
|
4348
4361
|
google.protobuf.StringValue _location = 6;
|
|
4349
|
-
google.protobuf.StringValue _is_managed_virtual_network = 7
|
|
4362
|
+
google.protobuf.StringValue _is_managed_virtual_network = 7; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4350
4363
|
google.protobuf.StringValue _identity_principal_id = 8;
|
|
4351
4364
|
google.protobuf.StringValue _workspace_web_url = 9;
|
|
4352
4365
|
google.protobuf.StringValue _data_lake_storage_account_url = 10;
|
|
@@ -4369,13 +4382,13 @@ message AzureSynapseAnalyticWorkspace{
|
|
|
4369
4382
|
repeated ResourceBilling _resources_billing = 27;
|
|
4370
4383
|
google.protobuf.StringValue _a_d_k__price = 28;
|
|
4371
4384
|
}
|
|
4372
|
-
message AzureSynapseAnalyticIpFirewallRuleInfo{
|
|
4385
|
+
message AzureSynapseAnalyticIpFirewallRuleInfo {
|
|
4373
4386
|
google.protobuf.StringValue _name = 1;
|
|
4374
4387
|
google.protobuf.StringValue _start_ip_address = 2;
|
|
4375
4388
|
google.protobuf.StringValue _end_ip_address = 3;
|
|
4376
4389
|
}
|
|
4377
4390
|
//Dedicated SQL pool (formerly SQL DW) represents a collection of analytic resources that are provisioned when using Synapse SQL.
|
|
4378
|
-
message AzureSynapseSqlPool{
|
|
4391
|
+
message AzureSynapseSqlPool {
|
|
4379
4392
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4380
4393
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4381
4394
|
google.protobuf.StringValue _pool_type = 3;
|
|
@@ -4383,7 +4396,7 @@ message AzureSynapseSqlPool{
|
|
|
4383
4396
|
google.protobuf.StringValue _size = 5;
|
|
4384
4397
|
}
|
|
4385
4398
|
//Azure Synapse Data Explorer provides customers with an interactive query experience to unlock insights from log and telemetry data.
|
|
4386
|
-
message AzureSynapseKustoPool{
|
|
4399
|
+
message AzureSynapseKustoPool {
|
|
4387
4400
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4388
4401
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4389
4402
|
google.protobuf.StringValue _pool_type = 3;
|
|
@@ -4391,21 +4404,21 @@ message AzureSynapseKustoPool{
|
|
|
4391
4404
|
google.protobuf.StringValue _size = 5;
|
|
4392
4405
|
}
|
|
4393
4406
|
//Apache Spark is a parallel processing framework that supports in-memory processing to boost the performance of big-data analytic applications.
|
|
4394
|
-
message AzureSynapseBigDataPool{
|
|
4407
|
+
message AzureSynapseBigDataPool {
|
|
4395
4408
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4396
4409
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4397
4410
|
google.protobuf.StringValue _node_size_family = 3;
|
|
4398
4411
|
google.protobuf.StringValue _size = 4;
|
|
4399
4412
|
}
|
|
4400
4413
|
//The virtualWAN resource represents a virtual overlay of your Azure network and is a collection of multiple resources. It contains links to all your virtual hubs that you would like to have within the virtual WAN. Virtual WAN resources are isolated from each other and cannot contain a common hub. Virtual hubs across Virtual WAN do not communicate with each other.
|
|
4401
|
-
message AzureVirtualWan{
|
|
4414
|
+
message AzureVirtualWan {
|
|
4402
4415
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4403
4416
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4404
4417
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
4405
4418
|
google.protobuf.StringValue _resource_group_name = 4;
|
|
4406
4419
|
google.protobuf.StringValue _a_d_k__location = 5;
|
|
4407
4420
|
google.protobuf.StringValue _provisioning_state = 6;
|
|
4408
|
-
google.protobuf.StringValue _branch_to_branch_traffic = 7
|
|
4421
|
+
google.protobuf.StringValue _branch_to_branch_traffic = 7; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4409
4422
|
google.protobuf.Int32Value _number_virtual_hubs = 8;
|
|
4410
4423
|
google.protobuf.StringValue _virtual_w_a_n_type = 9;
|
|
4411
4424
|
repeated AzureVirtualHub _azure_virtual_hubs = 10;
|
|
@@ -4421,7 +4434,7 @@ message AzureVirtualWan{
|
|
|
4421
4434
|
google.protobuf.StringValue _a_d_k__price = 20;
|
|
4422
4435
|
}
|
|
4423
4436
|
//A virtual hub is a Microsoft-managed virtual network. The hub contains various service endpoints to enable connectivity. From your on-premises network (vpnsite), you can connect to a VPN Gateway inside the virtual hub, connect ExpressRoute circuits to a virtual hub, or even connect mobile users to a point-to-site gateway in the virtual hub. The hub is the core of your network in a region. Multiple virtual hubs can be created in the same region.
|
|
4424
|
-
message AzureVirtualHub{
|
|
4437
|
+
message AzureVirtualHub {
|
|
4425
4438
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4426
4439
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4427
4440
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4437,7 +4450,7 @@ message AzureVirtualHub{
|
|
|
4437
4450
|
repeated AzureVirtualHub _virtual_hub_route_tables = 13;
|
|
4438
4451
|
}
|
|
4439
4452
|
//A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet.
|
|
4440
|
-
message AzureVpnSite{
|
|
4453
|
+
message AzureVpnSite {
|
|
4441
4454
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4442
4455
|
google.protobuf.StringValue _vpn_gateway = 2;
|
|
4443
4456
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4454,7 +4467,7 @@ message AzureVpnSite{
|
|
|
4454
4467
|
repeated AzureVpnSiteLink _site_links = 14;
|
|
4455
4468
|
}
|
|
4456
4469
|
//You can connect to your resources in Azure over an IPsec/IKE (IKEv2) or OpenVPN connection. This type of connection requires a VPN client to be configured on the client computer.
|
|
4457
|
-
message AzureP2SVpnGateway{
|
|
4470
|
+
message AzureP2SVpnGateway {
|
|
4458
4471
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4459
4472
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4460
4473
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4466,7 +4479,7 @@ message AzureP2SVpnGateway{
|
|
|
4466
4479
|
google.protobuf.Int64Value _ingress_bytes_transferred = 9;
|
|
4467
4480
|
google.protobuf.Int64Value _egress_bytes_transferred = 10;
|
|
4468
4481
|
}
|
|
4469
|
-
message AzureVpnSiteLink{
|
|
4482
|
+
message AzureVpnSiteLink {
|
|
4470
4483
|
google.protobuf.StringValue _name = 1;
|
|
4471
4484
|
google.protobuf.StringValue _link_provider_name = 2;
|
|
4472
4485
|
google.protobuf.StringValue _link_speed_in_mbps = 3;
|
|
@@ -4475,7 +4488,7 @@ message AzureVpnSiteLink{
|
|
|
4475
4488
|
google.protobuf.Int64Value _asn = 6;
|
|
4476
4489
|
}
|
|
4477
4490
|
//The User VPN (P2S) configuration defines the parameters for remote clients to connect. The instructions you follow depend on the authentication method you want to use.
|
|
4478
|
-
message AzureVpnServerConfiguration{
|
|
4491
|
+
message AzureVpnServerConfiguration {
|
|
4479
4492
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4480
4493
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4481
4494
|
google.protobuf.StringValue _hub_name = 3;
|
|
@@ -4484,7 +4497,7 @@ message AzureVpnServerConfiguration{
|
|
|
4484
4497
|
google.protobuf.StringValue _tunnel_types = 6;
|
|
4485
4498
|
}
|
|
4486
4499
|
//The Hub virtual network connection resource is used to connect the hub seamlessly to your virtual network. One virtual network can be connected to only one virtual hub.
|
|
4487
|
-
message AzureHubVirtualNetworkConnection{
|
|
4500
|
+
message AzureHubVirtualNetworkConnection {
|
|
4488
4501
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4489
4502
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4490
4503
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4499,7 +4512,7 @@ message AzureHubVirtualNetworkConnection{
|
|
|
4499
4512
|
google.protobuf.StringValue _propagated_route_table_label = 12;
|
|
4500
4513
|
}
|
|
4501
4514
|
//Amazon API Gateway enables you to create and deploy your own REST and WebSocket APIs at any scale. You can create robust, secure, and scalable APIs that access AWS or other web services, as well as data that’s stored in the AWS Cloud. You can create APIs to use in your own client applications, or you can make your APIs available to third-party app developers.
|
|
4502
|
-
message AmazonAPIGateway{
|
|
4515
|
+
message AmazonAPIGateway {
|
|
4503
4516
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4504
4517
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4505
4518
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4507,7 +4520,7 @@ message AmazonAPIGateway{
|
|
|
4507
4520
|
google.protobuf.StringValue _endpoint_type = 5;
|
|
4508
4521
|
google.protobuf.Int64Value _created_date = 6;
|
|
4509
4522
|
google.protobuf.StringValue _api_key_source = 7;
|
|
4510
|
-
google.protobuf.StringValue _default_endpoint = 8
|
|
4523
|
+
google.protobuf.StringValue _default_endpoint = 8; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4511
4524
|
google.protobuf.StringValue _description = 9;
|
|
4512
4525
|
repeated AmazonAPIGatewayResource _resources = 10;
|
|
4513
4526
|
repeated AmazonAPIGatewayStage _stages = 11;
|
|
@@ -4517,19 +4530,19 @@ message AmazonAPIGateway{
|
|
|
4517
4530
|
repeated CDKRule _warnings = 15;
|
|
4518
4531
|
}
|
|
4519
4532
|
//Represents an API resource. Create an API.
|
|
4520
|
-
message AmazonAPIGatewayResource{
|
|
4533
|
+
message AmazonAPIGatewayResource {
|
|
4521
4534
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4522
4535
|
google.protobuf.StringValue _id = 2;
|
|
4523
4536
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
4524
4537
|
google.protobuf.StringValue _path = 4;
|
|
4525
4538
|
repeated AmazonAPIGatewayMethods _methods = 5;
|
|
4526
4539
|
}
|
|
4527
|
-
message AmazonAPIGatewayMethods{
|
|
4540
|
+
message AmazonAPIGatewayMethods {
|
|
4528
4541
|
google.protobuf.StringValue _http_method = 1;
|
|
4529
4542
|
google.protobuf.StringValue _authorization_type = 2;
|
|
4530
4543
|
google.protobuf.StringValue _api_key_required = 3;
|
|
4531
4544
|
}
|
|
4532
|
-
message AmazonAPIGatewayStage{
|
|
4545
|
+
message AmazonAPIGatewayStage {
|
|
4533
4546
|
google.protobuf.StringValue _deployment_id = 1;
|
|
4534
4547
|
google.protobuf.StringValue _stage_name = 2;
|
|
4535
4548
|
google.protobuf.StringValue _created_date = 3;
|
|
@@ -4538,14 +4551,14 @@ message AmazonAPIGatewayStage{
|
|
|
4538
4551
|
google.protobuf.StringValue _client_certificate_id = 6;
|
|
4539
4552
|
google.protobuf.StringValue _documentation_version = 7;
|
|
4540
4553
|
}
|
|
4541
|
-
message AmazonAPIGatewayModel{
|
|
4554
|
+
message AmazonAPIGatewayModel {
|
|
4542
4555
|
google.protobuf.StringValue _id = 1;
|
|
4543
4556
|
google.protobuf.StringValue _name = 2;
|
|
4544
4557
|
google.protobuf.StringValue _description = 3;
|
|
4545
4558
|
google.protobuf.StringValue _content_type = 4;
|
|
4546
4559
|
}
|
|
4547
4560
|
//To stream your applications, Amazon AppStream 2.0 requires an environment that includes a fleet that is associated with a stack, and at least one application image.
|
|
4548
|
-
message AmazonAppStreamStack{
|
|
4561
|
+
message AmazonAppStreamStack {
|
|
4549
4562
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4550
4563
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4551
4564
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4554,18 +4567,18 @@ message AmazonAppStreamStack{
|
|
|
4554
4567
|
google.protobuf.StringValue _redirect_u_r_l = 6;
|
|
4555
4568
|
google.protobuf.StringValue _feedback_u_r_l = 7;
|
|
4556
4569
|
google.protobuf.Int64Value _created_time = 8;
|
|
4557
|
-
google.protobuf.StringValue _storage_connector_home_folders_status = 9
|
|
4570
|
+
google.protobuf.StringValue _storage_connector_home_folders_status = 9; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4558
4571
|
google.protobuf.StringValue _storage_connector_home_folder_s3_bucket_name = 10;
|
|
4559
|
-
google.protobuf.StringValue _storage_connector_google_drive_status = 11
|
|
4572
|
+
google.protobuf.StringValue _storage_connector_google_drive_status = 11; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4560
4573
|
google.protobuf.StringValue _storage_connector_g_suite_domain = 12;
|
|
4561
|
-
google.protobuf.StringValue _storage_connector_one_drive_status = 13
|
|
4574
|
+
google.protobuf.StringValue _storage_connector_one_drive_status = 13; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4562
4575
|
google.protobuf.StringValue _storage_connector_one_drive_domain = 14;
|
|
4563
4576
|
google.protobuf.StringValue _user_setting_state_clipboard_copy_local_device = 15;
|
|
4564
4577
|
google.protobuf.StringValue _user_setting_state_file_transfer = 16;
|
|
4565
4578
|
google.protobuf.StringValue _user_setting_state_printing_to_local_device_state = 17;
|
|
4566
4579
|
google.protobuf.StringValue _user_setting_state_domain_password_signin_state = 18;
|
|
4567
4580
|
google.protobuf.StringValue _user_setting_state_domain_smart_card_signin_state = 19;
|
|
4568
|
-
google.protobuf.StringValue _application_setting_setting_enabled = 20
|
|
4581
|
+
google.protobuf.StringValue _application_setting_setting_enabled = 20; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4569
4582
|
google.protobuf.StringValue _application_setting_settings_group = 21;
|
|
4570
4583
|
google.protobuf.StringValue _application_setting_s3_bucket_name = 22;
|
|
4571
4584
|
repeated AmazonAppStreamFleet _associated_fleets = 23;
|
|
@@ -4575,7 +4588,7 @@ message AmazonAppStreamStack{
|
|
|
4575
4588
|
repeated CDKRule _warnings = 27;
|
|
4576
4589
|
}
|
|
4577
4590
|
//To stream your applications, Amazon AppStream 2.0 requires an environment that includes a fleet that is associated with a stack, and at least one application image.
|
|
4578
|
-
message AmazonAppStreamFleet{
|
|
4591
|
+
message AmazonAppStreamFleet {
|
|
4579
4592
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4580
4593
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4581
4594
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4595,17 +4608,17 @@ message AmazonAppStreamFleet{
|
|
|
4595
4608
|
google.protobuf.StringValue _vpc_config_subnet = 17;
|
|
4596
4609
|
google.protobuf.StringValue _vpc_config_security_group = 18;
|
|
4597
4610
|
google.protobuf.Int64Value _created_time = 19;
|
|
4598
|
-
google.protobuf.StringValue _default_internet_access_state = 20
|
|
4611
|
+
google.protobuf.StringValue _default_internet_access_state = 20; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4599
4612
|
repeated CloudockitTag _tags = 21;
|
|
4600
4613
|
}
|
|
4601
|
-
message AmazonAppStreamStackUserPool{
|
|
4614
|
+
message AmazonAppStreamStackUserPool {
|
|
4602
4615
|
google.protobuf.StringValue _full_name = 1;
|
|
4603
4616
|
google.protobuf.StringValue _user_user_name = 2;
|
|
4604
|
-
google.protobuf.StringValue _status = 3
|
|
4617
|
+
google.protobuf.StringValue _status = 3; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4605
4618
|
google.protobuf.StringValue _user_stack_association_stack_name = 4;
|
|
4606
4619
|
}
|
|
4607
4620
|
//Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application.
|
|
4608
|
-
message AmazonAutoScalingGroup{
|
|
4621
|
+
message AmazonAutoScalingGroup {
|
|
4609
4622
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4610
4623
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4611
4624
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4648,7 +4661,7 @@ message AmazonAutoScalingGroup{
|
|
|
4648
4661
|
repeated StandardObjectDifference _differences = 40;
|
|
4649
4662
|
repeated CDKRule _warnings = 41;
|
|
4650
4663
|
}
|
|
4651
|
-
message AmazonAutoScalingGroupInstance{
|
|
4664
|
+
message AmazonAutoScalingGroupInstance {
|
|
4652
4665
|
google.protobuf.StringValue _instance_id = 1;
|
|
4653
4666
|
google.protobuf.StringValue _lifecycle_state = 2;
|
|
4654
4667
|
google.protobuf.StringValue _launch_template_name = 3;
|
|
@@ -4656,7 +4669,7 @@ message AmazonAutoScalingGroupInstance{
|
|
|
4656
4669
|
google.protobuf.StringValue _health_status = 5;
|
|
4657
4670
|
}
|
|
4658
4671
|
//Contains detailed information about a backup job.
|
|
4659
|
-
message AmazonBackupJob{
|
|
4672
|
+
message AmazonBackupJob {
|
|
4660
4673
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4661
4674
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4662
4675
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4672,7 +4685,7 @@ message AmazonBackupJob{
|
|
|
4672
4685
|
repeated CDKRule _warnings = 13;
|
|
4673
4686
|
}
|
|
4674
4687
|
//In AWS Backup, a backup plan is a policy expression that defines when and how you want to back up your AWS resources, such as Amazon DynamoDB tables or Amazon Elastic File System (Amazon EFS) file systems.
|
|
4675
|
-
message AmazonBackupPlan{
|
|
4688
|
+
message AmazonBackupPlan {
|
|
4676
4689
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4677
4690
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4678
4691
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4686,7 +4699,7 @@ message AmazonBackupPlan{
|
|
|
4686
4699
|
repeated CDKRule _warnings = 11;
|
|
4687
4700
|
}
|
|
4688
4701
|
//Specifies a scheduled task used to back up a selection of resources.
|
|
4689
|
-
message AmazonBackupRule{
|
|
4702
|
+
message AmazonBackupRule {
|
|
4690
4703
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4691
4704
|
google.protobuf.StringValue _rule_name = 2;
|
|
4692
4705
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4699,7 +4712,7 @@ message AmazonBackupRule{
|
|
|
4699
4712
|
repeated CloudockitTag _recovery_point_tags = 10;
|
|
4700
4713
|
repeated AmazonCopyAction _amazon_backup_copy_actions = 11;
|
|
4701
4714
|
}
|
|
4702
|
-
message AmazonCopyAction{
|
|
4715
|
+
message AmazonCopyAction {
|
|
4703
4716
|
google.protobuf.StringValue _destination_region = 1;
|
|
4704
4717
|
google.protobuf.StringValue _destination_backup_vault_a_d_k__g_u_i_d = 2;
|
|
4705
4718
|
google.protobuf.StringValue _destination_backup_vault_a_d_k__name = 3;
|
|
@@ -4707,7 +4720,7 @@ message AmazonCopyAction{
|
|
|
4707
4720
|
google.protobuf.StringValue _lifecycle_delete_after_days_description = 5;
|
|
4708
4721
|
}
|
|
4709
4722
|
//In AWS Backup, a backup vault is a container that you organize your backups in. You can use backup vaults to set the AWS Key Management Service (AWS KMS) encryption key that is used to encrypt backups in the backup vault and to control access to the backups in the backup vault.
|
|
4710
|
-
message AmazonBackupVault{
|
|
4723
|
+
message AmazonBackupVault {
|
|
4711
4724
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4712
4725
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4713
4726
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4720,7 +4733,7 @@ message AmazonBackupVault{
|
|
|
4720
4733
|
repeated StandardObjectDifference _differences = 10;
|
|
4721
4734
|
repeated CDKRule _warnings = 11;
|
|
4722
4735
|
}
|
|
4723
|
-
message AmazonDescribeRecoveryPointResponse{
|
|
4736
|
+
message AmazonDescribeRecoveryPointResponse {
|
|
4724
4737
|
google.protobuf.StringValue _recovery_point_id = 1;
|
|
4725
4738
|
google.protobuf.StringValue _recovery_point_arn = 2;
|
|
4726
4739
|
google.protobuf.StringValue _resource_id = 3;
|
|
@@ -4736,8 +4749,8 @@ message AmazonDescribeRecoveryPointResponse{
|
|
|
4736
4749
|
google.protobuf.StringValue _created_by_backup_plan_id_and_version = 13;
|
|
4737
4750
|
google.protobuf.StringValue _iam_role_arn = 14;
|
|
4738
4751
|
}
|
|
4739
|
-
//Job queues are mapped to one or more compute environments. Compute environments contain the Amazon ECS container instances that are used to run containerized batch jobs. A given compute environment can also be mapped to one or many job queues.
|
|
4740
|
-
message AmazonBatchComputeEnvironment{
|
|
4752
|
+
//Job queues are mapped to one or more compute environments. Compute environments contain the Amazon ECS container instances that are used to run containerized batch jobs. A given compute environment can also be mapped to one or many job queues.
|
|
4753
|
+
message AmazonBatchComputeEnvironment {
|
|
4741
4754
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4742
4755
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4743
4756
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4753,7 +4766,7 @@ message AmazonBatchComputeEnvironment{
|
|
|
4753
4766
|
repeated StandardObjectDifference _differences = 13;
|
|
4754
4767
|
repeated CDKRule _warnings = 14;
|
|
4755
4768
|
}
|
|
4756
|
-
message AmazonBatchComputeResource{
|
|
4769
|
+
message AmazonBatchComputeResource {
|
|
4757
4770
|
google.protobuf.StringValue _minv_cpus = 1;
|
|
4758
4771
|
google.protobuf.StringValue _desiredv_cpus = 2;
|
|
4759
4772
|
google.protobuf.StringValue _maxv_cpus = 3;
|
|
@@ -4771,7 +4784,7 @@ message AmazonBatchComputeResource{
|
|
|
4771
4784
|
google.protobuf.StringValue _placement_group = 15;
|
|
4772
4785
|
}
|
|
4773
4786
|
//AWS Batch job definitions specify how jobs are to be run. While each job must reference a job definition, many of the parameters that are specified in the job definition can be overridden at runtime.
|
|
4774
|
-
message AmazonBatchJobDefinition{
|
|
4787
|
+
message AmazonBatchJobDefinition {
|
|
4775
4788
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4776
4789
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4777
4790
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4796,27 +4809,27 @@ message AmazonBatchJobDefinition{
|
|
|
4796
4809
|
repeated StandardObjectDifference _differences = 22;
|
|
4797
4810
|
repeated CDKRule _warnings = 23;
|
|
4798
4811
|
}
|
|
4799
|
-
message AmazonBatchUlimit{
|
|
4812
|
+
message AmazonBatchUlimit {
|
|
4800
4813
|
google.protobuf.StringValue _name = 1;
|
|
4801
4814
|
google.protobuf.Int32Value _source_volume = 2;
|
|
4802
4815
|
google.protobuf.Int32Value _hard_limit = 3;
|
|
4803
4816
|
}
|
|
4804
|
-
message AmazonBatchDevice{
|
|
4817
|
+
message AmazonBatchDevice {
|
|
4805
4818
|
google.protobuf.StringValue _host_path = 1;
|
|
4806
4819
|
google.protobuf.StringValue _container_path = 2;
|
|
4807
4820
|
google.protobuf.StringValue _permissions = 3;
|
|
4808
4821
|
}
|
|
4809
|
-
message AmazonBatchVolume{
|
|
4822
|
+
message AmazonBatchVolume {
|
|
4810
4823
|
google.protobuf.StringValue _name = 1;
|
|
4811
4824
|
google.protobuf.StringValue _source_path = 2;
|
|
4812
4825
|
}
|
|
4813
|
-
message AmazonBatchMountPoint{
|
|
4826
|
+
message AmazonBatchMountPoint {
|
|
4814
4827
|
google.protobuf.StringValue _container_path = 1;
|
|
4815
4828
|
google.protobuf.StringValue _source_volume = 2;
|
|
4816
4829
|
google.protobuf.StringValue _read_only = 3;
|
|
4817
4830
|
}
|
|
4818
4831
|
//Jobs are submitted to a job queue, where they reside until they are able to be scheduled to run in a compute environment. An AWS account can have multiple job queues.
|
|
4819
|
-
message AmazonBatchJobQueue{
|
|
4832
|
+
message AmazonBatchJobQueue {
|
|
4820
4833
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4821
4834
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4822
4835
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4828,12 +4841,12 @@ message AmazonBatchJobQueue{
|
|
|
4828
4841
|
repeated StandardObjectDifference _differences = 9;
|
|
4829
4842
|
repeated CDKRule _warnings = 10;
|
|
4830
4843
|
}
|
|
4831
|
-
message AmazonBatchComputeEnvironmentOrder{
|
|
4844
|
+
message AmazonBatchComputeEnvironmentOrder {
|
|
4832
4845
|
google.protobuf.Int32Value _order = 1;
|
|
4833
4846
|
repeated CloudockitTag _c_e_key_values = 2;
|
|
4834
4847
|
}
|
|
4835
4848
|
//Amazon CloudFront speeds up distribution of your static and dynamic web content, such as .html, .css, .php, image, and media files. When users request your content, CloudFront delivers it through a worldwide network of edge locations that provide low latency and high performance.
|
|
4836
|
-
message AmazonCloudFrontDistribution{
|
|
4849
|
+
message AmazonCloudFrontDistribution {
|
|
4837
4850
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4838
4851
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4839
4852
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4849,7 +4862,7 @@ message AmazonCloudFrontDistribution{
|
|
|
4849
4862
|
repeated CDKRule _warnings = 13;
|
|
4850
4863
|
}
|
|
4851
4864
|
//Amazon CloudSearch is a fully managed service in the cloud that makes it easy to set up, manage, and scale a search solution for your website. Amazon CloudSearch enables you to search large collections of data such as web pages, document files, forum posts, or product information. With Amazon CloudSearch, you can quickly add search capabilities to your website without having to become a search expert or worry about hardware provisioning, setup, and maintenance. As your volume of data and traffic fluctuates, Amazon CloudSearch automatically scales to meet your needs.
|
|
4852
|
-
message AmazonCloudSearch{
|
|
4865
|
+
message AmazonCloudSearch {
|
|
4853
4866
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4854
4867
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4855
4868
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4869,7 +4882,7 @@ message AmazonCloudSearch{
|
|
|
4869
4882
|
repeated CDKRule _warnings = 17;
|
|
4870
4883
|
}
|
|
4871
4884
|
//Amazon CloudWatch provides a reliable, scalable, and flexible monitoring solution that you can start using within minutes. You no longer need to set up, manage, and scale your own monitoring systems and infrastructure.
|
|
4872
|
-
message AmazonCloudWatch{
|
|
4885
|
+
message AmazonCloudWatch {
|
|
4873
4886
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4874
4887
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4875
4888
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4883,7 +4896,7 @@ message AmazonCloudWatch{
|
|
|
4883
4896
|
repeated CDKRule _warnings = 11;
|
|
4884
4897
|
}
|
|
4885
4898
|
//AWS CodePipeline is a continuous delivery service that enables you to model, visualize, and automate the steps required to release your software.
|
|
4886
|
-
message AmazonCodePipeline{
|
|
4899
|
+
message AmazonCodePipeline {
|
|
4887
4900
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4888
4901
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4889
4902
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4896,7 +4909,7 @@ message AmazonCodePipeline{
|
|
|
4896
4909
|
repeated CDKRule _warnings = 10;
|
|
4897
4910
|
}
|
|
4898
4911
|
//Contains detailed information about a copy job.
|
|
4899
|
-
message AmazonCopyJob{
|
|
4912
|
+
message AmazonCopyJob {
|
|
4900
4913
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4901
4914
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4902
4915
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4911,8 +4924,8 @@ message AmazonCopyJob{
|
|
|
4911
4924
|
repeated StandardObjectDifference _differences = 12;
|
|
4912
4925
|
repeated CDKRule _warnings = 13;
|
|
4913
4926
|
}
|
|
4914
|
-
//A customer gateway resource in AWS, which provides information to AWS about your Customer Gateway Device.
|
|
4915
|
-
message AmazonCustomerGateway{
|
|
4927
|
+
//A customer gateway resource in AWS, which provides information to AWS about your Customer Gateway Device.
|
|
4928
|
+
message AmazonCustomerGateway {
|
|
4916
4929
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4917
4930
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4918
4931
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4927,7 +4940,7 @@ message AmazonCustomerGateway{
|
|
|
4927
4940
|
repeated CDKRule _warnings = 12;
|
|
4928
4941
|
}
|
|
4929
4942
|
//AWS Directory Service provides multiple ways to set up and run Amazon Cloud Directory, Amazon Cognito, and Microsoft AD with other AWS services.
|
|
4930
|
-
message AmazonDirectoryService{
|
|
4943
|
+
message AmazonDirectoryService {
|
|
4931
4944
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4932
4945
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4933
4946
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4949,7 +4962,7 @@ message AmazonDirectoryService{
|
|
|
4949
4962
|
repeated CDKRule _warnings = 19;
|
|
4950
4963
|
}
|
|
4951
4964
|
//An Amazon DocumentDB cluster consists of instances and a cluster volume that represents the data for the cluster.
|
|
4952
|
-
message AmazonDocumentDBCluster{
|
|
4965
|
+
message AmazonDocumentDBCluster {
|
|
4953
4966
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4954
4967
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4955
4968
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4965,12 +4978,12 @@ message AmazonDocumentDBCluster{
|
|
|
4965
4978
|
google.protobuf.StringValue _master_username = 13;
|
|
4966
4979
|
google.protobuf.Int32Value _port = 14;
|
|
4967
4980
|
google.protobuf.StringValue _d_b_cluster_parameter_group = 15;
|
|
4968
|
-
google.protobuf.StringValue _deletion_protection_status = 16
|
|
4981
|
+
google.protobuf.StringValue _deletion_protection_status = 16; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4969
4982
|
google.protobuf.StringValue _automated_backups = 17;
|
|
4970
4983
|
google.protobuf.Int64Value _earliest_restorable_time = 18;
|
|
4971
4984
|
google.protobuf.Int64Value _latest_restorable_time = 19;
|
|
4972
4985
|
google.protobuf.StringValue _preferred_backup_window = 20;
|
|
4973
|
-
google.protobuf.StringValue _enable_encryption_at_rest = 21
|
|
4986
|
+
google.protobuf.StringValue _enable_encryption_at_rest = 21; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
4974
4987
|
google.protobuf.StringValue _kms_key_id = 22;
|
|
4975
4988
|
google.protobuf.StringValue _security_groups_name = 23;
|
|
4976
4989
|
repeated AmazonDocumentDBInstance _d_b_instances = 24;
|
|
@@ -4978,8 +4991,8 @@ message AmazonDocumentDBCluster{
|
|
|
4978
4991
|
repeated StandardObjectDifference _differences = 26;
|
|
4979
4992
|
repeated CDKRule _warnings = 27;
|
|
4980
4993
|
}
|
|
4981
|
-
//The instance class determines the computation and memory capacity of an Amazon DocumentDB (with MongoDB compatibility) instance.
|
|
4982
|
-
message AmazonDocumentDBInstance{
|
|
4994
|
+
//The instance class determines the computation and memory capacity of an Amazon DocumentDB (with MongoDB compatibility) instance.
|
|
4995
|
+
message AmazonDocumentDBInstance {
|
|
4983
4996
|
repeated ScanningIssues _scanning_issues = 1;
|
|
4984
4997
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
4985
4998
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -4990,7 +5003,7 @@ message AmazonDocumentDBInstance{
|
|
|
4990
5003
|
google.protobuf.Int64Value _instance_create_time = 8;
|
|
4991
5004
|
google.protobuf.StringValue _endpoint_address = 9;
|
|
4992
5005
|
google.protobuf.Int32Value _endpoint_port = 10;
|
|
4993
|
-
google.protobuf.StringValue _instance_role = 11
|
|
5006
|
+
google.protobuf.StringValue _instance_role = 11; //. Possible Values are : Primary,Replica
|
|
4994
5007
|
google.protobuf.StringValue _c_a_certificate_identifier = 12;
|
|
4995
5008
|
google.protobuf.StringValue _availability_zone = 13;
|
|
4996
5009
|
google.protobuf.StringValue _linked_vpc_a_d_k__g_u_i_d = 14;
|
|
@@ -4998,7 +5011,7 @@ message AmazonDocumentDBInstance{
|
|
|
4998
5011
|
repeated CloudockitTag _tags = 16;
|
|
4999
5012
|
}
|
|
5000
5013
|
//Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. You can use Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. Amazon DynamoDB automatically spreads the data and traffic for the table over a sufficient number of servers to handle the request capacity specified by the customer and the amount of data stored, while maintaining consistent and fast performance.
|
|
5001
|
-
message AmazonDynamoDB{
|
|
5014
|
+
message AmazonDynamoDB {
|
|
5002
5015
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5003
5016
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5004
5017
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5016,7 +5029,7 @@ message AmazonDynamoDB{
|
|
|
5016
5029
|
repeated CDKRule _warnings = 15;
|
|
5017
5030
|
}
|
|
5018
5031
|
//An Amazon EBS volume is a durable, block-level storage device that you can attach to your instances. You can dynamically increase size, modify the provisioned IOPS capacity, and change volume type on live production volumes.
|
|
5019
|
-
message AmazonVolume{
|
|
5032
|
+
message AmazonVolume {
|
|
5020
5033
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5021
5034
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5022
5035
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5038,7 +5051,7 @@ message AmazonVolume{
|
|
|
5038
5051
|
repeated CDKRule _warnings = 19;
|
|
5039
5052
|
}
|
|
5040
5053
|
//Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizeable computing capacity—literally, servers in Amazon's data centers—that you use to build and host your software systems.
|
|
5041
|
-
message AmazonEC2Instance{
|
|
5054
|
+
message AmazonEC2Instance {
|
|
5042
5055
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5043
5056
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5044
5057
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5089,7 +5102,7 @@ message AmazonEC2Instance{
|
|
|
5089
5102
|
repeated CDKRule _warnings = 48;
|
|
5090
5103
|
}
|
|
5091
5104
|
//An elastic network interface (referred to as a network interface in this documentation) is a logical networking component in a VPC that represents a virtual network card.
|
|
5092
|
-
message AmazonEC2Nic{
|
|
5105
|
+
message AmazonEC2Nic {
|
|
5093
5106
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5094
5107
|
google.protobuf.StringValue _network_interface_id = 2;
|
|
5095
5108
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5117,7 +5130,7 @@ message AmazonEC2Nic{
|
|
|
5117
5130
|
repeated CloudockitTag _tags = 25;
|
|
5118
5131
|
}
|
|
5119
5132
|
//A security group acts as a virtual firewall for your instance to control inbound and outbound traffic.
|
|
5120
|
-
message AmazonSecurityGroup{
|
|
5133
|
+
message AmazonSecurityGroup {
|
|
5121
5134
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5122
5135
|
google.protobuf.StringValue _group_name = 2;
|
|
5123
5136
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5130,20 +5143,20 @@ message AmazonSecurityGroup{
|
|
|
5130
5143
|
repeated AmazonSecurityGroupOutbound _outbounds = 10;
|
|
5131
5144
|
repeated CloudockitTag _tags = 11;
|
|
5132
5145
|
}
|
|
5133
|
-
message AmazonSecurityGroupInbound{
|
|
5146
|
+
message AmazonSecurityGroupInbound {
|
|
5134
5147
|
google.protobuf.StringValue _protocol = 1;
|
|
5135
5148
|
google.protobuf.StringValue _port_range_display = 2;
|
|
5136
5149
|
google.protobuf.StringValue _source = 3;
|
|
5137
5150
|
google.protobuf.StringValue _description = 4;
|
|
5138
5151
|
}
|
|
5139
|
-
message AmazonSecurityGroupOutbound{
|
|
5152
|
+
message AmazonSecurityGroupOutbound {
|
|
5140
5153
|
google.protobuf.StringValue _protocol = 1;
|
|
5141
5154
|
google.protobuf.StringValue _port_range_display = 2;
|
|
5142
5155
|
google.protobuf.StringValue _destination = 3;
|
|
5143
5156
|
google.protobuf.StringValue _description = 4;
|
|
5144
5157
|
}
|
|
5145
5158
|
//Amazon EC2 Reserved Instances (RI) provide a significant discount (up to 75%) compared to On-Demand pricing and provide a capacity reservation when used in a specific Availability Zone.
|
|
5146
|
-
message AmazonEC2ReservedInstance{
|
|
5159
|
+
message AmazonEC2ReservedInstance {
|
|
5147
5160
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5148
5161
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5149
5162
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5168,7 +5181,7 @@ message AmazonEC2ReservedInstance{
|
|
|
5168
5181
|
repeated CDKRule _warnings = 22;
|
|
5169
5182
|
}
|
|
5170
5183
|
//Amazon Elastic Container Registry (Amazon ECR) provides API operations to create, monitor, and delete image repositories and set permissions that control who can access them. You can perform the same actions in the Repositories section of the Amazon ECR console. Amazon ECR also integrates with the Docker CLI allowing you to push and pull images from your development environments to your repositories.
|
|
5171
|
-
message AmazonECRRepository{
|
|
5184
|
+
message AmazonECRRepository {
|
|
5172
5185
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5173
5186
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5174
5187
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5180,7 +5193,7 @@ message AmazonECRRepository{
|
|
|
5180
5193
|
repeated CDKRule _warnings = 9;
|
|
5181
5194
|
}
|
|
5182
5195
|
//Amazon Elastic Container Registry (Amazon ECR) stores Docker images in image repositories. You can use the Docker CLI to push and pull images from your repositories.
|
|
5183
|
-
message AmazonECRImage{
|
|
5196
|
+
message AmazonECRImage {
|
|
5184
5197
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5185
5198
|
google.protobuf.StringValue _image_tags_text = 2;
|
|
5186
5199
|
google.protobuf.StringValue _image_digest = 3;
|
|
@@ -5188,7 +5201,7 @@ message AmazonECRImage{
|
|
|
5188
5201
|
google.protobuf.Int64Value _image_pushed_at = 5;
|
|
5189
5202
|
}
|
|
5190
5203
|
//Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances.
|
|
5191
|
-
message AmazonECSCluster{
|
|
5204
|
+
message AmazonECSCluster {
|
|
5192
5205
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5193
5206
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5194
5207
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5212,7 +5225,7 @@ message AmazonECSCluster{
|
|
|
5212
5225
|
repeated CDKRule _warnings = 21;
|
|
5213
5226
|
}
|
|
5214
5227
|
//Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster. You can host your cluster on a serverless infrastructure that is managed by Amazon ECS by launching your services or tasks using the Fargate launch type.
|
|
5215
|
-
message AmazonECSService{
|
|
5228
|
+
message AmazonECSService {
|
|
5216
5229
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5217
5230
|
google.protobuf.StringValue _service_name = 2;
|
|
5218
5231
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5237,7 +5250,7 @@ message AmazonECSService{
|
|
|
5237
5250
|
repeated CloudockitTag _tags = 22;
|
|
5238
5251
|
}
|
|
5239
5252
|
//Details on a task in a cluster.
|
|
5240
|
-
message AmazonECSTask{
|
|
5253
|
+
message AmazonECSTask {
|
|
5241
5254
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5242
5255
|
google.protobuf.StringValue _task_arn = 2;
|
|
5243
5256
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5263,7 +5276,7 @@ message AmazonECSTask{
|
|
|
5263
5276
|
google.protobuf.StringValue _mac_address_text = 23;
|
|
5264
5277
|
}
|
|
5265
5278
|
//An EC2 instance that is running the Amazon ECS agent and has been registered with a cluster.
|
|
5266
|
-
message AmazonECSContainerInstance{
|
|
5279
|
+
message AmazonECSContainerInstance {
|
|
5267
5280
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5268
5281
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5269
5282
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5276,7 +5289,7 @@ message AmazonECSContainerInstance{
|
|
|
5276
5289
|
google.protobuf.StringValue _version_detail_docker_version = 10;
|
|
5277
5290
|
}
|
|
5278
5291
|
//Amazon EFS provides file storage for your Amazon EC2 instances. With Amazon EFS, you can create a file system, mount the file system on your EC2 instances, and then read and write data from your EC2 instances to and from your file system.
|
|
5279
|
-
message AmazonEFSFileSystem{
|
|
5292
|
+
message AmazonEFSFileSystem {
|
|
5280
5293
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5281
5294
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5282
5295
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5296,7 +5309,7 @@ message AmazonEFSFileSystem{
|
|
|
5296
5309
|
repeated CDKRule _warnings = 17;
|
|
5297
5310
|
}
|
|
5298
5311
|
//Amazon EFS provides file storage for your Amazon EC2 instances. With Amazon EFS, you can create a file system, mount the file system on your EC2 instances, and then read and write data from your EC2 instances to and from your file system.
|
|
5299
|
-
message AmazonMountTargetDescription{
|
|
5312
|
+
message AmazonMountTargetDescription {
|
|
5300
5313
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5301
5314
|
google.protobuf.StringValue _vpc_description = 2;
|
|
5302
5315
|
google.protobuf.StringValue _availability_zone = 3;
|
|
@@ -5308,7 +5321,7 @@ message AmazonMountTargetDescription{
|
|
|
5308
5321
|
google.protobuf.StringValue _life_cycle_state = 9;
|
|
5309
5322
|
}
|
|
5310
5323
|
//An object representing an Amazon EKS cluster.
|
|
5311
|
-
message AmazonEKSCluster{
|
|
5324
|
+
message AmazonEKSCluster {
|
|
5312
5325
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5313
5326
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5314
5327
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5336,7 +5349,7 @@ message AmazonEKSCluster{
|
|
|
5336
5349
|
repeated CDKRule _warnings = 25;
|
|
5337
5350
|
}
|
|
5338
5351
|
//Amazon EKS managed node groups automate the provisioning and lifecycle management of nodes (Amazon EC2 instances) for Amazon EKS Kubernetes clusters.
|
|
5339
|
-
message AmazonEKSNodegroup{
|
|
5352
|
+
message AmazonEKSNodegroup {
|
|
5340
5353
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5341
5354
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5342
5355
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5359,7 +5372,7 @@ message AmazonEKSNodegroup{
|
|
|
5359
5372
|
google.protobuf.StringValue _allow_remote_access_from = 20;
|
|
5360
5373
|
}
|
|
5361
5374
|
//Amazon ElastiCache makes it easy to set up, manage, and scale distributed in-memory cache environments in the AWS Cloud. It provides a high performance, resizable, and cost-effective in-memory cache, while removing complexity associated with deploying and managing a distributed cache environment. ElastiCache works with both the Redis and Memcached engines; to see which works best for you, see the Comparing Memcached and Redis topic in either user guide.
|
|
5362
|
-
message AmazonElastiCache{
|
|
5375
|
+
message AmazonElastiCache {
|
|
5363
5376
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5364
5377
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5365
5378
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5374,7 +5387,7 @@ message AmazonElastiCache{
|
|
|
5374
5387
|
repeated CDKRule _warnings = 12;
|
|
5375
5388
|
}
|
|
5376
5389
|
//With AWS Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without worrying about the infrastructure that runs those applications. AWS Elastic Beanstalk reduces management complexity without restricting choice or control. You simply upload your application, and AWS Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.
|
|
5377
|
-
message AmazonElasticBeanstalkApplication{
|
|
5390
|
+
message AmazonElasticBeanstalkApplication {
|
|
5378
5391
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5379
5392
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5380
5393
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5390,7 +5403,7 @@ message AmazonElasticBeanstalkApplication{
|
|
|
5390
5403
|
repeated CDKRule _warnings = 13;
|
|
5391
5404
|
}
|
|
5392
5405
|
//AWS Elastic Beanstalk makes it easy to create new environments for your application. You can create and manage separate environments for development, testing, and production use, and you can deploy any version of your application to any environment. Environments can be long-running or temporary. When you terminate an environment, you can save its configuration to recreate it later.
|
|
5393
|
-
message AmazonElasticBeanstalkEnvironment{
|
|
5406
|
+
message AmazonElasticBeanstalkEnvironment {
|
|
5394
5407
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5395
5408
|
google.protobuf.StringValue _environment_name = 2;
|
|
5396
5409
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5409,15 +5422,15 @@ message AmazonElasticBeanstalkEnvironment{
|
|
|
5409
5422
|
repeated AmazonElasticBeanstalkConfigurationSettingsDescription _conf_settings = 16;
|
|
5410
5423
|
repeated CloudockitTag _tags = 17;
|
|
5411
5424
|
}
|
|
5412
|
-
message AmazonElasticBeanstalkConfigurationSettingsDescription{
|
|
5425
|
+
message AmazonElasticBeanstalkConfigurationSettingsDescription {
|
|
5413
5426
|
repeated AmazonElasticBeanstalkConfigurationOptionSettings _options_settings = 1;
|
|
5414
5427
|
}
|
|
5415
|
-
message AmazonElasticBeanstalkConfigurationOptionSettings{
|
|
5428
|
+
message AmazonElasticBeanstalkConfigurationOptionSettings {
|
|
5416
5429
|
google.protobuf.StringValue _option_name = 1;
|
|
5417
5430
|
google.protobuf.StringValue _value = 2;
|
|
5418
5431
|
}
|
|
5419
5432
|
//Elasticsearch Service (Amazon ES) is a managed service that makes it easy to deploy, operate, and scale Elasticsearch clusters in the AWS Cloud.
|
|
5420
|
-
message AmazonElasticsearchDomainStatus{
|
|
5433
|
+
message AmazonElasticsearchDomainStatus {
|
|
5421
5434
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5422
5435
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5423
5436
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5449,7 +5462,7 @@ message AmazonElasticsearchDomainStatus{
|
|
|
5449
5462
|
repeated CDKRule _warnings = 29;
|
|
5450
5463
|
}
|
|
5451
5464
|
//A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application.
|
|
5452
|
-
message AmazonELBApplicationLoadBalancer{
|
|
5465
|
+
message AmazonELBApplicationLoadBalancer {
|
|
5453
5466
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5454
5467
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5455
5468
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5475,7 +5488,7 @@ message AmazonELBApplicationLoadBalancer{
|
|
|
5475
5488
|
repeated CDKRule _warnings = 23;
|
|
5476
5489
|
}
|
|
5477
5490
|
//A listener checks for connection requests from clients, using the protocol and port that you configure, and forwards requests to one or more target groups, based on the rules that you define.
|
|
5478
|
-
message AmazonELBApplicationListener{
|
|
5491
|
+
message AmazonELBApplicationListener {
|
|
5479
5492
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5480
5493
|
google.protobuf.StringValue _listener_id = 2;
|
|
5481
5494
|
google.protobuf.StringValue _listener_arn = 3;
|
|
@@ -5484,7 +5497,7 @@ message AmazonELBApplicationListener{
|
|
|
5484
5497
|
google.protobuf.StringValue _rules_text = 6;
|
|
5485
5498
|
}
|
|
5486
5499
|
//Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.
|
|
5487
|
-
message AmazonELBClassicLoadBalancer{
|
|
5500
|
+
message AmazonELBClassicLoadBalancer {
|
|
5488
5501
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5489
5502
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5490
5503
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5514,20 +5527,20 @@ message AmazonELBClassicLoadBalancer{
|
|
|
5514
5527
|
repeated StandardObjectDifference _differences = 27;
|
|
5515
5528
|
repeated CDKRule _warnings = 28;
|
|
5516
5529
|
}
|
|
5517
|
-
message AmazonELBClassicInstance{
|
|
5530
|
+
message AmazonELBClassicInstance {
|
|
5518
5531
|
google.protobuf.StringValue _instance_id = 1;
|
|
5519
5532
|
google.protobuf.StringValue _name = 2;
|
|
5520
5533
|
google.protobuf.StringValue _availability_zone = 3;
|
|
5521
5534
|
google.protobuf.StringValue _state = 4;
|
|
5522
5535
|
}
|
|
5523
|
-
message AmazonELBClassicListener{
|
|
5536
|
+
message AmazonELBClassicListener {
|
|
5524
5537
|
google.protobuf.StringValue _protocol = 1;
|
|
5525
5538
|
google.protobuf.Int32Value _load_balancer_port = 2;
|
|
5526
5539
|
google.protobuf.StringValue _instance_protocol = 3;
|
|
5527
5540
|
google.protobuf.Int32Value _instance_port = 4;
|
|
5528
5541
|
}
|
|
5529
5542
|
//Elastic Load Balancing automatically distributes your incoming application traffic across multiple targets, such as EC2 instances. It monitors the health of registered targets and routes traffic only to the healthy targets. Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.
|
|
5530
|
-
message AmazonELBNetworkLoadBalancer{
|
|
5543
|
+
message AmazonELBNetworkLoadBalancer {
|
|
5531
5544
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5532
5545
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5533
5546
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5550,14 +5563,14 @@ message AmazonELBNetworkLoadBalancer{
|
|
|
5550
5563
|
repeated CDKRule _warnings = 20;
|
|
5551
5564
|
}
|
|
5552
5565
|
//A listener is a process that checks for connection requests, using the protocol and port that you configure.
|
|
5553
|
-
message AmazonELBNetworkListener{
|
|
5566
|
+
message AmazonELBNetworkListener {
|
|
5554
5567
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5555
5568
|
google.protobuf.StringValue _listener_id = 2;
|
|
5556
5569
|
google.protobuf.StringValue _listener_arn = 3;
|
|
5557
5570
|
google.protobuf.StringValue _rules_text = 4;
|
|
5558
5571
|
}
|
|
5559
5572
|
//Amazon EMR is a web service that makes it easy to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several AWS products to do such tasks as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing.
|
|
5560
|
-
message AmazonEMR{
|
|
5573
|
+
message AmazonEMR {
|
|
5561
5574
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5562
5575
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5563
5576
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5582,7 +5595,7 @@ message AmazonEMR{
|
|
|
5582
5595
|
repeated CDKRule _warnings = 22;
|
|
5583
5596
|
}
|
|
5584
5597
|
//Amazon Simple Storage Service Glacier (Amazon S3 Glacier) is a storage service optimized for infrequently used data, or "cold data." The service provides durable and extremely low-cost storage with security features for data archiving and backup. With Amazon S3 Glacier, you can store your data cost effectively for months, years, or even decades. Amazon S3 Glacier enables you to offload the administrative burdens of operating and scaling storage to AWS, so you don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure detection and recovery, or time-consuming hardware migrations. For more service highlights and pricing information, go to the Amazon S3 Glacier detail page.
|
|
5585
|
-
message AmazonGlacierVault{
|
|
5598
|
+
message AmazonGlacierVault {
|
|
5586
5599
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5587
5600
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5588
5601
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5598,7 +5611,7 @@ message AmazonGlacierVault{
|
|
|
5598
5611
|
repeated CDKRule _warnings = 13;
|
|
5599
5612
|
}
|
|
5600
5613
|
//An IAM group is a collection of IAM users. Groups let you specify permissions for multiple users, which can make it easier to manage the permissions for those users.
|
|
5601
|
-
message AmazonIamGroup{
|
|
5614
|
+
message AmazonIamGroup {
|
|
5602
5615
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5603
5616
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5604
5617
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5614,7 +5627,7 @@ message AmazonIamGroup{
|
|
|
5614
5627
|
google.protobuf.StringValue _group_name = 13;
|
|
5615
5628
|
}
|
|
5616
5629
|
//An AWS Identity and Access Management (IAM) user is an entity that you create in AWS to represent the person or application that uses it to interact with AWS. A user in AWS consists of a name and credentials.
|
|
5617
|
-
message AmazonIamUser{
|
|
5630
|
+
message AmazonIamUser {
|
|
5618
5631
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5619
5632
|
google.protobuf.StringValue _user_name = 2;
|
|
5620
5633
|
google.protobuf.StringValue _create_date_formatted = 3;
|
|
@@ -5630,7 +5643,7 @@ message AmazonIamUser{
|
|
|
5630
5643
|
repeated CDKRule _warnings = 13;
|
|
5631
5644
|
}
|
|
5632
5645
|
//An AWS managed policy is a standalone policy that is created and administered by AWS. Standalone policy means that the policy has its own Amazon Resource Name (ARN) that includes the policy name.
|
|
5633
|
-
message AmazonIamPolicy{
|
|
5646
|
+
message AmazonIamPolicy {
|
|
5634
5647
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5635
5648
|
google.protobuf.StringValue _policy_name = 2;
|
|
5636
5649
|
google.protobuf.StringValue _create_date_formatted = 3;
|
|
@@ -5643,12 +5656,12 @@ message AmazonIamPolicy{
|
|
|
5643
5656
|
repeated StandardObjectDifference _differences = 10;
|
|
5644
5657
|
repeated CDKRule _warnings = 11;
|
|
5645
5658
|
}
|
|
5646
|
-
message AmazonIamPolicyVersion{
|
|
5659
|
+
message AmazonIamPolicyVersion {
|
|
5647
5660
|
google.protobuf.StringValue _version_text = 1;
|
|
5648
5661
|
google.protobuf.StringValue _create_date_formatted = 2;
|
|
5649
5662
|
}
|
|
5650
5663
|
//An IAM role is an IAM identity that you can create in your account that has specific permissions. An IAM role is similar to an IAM user, in that it is an AWS identity with permission policies that determine what the identity can and cannot do in AWS.
|
|
5651
|
-
message AmazonIamRole{
|
|
5664
|
+
message AmazonIamRole {
|
|
5652
5665
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5653
5666
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5654
5667
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5663,8 +5676,8 @@ message AmazonIamRole{
|
|
|
5663
5676
|
repeated CDKRule _warnings = 12;
|
|
5664
5677
|
google.protobuf.StringValue _apply_status = 13;
|
|
5665
5678
|
}
|
|
5666
|
-
//An Amazon Machine Image (AMI) provides the information required to launch an instance. You must specify an AMI when you launch an instance.
|
|
5667
|
-
message AmazonImageAMI{
|
|
5679
|
+
//An Amazon Machine Image (AMI) provides the information required to launch an instance. You must specify an AMI when you launch an instance.
|
|
5680
|
+
message AmazonImageAMI {
|
|
5668
5681
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5669
5682
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5670
5683
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5690,7 +5703,7 @@ message AmazonImageAMI{
|
|
|
5690
5703
|
repeated CDKRule _warnings = 23;
|
|
5691
5704
|
}
|
|
5692
5705
|
//An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between instances in your VPC and the internet. It therefore imposes no availability risks or bandwidth constraints on your network traffic.
|
|
5693
|
-
message AmazonInternetGateway{
|
|
5706
|
+
message AmazonInternetGateway {
|
|
5694
5707
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5695
5708
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5696
5709
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5703,7 +5716,7 @@ message AmazonInternetGateway{
|
|
|
5703
5716
|
repeated CDKRule _warnings = 10;
|
|
5704
5717
|
}
|
|
5705
5718
|
//All devices must have a device certificate, private key, and root CA certificate installed in order to communicate with AWS IoT.
|
|
5706
|
-
message AmazonIoTCertificate{
|
|
5719
|
+
message AmazonIoTCertificate {
|
|
5707
5720
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5708
5721
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5709
5722
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5716,7 +5729,7 @@ message AmazonIoTCertificate{
|
|
|
5716
5729
|
repeated CDKRule _warnings = 10;
|
|
5717
5730
|
}
|
|
5718
5731
|
//AWS IoT policies are used to authorize your device to perform AWS IoT operations, such as subscribing or publishing to MQTT topics.
|
|
5719
|
-
message AmazonIoTPolicy{
|
|
5732
|
+
message AmazonIoTPolicy {
|
|
5720
5733
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5721
5734
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5722
5735
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5728,7 +5741,7 @@ message AmazonIoTPolicy{
|
|
|
5728
5741
|
repeated CDKRule _warnings = 9;
|
|
5729
5742
|
}
|
|
5730
5743
|
//All devices must have a device certificate, private key, and root CA certificate installed in order to communicate with AWS IoT. Consult your device's documentation to connect to it and copy your device certificate, private key, and root CA certificate onto your device.
|
|
5731
|
-
message AmazonIoTThingAttribute{
|
|
5744
|
+
message AmazonIoTThingAttribute {
|
|
5732
5745
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5733
5746
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5734
5747
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5742,7 +5755,7 @@ message AmazonIoTThingAttribute{
|
|
|
5742
5755
|
repeated CDKRule _warnings = 11;
|
|
5743
5756
|
}
|
|
5744
5757
|
//The AWS IoT rules engine listens for incoming MQTT messages that match a rule.
|
|
5745
|
-
message AmazonIoTTopicRuleListItem{
|
|
5758
|
+
message AmazonIoTTopicRuleListItem {
|
|
5746
5759
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5747
5760
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5748
5761
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5757,7 +5770,7 @@ message AmazonIoTTopicRuleListItem{
|
|
|
5757
5770
|
repeated CDKRule _warnings = 12;
|
|
5758
5771
|
}
|
|
5759
5772
|
//AWS Key Management Service (KMS) is an encryption and key management service scaled for the cloud. KMS keys and functionality are used by other AWS services, and you can use them to protect data in your own applications that use AWS.
|
|
5760
|
-
message AmazonKeyMetadata{
|
|
5773
|
+
message AmazonKeyMetadata {
|
|
5761
5774
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5762
5775
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5763
5776
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5774,7 +5787,7 @@ message AmazonKeyMetadata{
|
|
|
5774
5787
|
repeated CDKRule _warnings = 14;
|
|
5775
5788
|
}
|
|
5776
5789
|
//Process and analyze streaming data using SQL or Java.
|
|
5777
|
-
message AmazonKinesisDataAnalytic{
|
|
5790
|
+
message AmazonKinesisDataAnalytic {
|
|
5778
5791
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5779
5792
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5780
5793
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5791,7 +5804,7 @@ message AmazonKinesisDataAnalytic{
|
|
|
5791
5804
|
repeated CDKRule _warnings = 14;
|
|
5792
5805
|
}
|
|
5793
5806
|
//Load data streams into AWS data stores.
|
|
5794
|
-
message AmazonKinesisDataFirehose{
|
|
5807
|
+
message AmazonKinesisDataFirehose {
|
|
5795
5808
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5796
5809
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5797
5810
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5805,7 +5818,7 @@ message AmazonKinesisDataFirehose{
|
|
|
5805
5818
|
repeated CDKRule _warnings = 11;
|
|
5806
5819
|
}
|
|
5807
5820
|
//Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. You can accomplish these tasks using the simple and intuitive web interface of the AWS Management Console.
|
|
5808
|
-
message AmazonS3DestinationBucket{
|
|
5821
|
+
message AmazonS3DestinationBucket {
|
|
5809
5822
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5810
5823
|
google.protobuf.StringValue _bucket_a_r_n = 2;
|
|
5811
5824
|
google.protobuf.StringValue _error_output_pref = 3;
|
|
@@ -5813,7 +5826,7 @@ message AmazonS3DestinationBucket{
|
|
|
5813
5826
|
google.protobuf.StringValue _role_a_r_n = 5;
|
|
5814
5827
|
}
|
|
5815
5828
|
//Build custom applications that analyze data streams using popular stream-processing frameworks.
|
|
5816
|
-
message AmazonKinesiDataStream{
|
|
5829
|
+
message AmazonKinesiDataStream {
|
|
5817
5830
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5818
5831
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5819
5832
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5828,7 +5841,7 @@ message AmazonKinesiDataStream{
|
|
|
5828
5841
|
repeated CDKRule _warnings = 12;
|
|
5829
5842
|
}
|
|
5830
5843
|
//Capture, process, and store video streams for analytics and machine learning.
|
|
5831
|
-
message AmazonKinesisVideoStream{
|
|
5844
|
+
message AmazonKinesisVideoStream {
|
|
5832
5845
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5833
5846
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5834
5847
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5846,7 +5859,7 @@ message AmazonKinesisVideoStream{
|
|
|
5846
5859
|
repeated CDKRule _warnings = 15;
|
|
5847
5860
|
}
|
|
5848
5861
|
//With AWS Lambda, you can run code without provisioning or managing servers. You pay only for the compute time that you consume—there’s no charge when your code isn’t running. You can run code for virtually any type of application or backend service—all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.
|
|
5849
|
-
message AmazonLambdaFunction{
|
|
5862
|
+
message AmazonLambdaFunction {
|
|
5850
5863
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5851
5864
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5852
5865
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5863,13 +5876,13 @@ message AmazonLambdaFunction{
|
|
|
5863
5876
|
google.protobuf.StringValue _version = 14;
|
|
5864
5877
|
google.protobuf.StringValue _vpc_a_d_k__g_u_i_d = 15;
|
|
5865
5878
|
google.protobuf.StringValue _vpc_a_d_k__name = 16;
|
|
5866
|
-
google.protobuf.StringValue _use_default_vpc = 17
|
|
5879
|
+
google.protobuf.StringValue _use_default_vpc = 17; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
5867
5880
|
repeated CloudockitTag _tags = 18;
|
|
5868
5881
|
repeated StandardObjectDifference _differences = 19;
|
|
5869
5882
|
repeated CDKRule _warnings = 20;
|
|
5870
5883
|
}
|
|
5871
5884
|
//In Lightsail, your virtual private server is called an instance. You can connect to your instance, manage your ports and firewall settings, view metrics, associate a static IP with your instance.
|
|
5872
|
-
message AmazonLightsailInstance{
|
|
5885
|
+
message AmazonLightsailInstance {
|
|
5873
5886
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5874
5887
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5875
5888
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5893,19 +5906,19 @@ message AmazonLightsailInstance{
|
|
|
5893
5906
|
repeated CDKRule _warnings = 21;
|
|
5894
5907
|
}
|
|
5895
5908
|
//Describes a system disk or a block storage disk.
|
|
5896
|
-
message AmazonLightsailDisk{
|
|
5909
|
+
message AmazonLightsailDisk {
|
|
5897
5910
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5898
5911
|
google.protobuf.StringValue _size_in_gb = 2;
|
|
5899
5912
|
google.protobuf.StringValue _path = 3;
|
|
5900
5913
|
}
|
|
5901
|
-
message AmazonLightsailInstanceFirewallRule{
|
|
5914
|
+
message AmazonLightsailInstanceFirewallRule {
|
|
5902
5915
|
google.protobuf.StringValue _application = 1;
|
|
5903
5916
|
google.protobuf.StringValue _protocol = 2;
|
|
5904
5917
|
google.protobuf.StringValue _port_or_code = 3;
|
|
5905
5918
|
google.protobuf.StringValue _restricted_to = 4;
|
|
5906
5919
|
}
|
|
5907
5920
|
//Lightsail’s simplified load balancing routes web traffic across your instances so that your websites and applications can accommodate variations in traffic, be better protected from outages, and deliver a seamless experience to your visitors.
|
|
5908
|
-
message AmazonLightsailLoadBalancer{
|
|
5921
|
+
message AmazonLightsailLoadBalancer {
|
|
5909
5922
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5910
5923
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5911
5924
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5920,12 +5933,12 @@ message AmazonLightsailLoadBalancer{
|
|
|
5920
5933
|
repeated StandardObjectDifference _differences = 12;
|
|
5921
5934
|
repeated CDKRule _warnings = 13;
|
|
5922
5935
|
}
|
|
5923
|
-
message AmazonLightsailInstanceHealthSummary{
|
|
5936
|
+
message AmazonLightsailInstanceHealthSummary {
|
|
5924
5937
|
google.protobuf.StringValue _instance_name = 1;
|
|
5925
5938
|
google.protobuf.StringValue _instance_health = 2;
|
|
5926
5939
|
}
|
|
5927
5940
|
//Amazon Lightsail provides the latest major versions of the MySQL and PostgreSQL databases. This guide helps you decide which database is right for your project.
|
|
5928
|
-
message AmazonLightsailRelationalDatabase{
|
|
5941
|
+
message AmazonLightsailRelationalDatabase {
|
|
5929
5942
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5930
5943
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5931
5944
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5943,7 +5956,7 @@ message AmazonLightsailRelationalDatabase{
|
|
|
5943
5956
|
repeated CDKRule _warnings = 15;
|
|
5944
5957
|
}
|
|
5945
5958
|
//Amazon MQ is a managed message broker service for Apache ActiveMQ that makes it easy to set up and operate message brokers in the cloud. Amazon MQ provides interoperability with your existing applications and services. Amazon MQ works with your existing applications and services without the need to manage, operate, or maintain your own messaging system.
|
|
5946
|
-
message AmazonMQ{
|
|
5959
|
+
message AmazonMQ {
|
|
5947
5960
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5948
5961
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5949
5962
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5962,7 +5975,7 @@ message AmazonMQ{
|
|
|
5962
5975
|
repeated CDKRule _warnings = 16;
|
|
5963
5976
|
}
|
|
5964
5977
|
//Managed Streaming for Apache Kafka (Amazon MSK) is a fully managed service that enables you to build and run applications that use Apache Kafka to process streaming data.
|
|
5965
|
-
message AmazonMSKCluster{
|
|
5978
|
+
message AmazonMSKCluster {
|
|
5966
5979
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5967
5980
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5968
5981
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -5985,13 +5998,13 @@ message AmazonMSKCluster{
|
|
|
5985
5998
|
repeated StandardObjectDifference _differences = 20;
|
|
5986
5999
|
repeated CDKRule _warnings = 21;
|
|
5987
6000
|
}
|
|
5988
|
-
message KafkaBrokerNodeInfo{
|
|
6001
|
+
message KafkaBrokerNodeInfo {
|
|
5989
6002
|
google.protobuf.StringValue _broker_id = 1;
|
|
5990
6003
|
google.protobuf.StringValue _endpoints = 2;
|
|
5991
6004
|
google.protobuf.StringValue _client_subnet = 3;
|
|
5992
6005
|
}
|
|
5993
6006
|
//Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. Every root contains every AWS account in the organization. Each root enables the accounts to be organized in a different way and to have different policy types enabled for use in that root.
|
|
5994
|
-
message AmazonOrganizationRoot{
|
|
6007
|
+
message AmazonOrganizationRoot {
|
|
5995
6008
|
repeated ScanningIssues _scanning_issues = 1;
|
|
5996
6009
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
5997
6010
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6003,7 +6016,7 @@ message AmazonOrganizationRoot{
|
|
|
6003
6016
|
repeated CDKRule _warnings = 9;
|
|
6004
6017
|
}
|
|
6005
6018
|
//Contains details about an organizational unit (OU). An OU is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.
|
|
6006
|
-
message AmazonOrganizationalUnit{
|
|
6019
|
+
message AmazonOrganizationalUnit {
|
|
6007
6020
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6008
6021
|
google.protobuf.StringValue _name = 2;
|
|
6009
6022
|
google.protobuf.StringValue _id = 3;
|
|
@@ -6011,7 +6024,7 @@ message AmazonOrganizationalUnit{
|
|
|
6011
6024
|
google.protobuf.StringValue _parent_id = 5;
|
|
6012
6025
|
}
|
|
6013
6026
|
//An account is a container of multiple resources
|
|
6014
|
-
message AmazonAccount{
|
|
6027
|
+
message AmazonAccount {
|
|
6015
6028
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6016
6029
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6017
6030
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6024,7 +6037,7 @@ message AmazonAccount{
|
|
|
6024
6037
|
google.protobuf.StringValue _organization_arn = 10;
|
|
6025
6038
|
}
|
|
6026
6039
|
//An Organization is a container of multiple accounts
|
|
6027
|
-
message AmazonOrganization{
|
|
6040
|
+
message AmazonOrganization {
|
|
6028
6041
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6029
6042
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6030
6043
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6038,7 +6051,7 @@ message AmazonOrganization{
|
|
|
6038
6051
|
repeated CDKRule _warnings = 11;
|
|
6039
6052
|
}
|
|
6040
6053
|
//A structure that contains information about a backed-up resource.
|
|
6041
|
-
message AmazonProtectedResource{
|
|
6054
|
+
message AmazonProtectedResource {
|
|
6042
6055
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6043
6056
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6044
6057
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6050,13 +6063,13 @@ message AmazonProtectedResource{
|
|
|
6050
6063
|
repeated StandardObjectDifference _differences = 9;
|
|
6051
6064
|
repeated CDKRule _warnings = 10;
|
|
6052
6065
|
}
|
|
6053
|
-
message AmazonRecoveryPointByResource{
|
|
6066
|
+
message AmazonRecoveryPointByResource {
|
|
6054
6067
|
google.protobuf.StringValue _recovery_point_id = 1;
|
|
6055
6068
|
google.protobuf.StringValue _status = 2;
|
|
6056
6069
|
google.protobuf.StringValue _creation_date = 3;
|
|
6057
6070
|
}
|
|
6058
6071
|
//Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks.
|
|
6059
|
-
message AmazonRDSDBInstance{
|
|
6072
|
+
message AmazonRDSDBInstance {
|
|
6060
6073
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6061
6074
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6062
6075
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6103,19 +6116,19 @@ message AmazonRDSDBInstance{
|
|
|
6103
6116
|
repeated StandardObjectDifference _differences = 44;
|
|
6104
6117
|
repeated CDKRule _warnings = 45;
|
|
6105
6118
|
}
|
|
6106
|
-
message AmazonRdsDbParameterGroupStatus{
|
|
6119
|
+
message AmazonRdsDbParameterGroupStatus {
|
|
6107
6120
|
google.protobuf.StringValue _parameter_group = 1;
|
|
6108
6121
|
}
|
|
6109
|
-
message AmazonRdsSubnet{
|
|
6122
|
+
message AmazonRdsSubnet {
|
|
6110
6123
|
google.protobuf.StringValue _subnet_a_d_k__g_u_i_d = 1;
|
|
6111
6124
|
google.protobuf.StringValue _subnet_a_d_k__name = 2;
|
|
6112
6125
|
}
|
|
6113
|
-
message AmazonRdsSecurityGroup{
|
|
6126
|
+
message AmazonRdsSecurityGroup {
|
|
6114
6127
|
google.protobuf.StringValue _security_group_a_d_k__g_u_i_d = 1;
|
|
6115
6128
|
google.protobuf.StringValue _security_group_a_d_k__name = 2;
|
|
6116
6129
|
}
|
|
6117
6130
|
//Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service that makes it simple and cost-effective to efficiently analyze all your data using your existing business intelligence tools. It is optimized for datasets ranging from a few hundred gigabytes to a petabyte or more and costs less than $1,000 per terabyte per year, a tenth the cost of most traditional data warehousing solutions.
|
|
6118
|
-
message AmazonRedShift{
|
|
6131
|
+
message AmazonRedShift {
|
|
6119
6132
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6120
6133
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6121
6134
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6132,16 +6145,16 @@ message AmazonRedShift{
|
|
|
6132
6145
|
google.protobuf.StringValue _port = 14;
|
|
6133
6146
|
google.protobuf.StringValue _master_username = 15;
|
|
6134
6147
|
google.protobuf.StringValue _parameter_group_name = 16;
|
|
6135
|
-
google.protobuf.StringValue _encryption_state = 17
|
|
6148
|
+
google.protobuf.StringValue _encryption_state = 17; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6136
6149
|
google.protobuf.StringValue _kms_key_id = 18;
|
|
6137
6150
|
google.protobuf.StringValue _linked_vpc_a_d_k__g_u_i_d = 19;
|
|
6138
6151
|
google.protobuf.StringValue _linked_vpc_a_d_k__name = 20;
|
|
6139
6152
|
google.protobuf.StringValue _cluster_subnet_group_name = 21;
|
|
6140
6153
|
google.protobuf.StringValue _availability_zone = 22;
|
|
6141
|
-
google.protobuf.StringValue _enhanced_vpc_routing_state = 23
|
|
6154
|
+
google.protobuf.StringValue _enhanced_vpc_routing_state = 23; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6142
6155
|
google.protobuf.StringValue _linked_security_group_a_d_k__g_u_i_d = 24;
|
|
6143
6156
|
google.protobuf.StringValue _linked_security_group_a_d_k__name = 25;
|
|
6144
|
-
google.protobuf.StringValue _publicly_accessible_state = 26
|
|
6157
|
+
google.protobuf.StringValue _publicly_accessible_state = 26; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6145
6158
|
repeated AmazonIamRole _cluster_iam_roles = 27;
|
|
6146
6159
|
repeated AmazonPartnerIntegrationInfo _partners = 28;
|
|
6147
6160
|
repeated AmazonRedShiftClusterNode _cluster_nodes = 29;
|
|
@@ -6149,19 +6162,19 @@ message AmazonRedShift{
|
|
|
6149
6162
|
repeated StandardObjectDifference _differences = 31;
|
|
6150
6163
|
repeated CDKRule _warnings = 32;
|
|
6151
6164
|
}
|
|
6152
|
-
message AmazonPartnerIntegrationInfo{
|
|
6165
|
+
message AmazonPartnerIntegrationInfo {
|
|
6153
6166
|
google.protobuf.StringValue _partner_name = 1;
|
|
6154
6167
|
google.protobuf.StringValue _status = 2;
|
|
6155
6168
|
google.protobuf.StringValue _database_name = 3;
|
|
6156
6169
|
google.protobuf.StringValue _updated_at = 4;
|
|
6157
6170
|
}
|
|
6158
|
-
message AmazonRedShiftClusterNode{
|
|
6171
|
+
message AmazonRedShiftClusterNode {
|
|
6159
6172
|
google.protobuf.StringValue _node_role = 1;
|
|
6160
6173
|
google.protobuf.StringValue _public_i_p_address = 2;
|
|
6161
6174
|
google.protobuf.StringValue _private_i_p_address = 3;
|
|
6162
6175
|
}
|
|
6163
6176
|
//Contains metadata about a restore job.
|
|
6164
|
-
message AmazonRestoreJob{
|
|
6177
|
+
message AmazonRestoreJob {
|
|
6165
6178
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6166
6179
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6167
6180
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6176,7 +6189,7 @@ message AmazonRestoreJob{
|
|
|
6176
6189
|
repeated CDKRule _warnings = 12;
|
|
6177
6190
|
}
|
|
6178
6191
|
//Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
|
6179
|
-
message AmazonRoute53{
|
|
6192
|
+
message AmazonRoute53 {
|
|
6180
6193
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6181
6194
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6182
6195
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6189,7 +6202,7 @@ message AmazonRoute53{
|
|
|
6189
6202
|
repeated StandardObjectDifference _differences = 10;
|
|
6190
6203
|
repeated CDKRule _warnings = 11;
|
|
6191
6204
|
}
|
|
6192
|
-
message Route53RecordSet{
|
|
6205
|
+
message Route53RecordSet {
|
|
6193
6206
|
google.protobuf.StringValue _name = 1;
|
|
6194
6207
|
google.protobuf.StringValue _type = 2;
|
|
6195
6208
|
google.protobuf.StringValue _value = 3;
|
|
@@ -6202,7 +6215,7 @@ message Route53RecordSet{
|
|
|
6202
6215
|
google.protobuf.StringValue _set_identifier = 10;
|
|
6203
6216
|
}
|
|
6204
6217
|
//Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. You can accomplish these tasks using the simple and intuitive web interface of the AWS Management Console.
|
|
6205
|
-
message AmazonS3Bucket{
|
|
6218
|
+
message AmazonS3Bucket {
|
|
6206
6219
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6207
6220
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6208
6221
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6235,7 +6248,7 @@ message AmazonS3Bucket{
|
|
|
6235
6248
|
repeated CDKRule _warnings = 30;
|
|
6236
6249
|
}
|
|
6237
6250
|
//Represents an S3 Object. Contains all attributes that an S3 Object has.
|
|
6238
|
-
message AmazonS3Object{
|
|
6251
|
+
message AmazonS3Object {
|
|
6239
6252
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6240
6253
|
google.protobuf.StringValue _key = 2;
|
|
6241
6254
|
google.protobuf.StringValue _displayed_size = 3;
|
|
@@ -6244,20 +6257,20 @@ message AmazonS3Object{
|
|
|
6244
6257
|
google.protobuf.StringValue _owner_display_name = 6;
|
|
6245
6258
|
}
|
|
6246
6259
|
//AWS Secrets Manager helps you to securely encrypt, store, and retrieve credentials for your databases and other services. Instead of hardcoding credentials in your apps, you can make calls to Secrets Manager to retrieve your credentials whenever needed. Secrets Manager helps you protect access to your IT resources and data by enabling you to rotate and manage access to your secrets.
|
|
6247
|
-
message AmazonSecretsManager{
|
|
6260
|
+
message AmazonSecretsManager {
|
|
6248
6261
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6249
6262
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6250
6263
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
6251
6264
|
google.protobuf.StringValue _description = 4;
|
|
6252
6265
|
google.protobuf.StringValue _a_r_n = 5;
|
|
6253
|
-
google.protobuf.StringValue _rotation_status_text = 6
|
|
6266
|
+
google.protobuf.StringValue _rotation_status_text = 6; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6254
6267
|
google.protobuf.Int64Value _rotation_interval = 7;
|
|
6255
6268
|
repeated CloudockitTag _tags = 8;
|
|
6256
6269
|
repeated StandardObjectDifference _differences = 9;
|
|
6257
6270
|
repeated CDKRule _warnings = 10;
|
|
6258
6271
|
}
|
|
6259
6272
|
//Amazon Simple Email Service (Amazon SES) is an email sending and receiving service that provides an easy, cost-effective way for you to send email.
|
|
6260
|
-
message AmazonSesIdentity{
|
|
6273
|
+
message AmazonSesIdentity {
|
|
6261
6274
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6262
6275
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6263
6276
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6268,7 +6281,7 @@ message AmazonSesIdentity{
|
|
|
6268
6281
|
repeated CDKRule _warnings = 8;
|
|
6269
6282
|
}
|
|
6270
6283
|
//The domain identities for your AWS account in the current AWS Region, regardless of verification status.
|
|
6271
|
-
message AmazonSesDomainIdentity{
|
|
6284
|
+
message AmazonSesDomainIdentity {
|
|
6272
6285
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6273
6286
|
google.protobuf.StringValue _domain_name = 2;
|
|
6274
6287
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6283,17 +6296,17 @@ message AmazonSesDomainIdentity{
|
|
|
6283
6296
|
repeated AmazonSesIdentityDkim _ses_identity_dkim_attributes = 12;
|
|
6284
6297
|
repeated AmazonSesIdentityPolicy _ses_identity_policies = 13;
|
|
6285
6298
|
}
|
|
6286
|
-
message AmazonSesIdentityDkim{
|
|
6299
|
+
message AmazonSesIdentityDkim {
|
|
6287
6300
|
google.protobuf.StringValue _name = 1;
|
|
6288
6301
|
google.protobuf.StringValue _attribute_type = 2;
|
|
6289
6302
|
google.protobuf.StringValue _attribute_value = 3;
|
|
6290
6303
|
}
|
|
6291
|
-
message AmazonSesIdentityPolicy{
|
|
6304
|
+
message AmazonSesIdentityPolicy {
|
|
6292
6305
|
google.protobuf.StringValue _name = 1;
|
|
6293
6306
|
google.protobuf.StringValue _policy_action__a_d_k_j_s_o_n = 2;
|
|
6294
6307
|
}
|
|
6295
6308
|
//The Email identities for your AWS account in the current AWS Region, regardless of verification status.
|
|
6296
|
-
message AmazonSesEmailIdentity{
|
|
6309
|
+
message AmazonSesEmailIdentity {
|
|
6297
6310
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6298
6311
|
google.protobuf.StringValue _email_address = 2;
|
|
6299
6312
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6306,7 +6319,7 @@ message AmazonSesEmailIdentity{
|
|
|
6306
6319
|
repeated AmazonSesIdentityPolicy _ses_identity_policies = 10;
|
|
6307
6320
|
}
|
|
6308
6321
|
//Amazon Simple Notification Service (Amazon SNS) is a web service that enables applications, end-users, and devices to instantly send and receive notifications from the cloud.
|
|
6309
|
-
message AmazonSNS{
|
|
6322
|
+
message AmazonSNS {
|
|
6310
6323
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6311
6324
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6312
6325
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6317,14 +6330,14 @@ message AmazonSNS{
|
|
|
6317
6330
|
repeated StandardObjectDifference _differences = 8;
|
|
6318
6331
|
repeated CDKRule _warnings = 9;
|
|
6319
6332
|
}
|
|
6320
|
-
message AmazonSNSSubscription{
|
|
6333
|
+
message AmazonSNSSubscription {
|
|
6321
6334
|
google.protobuf.StringValue _subscription_arn = 1;
|
|
6322
6335
|
google.protobuf.StringValue _protocol = 2;
|
|
6323
6336
|
google.protobuf.StringValue _endpoint = 3;
|
|
6324
6337
|
google.protobuf.StringValue _owner = 4;
|
|
6325
6338
|
}
|
|
6326
6339
|
//Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications. Amazon SQS moves data between distributed application components and helps you decouple these components.
|
|
6327
|
-
message AmazonSQS{
|
|
6340
|
+
message AmazonSQS {
|
|
6328
6341
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6329
6342
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6330
6343
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6341,7 +6354,7 @@ message AmazonSQS{
|
|
|
6341
6354
|
repeated CDKRule _warnings = 14;
|
|
6342
6355
|
}
|
|
6343
6356
|
//AWS CloudFormation enables you to create and provision AWS infrastructure deployments predictably and repeatedly. AWS CloudFormation enables you to use a template file to create and delete a collection of resources together as a single unit (a stack).
|
|
6344
|
-
message AmazonStack{
|
|
6357
|
+
message AmazonStack {
|
|
6345
6358
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6346
6359
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6347
6360
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6367,32 +6380,32 @@ message AmazonStack{
|
|
|
6367
6380
|
repeated StandardObjectDifference _differences = 23;
|
|
6368
6381
|
repeated CDKRule _warnings = 24;
|
|
6369
6382
|
}
|
|
6370
|
-
message AmazonStackResourceSummary{
|
|
6383
|
+
message AmazonStackResourceSummary {
|
|
6371
6384
|
google.protobuf.StringValue _logical_resource_id = 1;
|
|
6372
6385
|
google.protobuf.StringValue _physical_resource_id = 2;
|
|
6373
6386
|
google.protobuf.StringValue _resource_type = 3;
|
|
6374
6387
|
google.protobuf.StringValue _resource_status = 4;
|
|
6375
6388
|
google.protobuf.StringValue _resource_status_reason = 5;
|
|
6376
6389
|
}
|
|
6377
|
-
message AmazonStackOutput{
|
|
6390
|
+
message AmazonStackOutput {
|
|
6378
6391
|
google.protobuf.StringValue _output_key = 1;
|
|
6379
6392
|
google.protobuf.StringValue _output_value = 2;
|
|
6380
6393
|
google.protobuf.StringValue _description = 3;
|
|
6381
6394
|
google.protobuf.StringValue _export_name = 4;
|
|
6382
6395
|
}
|
|
6383
|
-
message AmazonStackParameter{
|
|
6396
|
+
message AmazonStackParameter {
|
|
6384
6397
|
google.protobuf.StringValue _parameter_key = 1;
|
|
6385
6398
|
google.protobuf.StringValue _parameter_value = 2;
|
|
6386
6399
|
google.protobuf.StringValue _resolved_value = 3;
|
|
6387
6400
|
}
|
|
6388
|
-
message AmazonStackChangeSetSummary{
|
|
6401
|
+
message AmazonStackChangeSetSummary {
|
|
6389
6402
|
google.protobuf.StringValue _change_set_name = 1;
|
|
6390
6403
|
google.protobuf.StringValue _creation_time = 2;
|
|
6391
6404
|
google.protobuf.StringValue _status = 3;
|
|
6392
6405
|
google.protobuf.StringValue _description = 4;
|
|
6393
6406
|
}
|
|
6394
6407
|
//AWS Step Functions makes it easy to coordinate the components of distributed applications as a series of steps in a visual workflow. You can quickly build and run state machines to execute the steps of your application in a reliable and scalable fashion.
|
|
6395
|
-
message AmazonStepFunctions{
|
|
6408
|
+
message AmazonStepFunctions {
|
|
6396
6409
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6397
6410
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6398
6411
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6407,7 +6420,7 @@ message AmazonStepFunctions{
|
|
|
6407
6420
|
repeated CDKRule _warnings = 12;
|
|
6408
6421
|
}
|
|
6409
6422
|
//Contains general information about a domain.
|
|
6410
|
-
message AmazonSwfDomainInfo{
|
|
6423
|
+
message AmazonSwfDomainInfo {
|
|
6411
6424
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6412
6425
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6413
6426
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6426,7 +6439,7 @@ message AmazonSwfDomainInfo{
|
|
|
6426
6439
|
repeated CDKRule _warnings = 16;
|
|
6427
6440
|
}
|
|
6428
6441
|
//Contains information about a workflow execution.
|
|
6429
|
-
message AmazonSwfWorkflowExecutionInfo{
|
|
6442
|
+
message AmazonSwfWorkflowExecutionInfo {
|
|
6430
6443
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6431
6444
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6432
6445
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6453,7 +6466,7 @@ message AmazonSwfWorkflowExecutionInfo{
|
|
|
6453
6466
|
google.protobuf.StringValue _parent_workflow_id = 24;
|
|
6454
6467
|
}
|
|
6455
6468
|
//Contains information about a workflow type.
|
|
6456
|
-
message AmazonSwfWorkflowTypeInfo{
|
|
6469
|
+
message AmazonSwfWorkflowTypeInfo {
|
|
6457
6470
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6458
6471
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6459
6472
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6469,7 +6482,7 @@ message AmazonSwfWorkflowTypeInfo{
|
|
|
6469
6482
|
google.protobuf.StringValue _configuration_default_lambda_role = 13;
|
|
6470
6483
|
}
|
|
6471
6484
|
//Detailed information about an activity type.
|
|
6472
|
-
message AmazonSwfActivityTypeInfo{
|
|
6485
|
+
message AmazonSwfActivityTypeInfo {
|
|
6473
6486
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6474
6487
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6475
6488
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6485,7 +6498,7 @@ message AmazonSwfActivityTypeInfo{
|
|
|
6485
6498
|
google.protobuf.StringValue _configuration_default_task_priority = 13;
|
|
6486
6499
|
}
|
|
6487
6500
|
//A managed instance is any machine configured for AWS Systems Manager. You can configure EC2 instances or on-premises machines in a hybrid environment as managed instances. Systems Manager supports various distributions of Linux, including Raspberry Pi devices, and Microsoft Windows Server.
|
|
6488
|
-
message AmazonSystemsManagerManagedInstance{
|
|
6501
|
+
message AmazonSystemsManagerManagedInstance {
|
|
6489
6502
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6490
6503
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6491
6504
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6502,7 +6515,7 @@ message AmazonSystemsManagerManagedInstance{
|
|
|
6502
6515
|
repeated CDKRule _warnings = 14;
|
|
6503
6516
|
}
|
|
6504
6517
|
//A transit gateway is a network transit hub that you can use to interconnect your virtual private clouds (VPC) and on-premises networks.
|
|
6505
|
-
message AmazonTransitGateway{
|
|
6518
|
+
message AmazonTransitGateway {
|
|
6506
6519
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6507
6520
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6508
6521
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6525,7 +6538,7 @@ message AmazonTransitGateway{
|
|
|
6525
6538
|
repeated CDKRule _warnings = 20;
|
|
6526
6539
|
}
|
|
6527
6540
|
//When you attach a VPC to a transit gateway, you must specify one subnet from each Availability Zone to be used by the transit gateway to route traffic. Specifying one subnet from an Availability Zone enables traffic to reach resources in every subnet in that Availability Zone.
|
|
6528
|
-
message AmazonTransitGatewayVpcAttachment{
|
|
6541
|
+
message AmazonTransitGatewayVpcAttachment {
|
|
6529
6542
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6530
6543
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6531
6544
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6543,7 +6556,7 @@ message AmazonTransitGatewayVpcAttachment{
|
|
|
6543
6556
|
google.protobuf.StringValue _options_ipv6_support = 15;
|
|
6544
6557
|
}
|
|
6545
6558
|
//To attach a VPN connection to your transit gateway, you must specify the customer gateway. For static VPNs, add the static routes to the transit gateway route table.
|
|
6546
|
-
message AmazonTransitGatewayVpnAttachment{
|
|
6559
|
+
message AmazonTransitGatewayVpnAttachment {
|
|
6547
6560
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6548
6561
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6549
6562
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6558,7 +6571,7 @@ message AmazonTransitGatewayVpnAttachment{
|
|
|
6558
6571
|
google.protobuf.StringValue _association_transit_gateway_route_table_id = 12;
|
|
6559
6572
|
}
|
|
6560
6573
|
//Use transit gateway route tables to configure routing for your transit gateway attachments.
|
|
6561
|
-
message AmazonTransitGatewayRouteTable{
|
|
6574
|
+
message AmazonTransitGatewayRouteTable {
|
|
6562
6575
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6563
6576
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6564
6577
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6571,19 +6584,19 @@ message AmazonTransitGatewayRouteTable{
|
|
|
6571
6584
|
repeated AmazonTransitGatewayRouteTablePropagation _propagations = 10;
|
|
6572
6585
|
repeated AmazonTransitGatewayRouteDto _transit_gateway_routes = 11;
|
|
6573
6586
|
}
|
|
6574
|
-
message AmazonTransitGatewayRouteTableAssociation{
|
|
6587
|
+
message AmazonTransitGatewayRouteTableAssociation {
|
|
6575
6588
|
google.protobuf.StringValue _transit_gateway_attachment_id = 1;
|
|
6576
6589
|
google.protobuf.StringValue _resource_type = 2;
|
|
6577
6590
|
google.protobuf.StringValue _resource_id = 3;
|
|
6578
6591
|
google.protobuf.StringValue _state = 4;
|
|
6579
6592
|
}
|
|
6580
|
-
message AmazonTransitGatewayRouteTablePropagation{
|
|
6593
|
+
message AmazonTransitGatewayRouteTablePropagation {
|
|
6581
6594
|
google.protobuf.StringValue _transit_gateway_attachment_id = 1;
|
|
6582
6595
|
google.protobuf.StringValue _resource_type = 2;
|
|
6583
6596
|
google.protobuf.StringValue _resource_id = 3;
|
|
6584
6597
|
google.protobuf.StringValue _state = 4;
|
|
6585
6598
|
}
|
|
6586
|
-
message AmazonTransitGatewayRouteDto{
|
|
6599
|
+
message AmazonTransitGatewayRouteDto {
|
|
6587
6600
|
google.protobuf.StringValue _destination_cidr_block = 1;
|
|
6588
6601
|
google.protobuf.StringValue _attachments = 2;
|
|
6589
6602
|
google.protobuf.StringValue _resource_type = 3;
|
|
@@ -6591,7 +6604,7 @@ message AmazonTransitGatewayRouteDto{
|
|
|
6591
6604
|
google.protobuf.StringValue _state = 5;
|
|
6592
6605
|
}
|
|
6593
6606
|
//Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services (AWS) resources into a virtual network that you've defined. This virtual network closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS.
|
|
6594
|
-
message AmazonVPC{
|
|
6607
|
+
message AmazonVPC {
|
|
6595
6608
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6596
6609
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6597
6610
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6603,7 +6616,7 @@ message AmazonVPC{
|
|
|
6603
6616
|
google.protobuf.StringValue _main_route_table_name = 9;
|
|
6604
6617
|
google.protobuf.StringValue _main_network_acl_name = 10;
|
|
6605
6618
|
google.protobuf.StringValue _instance_tenancy = 11;
|
|
6606
|
-
google.protobuf.StringValue _default_vpc = 12
|
|
6619
|
+
google.protobuf.StringValue _default_vpc = 12; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6607
6620
|
repeated AmazonSubnet _subnets = 13;
|
|
6608
6621
|
repeated AmazonRouteTable _route_tables = 14;
|
|
6609
6622
|
repeated AmazonNetworkAcl _amazon_network_acls = 15;
|
|
@@ -6613,7 +6626,7 @@ message AmazonVPC{
|
|
|
6613
6626
|
repeated CDKRule _warnings = 19;
|
|
6614
6627
|
}
|
|
6615
6628
|
//Each subnet must be associated with a route table, which specifies the allowed routes for outbound traffic leaving the subnet.Every subnet that you create is automatically associated with the main route table for the VPC.
|
|
6616
|
-
message AmazonSubnet{
|
|
6629
|
+
message AmazonSubnet {
|
|
6617
6630
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6618
6631
|
google.protobuf.StringValue _subnet_id = 2;
|
|
6619
6632
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6636,48 +6649,48 @@ message AmazonSubnet{
|
|
|
6636
6649
|
repeated CloudockitTag _tags = 20;
|
|
6637
6650
|
}
|
|
6638
6651
|
//A route table contains a set of rules, called routes, that are used to determine where network traffic is directed.
|
|
6639
|
-
message AmazonRouteTable{
|
|
6652
|
+
message AmazonRouteTable {
|
|
6640
6653
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6641
6654
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6642
6655
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
6643
6656
|
google.protobuf.StringValue _resource_tag_name = 4;
|
|
6644
6657
|
google.protobuf.StringValue _associated_subnet_count = 5;
|
|
6645
|
-
google.protobuf.StringValue _is_main = 6
|
|
6658
|
+
google.protobuf.StringValue _is_main = 6; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6646
6659
|
repeated AmazonRoute _amazon_routes = 7;
|
|
6647
6660
|
repeated AmazonSubnet _explicit_subnet_associations = 8;
|
|
6648
6661
|
repeated AmazonSubnet _amazon_subnets = 9;
|
|
6649
6662
|
repeated AmazonPropagatingVgw _amazon_propagating_vgws = 10;
|
|
6650
6663
|
repeated CloudockitTag _tags = 11;
|
|
6651
6664
|
}
|
|
6652
|
-
message AmazonRoute{
|
|
6665
|
+
message AmazonRoute {
|
|
6653
6666
|
google.protobuf.StringValue _destination_display = 1;
|
|
6654
6667
|
google.protobuf.StringValue _gateway_id = 2;
|
|
6655
6668
|
google.protobuf.StringValue _state = 3;
|
|
6656
6669
|
}
|
|
6657
|
-
message AmazonPropagatingVgw{
|
|
6670
|
+
message AmazonPropagatingVgw {
|
|
6658
6671
|
google.protobuf.StringValue _gateway_id = 1;
|
|
6659
6672
|
}
|
|
6660
|
-
//A network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.
|
|
6661
|
-
message AmazonNetworkAcl{
|
|
6673
|
+
//A network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.
|
|
6674
|
+
message AmazonNetworkAcl {
|
|
6662
6675
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6663
6676
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6664
6677
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
6665
6678
|
google.protobuf.StringValue _resource_tag_name = 4;
|
|
6666
6679
|
google.protobuf.StringValue _associated_subnet_count_label = 5;
|
|
6667
|
-
google.protobuf.StringValue _default_network_acl = 6
|
|
6680
|
+
google.protobuf.StringValue _default_network_acl = 6; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6668
6681
|
repeated AmazonNetworkAclInboundRule _inbound_rules = 7;
|
|
6669
6682
|
repeated AmazonNetworkAclOutboundRule _outbound_rules = 8;
|
|
6670
6683
|
repeated AmazonSubnet _amazon_subnets = 9;
|
|
6671
6684
|
repeated CloudockitTag _tags = 10;
|
|
6672
6685
|
}
|
|
6673
|
-
message AmazonNetworkAclInboundRule{
|
|
6686
|
+
message AmazonNetworkAclInboundRule {
|
|
6674
6687
|
google.protobuf.StringValue _rule_number = 1;
|
|
6675
6688
|
google.protobuf.StringValue _protocol_display = 2;
|
|
6676
6689
|
google.protobuf.StringValue _port_display = 3;
|
|
6677
6690
|
google.protobuf.StringValue _source = 4;
|
|
6678
6691
|
google.protobuf.StringValue _rule_action = 5;
|
|
6679
6692
|
}
|
|
6680
|
-
message AmazonNetworkAclOutboundRule{
|
|
6693
|
+
message AmazonNetworkAclOutboundRule {
|
|
6681
6694
|
google.protobuf.StringValue _rule_number = 1;
|
|
6682
6695
|
google.protobuf.StringValue _protocol_display = 2;
|
|
6683
6696
|
google.protobuf.StringValue _port_display = 3;
|
|
@@ -6685,7 +6698,7 @@ message AmazonNetworkAclOutboundRule{
|
|
|
6685
6698
|
google.protobuf.StringValue _rule_action = 5;
|
|
6686
6699
|
}
|
|
6687
6700
|
//By default, instances that you launch into an Amazon VPC can't communicate with your own (remote) network. You can enable access to your remote network from your VPC by attaching a virtual private gateway to the VPC, creating a custom route table, updating your security group rules, creating an AWS Site-to-Site VPN (Site-to-Site VPN) connection, and configuring routing to pass traffic through the connection.
|
|
6688
|
-
message AmazonVpnConnection{
|
|
6701
|
+
message AmazonVpnConnection {
|
|
6689
6702
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6690
6703
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6691
6704
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6704,7 +6717,7 @@ message AmazonVpnConnection{
|
|
|
6704
6717
|
repeated CDKRule _warnings = 16;
|
|
6705
6718
|
}
|
|
6706
6719
|
//AWS Virtual Private Network (AWS VPN) lets you establish a secure and private tunnel from your network or device to the AWS Cloud. You can extend your existing on-premises network into a VPC, or connect to other AWS resources from a client. AWS VPN offers two types of private connectivity that feature the high availability and robust security necessary for your data.
|
|
6707
|
-
message AmazonVpnGateway{
|
|
6720
|
+
message AmazonVpnGateway {
|
|
6708
6721
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6709
6722
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6710
6723
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6718,7 +6731,7 @@ message AmazonVpnGateway{
|
|
|
6718
6731
|
repeated CDKRule _warnings = 11;
|
|
6719
6732
|
}
|
|
6720
6733
|
//WorkSpaces is a fully managed cloud desktop solution. Provision Linux and Windows virtual desktops in just a few minutes and deliver them securely to thousands of users.
|
|
6721
|
-
message AmazonWorkspace{
|
|
6734
|
+
message AmazonWorkspace {
|
|
6722
6735
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6723
6736
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6724
6737
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
@@ -6745,21 +6758,21 @@ message AmazonWorkspace{
|
|
|
6745
6758
|
repeated CDKRule _warnings = 24;
|
|
6746
6759
|
}
|
|
6747
6760
|
//WorkSpaces uses a directory to store and manage information for your WorkSpaces and users.
|
|
6748
|
-
message AmazonWorkspaceDirectory{
|
|
6761
|
+
message AmazonWorkspaceDirectory {
|
|
6749
6762
|
repeated ScanningIssues _scanning_issues = 1;
|
|
6750
6763
|
google.protobuf.StringValue _a_d_k__name = 2;
|
|
6751
6764
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 3;
|
|
6752
6765
|
google.protobuf.StringValue _directory_id = 4;
|
|
6753
6766
|
google.protobuf.StringValue _status = 5;
|
|
6754
|
-
google.protobuf.StringValue _registered = 6
|
|
6767
|
+
google.protobuf.StringValue _registered = 6; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6755
6768
|
google.protobuf.StringValue _alias = 7;
|
|
6756
6769
|
google.protobuf.StringValue _directory_type = 8;
|
|
6757
6770
|
google.protobuf.StringValue _registration_code = 9;
|
|
6758
6771
|
google.protobuf.Int64Value _status_last_updated = 10;
|
|
6759
|
-
google.protobuf.StringValue _amazon_workspace_creation_properties_work_docs = 11
|
|
6760
|
-
google.protobuf.StringValue _amazon_workspace_creation_properties_access_to_internet = 12
|
|
6761
|
-
google.protobuf.StringValue _amazon_workspace_creation_properties_local_administrator_state = 13
|
|
6762
|
-
google.protobuf.StringValue _amazon_workspace_access_properties_web_access = 14
|
|
6772
|
+
google.protobuf.StringValue _amazon_workspace_creation_properties_work_docs = 11; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6773
|
+
google.protobuf.StringValue _amazon_workspace_creation_properties_access_to_internet = 12; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6774
|
+
google.protobuf.StringValue _amazon_workspace_creation_properties_local_administrator_state = 13; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6775
|
+
google.protobuf.StringValue _amazon_workspace_access_properties_web_access = 14; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6763
6776
|
google.protobuf.Int64Value _launch_time = 15;
|
|
6764
6777
|
google.protobuf.StringValue _dns_address = 16;
|
|
6765
6778
|
google.protobuf.StringValue _v_p_c_a_d_k__g_u_i_d = 17;
|
|
@@ -6769,5 +6782,5 @@ message AmazonWorkspaceDirectory{
|
|
|
6769
6782
|
google.protobuf.StringValue _radius_status = 21;
|
|
6770
6783
|
google.protobuf.StringValue _amazon_workspace_creation_properties_default_ou = 22;
|
|
6771
6784
|
google.protobuf.StringValue _workspace_security_group_id = 23;
|
|
6772
|
-
google.protobuf.StringValue _amazon_workspace_creation_properties_maintenance_mode_state = 24
|
|
6785
|
+
google.protobuf.StringValue _amazon_workspace_creation_properties_maintenance_mode_state = 24; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
6773
6786
|
}
|