@intentius/chant-lexicon-gcp 0.13.0 → 0.14.0
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/dist/generated/index.d.ts +92 -8
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1892 -170
- package/dist/spec/fetch.d.ts +1 -1
- package/dist/types/index.d.ts +1434 -236
- package/package.json +2 -2
- package/src/generated/index.d.ts +1434 -236
- package/src/generated/index.ts +92 -8
- package/src/generated/lexicon-gcp.json +1892 -170
- package/src/lsp/completions.test.ts +10 -5
- package/src/spec/fetch.ts +1 -1
package/dist/meta.json
CHANGED
|
@@ -425,6 +425,44 @@
|
|
|
425
425
|
"resourceType": "GCP::Aiplatform::Model.predictSchemata",
|
|
426
426
|
"kind": "property"
|
|
427
427
|
},
|
|
428
|
+
"AistreamsCluster": {
|
|
429
|
+
"resourceType": "GCP::Aistreams::Cluster",
|
|
430
|
+
"kind": "resource",
|
|
431
|
+
"apiVersion": "aistreams.cnrm.cloud.google.com/v1alpha1",
|
|
432
|
+
"gvkKind": "AIStreamsCluster",
|
|
433
|
+
"group": "aistreams.cnrm.cloud.google.com",
|
|
434
|
+
"properties": 4,
|
|
435
|
+
"schema": {
|
|
436
|
+
"fields": {
|
|
437
|
+
"labels": {
|
|
438
|
+
"type": "Record<string, string>",
|
|
439
|
+
"required": false
|
|
440
|
+
},
|
|
441
|
+
"location": {
|
|
442
|
+
"type": "string",
|
|
443
|
+
"required": true
|
|
444
|
+
},
|
|
445
|
+
"projectRef": {
|
|
446
|
+
"type": "Record<string, any>",
|
|
447
|
+
"required": true,
|
|
448
|
+
"ref": true
|
|
449
|
+
},
|
|
450
|
+
"resourceID": {
|
|
451
|
+
"type": "string",
|
|
452
|
+
"required": false
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"required": [
|
|
456
|
+
"location",
|
|
457
|
+
"projectRef"
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
"attrs": {
|
|
461
|
+
"name": "string",
|
|
462
|
+
"namespace": "string",
|
|
463
|
+
"uid": "string"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
428
466
|
"AlloydbBackup": {
|
|
429
467
|
"resourceType": "GCP::Alloydb::Backup",
|
|
430
468
|
"kind": "resource",
|
|
@@ -1419,6 +1457,83 @@
|
|
|
1419
1457
|
"uid": "string"
|
|
1420
1458
|
}
|
|
1421
1459
|
},
|
|
1460
|
+
"ApihubDeployment": {
|
|
1461
|
+
"resourceType": "GCP::Apihub::Deployment",
|
|
1462
|
+
"kind": "resource",
|
|
1463
|
+
"apiVersion": "apihub.cnrm.cloud.google.com/v1alpha1",
|
|
1464
|
+
"gvkKind": "APIHubDeployment",
|
|
1465
|
+
"group": "apihub.cnrm.cloud.google.com",
|
|
1466
|
+
"properties": 11,
|
|
1467
|
+
"schema": {
|
|
1468
|
+
"fields": {
|
|
1469
|
+
"deploymentTypeRef": {
|
|
1470
|
+
"type": "Record<string, any>",
|
|
1471
|
+
"required": true,
|
|
1472
|
+
"ref": true
|
|
1473
|
+
},
|
|
1474
|
+
"description": {
|
|
1475
|
+
"type": "string",
|
|
1476
|
+
"required": false
|
|
1477
|
+
},
|
|
1478
|
+
"displayName": {
|
|
1479
|
+
"type": "string",
|
|
1480
|
+
"required": true
|
|
1481
|
+
},
|
|
1482
|
+
"documentation": {
|
|
1483
|
+
"type": "Record<string, any>",
|
|
1484
|
+
"required": false
|
|
1485
|
+
},
|
|
1486
|
+
"endpoints": {
|
|
1487
|
+
"type": "string[]",
|
|
1488
|
+
"required": true
|
|
1489
|
+
},
|
|
1490
|
+
"environmentRef": {
|
|
1491
|
+
"type": "Record<string, any>",
|
|
1492
|
+
"required": false,
|
|
1493
|
+
"ref": true
|
|
1494
|
+
},
|
|
1495
|
+
"location": {
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"required": true
|
|
1498
|
+
},
|
|
1499
|
+
"projectRef": {
|
|
1500
|
+
"type": "Record<string, any>",
|
|
1501
|
+
"required": true,
|
|
1502
|
+
"ref": true
|
|
1503
|
+
},
|
|
1504
|
+
"resourceID": {
|
|
1505
|
+
"type": "string",
|
|
1506
|
+
"required": false
|
|
1507
|
+
},
|
|
1508
|
+
"resourceURI": {
|
|
1509
|
+
"type": "string",
|
|
1510
|
+
"required": true
|
|
1511
|
+
},
|
|
1512
|
+
"sloRef": {
|
|
1513
|
+
"type": "Record<string, any>",
|
|
1514
|
+
"required": false,
|
|
1515
|
+
"ref": true
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"required": [
|
|
1519
|
+
"deploymentTypeRef",
|
|
1520
|
+
"displayName",
|
|
1521
|
+
"endpoints",
|
|
1522
|
+
"location",
|
|
1523
|
+
"projectRef",
|
|
1524
|
+
"resourceURI"
|
|
1525
|
+
]
|
|
1526
|
+
},
|
|
1527
|
+
"attrs": {
|
|
1528
|
+
"name": "string",
|
|
1529
|
+
"namespace": "string",
|
|
1530
|
+
"uid": "string"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"ApihubDeployment_Documentation": {
|
|
1534
|
+
"resourceType": "GCP::Apihub::Deployment.documentation",
|
|
1535
|
+
"kind": "property"
|
|
1536
|
+
},
|
|
1422
1537
|
"ApikeysKey": {
|
|
1423
1538
|
"resourceType": "GCP::Apikeys::Key",
|
|
1424
1539
|
"kind": "resource",
|
|
@@ -2190,6 +2305,46 @@
|
|
|
2190
2305
|
"uid": "string"
|
|
2191
2306
|
}
|
|
2192
2307
|
},
|
|
2308
|
+
"ServiceProjectAttachment": {
|
|
2309
|
+
"resourceType": "GCP::Apphub::ServiceProjectAttachment",
|
|
2310
|
+
"kind": "resource",
|
|
2311
|
+
"apiVersion": "apphub.cnrm.cloud.google.com/v1alpha1",
|
|
2312
|
+
"gvkKind": "AppHubServiceProjectAttachment",
|
|
2313
|
+
"group": "apphub.cnrm.cloud.google.com",
|
|
2314
|
+
"properties": 4,
|
|
2315
|
+
"schema": {
|
|
2316
|
+
"fields": {
|
|
2317
|
+
"location": {
|
|
2318
|
+
"type": "string",
|
|
2319
|
+
"required": true
|
|
2320
|
+
},
|
|
2321
|
+
"projectRef": {
|
|
2322
|
+
"type": "Record<string, any>",
|
|
2323
|
+
"required": true,
|
|
2324
|
+
"ref": true
|
|
2325
|
+
},
|
|
2326
|
+
"resourceID": {
|
|
2327
|
+
"type": "string",
|
|
2328
|
+
"required": false
|
|
2329
|
+
},
|
|
2330
|
+
"serviceProjectRef": {
|
|
2331
|
+
"type": "Record<string, any>",
|
|
2332
|
+
"required": true,
|
|
2333
|
+
"ref": true
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"required": [
|
|
2337
|
+
"location",
|
|
2338
|
+
"projectRef",
|
|
2339
|
+
"serviceProjectRef"
|
|
2340
|
+
]
|
|
2341
|
+
},
|
|
2342
|
+
"attrs": {
|
|
2343
|
+
"name": "string",
|
|
2344
|
+
"namespace": "string",
|
|
2345
|
+
"uid": "string"
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2193
2348
|
"ArtifactRegistryRepository": {
|
|
2194
2349
|
"resourceType": "GCP::Artifactregistry::Repository",
|
|
2195
2350
|
"kind": "resource",
|
|
@@ -2987,6 +3142,70 @@
|
|
|
2987
3142
|
"uid": "string"
|
|
2988
3143
|
}
|
|
2989
3144
|
},
|
|
3145
|
+
"ClientConnectorService": {
|
|
3146
|
+
"resourceType": "GCP::Beyondcorp::ClientConnectorService",
|
|
3147
|
+
"kind": "resource",
|
|
3148
|
+
"apiVersion": "beyondcorp.cnrm.cloud.google.com/v1alpha1",
|
|
3149
|
+
"gvkKind": "BeyondCorpClientConnectorService",
|
|
3150
|
+
"group": "beyondcorp.cnrm.cloud.google.com",
|
|
3151
|
+
"properties": 6,
|
|
3152
|
+
"schema": {
|
|
3153
|
+
"fields": {
|
|
3154
|
+
"displayName": {
|
|
3155
|
+
"type": "string",
|
|
3156
|
+
"required": false
|
|
3157
|
+
},
|
|
3158
|
+
"egress": {
|
|
3159
|
+
"type": "Record<string, any>",
|
|
3160
|
+
"required": true
|
|
3161
|
+
},
|
|
3162
|
+
"ingress": {
|
|
3163
|
+
"type": "Record<string, any>",
|
|
3164
|
+
"required": true
|
|
3165
|
+
},
|
|
3166
|
+
"location": {
|
|
3167
|
+
"type": "string",
|
|
3168
|
+
"required": true
|
|
3169
|
+
},
|
|
3170
|
+
"projectRef": {
|
|
3171
|
+
"type": "Record<string, any>",
|
|
3172
|
+
"required": true,
|
|
3173
|
+
"ref": true
|
|
3174
|
+
},
|
|
3175
|
+
"resourceID": {
|
|
3176
|
+
"type": "string",
|
|
3177
|
+
"required": false
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"required": [
|
|
3181
|
+
"egress",
|
|
3182
|
+
"ingress",
|
|
3183
|
+
"location",
|
|
3184
|
+
"projectRef"
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
"attrs": {
|
|
3188
|
+
"name": "string",
|
|
3189
|
+
"namespace": "string",
|
|
3190
|
+
"uid": "string"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
"ClientConnectorService_Egress": {
|
|
3194
|
+
"resourceType": "GCP::Beyondcorp::ClientConnectorService.egress",
|
|
3195
|
+
"kind": "property"
|
|
3196
|
+
},
|
|
3197
|
+
"ClientConnectorService_Egress_PeeredVPC": {
|
|
3198
|
+
"resourceType": "GCP::Beyondcorp::ClientConnectorService.peeredVPC",
|
|
3199
|
+
"kind": "property"
|
|
3200
|
+
},
|
|
3201
|
+
"ClientConnectorService_Ingress": {
|
|
3202
|
+
"resourceType": "GCP::Beyondcorp::ClientConnectorService.ingress",
|
|
3203
|
+
"kind": "property"
|
|
3204
|
+
},
|
|
3205
|
+
"ClientConnectorService_Ingress_Config": {
|
|
3206
|
+
"resourceType": "GCP::Beyondcorp::ClientConnectorService.config",
|
|
3207
|
+
"kind": "property"
|
|
3208
|
+
},
|
|
2990
3209
|
"BigLakeCatalog": {
|
|
2991
3210
|
"resourceType": "GCP::Bigquerybiglake::BigLakeCatalog",
|
|
2992
3211
|
"kind": "resource",
|
|
@@ -4832,6 +5051,56 @@
|
|
|
4832
5051
|
"resourceType": "GCP::Binaryauthorization::Attestor.userOwnedDrydockNote",
|
|
4833
5052
|
"kind": "property"
|
|
4834
5053
|
},
|
|
5054
|
+
"PlatformPolicy": {
|
|
5055
|
+
"resourceType": "GCP::Binaryauthorization::PlatformPolicy",
|
|
5056
|
+
"kind": "resource",
|
|
5057
|
+
"apiVersion": "binaryauthorization.cnrm.cloud.google.com/v1alpha1",
|
|
5058
|
+
"gvkKind": "BinaryAuthorizationPlatformPolicy",
|
|
5059
|
+
"group": "binaryauthorization.cnrm.cloud.google.com",
|
|
5060
|
+
"properties": 5,
|
|
5061
|
+
"schema": {
|
|
5062
|
+
"fields": {
|
|
5063
|
+
"description": {
|
|
5064
|
+
"type": "string",
|
|
5065
|
+
"required": false
|
|
5066
|
+
},
|
|
5067
|
+
"gkePolicy": {
|
|
5068
|
+
"type": "Record<string, any>",
|
|
5069
|
+
"required": false
|
|
5070
|
+
},
|
|
5071
|
+
"platform": {
|
|
5072
|
+
"type": "string",
|
|
5073
|
+
"required": true
|
|
5074
|
+
},
|
|
5075
|
+
"projectRef": {
|
|
5076
|
+
"type": "Record<string, any>",
|
|
5077
|
+
"required": true,
|
|
5078
|
+
"ref": true
|
|
5079
|
+
},
|
|
5080
|
+
"resourceID": {
|
|
5081
|
+
"type": "string",
|
|
5082
|
+
"required": false
|
|
5083
|
+
}
|
|
5084
|
+
},
|
|
5085
|
+
"required": [
|
|
5086
|
+
"platform",
|
|
5087
|
+
"projectRef"
|
|
5088
|
+
]
|
|
5089
|
+
},
|
|
5090
|
+
"attrs": {
|
|
5091
|
+
"name": "string",
|
|
5092
|
+
"namespace": "string",
|
|
5093
|
+
"uid": "string"
|
|
5094
|
+
}
|
|
5095
|
+
},
|
|
5096
|
+
"PlatformPolicy_GkePolicy": {
|
|
5097
|
+
"resourceType": "GCP::Binaryauthorization::PlatformPolicy.gkePolicy",
|
|
5098
|
+
"kind": "property"
|
|
5099
|
+
},
|
|
5100
|
+
"PlatformPolicy_GkePolicy_ImageAllowlist": {
|
|
5101
|
+
"resourceType": "GCP::Binaryauthorization::PlatformPolicy.imageAllowlist",
|
|
5102
|
+
"kind": "property"
|
|
5103
|
+
},
|
|
4835
5104
|
"BinaryauthorizationPolicy": {
|
|
4836
5105
|
"resourceType": "GCP::Binaryauthorization::Policy",
|
|
4837
5106
|
"kind": "resource",
|
|
@@ -4907,7 +5176,7 @@
|
|
|
4907
5176
|
"properties": 8,
|
|
4908
5177
|
"schema": {
|
|
4909
5178
|
"fields": {
|
|
4910
|
-
"
|
|
5179
|
+
"certificateAuthorityConfig": {
|
|
4911
5180
|
"type": "Record<string, any>",
|
|
4912
5181
|
"required": false
|
|
4913
5182
|
},
|
|
@@ -4952,11 +5221,11 @@
|
|
|
4952
5221
|
"uid": "string"
|
|
4953
5222
|
}
|
|
4954
5223
|
},
|
|
4955
|
-
"
|
|
4956
|
-
"resourceType": "GCP::Certificatemanager::CertificateIssuanceConfig.
|
|
5224
|
+
"CertificateIssuanceConfig_CertificateAuthorityConfig": {
|
|
5225
|
+
"resourceType": "GCP::Certificatemanager::CertificateIssuanceConfig.certificateAuthorityConfig",
|
|
4957
5226
|
"kind": "property"
|
|
4958
5227
|
},
|
|
4959
|
-
"
|
|
5228
|
+
"CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig": {
|
|
4960
5229
|
"resourceType": "GCP::Certificatemanager::CertificateIssuanceConfig.certificateAuthorityServiceConfig",
|
|
4961
5230
|
"kind": "property"
|
|
4962
5231
|
},
|
|
@@ -5377,37 +5646,95 @@
|
|
|
5377
5646
|
"resourceType": "GCP::Cloudasset::ProjectFeed.pubsubDestination",
|
|
5378
5647
|
"kind": "property"
|
|
5379
5648
|
},
|
|
5380
|
-
"
|
|
5381
|
-
"resourceType": "GCP::
|
|
5649
|
+
"CloudBatchResourceAllowance": {
|
|
5650
|
+
"resourceType": "GCP::Batch::CloudBatchResourceAllowance",
|
|
5382
5651
|
"kind": "resource",
|
|
5383
|
-
"apiVersion": "
|
|
5384
|
-
"gvkKind": "
|
|
5385
|
-
"group": "
|
|
5386
|
-
"properties":
|
|
5652
|
+
"apiVersion": "batch.cnrm.cloud.google.com/v1alpha1",
|
|
5653
|
+
"gvkKind": "CloudBatchResourceAllowance",
|
|
5654
|
+
"group": "batch.cnrm.cloud.google.com",
|
|
5655
|
+
"properties": 6,
|
|
5387
5656
|
"schema": {
|
|
5388
5657
|
"fields": {
|
|
5389
|
-
"
|
|
5390
|
-
"type": "Record<string,
|
|
5658
|
+
"labels": {
|
|
5659
|
+
"type": "Record<string, string>",
|
|
5391
5660
|
"required": false
|
|
5392
5661
|
},
|
|
5393
|
-
"
|
|
5394
|
-
"type": "
|
|
5662
|
+
"location": {
|
|
5663
|
+
"type": "string",
|
|
5664
|
+
"required": true
|
|
5665
|
+
},
|
|
5666
|
+
"notifications": {
|
|
5667
|
+
"type": "Record<string, any>[]",
|
|
5395
5668
|
"required": false
|
|
5396
5669
|
},
|
|
5397
|
-
"
|
|
5670
|
+
"projectRef": {
|
|
5398
5671
|
"type": "Record<string, any>",
|
|
5399
|
-
"required":
|
|
5672
|
+
"required": true,
|
|
5673
|
+
"ref": true
|
|
5400
5674
|
},
|
|
5401
|
-
"
|
|
5675
|
+
"resourceID": {
|
|
5402
5676
|
"type": "string",
|
|
5403
5677
|
"required": false
|
|
5404
5678
|
},
|
|
5405
|
-
"
|
|
5406
|
-
"type": "
|
|
5679
|
+
"usageResourceAllowance": {
|
|
5680
|
+
"type": "Record<string, any>",
|
|
5407
5681
|
"required": false
|
|
5408
|
-
}
|
|
5409
|
-
|
|
5410
|
-
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
"required": [
|
|
5685
|
+
"location",
|
|
5686
|
+
"projectRef"
|
|
5687
|
+
]
|
|
5688
|
+
},
|
|
5689
|
+
"attrs": {
|
|
5690
|
+
"name": "string",
|
|
5691
|
+
"namespace": "string",
|
|
5692
|
+
"uid": "string"
|
|
5693
|
+
}
|
|
5694
|
+
},
|
|
5695
|
+
"CloudBatchResourceAllowance_Notification": {
|
|
5696
|
+
"resourceType": "GCP::Batch::CloudBatchResourceAllowance.notifications",
|
|
5697
|
+
"kind": "property"
|
|
5698
|
+
},
|
|
5699
|
+
"CloudBatchResourceAllowance_UsageResourceAllowance": {
|
|
5700
|
+
"resourceType": "GCP::Batch::CloudBatchResourceAllowance.usageResourceAllowance",
|
|
5701
|
+
"kind": "property"
|
|
5702
|
+
},
|
|
5703
|
+
"CloudBatchResourceAllowance_UsageResourceAllowance_Spec": {
|
|
5704
|
+
"resourceType": "GCP::Batch::CloudBatchResourceAllowance.spec",
|
|
5705
|
+
"kind": "property"
|
|
5706
|
+
},
|
|
5707
|
+
"CloudbuildTrigger": {
|
|
5708
|
+
"resourceType": "GCP::Cloudbuild::Trigger",
|
|
5709
|
+
"kind": "resource",
|
|
5710
|
+
"apiVersion": "cloudbuild.cnrm.cloud.google.com/v1beta1",
|
|
5711
|
+
"gvkKind": "CloudBuildTrigger",
|
|
5712
|
+
"group": "cloudbuild.cnrm.cloud.google.com",
|
|
5713
|
+
"properties": 21,
|
|
5714
|
+
"schema": {
|
|
5715
|
+
"fields": {
|
|
5716
|
+
"approvalConfig": {
|
|
5717
|
+
"type": "Record<string, any>",
|
|
5718
|
+
"required": false
|
|
5719
|
+
},
|
|
5720
|
+
"bitbucketServerTriggerConfig": {
|
|
5721
|
+
"type": "Record<string, any>",
|
|
5722
|
+
"required": false
|
|
5723
|
+
},
|
|
5724
|
+
"build": {
|
|
5725
|
+
"type": "Record<string, any>",
|
|
5726
|
+
"required": false
|
|
5727
|
+
},
|
|
5728
|
+
"description": {
|
|
5729
|
+
"type": "string",
|
|
5730
|
+
"required": false
|
|
5731
|
+
},
|
|
5732
|
+
"disabled": {
|
|
5733
|
+
"type": "boolean",
|
|
5734
|
+
"required": false
|
|
5735
|
+
},
|
|
5736
|
+
"filename": {
|
|
5737
|
+
"type": "string",
|
|
5411
5738
|
"required": false
|
|
5412
5739
|
},
|
|
5413
5740
|
"filter": {
|
|
@@ -5436,7 +5763,7 @@
|
|
|
5436
5763
|
},
|
|
5437
5764
|
"location": {
|
|
5438
5765
|
"type": "string",
|
|
5439
|
-
"required":
|
|
5766
|
+
"required": true
|
|
5440
5767
|
},
|
|
5441
5768
|
"pubsubConfig": {
|
|
5442
5769
|
"type": "Record<string, any>",
|
|
@@ -5472,7 +5799,9 @@
|
|
|
5472
5799
|
"required": false
|
|
5473
5800
|
}
|
|
5474
5801
|
},
|
|
5475
|
-
"required": [
|
|
5802
|
+
"required": [
|
|
5803
|
+
"location"
|
|
5804
|
+
]
|
|
5476
5805
|
},
|
|
5477
5806
|
"attrs": {
|
|
5478
5807
|
"name": "string",
|
|
@@ -5615,6 +5944,128 @@
|
|
|
5615
5944
|
"resourceType": "GCP::Cloudbuild::WorkerPool.workerConfig",
|
|
5616
5945
|
"kind": "property"
|
|
5617
5946
|
},
|
|
5947
|
+
"Automation": {
|
|
5948
|
+
"resourceType": "GCP::Clouddeploy::Automation",
|
|
5949
|
+
"kind": "resource",
|
|
5950
|
+
"apiVersion": "clouddeploy.cnrm.cloud.google.com/v1alpha1",
|
|
5951
|
+
"gvkKind": "CloudDeployAutomation",
|
|
5952
|
+
"group": "clouddeploy.cnrm.cloud.google.com",
|
|
5953
|
+
"properties": 10,
|
|
5954
|
+
"schema": {
|
|
5955
|
+
"fields": {
|
|
5956
|
+
"annotations": {
|
|
5957
|
+
"type": "Record<string, string>",
|
|
5958
|
+
"required": false
|
|
5959
|
+
},
|
|
5960
|
+
"deliveryPipelineRef": {
|
|
5961
|
+
"type": "Record<string, any>",
|
|
5962
|
+
"required": true,
|
|
5963
|
+
"ref": true
|
|
5964
|
+
},
|
|
5965
|
+
"description": {
|
|
5966
|
+
"type": "string",
|
|
5967
|
+
"required": false
|
|
5968
|
+
},
|
|
5969
|
+
"location": {
|
|
5970
|
+
"type": "string",
|
|
5971
|
+
"required": true
|
|
5972
|
+
},
|
|
5973
|
+
"projectRef": {
|
|
5974
|
+
"type": "Record<string, any>",
|
|
5975
|
+
"required": true,
|
|
5976
|
+
"ref": true
|
|
5977
|
+
},
|
|
5978
|
+
"resourceID": {
|
|
5979
|
+
"type": "string",
|
|
5980
|
+
"required": false
|
|
5981
|
+
},
|
|
5982
|
+
"rules": {
|
|
5983
|
+
"type": "Record<string, any>[]",
|
|
5984
|
+
"required": true
|
|
5985
|
+
},
|
|
5986
|
+
"selector": {
|
|
5987
|
+
"type": "Record<string, any>",
|
|
5988
|
+
"required": true
|
|
5989
|
+
},
|
|
5990
|
+
"serviceAccountRef": {
|
|
5991
|
+
"type": "Record<string, any>",
|
|
5992
|
+
"required": true,
|
|
5993
|
+
"ref": true
|
|
5994
|
+
},
|
|
5995
|
+
"suspended": {
|
|
5996
|
+
"type": "boolean",
|
|
5997
|
+
"required": false
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
"required": [
|
|
6001
|
+
"deliveryPipelineRef",
|
|
6002
|
+
"location",
|
|
6003
|
+
"projectRef",
|
|
6004
|
+
"rules",
|
|
6005
|
+
"selector",
|
|
6006
|
+
"serviceAccountRef"
|
|
6007
|
+
]
|
|
6008
|
+
},
|
|
6009
|
+
"attrs": {
|
|
6010
|
+
"name": "string",
|
|
6011
|
+
"namespace": "string",
|
|
6012
|
+
"uid": "string"
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
"Automation_Rule": {
|
|
6016
|
+
"resourceType": "GCP::Clouddeploy::Automation.rules",
|
|
6017
|
+
"kind": "property"
|
|
6018
|
+
},
|
|
6019
|
+
"Automation_Selector": {
|
|
6020
|
+
"resourceType": "GCP::Clouddeploy::Automation.selector",
|
|
6021
|
+
"kind": "property"
|
|
6022
|
+
},
|
|
6023
|
+
"CustomTargetType": {
|
|
6024
|
+
"resourceType": "GCP::Clouddeploy::CustomTargetType",
|
|
6025
|
+
"kind": "resource",
|
|
6026
|
+
"apiVersion": "clouddeploy.cnrm.cloud.google.com/v1alpha1",
|
|
6027
|
+
"gvkKind": "CloudDeployCustomTargetType",
|
|
6028
|
+
"group": "clouddeploy.cnrm.cloud.google.com",
|
|
6029
|
+
"properties": 5,
|
|
6030
|
+
"schema": {
|
|
6031
|
+
"fields": {
|
|
6032
|
+
"customActions": {
|
|
6033
|
+
"type": "Record<string, any>",
|
|
6034
|
+
"required": false
|
|
6035
|
+
},
|
|
6036
|
+
"description": {
|
|
6037
|
+
"type": "string",
|
|
6038
|
+
"required": false
|
|
6039
|
+
},
|
|
6040
|
+
"location": {
|
|
6041
|
+
"type": "string",
|
|
6042
|
+
"required": true
|
|
6043
|
+
},
|
|
6044
|
+
"projectRef": {
|
|
6045
|
+
"type": "Record<string, any>",
|
|
6046
|
+
"required": true,
|
|
6047
|
+
"ref": true
|
|
6048
|
+
},
|
|
6049
|
+
"resourceID": {
|
|
6050
|
+
"type": "string",
|
|
6051
|
+
"required": false
|
|
6052
|
+
}
|
|
6053
|
+
},
|
|
6054
|
+
"required": [
|
|
6055
|
+
"location",
|
|
6056
|
+
"projectRef"
|
|
6057
|
+
]
|
|
6058
|
+
},
|
|
6059
|
+
"attrs": {
|
|
6060
|
+
"name": "string",
|
|
6061
|
+
"namespace": "string",
|
|
6062
|
+
"uid": "string"
|
|
6063
|
+
}
|
|
6064
|
+
},
|
|
6065
|
+
"CustomTargetType_CustomActions": {
|
|
6066
|
+
"resourceType": "GCP::Clouddeploy::CustomTargetType.customActions",
|
|
6067
|
+
"kind": "property"
|
|
6068
|
+
},
|
|
5618
6069
|
"DeliveryPipeline": {
|
|
5619
6070
|
"resourceType": "GCP::Clouddeploy::DeliveryPipeline",
|
|
5620
6071
|
"kind": "resource",
|
|
@@ -5727,6 +6178,108 @@
|
|
|
5727
6178
|
"resourceType": "GCP::Clouddeploy::DeployPolicy.selectors",
|
|
5728
6179
|
"kind": "property"
|
|
5729
6180
|
},
|
|
6181
|
+
"Target": {
|
|
6182
|
+
"resourceType": "GCP::Clouddeploy::Target",
|
|
6183
|
+
"kind": "resource",
|
|
6184
|
+
"apiVersion": "clouddeploy.cnrm.cloud.google.com/v1alpha1",
|
|
6185
|
+
"gvkKind": "CloudDeployTarget",
|
|
6186
|
+
"group": "clouddeploy.cnrm.cloud.google.com",
|
|
6187
|
+
"properties": 14,
|
|
6188
|
+
"schema": {
|
|
6189
|
+
"fields": {
|
|
6190
|
+
"annotations": {
|
|
6191
|
+
"type": "Record<string, string>",
|
|
6192
|
+
"required": false
|
|
6193
|
+
},
|
|
6194
|
+
"anthosCluster": {
|
|
6195
|
+
"type": "Record<string, any>",
|
|
6196
|
+
"required": false
|
|
6197
|
+
},
|
|
6198
|
+
"associatedEntities": {
|
|
6199
|
+
"type": "Record<string, Record<string, any>>",
|
|
6200
|
+
"required": false
|
|
6201
|
+
},
|
|
6202
|
+
"customTarget": {
|
|
6203
|
+
"type": "Record<string, any>",
|
|
6204
|
+
"required": false
|
|
6205
|
+
},
|
|
6206
|
+
"deployParameters": {
|
|
6207
|
+
"type": "Record<string, string>",
|
|
6208
|
+
"required": false
|
|
6209
|
+
},
|
|
6210
|
+
"description": {
|
|
6211
|
+
"type": "string",
|
|
6212
|
+
"required": false
|
|
6213
|
+
},
|
|
6214
|
+
"executionConfigs": {
|
|
6215
|
+
"type": "Record<string, any>[]",
|
|
6216
|
+
"required": false
|
|
6217
|
+
},
|
|
6218
|
+
"gke": {
|
|
6219
|
+
"type": "Record<string, any>",
|
|
6220
|
+
"required": false
|
|
6221
|
+
},
|
|
6222
|
+
"location": {
|
|
6223
|
+
"type": "string",
|
|
6224
|
+
"required": true
|
|
6225
|
+
},
|
|
6226
|
+
"multiTarget": {
|
|
6227
|
+
"type": "Record<string, any>",
|
|
6228
|
+
"required": false
|
|
6229
|
+
},
|
|
6230
|
+
"projectRef": {
|
|
6231
|
+
"type": "Record<string, any>",
|
|
6232
|
+
"required": true,
|
|
6233
|
+
"ref": true
|
|
6234
|
+
},
|
|
6235
|
+
"requireApproval": {
|
|
6236
|
+
"type": "boolean",
|
|
6237
|
+
"required": false
|
|
6238
|
+
},
|
|
6239
|
+
"resourceID": {
|
|
6240
|
+
"type": "string",
|
|
6241
|
+
"required": false
|
|
6242
|
+
},
|
|
6243
|
+
"run": {
|
|
6244
|
+
"type": "Record<string, any>",
|
|
6245
|
+
"required": false
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
6248
|
+
"required": [
|
|
6249
|
+
"location",
|
|
6250
|
+
"projectRef"
|
|
6251
|
+
]
|
|
6252
|
+
},
|
|
6253
|
+
"attrs": {
|
|
6254
|
+
"name": "string",
|
|
6255
|
+
"namespace": "string",
|
|
6256
|
+
"uid": "string"
|
|
6257
|
+
}
|
|
6258
|
+
},
|
|
6259
|
+
"Target_AnthosCluster": {
|
|
6260
|
+
"resourceType": "GCP::Clouddeploy::Target.anthosCluster",
|
|
6261
|
+
"kind": "property"
|
|
6262
|
+
},
|
|
6263
|
+
"Target_CustomTarget": {
|
|
6264
|
+
"resourceType": "GCP::Clouddeploy::Target.customTarget",
|
|
6265
|
+
"kind": "property"
|
|
6266
|
+
},
|
|
6267
|
+
"Target_ExecutionConfig": {
|
|
6268
|
+
"resourceType": "GCP::Clouddeploy::Target.executionConfigs",
|
|
6269
|
+
"kind": "property"
|
|
6270
|
+
},
|
|
6271
|
+
"Target_Gke": {
|
|
6272
|
+
"resourceType": "GCP::Clouddeploy::Target.gke",
|
|
6273
|
+
"kind": "property"
|
|
6274
|
+
},
|
|
6275
|
+
"Target_MultiTarget": {
|
|
6276
|
+
"resourceType": "GCP::Clouddeploy::Target.multiTarget",
|
|
6277
|
+
"kind": "property"
|
|
6278
|
+
},
|
|
6279
|
+
"Target_Run": {
|
|
6280
|
+
"resourceType": "GCP::Clouddeploy::Target.run",
|
|
6281
|
+
"kind": "property"
|
|
6282
|
+
},
|
|
5730
6283
|
"ConversionWorkspace": {
|
|
5731
6284
|
"resourceType": "GCP::Clouddms::ConversionWorkspace",
|
|
5732
6285
|
"kind": "resource",
|
|
@@ -7908,31 +8461,169 @@
|
|
|
7908
8461
|
"resourceType": "GCP::Compute::ForwardingRule.target",
|
|
7909
8462
|
"kind": "property"
|
|
7910
8463
|
},
|
|
7911
|
-
"
|
|
7912
|
-
"resourceType": "GCP::Compute::
|
|
8464
|
+
"ForwardingRule_Target_MemorystoreInstanceServiceAttachment": {
|
|
8465
|
+
"resourceType": "GCP::Compute::ForwardingRule.memorystoreInstanceServiceAttachment",
|
|
8466
|
+
"kind": "property"
|
|
8467
|
+
},
|
|
8468
|
+
"FutureReservation": {
|
|
8469
|
+
"resourceType": "GCP::Compute::FutureReservation",
|
|
7913
8470
|
"kind": "resource",
|
|
7914
8471
|
"apiVersion": "compute.cnrm.cloud.google.com/v1alpha1",
|
|
7915
|
-
"gvkKind": "
|
|
8472
|
+
"gvkKind": "ComputeFutureReservation",
|
|
7916
8473
|
"group": "compute.cnrm.cloud.google.com",
|
|
7917
|
-
"properties":
|
|
8474
|
+
"properties": 20,
|
|
7918
8475
|
"schema": {
|
|
7919
8476
|
"fields": {
|
|
7920
|
-
"
|
|
7921
|
-
"type": "
|
|
8477
|
+
"aggregateReservation": {
|
|
8478
|
+
"type": "Record<string, any>",
|
|
7922
8479
|
"required": false
|
|
7923
8480
|
},
|
|
7924
|
-
"
|
|
8481
|
+
"autoCreatedReservationsDeleteTime": {
|
|
7925
8482
|
"type": "string",
|
|
7926
8483
|
"required": false
|
|
7927
8484
|
},
|
|
7928
|
-
"
|
|
7929
|
-
"type": "string",
|
|
7930
|
-
"required": true
|
|
7931
|
-
},
|
|
7932
|
-
"projectRef": {
|
|
8485
|
+
"autoCreatedReservationsDuration": {
|
|
7933
8486
|
"type": "Record<string, any>",
|
|
7934
|
-
"required":
|
|
7935
|
-
|
|
8487
|
+
"required": false
|
|
8488
|
+
},
|
|
8489
|
+
"autoDeleteAutoCreatedReservations": {
|
|
8490
|
+
"type": "boolean",
|
|
8491
|
+
"required": false
|
|
8492
|
+
},
|
|
8493
|
+
"commitmentInfo": {
|
|
8494
|
+
"type": "Record<string, any>",
|
|
8495
|
+
"required": false
|
|
8496
|
+
},
|
|
8497
|
+
"deploymentType": {
|
|
8498
|
+
"type": "string",
|
|
8499
|
+
"required": false
|
|
8500
|
+
},
|
|
8501
|
+
"description": {
|
|
8502
|
+
"type": "string",
|
|
8503
|
+
"required": false
|
|
8504
|
+
},
|
|
8505
|
+
"enableEmergentMaintenance": {
|
|
8506
|
+
"type": "boolean",
|
|
8507
|
+
"required": false
|
|
8508
|
+
},
|
|
8509
|
+
"location": {
|
|
8510
|
+
"type": "string",
|
|
8511
|
+
"required": true
|
|
8512
|
+
},
|
|
8513
|
+
"namePrefix": {
|
|
8514
|
+
"type": "string",
|
|
8515
|
+
"required": false
|
|
8516
|
+
},
|
|
8517
|
+
"planningStatus": {
|
|
8518
|
+
"type": "string",
|
|
8519
|
+
"required": false
|
|
8520
|
+
},
|
|
8521
|
+
"projectRef": {
|
|
8522
|
+
"type": "Record<string, any>",
|
|
8523
|
+
"required": true,
|
|
8524
|
+
"ref": true
|
|
8525
|
+
},
|
|
8526
|
+
"reservationMode": {
|
|
8527
|
+
"type": "string",
|
|
8528
|
+
"required": false
|
|
8529
|
+
},
|
|
8530
|
+
"reservationName": {
|
|
8531
|
+
"type": "string",
|
|
8532
|
+
"required": false
|
|
8533
|
+
},
|
|
8534
|
+
"resourceID": {
|
|
8535
|
+
"type": "string",
|
|
8536
|
+
"required": false
|
|
8537
|
+
},
|
|
8538
|
+
"schedulingType": {
|
|
8539
|
+
"type": "string",
|
|
8540
|
+
"required": false
|
|
8541
|
+
},
|
|
8542
|
+
"shareSettings": {
|
|
8543
|
+
"type": "Record<string, any>",
|
|
8544
|
+
"required": false
|
|
8545
|
+
},
|
|
8546
|
+
"specificReservationRequired": {
|
|
8547
|
+
"type": "boolean",
|
|
8548
|
+
"required": false
|
|
8549
|
+
},
|
|
8550
|
+
"specificSkuProperties": {
|
|
8551
|
+
"type": "Record<string, any>",
|
|
8552
|
+
"required": false
|
|
8553
|
+
},
|
|
8554
|
+
"timeWindow": {
|
|
8555
|
+
"type": "Record<string, any>",
|
|
8556
|
+
"required": false
|
|
8557
|
+
}
|
|
8558
|
+
},
|
|
8559
|
+
"required": [
|
|
8560
|
+
"location",
|
|
8561
|
+
"projectRef"
|
|
8562
|
+
]
|
|
8563
|
+
},
|
|
8564
|
+
"attrs": {
|
|
8565
|
+
"name": "string",
|
|
8566
|
+
"namespace": "string",
|
|
8567
|
+
"uid": "string"
|
|
8568
|
+
}
|
|
8569
|
+
},
|
|
8570
|
+
"FutureReservation_AggregateReservation": {
|
|
8571
|
+
"resourceType": "GCP::Compute::FutureReservation.aggregateReservation",
|
|
8572
|
+
"kind": "property"
|
|
8573
|
+
},
|
|
8574
|
+
"FutureReservation_AutoCreatedReservationsDuration": {
|
|
8575
|
+
"resourceType": "GCP::Compute::FutureReservation.autoCreatedReservationsDuration",
|
|
8576
|
+
"kind": "property"
|
|
8577
|
+
},
|
|
8578
|
+
"FutureReservation_CommitmentInfo": {
|
|
8579
|
+
"resourceType": "GCP::Compute::FutureReservation.commitmentInfo",
|
|
8580
|
+
"kind": "property"
|
|
8581
|
+
},
|
|
8582
|
+
"FutureReservation_ShareSettings": {
|
|
8583
|
+
"resourceType": "GCP::Compute::FutureReservation.shareSettings",
|
|
8584
|
+
"kind": "property"
|
|
8585
|
+
},
|
|
8586
|
+
"FutureReservation_SpecificSkuProperties": {
|
|
8587
|
+
"resourceType": "GCP::Compute::FutureReservation.specificSkuProperties",
|
|
8588
|
+
"kind": "property"
|
|
8589
|
+
},
|
|
8590
|
+
"FutureReservation_SpecificSkuProperties_InstanceProperties": {
|
|
8591
|
+
"resourceType": "GCP::Compute::FutureReservation.instanceProperties",
|
|
8592
|
+
"kind": "property"
|
|
8593
|
+
},
|
|
8594
|
+
"FutureReservation_TimeWindow": {
|
|
8595
|
+
"resourceType": "GCP::Compute::FutureReservation.timeWindow",
|
|
8596
|
+
"kind": "property"
|
|
8597
|
+
},
|
|
8598
|
+
"FutureReservation_TimeWindow_Duration": {
|
|
8599
|
+
"resourceType": "GCP::Compute::FutureReservation.duration",
|
|
8600
|
+
"kind": "property"
|
|
8601
|
+
},
|
|
8602
|
+
"GlobalNetworkEndpointGroup": {
|
|
8603
|
+
"resourceType": "GCP::Compute::GlobalNetworkEndpointGroup",
|
|
8604
|
+
"kind": "resource",
|
|
8605
|
+
"apiVersion": "compute.cnrm.cloud.google.com/v1alpha1",
|
|
8606
|
+
"gvkKind": "ComputeGlobalNetworkEndpointGroup",
|
|
8607
|
+
"group": "compute.cnrm.cloud.google.com",
|
|
8608
|
+
"properties": 5,
|
|
8609
|
+
"schema": {
|
|
8610
|
+
"fields": {
|
|
8611
|
+
"defaultPort": {
|
|
8612
|
+
"type": "number",
|
|
8613
|
+
"required": false
|
|
8614
|
+
},
|
|
8615
|
+
"description": {
|
|
8616
|
+
"type": "string",
|
|
8617
|
+
"required": false
|
|
8618
|
+
},
|
|
8619
|
+
"networkEndpointType": {
|
|
8620
|
+
"type": "string",
|
|
8621
|
+
"required": true
|
|
8622
|
+
},
|
|
8623
|
+
"projectRef": {
|
|
8624
|
+
"type": "Record<string, any>",
|
|
8625
|
+
"required": true,
|
|
8626
|
+
"ref": true
|
|
7936
8627
|
},
|
|
7937
8628
|
"resourceID": {
|
|
7938
8629
|
"type": "string",
|
|
@@ -10383,7 +11074,7 @@
|
|
|
10383
11074
|
"apiVersion": "compute.cnrm.cloud.google.com/v1beta1",
|
|
10384
11075
|
"gvkKind": "ComputeReservation",
|
|
10385
11076
|
"group": "compute.cnrm.cloud.google.com",
|
|
10386
|
-
"properties":
|
|
11077
|
+
"properties": 6,
|
|
10387
11078
|
"schema": {
|
|
10388
11079
|
"fields": {
|
|
10389
11080
|
"description": {
|
|
@@ -10394,6 +11085,10 @@
|
|
|
10394
11085
|
"type": "string",
|
|
10395
11086
|
"required": false
|
|
10396
11087
|
},
|
|
11088
|
+
"shareSettings": {
|
|
11089
|
+
"type": "Record<string, any>",
|
|
11090
|
+
"required": false
|
|
11091
|
+
},
|
|
10397
11092
|
"specificReservation": {
|
|
10398
11093
|
"type": "Record<string, any>",
|
|
10399
11094
|
"required": true
|
|
@@ -10418,6 +11113,10 @@
|
|
|
10418
11113
|
"uid": "string"
|
|
10419
11114
|
}
|
|
10420
11115
|
},
|
|
11116
|
+
"ComputeReservation_ShareSettings": {
|
|
11117
|
+
"resourceType": "GCP::Compute::Reservation.shareSettings",
|
|
11118
|
+
"kind": "property"
|
|
11119
|
+
},
|
|
10421
11120
|
"ComputeReservation_SpecificReservation": {
|
|
10422
11121
|
"resourceType": "GCP::Compute::Reservation.specificReservation",
|
|
10423
11122
|
"kind": "property"
|
|
@@ -14730,6 +15429,92 @@
|
|
|
14730
15429
|
"resourceType": "GCP::Dataproc::NodeGroup.startupConfig",
|
|
14731
15430
|
"kind": "property"
|
|
14732
15431
|
},
|
|
15432
|
+
"DataprocSession": {
|
|
15433
|
+
"resourceType": "GCP::Dataproc::Session",
|
|
15434
|
+
"kind": "resource",
|
|
15435
|
+
"apiVersion": "dataproc.cnrm.cloud.google.com/v1alpha1",
|
|
15436
|
+
"gvkKind": "DataprocSession",
|
|
15437
|
+
"group": "dataproc.cnrm.cloud.google.com",
|
|
15438
|
+
"properties": 9,
|
|
15439
|
+
"schema": {
|
|
15440
|
+
"fields": {
|
|
15441
|
+
"environmentConfig": {
|
|
15442
|
+
"type": "Record<string, any>",
|
|
15443
|
+
"required": false
|
|
15444
|
+
},
|
|
15445
|
+
"jupyterSession": {
|
|
15446
|
+
"type": "Record<string, any>",
|
|
15447
|
+
"required": false
|
|
15448
|
+
},
|
|
15449
|
+
"labels": {
|
|
15450
|
+
"type": "Record<string, string>",
|
|
15451
|
+
"required": false
|
|
15452
|
+
},
|
|
15453
|
+
"location": {
|
|
15454
|
+
"type": "string",
|
|
15455
|
+
"required": true
|
|
15456
|
+
},
|
|
15457
|
+
"projectRef": {
|
|
15458
|
+
"type": "Record<string, any>",
|
|
15459
|
+
"required": true,
|
|
15460
|
+
"ref": true
|
|
15461
|
+
},
|
|
15462
|
+
"resourceID": {
|
|
15463
|
+
"type": "string",
|
|
15464
|
+
"required": false
|
|
15465
|
+
},
|
|
15466
|
+
"runtimeConfig": {
|
|
15467
|
+
"type": "Record<string, any>",
|
|
15468
|
+
"required": false
|
|
15469
|
+
},
|
|
15470
|
+
"sessionTemplate": {
|
|
15471
|
+
"type": "string",
|
|
15472
|
+
"required": false
|
|
15473
|
+
},
|
|
15474
|
+
"user": {
|
|
15475
|
+
"type": "string",
|
|
15476
|
+
"required": false
|
|
15477
|
+
}
|
|
15478
|
+
},
|
|
15479
|
+
"required": [
|
|
15480
|
+
"location",
|
|
15481
|
+
"projectRef"
|
|
15482
|
+
]
|
|
15483
|
+
},
|
|
15484
|
+
"attrs": {
|
|
15485
|
+
"name": "string",
|
|
15486
|
+
"namespace": "string",
|
|
15487
|
+
"uid": "string"
|
|
15488
|
+
}
|
|
15489
|
+
},
|
|
15490
|
+
"DataprocSession_EnvironmentConfig": {
|
|
15491
|
+
"resourceType": "GCP::Dataproc::Session.environmentConfig",
|
|
15492
|
+
"kind": "property"
|
|
15493
|
+
},
|
|
15494
|
+
"DataprocSession_EnvironmentConfig_ExecutionConfig": {
|
|
15495
|
+
"resourceType": "GCP::Dataproc::Session.executionConfig",
|
|
15496
|
+
"kind": "property"
|
|
15497
|
+
},
|
|
15498
|
+
"DataprocSession_EnvironmentConfig_PeripheralsConfig": {
|
|
15499
|
+
"resourceType": "GCP::Dataproc::Session.peripheralsConfig",
|
|
15500
|
+
"kind": "property"
|
|
15501
|
+
},
|
|
15502
|
+
"DataprocSession_JupyterSession": {
|
|
15503
|
+
"resourceType": "GCP::Dataproc::Session.jupyterSession",
|
|
15504
|
+
"kind": "property"
|
|
15505
|
+
},
|
|
15506
|
+
"DataprocSession_RuntimeConfig": {
|
|
15507
|
+
"resourceType": "GCP::Dataproc::Session.runtimeConfig",
|
|
15508
|
+
"kind": "property"
|
|
15509
|
+
},
|
|
15510
|
+
"DataprocSession_RuntimeConfig_AutotuningConfig": {
|
|
15511
|
+
"resourceType": "GCP::Dataproc::Session.autotuningConfig",
|
|
15512
|
+
"kind": "property"
|
|
15513
|
+
},
|
|
15514
|
+
"DataprocSession_RuntimeConfig_RepositoryConfig": {
|
|
15515
|
+
"resourceType": "GCP::Dataproc::Session.repositoryConfig",
|
|
15516
|
+
"kind": "property"
|
|
15517
|
+
},
|
|
14733
15518
|
"WorkflowTemplate": {
|
|
14734
15519
|
"resourceType": "GCP::Dataproc::WorkflowTemplate",
|
|
14735
15520
|
"kind": "resource",
|
|
@@ -15162,53 +15947,7 @@
|
|
|
15162
15947
|
"resourceType": "GCP::Datastream::Stream.postgresqlSourceConfig",
|
|
15163
15948
|
"kind": "property"
|
|
15164
15949
|
},
|
|
15165
|
-
"
|
|
15166
|
-
"resourceType": "GCP::Clouddeploy::DeployCustomTargetType",
|
|
15167
|
-
"kind": "resource",
|
|
15168
|
-
"apiVersion": "clouddeploy.cnrm.cloud.google.com/v1alpha1",
|
|
15169
|
-
"gvkKind": "DeployCustomTargetType",
|
|
15170
|
-
"group": "clouddeploy.cnrm.cloud.google.com",
|
|
15171
|
-
"properties": 5,
|
|
15172
|
-
"schema": {
|
|
15173
|
-
"fields": {
|
|
15174
|
-
"customActions": {
|
|
15175
|
-
"type": "Record<string, any>",
|
|
15176
|
-
"required": false
|
|
15177
|
-
},
|
|
15178
|
-
"description": {
|
|
15179
|
-
"type": "string",
|
|
15180
|
-
"required": false
|
|
15181
|
-
},
|
|
15182
|
-
"location": {
|
|
15183
|
-
"type": "string",
|
|
15184
|
-
"required": true
|
|
15185
|
-
},
|
|
15186
|
-
"projectRef": {
|
|
15187
|
-
"type": "Record<string, any>",
|
|
15188
|
-
"required": true,
|
|
15189
|
-
"ref": true
|
|
15190
|
-
},
|
|
15191
|
-
"resourceID": {
|
|
15192
|
-
"type": "string",
|
|
15193
|
-
"required": false
|
|
15194
|
-
}
|
|
15195
|
-
},
|
|
15196
|
-
"required": [
|
|
15197
|
-
"location",
|
|
15198
|
-
"projectRef"
|
|
15199
|
-
]
|
|
15200
|
-
},
|
|
15201
|
-
"attrs": {
|
|
15202
|
-
"name": "string",
|
|
15203
|
-
"namespace": "string",
|
|
15204
|
-
"uid": "string"
|
|
15205
|
-
}
|
|
15206
|
-
},
|
|
15207
|
-
"DeployCustomTargetType_CustomActions": {
|
|
15208
|
-
"resourceType": "GCP::Clouddeploy::DeployCustomTargetType.customActions",
|
|
15209
|
-
"kind": "property"
|
|
15210
|
-
},
|
|
15211
|
-
"Deployment": {
|
|
15950
|
+
"DeploymentmanagerDeployment": {
|
|
15212
15951
|
"resourceType": "GCP::Deploymentmanager::Deployment",
|
|
15213
15952
|
"kind": "resource",
|
|
15214
15953
|
"apiVersion": "deploymentmanager.cnrm.cloud.google.com/v1alpha1",
|
|
@@ -15258,40 +15997,86 @@
|
|
|
15258
15997
|
"uid": "string"
|
|
15259
15998
|
}
|
|
15260
15999
|
},
|
|
15261
|
-
"
|
|
16000
|
+
"DeploymentmanagerDeployment_Target": {
|
|
15262
16001
|
"resourceType": "GCP::Deploymentmanager::Deployment.target",
|
|
15263
16002
|
"kind": "property"
|
|
15264
16003
|
},
|
|
15265
|
-
"
|
|
16004
|
+
"DeploymentmanagerDeployment_Target_Config": {
|
|
15266
16005
|
"resourceType": "GCP::Deploymentmanager::Deployment.config",
|
|
15267
16006
|
"kind": "property"
|
|
15268
16007
|
},
|
|
15269
|
-
"
|
|
15270
|
-
"resourceType": "GCP::
|
|
16008
|
+
"DevicestreamingSession": {
|
|
16009
|
+
"resourceType": "GCP::Devicestreaming::Session",
|
|
15271
16010
|
"kind": "resource",
|
|
15272
|
-
"apiVersion": "
|
|
15273
|
-
"gvkKind": "
|
|
15274
|
-
"group": "
|
|
15275
|
-
"properties":
|
|
16011
|
+
"apiVersion": "devicestreaming.cnrm.cloud.google.com/v1alpha1",
|
|
16012
|
+
"gvkKind": "DeviceStreamingSession",
|
|
16013
|
+
"group": "devicestreaming.cnrm.cloud.google.com",
|
|
16014
|
+
"properties": 5,
|
|
15276
16015
|
"schema": {
|
|
15277
16016
|
"fields": {
|
|
15278
|
-
"
|
|
15279
|
-
"type": "string",
|
|
15280
|
-
"required":
|
|
16017
|
+
"androidDevice": {
|
|
16018
|
+
"type": "Record<string, any>",
|
|
16019
|
+
"required": true
|
|
15281
16020
|
},
|
|
15282
|
-
"
|
|
16021
|
+
"expireTime": {
|
|
15283
16022
|
"type": "string",
|
|
15284
16023
|
"required": false
|
|
15285
16024
|
},
|
|
15286
|
-
"
|
|
15287
|
-
"type": "
|
|
15288
|
-
"required":
|
|
16025
|
+
"projectRef": {
|
|
16026
|
+
"type": "Record<string, any>",
|
|
16027
|
+
"required": true,
|
|
16028
|
+
"ref": true
|
|
15289
16029
|
},
|
|
15290
|
-
"
|
|
16030
|
+
"resourceID": {
|
|
15291
16031
|
"type": "string",
|
|
15292
|
-
"required":
|
|
16032
|
+
"required": false
|
|
15293
16033
|
},
|
|
15294
|
-
"
|
|
16034
|
+
"ttl": {
|
|
16035
|
+
"type": "string",
|
|
16036
|
+
"required": false
|
|
16037
|
+
}
|
|
16038
|
+
},
|
|
16039
|
+
"required": [
|
|
16040
|
+
"androidDevice",
|
|
16041
|
+
"projectRef"
|
|
16042
|
+
]
|
|
16043
|
+
},
|
|
16044
|
+
"attrs": {
|
|
16045
|
+
"name": "string",
|
|
16046
|
+
"namespace": "string",
|
|
16047
|
+
"uid": "string"
|
|
16048
|
+
}
|
|
16049
|
+
},
|
|
16050
|
+
"DevicestreamingSession_AndroidDevice": {
|
|
16051
|
+
"resourceType": "GCP::Devicestreaming::Session.androidDevice",
|
|
16052
|
+
"kind": "property"
|
|
16053
|
+
},
|
|
16054
|
+
"DialogflowAgent": {
|
|
16055
|
+
"resourceType": "GCP::Dialogflow::Agent",
|
|
16056
|
+
"kind": "resource",
|
|
16057
|
+
"apiVersion": "dialogflow.cnrm.cloud.google.com/v1alpha1",
|
|
16058
|
+
"gvkKind": "DialogflowAgent",
|
|
16059
|
+
"group": "dialogflow.cnrm.cloud.google.com",
|
|
16060
|
+
"properties": 12,
|
|
16061
|
+
"schema": {
|
|
16062
|
+
"fields": {
|
|
16063
|
+
"apiVersion": {
|
|
16064
|
+
"type": "string",
|
|
16065
|
+
"required": false
|
|
16066
|
+
},
|
|
16067
|
+
"avatarUri": {
|
|
16068
|
+
"type": "string",
|
|
16069
|
+
"required": false
|
|
16070
|
+
},
|
|
16071
|
+
"classificationThreshold": {
|
|
16072
|
+
"type": "number",
|
|
16073
|
+
"required": false
|
|
16074
|
+
},
|
|
16075
|
+
"defaultLanguageCode": {
|
|
16076
|
+
"type": "string",
|
|
16077
|
+
"required": true
|
|
16078
|
+
},
|
|
16079
|
+
"description": {
|
|
15295
16080
|
"type": "string",
|
|
15296
16081
|
"required": false
|
|
15297
16082
|
},
|
|
@@ -17353,6 +18138,69 @@
|
|
|
17353
18138
|
"uid": "string"
|
|
17354
18139
|
}
|
|
17355
18140
|
},
|
|
18141
|
+
"Enrollment": {
|
|
18142
|
+
"resourceType": "GCP::Eventarc::Enrollment",
|
|
18143
|
+
"kind": "resource",
|
|
18144
|
+
"apiVersion": "eventarc.cnrm.cloud.google.com/v1alpha1",
|
|
18145
|
+
"gvkKind": "EventarcEnrollment",
|
|
18146
|
+
"group": "eventarc.cnrm.cloud.google.com",
|
|
18147
|
+
"properties": 9,
|
|
18148
|
+
"schema": {
|
|
18149
|
+
"fields": {
|
|
18150
|
+
"annotations": {
|
|
18151
|
+
"type": "Record<string, string>",
|
|
18152
|
+
"required": false
|
|
18153
|
+
},
|
|
18154
|
+
"celMatch": {
|
|
18155
|
+
"type": "string",
|
|
18156
|
+
"required": true
|
|
18157
|
+
},
|
|
18158
|
+
"destinationRef": {
|
|
18159
|
+
"type": "Record<string, any>",
|
|
18160
|
+
"required": true,
|
|
18161
|
+
"ref": true
|
|
18162
|
+
},
|
|
18163
|
+
"displayName": {
|
|
18164
|
+
"type": "string",
|
|
18165
|
+
"required": false
|
|
18166
|
+
},
|
|
18167
|
+
"labels": {
|
|
18168
|
+
"type": "Record<string, string>",
|
|
18169
|
+
"required": false
|
|
18170
|
+
},
|
|
18171
|
+
"location": {
|
|
18172
|
+
"type": "string",
|
|
18173
|
+
"required": true
|
|
18174
|
+
},
|
|
18175
|
+
"messageBusRef": {
|
|
18176
|
+
"type": "Record<string, any>",
|
|
18177
|
+
"required": true,
|
|
18178
|
+
"ref": true
|
|
18179
|
+
},
|
|
18180
|
+
"projectRef": {
|
|
18181
|
+
"type": "Record<string, any>",
|
|
18182
|
+
"required": true,
|
|
18183
|
+
"ref": true
|
|
18184
|
+
},
|
|
18185
|
+
"resourceID": {
|
|
18186
|
+
"type": "string",
|
|
18187
|
+
"required": false
|
|
18188
|
+
}
|
|
18189
|
+
},
|
|
18190
|
+
"required": [
|
|
18191
|
+
"celMatch",
|
|
18192
|
+
"destinationRef",
|
|
18193
|
+
"location",
|
|
18194
|
+
"messageBusRef",
|
|
18195
|
+
"projectRef"
|
|
18196
|
+
]
|
|
18197
|
+
},
|
|
18198
|
+
"attrs": {
|
|
18199
|
+
"name": "string",
|
|
18200
|
+
"namespace": "string",
|
|
18201
|
+
"uid": "string"
|
|
18202
|
+
}
|
|
18203
|
+
},
|
|
17356
18204
|
"GoogleChannelConfig": {
|
|
17357
18205
|
"resourceType": "GCP::Eventarc::GoogleChannelConfig",
|
|
17358
18206
|
"kind": "resource",
|
|
@@ -18573,6 +19421,45 @@
|
|
|
18573
19421
|
"resourceType": "GCP::Gkehub::Feature.multiclusteringress",
|
|
18574
19422
|
"kind": "property"
|
|
18575
19423
|
},
|
|
19424
|
+
"MembershipBinding": {
|
|
19425
|
+
"resourceType": "GCP::Gkehub::MembershipBinding",
|
|
19426
|
+
"kind": "resource",
|
|
19427
|
+
"apiVersion": "gkehub.cnrm.cloud.google.com/v1alpha1",
|
|
19428
|
+
"gvkKind": "GKEHubMembershipBinding",
|
|
19429
|
+
"group": "gkehub.cnrm.cloud.google.com",
|
|
19430
|
+
"properties": 4,
|
|
19431
|
+
"schema": {
|
|
19432
|
+
"fields": {
|
|
19433
|
+
"labels": {
|
|
19434
|
+
"type": "Record<string, string>",
|
|
19435
|
+
"required": false
|
|
19436
|
+
},
|
|
19437
|
+
"membershipRef": {
|
|
19438
|
+
"type": "Record<string, any>",
|
|
19439
|
+
"required": true,
|
|
19440
|
+
"ref": true
|
|
19441
|
+
},
|
|
19442
|
+
"resourceID": {
|
|
19443
|
+
"type": "string",
|
|
19444
|
+
"required": false
|
|
19445
|
+
},
|
|
19446
|
+
"scopeRef": {
|
|
19447
|
+
"type": "Record<string, any>",
|
|
19448
|
+
"required": true,
|
|
19449
|
+
"ref": true
|
|
19450
|
+
}
|
|
19451
|
+
},
|
|
19452
|
+
"required": [
|
|
19453
|
+
"membershipRef",
|
|
19454
|
+
"scopeRef"
|
|
19455
|
+
]
|
|
19456
|
+
},
|
|
19457
|
+
"attrs": {
|
|
19458
|
+
"name": "string",
|
|
19459
|
+
"namespace": "string",
|
|
19460
|
+
"uid": "string"
|
|
19461
|
+
}
|
|
19462
|
+
},
|
|
18576
19463
|
"GkehubMembership": {
|
|
18577
19464
|
"resourceType": "GCP::Gkehub::Membership",
|
|
18578
19465
|
"kind": "resource",
|
|
@@ -18637,6 +19524,136 @@
|
|
|
18637
19524
|
"resourceType": "GCP::Gkehub::Membership.kubernetesResource",
|
|
18638
19525
|
"kind": "property"
|
|
18639
19526
|
},
|
|
19527
|
+
"GkehubNamespace": {
|
|
19528
|
+
"resourceType": "GCP::Gkehub::Namespace",
|
|
19529
|
+
"kind": "resource",
|
|
19530
|
+
"apiVersion": "gkehub.cnrm.cloud.google.com/v1alpha1",
|
|
19531
|
+
"gvkKind": "GKEHubNamespace",
|
|
19532
|
+
"group": "gkehub.cnrm.cloud.google.com",
|
|
19533
|
+
"properties": 5,
|
|
19534
|
+
"schema": {
|
|
19535
|
+
"fields": {
|
|
19536
|
+
"labels": {
|
|
19537
|
+
"type": "Record<string, string>",
|
|
19538
|
+
"required": false
|
|
19539
|
+
},
|
|
19540
|
+
"namespaceID": {
|
|
19541
|
+
"type": "string",
|
|
19542
|
+
"required": true
|
|
19543
|
+
},
|
|
19544
|
+
"namespaceLabels": {
|
|
19545
|
+
"type": "Record<string, string>",
|
|
19546
|
+
"required": false
|
|
19547
|
+
},
|
|
19548
|
+
"resourceID": {
|
|
19549
|
+
"type": "string",
|
|
19550
|
+
"required": false
|
|
19551
|
+
},
|
|
19552
|
+
"scopeRef": {
|
|
19553
|
+
"type": "Record<string, any>",
|
|
19554
|
+
"required": true,
|
|
19555
|
+
"ref": true
|
|
19556
|
+
}
|
|
19557
|
+
},
|
|
19558
|
+
"required": [
|
|
19559
|
+
"namespaceID",
|
|
19560
|
+
"scopeRef"
|
|
19561
|
+
]
|
|
19562
|
+
},
|
|
19563
|
+
"attrs": {
|
|
19564
|
+
"name": "string",
|
|
19565
|
+
"namespace": "string",
|
|
19566
|
+
"uid": "string"
|
|
19567
|
+
}
|
|
19568
|
+
},
|
|
19569
|
+
"ScopeRBACRoleBinding": {
|
|
19570
|
+
"resourceType": "GCP::Gkehub::ScopeRBACRoleBinding",
|
|
19571
|
+
"kind": "resource",
|
|
19572
|
+
"apiVersion": "gkehub.cnrm.cloud.google.com/v1alpha1",
|
|
19573
|
+
"gvkKind": "GKEHubScopeRBACRoleBinding",
|
|
19574
|
+
"group": "gkehub.cnrm.cloud.google.com",
|
|
19575
|
+
"properties": 6,
|
|
19576
|
+
"schema": {
|
|
19577
|
+
"fields": {
|
|
19578
|
+
"group": {
|
|
19579
|
+
"type": "string",
|
|
19580
|
+
"required": false
|
|
19581
|
+
},
|
|
19582
|
+
"labels": {
|
|
19583
|
+
"type": "Record<string, string>",
|
|
19584
|
+
"required": false
|
|
19585
|
+
},
|
|
19586
|
+
"rbacRoleBindingID": {
|
|
19587
|
+
"type": "string",
|
|
19588
|
+
"required": false
|
|
19589
|
+
},
|
|
19590
|
+
"role": {
|
|
19591
|
+
"type": "Record<string, any>",
|
|
19592
|
+
"required": true
|
|
19593
|
+
},
|
|
19594
|
+
"scopeRef": {
|
|
19595
|
+
"type": "Record<string, any>",
|
|
19596
|
+
"required": true,
|
|
19597
|
+
"ref": true
|
|
19598
|
+
},
|
|
19599
|
+
"user": {
|
|
19600
|
+
"type": "string",
|
|
19601
|
+
"required": false
|
|
19602
|
+
}
|
|
19603
|
+
},
|
|
19604
|
+
"required": [
|
|
19605
|
+
"role",
|
|
19606
|
+
"scopeRef"
|
|
19607
|
+
]
|
|
19608
|
+
},
|
|
19609
|
+
"attrs": {
|
|
19610
|
+
"name": "string",
|
|
19611
|
+
"namespace": "string",
|
|
19612
|
+
"uid": "string"
|
|
19613
|
+
}
|
|
19614
|
+
},
|
|
19615
|
+
"ScopeRBACRoleBinding_Role": {
|
|
19616
|
+
"resourceType": "GCP::Gkehub::ScopeRBACRoleBinding.role",
|
|
19617
|
+
"kind": "property"
|
|
19618
|
+
},
|
|
19619
|
+
"Scope": {
|
|
19620
|
+
"resourceType": "GCP::Gkehub::Scope",
|
|
19621
|
+
"kind": "resource",
|
|
19622
|
+
"apiVersion": "gkehub.cnrm.cloud.google.com/v1alpha1",
|
|
19623
|
+
"gvkKind": "GKEHubScope",
|
|
19624
|
+
"group": "gkehub.cnrm.cloud.google.com",
|
|
19625
|
+
"properties": 4,
|
|
19626
|
+
"schema": {
|
|
19627
|
+
"fields": {
|
|
19628
|
+
"location": {
|
|
19629
|
+
"type": "string",
|
|
19630
|
+
"required": true
|
|
19631
|
+
},
|
|
19632
|
+
"namespaceLabels": {
|
|
19633
|
+
"type": "Record<string, string>",
|
|
19634
|
+
"required": false
|
|
19635
|
+
},
|
|
19636
|
+
"projectRef": {
|
|
19637
|
+
"type": "Record<string, any>",
|
|
19638
|
+
"required": true,
|
|
19639
|
+
"ref": true
|
|
19640
|
+
},
|
|
19641
|
+
"resourceID": {
|
|
19642
|
+
"type": "string",
|
|
19643
|
+
"required": false
|
|
19644
|
+
}
|
|
19645
|
+
},
|
|
19646
|
+
"required": [
|
|
19647
|
+
"location",
|
|
19648
|
+
"projectRef"
|
|
19649
|
+
]
|
|
19650
|
+
},
|
|
19651
|
+
"attrs": {
|
|
19652
|
+
"name": "string",
|
|
19653
|
+
"namespace": "string",
|
|
19654
|
+
"uid": "string"
|
|
19655
|
+
}
|
|
19656
|
+
},
|
|
18640
19657
|
"ConsentStore": {
|
|
18641
19658
|
"resourceType": "GCP::Healthcare::ConsentStore",
|
|
18642
19659
|
"kind": "resource",
|
|
@@ -21170,33 +22187,78 @@
|
|
|
21170
22187
|
"resourceType": "GCP::Memcache::Instance.nodeConfig",
|
|
21171
22188
|
"kind": "property"
|
|
21172
22189
|
},
|
|
21173
|
-
"
|
|
21174
|
-
"resourceType": "GCP::Memorystore::
|
|
22190
|
+
"InstanceEndpoint": {
|
|
22191
|
+
"resourceType": "GCP::Memorystore::InstanceEndpoint",
|
|
21175
22192
|
"kind": "resource",
|
|
21176
|
-
"apiVersion": "memorystore.cnrm.cloud.google.com/
|
|
21177
|
-
"gvkKind": "
|
|
22193
|
+
"apiVersion": "memorystore.cnrm.cloud.google.com/v1alpha1",
|
|
22194
|
+
"gvkKind": "MemorystoreInstanceEndpoint",
|
|
21178
22195
|
"group": "memorystore.cnrm.cloud.google.com",
|
|
21179
|
-
"properties":
|
|
22196
|
+
"properties": 3,
|
|
21180
22197
|
"schema": {
|
|
21181
22198
|
"fields": {
|
|
21182
|
-
"authorizationMode": {
|
|
21183
|
-
"type": "string",
|
|
21184
|
-
"required": false
|
|
21185
|
-
},
|
|
21186
|
-
"deletionProtectionEnabled": {
|
|
21187
|
-
"type": "boolean",
|
|
21188
|
-
"required": false
|
|
21189
|
-
},
|
|
21190
22199
|
"endpoints": {
|
|
21191
22200
|
"type": "Record<string, any>[]",
|
|
21192
22201
|
"required": false
|
|
21193
22202
|
},
|
|
21194
|
-
"
|
|
21195
|
-
"type": "Record<string,
|
|
21196
|
-
"required":
|
|
21197
|
-
|
|
21198
|
-
|
|
21199
|
-
|
|
22203
|
+
"instanceRef": {
|
|
22204
|
+
"type": "Record<string, any>",
|
|
22205
|
+
"required": true,
|
|
22206
|
+
"ref": true
|
|
22207
|
+
},
|
|
22208
|
+
"resourceID": {
|
|
22209
|
+
"type": "string",
|
|
22210
|
+
"required": false
|
|
22211
|
+
}
|
|
22212
|
+
},
|
|
22213
|
+
"required": [
|
|
22214
|
+
"instanceRef"
|
|
22215
|
+
]
|
|
22216
|
+
},
|
|
22217
|
+
"attrs": {
|
|
22218
|
+
"name": "string",
|
|
22219
|
+
"namespace": "string",
|
|
22220
|
+
"uid": "string"
|
|
22221
|
+
}
|
|
22222
|
+
},
|
|
22223
|
+
"InstanceEndpoint_Endpoint": {
|
|
22224
|
+
"resourceType": "GCP::Memorystore::InstanceEndpoint.endpoints",
|
|
22225
|
+
"kind": "property"
|
|
22226
|
+
},
|
|
22227
|
+
"MemorystoreInstance": {
|
|
22228
|
+
"resourceType": "GCP::Memorystore::Instance",
|
|
22229
|
+
"kind": "resource",
|
|
22230
|
+
"apiVersion": "memorystore.cnrm.cloud.google.com/v1beta1",
|
|
22231
|
+
"gvkKind": "MemorystoreInstance",
|
|
22232
|
+
"group": "memorystore.cnrm.cloud.google.com",
|
|
22233
|
+
"properties": 19,
|
|
22234
|
+
"schema": {
|
|
22235
|
+
"fields": {
|
|
22236
|
+
"authorizationMode": {
|
|
22237
|
+
"type": "string",
|
|
22238
|
+
"required": false
|
|
22239
|
+
},
|
|
22240
|
+
"automatedBackupConfig": {
|
|
22241
|
+
"type": "Record<string, any>",
|
|
22242
|
+
"required": false
|
|
22243
|
+
},
|
|
22244
|
+
"crossInstanceReplicationConfig": {
|
|
22245
|
+
"type": "Record<string, any>",
|
|
22246
|
+
"required": false
|
|
22247
|
+
},
|
|
22248
|
+
"deletionProtectionEnabled": {
|
|
22249
|
+
"type": "boolean",
|
|
22250
|
+
"required": false
|
|
22251
|
+
},
|
|
22252
|
+
"endpoints": {
|
|
22253
|
+
"type": "Record<string, any>[]",
|
|
22254
|
+
"required": false
|
|
22255
|
+
},
|
|
22256
|
+
"engineConfigs": {
|
|
22257
|
+
"type": "Record<string, string>",
|
|
22258
|
+
"required": false
|
|
22259
|
+
},
|
|
22260
|
+
"engineVersion": {
|
|
22261
|
+
"type": "string",
|
|
21200
22262
|
"required": false
|
|
21201
22263
|
},
|
|
21202
22264
|
"labels": {
|
|
@@ -21207,6 +22269,10 @@
|
|
|
21207
22269
|
"type": "string",
|
|
21208
22270
|
"required": true
|
|
21209
22271
|
},
|
|
22272
|
+
"maintenanceVersion": {
|
|
22273
|
+
"type": "string",
|
|
22274
|
+
"required": false
|
|
22275
|
+
},
|
|
21210
22276
|
"mode": {
|
|
21211
22277
|
"type": "string",
|
|
21212
22278
|
"required": false
|
|
@@ -21256,6 +22322,22 @@
|
|
|
21256
22322
|
"uid": "string"
|
|
21257
22323
|
}
|
|
21258
22324
|
},
|
|
22325
|
+
"MemorystoreInstance_AutomatedBackupConfig": {
|
|
22326
|
+
"resourceType": "GCP::Memorystore::Instance.automatedBackupConfig",
|
|
22327
|
+
"kind": "property"
|
|
22328
|
+
},
|
|
22329
|
+
"MemorystoreInstance_AutomatedBackupConfig_FixedFrequencySchedule": {
|
|
22330
|
+
"resourceType": "GCP::Memorystore::Instance.fixedFrequencySchedule",
|
|
22331
|
+
"kind": "property"
|
|
22332
|
+
},
|
|
22333
|
+
"MemorystoreInstance_CrossInstanceReplicationConfig": {
|
|
22334
|
+
"resourceType": "GCP::Memorystore::Instance.crossInstanceReplicationConfig",
|
|
22335
|
+
"kind": "property"
|
|
22336
|
+
},
|
|
22337
|
+
"MemorystoreInstance_CrossInstanceReplicationConfig_PrimaryInstance": {
|
|
22338
|
+
"resourceType": "GCP::Memorystore::Instance.primaryInstance",
|
|
22339
|
+
"kind": "property"
|
|
22340
|
+
},
|
|
21259
22341
|
"MemorystoreInstance_Endpoint": {
|
|
21260
22342
|
"resourceType": "GCP::Memorystore::Instance.endpoints",
|
|
21261
22343
|
"kind": "property"
|
|
@@ -22297,6 +23379,69 @@
|
|
|
22297
23379
|
"resourceType": "GCP::Networkconnectivity::InternalRange.migration",
|
|
22298
23380
|
"kind": "property"
|
|
22299
23381
|
},
|
|
23382
|
+
"RegionalEndpoint": {
|
|
23383
|
+
"resourceType": "GCP::Networkconnectivity::RegionalEndpoint",
|
|
23384
|
+
"kind": "resource",
|
|
23385
|
+
"apiVersion": "networkconnectivity.cnrm.cloud.google.com/v1alpha1",
|
|
23386
|
+
"gvkKind": "NetworkConnectivityRegionalEndpoint",
|
|
23387
|
+
"group": "networkconnectivity.cnrm.cloud.google.com",
|
|
23388
|
+
"properties": 9,
|
|
23389
|
+
"schema": {
|
|
23390
|
+
"fields": {
|
|
23391
|
+
"accessType": {
|
|
23392
|
+
"type": "string",
|
|
23393
|
+
"required": true
|
|
23394
|
+
},
|
|
23395
|
+
"addressRef": {
|
|
23396
|
+
"type": "Record<string, any>",
|
|
23397
|
+
"required": false,
|
|
23398
|
+
"ref": true
|
|
23399
|
+
},
|
|
23400
|
+
"description": {
|
|
23401
|
+
"type": "string",
|
|
23402
|
+
"required": false
|
|
23403
|
+
},
|
|
23404
|
+
"location": {
|
|
23405
|
+
"type": "string",
|
|
23406
|
+
"required": true
|
|
23407
|
+
},
|
|
23408
|
+
"networkRef": {
|
|
23409
|
+
"type": "Record<string, any>",
|
|
23410
|
+
"required": false,
|
|
23411
|
+
"ref": true
|
|
23412
|
+
},
|
|
23413
|
+
"projectRef": {
|
|
23414
|
+
"type": "Record<string, any>",
|
|
23415
|
+
"required": true,
|
|
23416
|
+
"ref": true
|
|
23417
|
+
},
|
|
23418
|
+
"resourceID": {
|
|
23419
|
+
"type": "string",
|
|
23420
|
+
"required": false
|
|
23421
|
+
},
|
|
23422
|
+
"subnetworkRef": {
|
|
23423
|
+
"type": "Record<string, any>",
|
|
23424
|
+
"required": false,
|
|
23425
|
+
"ref": true
|
|
23426
|
+
},
|
|
23427
|
+
"targetGoogleAPI": {
|
|
23428
|
+
"type": "string",
|
|
23429
|
+
"required": true
|
|
23430
|
+
}
|
|
23431
|
+
},
|
|
23432
|
+
"required": [
|
|
23433
|
+
"accessType",
|
|
23434
|
+
"location",
|
|
23435
|
+
"projectRef",
|
|
23436
|
+
"targetGoogleAPI"
|
|
23437
|
+
]
|
|
23438
|
+
},
|
|
23439
|
+
"attrs": {
|
|
23440
|
+
"name": "string",
|
|
23441
|
+
"namespace": "string",
|
|
23442
|
+
"uid": "string"
|
|
23443
|
+
}
|
|
23444
|
+
},
|
|
22300
23445
|
"ServiceConnectionPolicy": {
|
|
22301
23446
|
"resourceType": "GCP::Networkconnectivity::ServiceConnectionPolicy",
|
|
22302
23447
|
"kind": "resource",
|
|
@@ -22644,6 +23789,108 @@
|
|
|
22644
23789
|
"resourceType": "GCP::Networksecurity::ClientTLSPolicy.serverValidationCa",
|
|
22645
23790
|
"kind": "property"
|
|
22646
23791
|
},
|
|
23792
|
+
"InterceptDeployment": {
|
|
23793
|
+
"resourceType": "GCP::Networksecurity::InterceptDeployment",
|
|
23794
|
+
"kind": "resource",
|
|
23795
|
+
"apiVersion": "networksecurity.cnrm.cloud.google.com/v1alpha1",
|
|
23796
|
+
"gvkKind": "NetworkSecurityInterceptDeployment",
|
|
23797
|
+
"group": "networksecurity.cnrm.cloud.google.com",
|
|
23798
|
+
"properties": 7,
|
|
23799
|
+
"schema": {
|
|
23800
|
+
"fields": {
|
|
23801
|
+
"description": {
|
|
23802
|
+
"type": "string",
|
|
23803
|
+
"required": false
|
|
23804
|
+
},
|
|
23805
|
+
"forwardingRuleRef": {
|
|
23806
|
+
"type": "Record<string, any>",
|
|
23807
|
+
"required": true,
|
|
23808
|
+
"ref": true
|
|
23809
|
+
},
|
|
23810
|
+
"interceptDeploymentGroupRef": {
|
|
23811
|
+
"type": "Record<string, any>",
|
|
23812
|
+
"required": true,
|
|
23813
|
+
"ref": true
|
|
23814
|
+
},
|
|
23815
|
+
"labels": {
|
|
23816
|
+
"type": "Record<string, string>",
|
|
23817
|
+
"required": false
|
|
23818
|
+
},
|
|
23819
|
+
"location": {
|
|
23820
|
+
"type": "string",
|
|
23821
|
+
"required": true
|
|
23822
|
+
},
|
|
23823
|
+
"projectRef": {
|
|
23824
|
+
"type": "Record<string, any>",
|
|
23825
|
+
"required": true,
|
|
23826
|
+
"ref": true
|
|
23827
|
+
},
|
|
23828
|
+
"resourceID": {
|
|
23829
|
+
"type": "string",
|
|
23830
|
+
"required": false
|
|
23831
|
+
}
|
|
23832
|
+
},
|
|
23833
|
+
"required": [
|
|
23834
|
+
"forwardingRuleRef",
|
|
23835
|
+
"interceptDeploymentGroupRef",
|
|
23836
|
+
"location",
|
|
23837
|
+
"projectRef"
|
|
23838
|
+
]
|
|
23839
|
+
},
|
|
23840
|
+
"attrs": {
|
|
23841
|
+
"name": "string",
|
|
23842
|
+
"namespace": "string",
|
|
23843
|
+
"uid": "string"
|
|
23844
|
+
}
|
|
23845
|
+
},
|
|
23846
|
+
"InterceptEndpointGroup": {
|
|
23847
|
+
"resourceType": "GCP::Networksecurity::InterceptEndpointGroup",
|
|
23848
|
+
"kind": "resource",
|
|
23849
|
+
"apiVersion": "networksecurity.cnrm.cloud.google.com/v1alpha1",
|
|
23850
|
+
"gvkKind": "NetworkSecurityInterceptEndpointGroup",
|
|
23851
|
+
"group": "networksecurity.cnrm.cloud.google.com",
|
|
23852
|
+
"properties": 6,
|
|
23853
|
+
"schema": {
|
|
23854
|
+
"fields": {
|
|
23855
|
+
"description": {
|
|
23856
|
+
"type": "string",
|
|
23857
|
+
"required": false
|
|
23858
|
+
},
|
|
23859
|
+
"interceptDeploymentGroupRef": {
|
|
23860
|
+
"type": "Record<string, any>",
|
|
23861
|
+
"required": true,
|
|
23862
|
+
"ref": true
|
|
23863
|
+
},
|
|
23864
|
+
"labels": {
|
|
23865
|
+
"type": "Record<string, string>",
|
|
23866
|
+
"required": false
|
|
23867
|
+
},
|
|
23868
|
+
"location": {
|
|
23869
|
+
"type": "string",
|
|
23870
|
+
"required": true
|
|
23871
|
+
},
|
|
23872
|
+
"projectRef": {
|
|
23873
|
+
"type": "Record<string, any>",
|
|
23874
|
+
"required": true,
|
|
23875
|
+
"ref": true
|
|
23876
|
+
},
|
|
23877
|
+
"resourceID": {
|
|
23878
|
+
"type": "string",
|
|
23879
|
+
"required": false
|
|
23880
|
+
}
|
|
23881
|
+
},
|
|
23882
|
+
"required": [
|
|
23883
|
+
"interceptDeploymentGroupRef",
|
|
23884
|
+
"location",
|
|
23885
|
+
"projectRef"
|
|
23886
|
+
]
|
|
23887
|
+
},
|
|
23888
|
+
"attrs": {
|
|
23889
|
+
"name": "string",
|
|
23890
|
+
"namespace": "string",
|
|
23891
|
+
"uid": "string"
|
|
23892
|
+
}
|
|
23893
|
+
},
|
|
22647
23894
|
"ServerTLSPolicy": {
|
|
22648
23895
|
"resourceType": "GCP::Networksecurity::ServerTLSPolicy",
|
|
22649
23896
|
"kind": "resource",
|
|
@@ -23190,6 +24437,67 @@
|
|
|
23190
24437
|
"resourceType": "GCP::Networkservices::HTTPRoute.rules",
|
|
23191
24438
|
"kind": "property"
|
|
23192
24439
|
},
|
|
24440
|
+
"LBRouteExtension": {
|
|
24441
|
+
"resourceType": "GCP::Networkservices::LBRouteExtension",
|
|
24442
|
+
"kind": "resource",
|
|
24443
|
+
"apiVersion": "networkservices.cnrm.cloud.google.com/v1alpha1",
|
|
24444
|
+
"gvkKind": "NetworkServicesLBRouteExtension",
|
|
24445
|
+
"group": "networkservices.cnrm.cloud.google.com",
|
|
24446
|
+
"properties": 8,
|
|
24447
|
+
"schema": {
|
|
24448
|
+
"fields": {
|
|
24449
|
+
"description": {
|
|
24450
|
+
"type": "string",
|
|
24451
|
+
"required": false
|
|
24452
|
+
},
|
|
24453
|
+
"extensionChains": {
|
|
24454
|
+
"type": "Record<string, any>[]",
|
|
24455
|
+
"required": true
|
|
24456
|
+
},
|
|
24457
|
+
"forwardingRuleRefs": {
|
|
24458
|
+
"type": "Record<string, any>[]",
|
|
24459
|
+
"required": true
|
|
24460
|
+
},
|
|
24461
|
+
"loadBalancingScheme": {
|
|
24462
|
+
"type": "string",
|
|
24463
|
+
"required": true
|
|
24464
|
+
},
|
|
24465
|
+
"location": {
|
|
24466
|
+
"type": "string",
|
|
24467
|
+
"required": true
|
|
24468
|
+
},
|
|
24469
|
+
"metadata": {
|
|
24470
|
+
"type": "Record<string, any>",
|
|
24471
|
+
"required": false
|
|
24472
|
+
},
|
|
24473
|
+
"projectRef": {
|
|
24474
|
+
"type": "Record<string, any>",
|
|
24475
|
+
"required": true,
|
|
24476
|
+
"ref": true
|
|
24477
|
+
},
|
|
24478
|
+
"resourceID": {
|
|
24479
|
+
"type": "string",
|
|
24480
|
+
"required": false
|
|
24481
|
+
}
|
|
24482
|
+
},
|
|
24483
|
+
"required": [
|
|
24484
|
+
"extensionChains",
|
|
24485
|
+
"forwardingRuleRefs",
|
|
24486
|
+
"loadBalancingScheme",
|
|
24487
|
+
"location",
|
|
24488
|
+
"projectRef"
|
|
24489
|
+
]
|
|
24490
|
+
},
|
|
24491
|
+
"attrs": {
|
|
24492
|
+
"name": "string",
|
|
24493
|
+
"namespace": "string",
|
|
24494
|
+
"uid": "string"
|
|
24495
|
+
}
|
|
24496
|
+
},
|
|
24497
|
+
"LBRouteExtension_ExtensionChain": {
|
|
24498
|
+
"resourceType": "GCP::Networkservices::LBRouteExtension.extensionChains",
|
|
24499
|
+
"kind": "property"
|
|
24500
|
+
},
|
|
23193
24501
|
"Mesh": {
|
|
23194
24502
|
"resourceType": "GCP::Networkservices::Mesh",
|
|
23195
24503
|
"kind": "resource",
|
|
@@ -23386,6 +24694,60 @@
|
|
|
23386
24694
|
"resourceType": "GCP::Networkservices::TLSRoute.rules",
|
|
23387
24695
|
"kind": "property"
|
|
23388
24696
|
},
|
|
24697
|
+
"WasmPlugin": {
|
|
24698
|
+
"resourceType": "GCP::Networkservices::WasmPlugin",
|
|
24699
|
+
"kind": "resource",
|
|
24700
|
+
"apiVersion": "networkservices.cnrm.cloud.google.com/v1alpha1",
|
|
24701
|
+
"gvkKind": "NetworkServicesWasmPlugin",
|
|
24702
|
+
"group": "networkservices.cnrm.cloud.google.com",
|
|
24703
|
+
"properties": 7,
|
|
24704
|
+
"schema": {
|
|
24705
|
+
"fields": {
|
|
24706
|
+
"description": {
|
|
24707
|
+
"type": "string",
|
|
24708
|
+
"required": false
|
|
24709
|
+
},
|
|
24710
|
+
"location": {
|
|
24711
|
+
"type": "string",
|
|
24712
|
+
"required": true
|
|
24713
|
+
},
|
|
24714
|
+
"logConfig": {
|
|
24715
|
+
"type": "Record<string, any>",
|
|
24716
|
+
"required": false
|
|
24717
|
+
},
|
|
24718
|
+
"mainVersionID": {
|
|
24719
|
+
"type": "string",
|
|
24720
|
+
"required": false
|
|
24721
|
+
},
|
|
24722
|
+
"projectRef": {
|
|
24723
|
+
"type": "Record<string, any>",
|
|
24724
|
+
"required": true,
|
|
24725
|
+
"ref": true
|
|
24726
|
+
},
|
|
24727
|
+
"resourceID": {
|
|
24728
|
+
"type": "string",
|
|
24729
|
+
"required": false
|
|
24730
|
+
},
|
|
24731
|
+
"versions": {
|
|
24732
|
+
"type": "Record<string, Record<string, any>>",
|
|
24733
|
+
"required": false
|
|
24734
|
+
}
|
|
24735
|
+
},
|
|
24736
|
+
"required": [
|
|
24737
|
+
"location",
|
|
24738
|
+
"projectRef"
|
|
24739
|
+
]
|
|
24740
|
+
},
|
|
24741
|
+
"attrs": {
|
|
24742
|
+
"name": "string",
|
|
24743
|
+
"namespace": "string",
|
|
24744
|
+
"uid": "string"
|
|
24745
|
+
}
|
|
24746
|
+
},
|
|
24747
|
+
"WasmPlugin_LogConfig": {
|
|
24748
|
+
"resourceType": "GCP::Networkservices::WasmPlugin.logConfig",
|
|
24749
|
+
"kind": "property"
|
|
24750
|
+
},
|
|
23389
24751
|
"NotebookInstance": {
|
|
23390
24752
|
"resourceType": "GCP::Notebooks::NotebookInstance",
|
|
23391
24753
|
"kind": "resource",
|
|
@@ -24084,6 +25446,48 @@
|
|
|
24084
25446
|
"uid": "string"
|
|
24085
25447
|
}
|
|
24086
25448
|
},
|
|
25449
|
+
"ParameterVersion": {
|
|
25450
|
+
"resourceType": "GCP::Parametermanager::ParameterVersion",
|
|
25451
|
+
"kind": "resource",
|
|
25452
|
+
"apiVersion": "parametermanager.cnrm.cloud.google.com/v1alpha1",
|
|
25453
|
+
"gvkKind": "ParameterManagerParameterVersion",
|
|
25454
|
+
"group": "parametermanager.cnrm.cloud.google.com",
|
|
25455
|
+
"properties": 4,
|
|
25456
|
+
"schema": {
|
|
25457
|
+
"fields": {
|
|
25458
|
+
"disabled": {
|
|
25459
|
+
"type": "boolean",
|
|
25460
|
+
"required": false
|
|
25461
|
+
},
|
|
25462
|
+
"parameterRef": {
|
|
25463
|
+
"type": "Record<string, any>",
|
|
25464
|
+
"required": true,
|
|
25465
|
+
"ref": true
|
|
25466
|
+
},
|
|
25467
|
+
"payload": {
|
|
25468
|
+
"type": "Record<string, any>",
|
|
25469
|
+
"required": true
|
|
25470
|
+
},
|
|
25471
|
+
"resourceID": {
|
|
25472
|
+
"type": "string",
|
|
25473
|
+
"required": false
|
|
25474
|
+
}
|
|
25475
|
+
},
|
|
25476
|
+
"required": [
|
|
25477
|
+
"parameterRef",
|
|
25478
|
+
"payload"
|
|
25479
|
+
]
|
|
25480
|
+
},
|
|
25481
|
+
"attrs": {
|
|
25482
|
+
"name": "string",
|
|
25483
|
+
"namespace": "string",
|
|
25484
|
+
"uid": "string"
|
|
25485
|
+
}
|
|
25486
|
+
},
|
|
25487
|
+
"ParameterVersion_Payload": {
|
|
25488
|
+
"resourceType": "GCP::Parametermanager::ParameterVersion.payload",
|
|
25489
|
+
"kind": "property"
|
|
25490
|
+
},
|
|
24087
25491
|
"CAPool": {
|
|
24088
25492
|
"resourceType": "GCP::Privateca::CAPool",
|
|
24089
25493
|
"kind": "resource",
|
|
@@ -25677,44 +27081,142 @@
|
|
|
25677
27081
|
"uid": "string"
|
|
25678
27082
|
}
|
|
25679
27083
|
},
|
|
25680
|
-
"SecretManagerSecretVersion_SecretData": {
|
|
25681
|
-
"resourceType": "GCP::Secretmanager::SecretVersion.secretData",
|
|
25682
|
-
"kind": "property"
|
|
25683
|
-
},
|
|
25684
|
-
"SecretManagerSecretVersion_SecretData_ValueFrom": {
|
|
25685
|
-
"resourceType": "GCP::Secretmanager::SecretVersion.valueFrom",
|
|
27084
|
+
"SecretManagerSecretVersion_SecretData": {
|
|
27085
|
+
"resourceType": "GCP::Secretmanager::SecretVersion.secretData",
|
|
27086
|
+
"kind": "property"
|
|
27087
|
+
},
|
|
27088
|
+
"SecretManagerSecretVersion_SecretData_ValueFrom": {
|
|
27089
|
+
"resourceType": "GCP::Secretmanager::SecretVersion.valueFrom",
|
|
27090
|
+
"kind": "property"
|
|
27091
|
+
},
|
|
27092
|
+
"SecuresourcemanagerInstance": {
|
|
27093
|
+
"resourceType": "GCP::Securesourcemanager::Instance",
|
|
27094
|
+
"kind": "resource",
|
|
27095
|
+
"apiVersion": "securesourcemanager.cnrm.cloud.google.com/v1beta1",
|
|
27096
|
+
"gvkKind": "SecureSourceManagerInstance",
|
|
27097
|
+
"group": "securesourcemanager.cnrm.cloud.google.com",
|
|
27098
|
+
"properties": 6,
|
|
27099
|
+
"schema": {
|
|
27100
|
+
"fields": {
|
|
27101
|
+
"kmsKeyRef": {
|
|
27102
|
+
"type": "Record<string, any>",
|
|
27103
|
+
"required": false,
|
|
27104
|
+
"ref": true
|
|
27105
|
+
},
|
|
27106
|
+
"labels": {
|
|
27107
|
+
"type": "Record<string, string>",
|
|
27108
|
+
"required": false
|
|
27109
|
+
},
|
|
27110
|
+
"location": {
|
|
27111
|
+
"type": "string",
|
|
27112
|
+
"required": true
|
|
27113
|
+
},
|
|
27114
|
+
"privateConfig": {
|
|
27115
|
+
"type": "Record<string, any>",
|
|
27116
|
+
"required": false
|
|
27117
|
+
},
|
|
27118
|
+
"projectRef": {
|
|
27119
|
+
"type": "Record<string, any>",
|
|
27120
|
+
"required": true,
|
|
27121
|
+
"ref": true
|
|
27122
|
+
},
|
|
27123
|
+
"resourceID": {
|
|
27124
|
+
"type": "string",
|
|
27125
|
+
"required": false
|
|
27126
|
+
}
|
|
27127
|
+
},
|
|
27128
|
+
"required": [
|
|
27129
|
+
"location",
|
|
27130
|
+
"projectRef"
|
|
27131
|
+
]
|
|
27132
|
+
},
|
|
27133
|
+
"attrs": {
|
|
27134
|
+
"name": "string",
|
|
27135
|
+
"namespace": "string",
|
|
27136
|
+
"uid": "string"
|
|
27137
|
+
}
|
|
27138
|
+
},
|
|
27139
|
+
"SecuresourcemanagerInstance_PrivateConfig": {
|
|
27140
|
+
"resourceType": "GCP::Securesourcemanager::Instance.privateConfig",
|
|
27141
|
+
"kind": "property"
|
|
27142
|
+
},
|
|
27143
|
+
"SecuresourcemanagerRepository": {
|
|
27144
|
+
"resourceType": "GCP::Securesourcemanager::Repository",
|
|
27145
|
+
"kind": "resource",
|
|
27146
|
+
"apiVersion": "securesourcemanager.cnrm.cloud.google.com/v1beta1",
|
|
27147
|
+
"gvkKind": "SecureSourceManagerRepository",
|
|
27148
|
+
"group": "securesourcemanager.cnrm.cloud.google.com",
|
|
27149
|
+
"properties": 5,
|
|
27150
|
+
"schema": {
|
|
27151
|
+
"fields": {
|
|
27152
|
+
"initialConfig": {
|
|
27153
|
+
"type": "Record<string, any>",
|
|
27154
|
+
"required": false
|
|
27155
|
+
},
|
|
27156
|
+
"instanceRef": {
|
|
27157
|
+
"type": "Record<string, any>",
|
|
27158
|
+
"required": true,
|
|
27159
|
+
"ref": true
|
|
27160
|
+
},
|
|
27161
|
+
"location": {
|
|
27162
|
+
"type": "string",
|
|
27163
|
+
"required": true
|
|
27164
|
+
},
|
|
27165
|
+
"projectRef": {
|
|
27166
|
+
"type": "Record<string, any>",
|
|
27167
|
+
"required": true,
|
|
27168
|
+
"ref": true
|
|
27169
|
+
},
|
|
27170
|
+
"resourceID": {
|
|
27171
|
+
"type": "string",
|
|
27172
|
+
"required": false
|
|
27173
|
+
}
|
|
27174
|
+
},
|
|
27175
|
+
"required": [
|
|
27176
|
+
"instanceRef",
|
|
27177
|
+
"location",
|
|
27178
|
+
"projectRef"
|
|
27179
|
+
]
|
|
27180
|
+
},
|
|
27181
|
+
"attrs": {
|
|
27182
|
+
"name": "string",
|
|
27183
|
+
"namespace": "string",
|
|
27184
|
+
"uid": "string"
|
|
27185
|
+
}
|
|
27186
|
+
},
|
|
27187
|
+
"SecuresourcemanagerRepository_InitialConfig": {
|
|
27188
|
+
"resourceType": "GCP::Securesourcemanager::Repository.initialConfig",
|
|
25686
27189
|
"kind": "property"
|
|
25687
27190
|
},
|
|
25688
|
-
"
|
|
25689
|
-
"resourceType": "GCP::
|
|
27191
|
+
"BigQueryExport": {
|
|
27192
|
+
"resourceType": "GCP::Securitycenter::BigQueryExport",
|
|
25690
27193
|
"kind": "resource",
|
|
25691
|
-
"apiVersion": "
|
|
25692
|
-
"gvkKind": "
|
|
25693
|
-
"group": "
|
|
27194
|
+
"apiVersion": "securitycenter.cnrm.cloud.google.com/v1alpha1",
|
|
27195
|
+
"gvkKind": "SecurityCenterBigQueryExport",
|
|
27196
|
+
"group": "securitycenter.cnrm.cloud.google.com",
|
|
25694
27197
|
"properties": 6,
|
|
25695
27198
|
"schema": {
|
|
25696
27199
|
"fields": {
|
|
25697
|
-
"
|
|
27200
|
+
"datasetRef": {
|
|
25698
27201
|
"type": "Record<string, any>",
|
|
25699
|
-
"required":
|
|
27202
|
+
"required": true,
|
|
25700
27203
|
"ref": true
|
|
25701
27204
|
},
|
|
25702
|
-
"
|
|
25703
|
-
"type": "
|
|
27205
|
+
"description": {
|
|
27206
|
+
"type": "string",
|
|
27207
|
+
"required": false
|
|
27208
|
+
},
|
|
27209
|
+
"filter": {
|
|
27210
|
+
"type": "string",
|
|
25704
27211
|
"required": false
|
|
25705
27212
|
},
|
|
25706
27213
|
"location": {
|
|
25707
27214
|
"type": "string",
|
|
25708
27215
|
"required": true
|
|
25709
27216
|
},
|
|
25710
|
-
"
|
|
25711
|
-
"type": "Record<string, any>",
|
|
25712
|
-
"required": false
|
|
25713
|
-
},
|
|
25714
|
-
"projectRef": {
|
|
27217
|
+
"organizationRef": {
|
|
25715
27218
|
"type": "Record<string, any>",
|
|
25716
|
-
"required": true
|
|
25717
|
-
"ref": true
|
|
27219
|
+
"required": true
|
|
25718
27220
|
},
|
|
25719
27221
|
"resourceID": {
|
|
25720
27222
|
"type": "string",
|
|
@@ -25722,8 +27224,9 @@
|
|
|
25722
27224
|
}
|
|
25723
27225
|
},
|
|
25724
27226
|
"required": [
|
|
27227
|
+
"datasetRef",
|
|
25725
27228
|
"location",
|
|
25726
|
-
"
|
|
27229
|
+
"organizationRef"
|
|
25727
27230
|
]
|
|
25728
27231
|
},
|
|
25729
27232
|
"attrs": {
|
|
@@ -25732,46 +27235,52 @@
|
|
|
25732
27235
|
"uid": "string"
|
|
25733
27236
|
}
|
|
25734
27237
|
},
|
|
25735
|
-
"
|
|
25736
|
-
"resourceType": "GCP::
|
|
27238
|
+
"BigQueryExport_OrganizationRef": {
|
|
27239
|
+
"resourceType": "GCP::Securitycenter::BigQueryExport.organizationRef",
|
|
25737
27240
|
"kind": "property"
|
|
25738
27241
|
},
|
|
25739
|
-
"
|
|
25740
|
-
"resourceType": "GCP::
|
|
27242
|
+
"MuteConfig": {
|
|
27243
|
+
"resourceType": "GCP::Securitycenter::MuteConfig",
|
|
25741
27244
|
"kind": "resource",
|
|
25742
|
-
"apiVersion": "
|
|
25743
|
-
"gvkKind": "
|
|
25744
|
-
"group": "
|
|
25745
|
-
"properties":
|
|
27245
|
+
"apiVersion": "securitycenter.cnrm.cloud.google.com/v1alpha1",
|
|
27246
|
+
"gvkKind": "SecurityCenterMuteConfig",
|
|
27247
|
+
"group": "securitycenter.cnrm.cloud.google.com",
|
|
27248
|
+
"properties": 6,
|
|
25746
27249
|
"schema": {
|
|
25747
27250
|
"fields": {
|
|
25748
|
-
"
|
|
25749
|
-
"type": "
|
|
27251
|
+
"description": {
|
|
27252
|
+
"type": "string",
|
|
25750
27253
|
"required": false
|
|
25751
27254
|
},
|
|
25752
|
-
"
|
|
25753
|
-
"type": "
|
|
25754
|
-
"required":
|
|
25755
|
-
"ref": true
|
|
27255
|
+
"expiryTime": {
|
|
27256
|
+
"type": "string",
|
|
27257
|
+
"required": false
|
|
25756
27258
|
},
|
|
25757
|
-
"
|
|
27259
|
+
"filter": {
|
|
25758
27260
|
"type": "string",
|
|
25759
27261
|
"required": true
|
|
25760
27262
|
},
|
|
25761
|
-
"
|
|
27263
|
+
"organizationRef": {
|
|
25762
27264
|
"type": "Record<string, any>",
|
|
25763
|
-
"required": true
|
|
25764
|
-
"ref": true
|
|
27265
|
+
"required": true
|
|
25765
27266
|
},
|
|
25766
27267
|
"resourceID": {
|
|
25767
27268
|
"type": "string",
|
|
25768
27269
|
"required": false
|
|
27270
|
+
},
|
|
27271
|
+
"type": {
|
|
27272
|
+
"type": "\"MUTE_CONFIG_TYPE_UNSPECIFIED\" | \"STATIC\" | \"DYNAMIC\"",
|
|
27273
|
+
"required": false,
|
|
27274
|
+
"enum": [
|
|
27275
|
+
"MUTE_CONFIG_TYPE_UNSPECIFIED",
|
|
27276
|
+
"STATIC",
|
|
27277
|
+
"DYNAMIC"
|
|
27278
|
+
]
|
|
25769
27279
|
}
|
|
25770
27280
|
},
|
|
25771
27281
|
"required": [
|
|
25772
|
-
"
|
|
25773
|
-
"
|
|
25774
|
-
"projectRef"
|
|
27282
|
+
"filter",
|
|
27283
|
+
"organizationRef"
|
|
25775
27284
|
]
|
|
25776
27285
|
},
|
|
25777
27286
|
"attrs": {
|
|
@@ -25780,8 +27289,8 @@
|
|
|
25780
27289
|
"uid": "string"
|
|
25781
27290
|
}
|
|
25782
27291
|
},
|
|
25783
|
-
"
|
|
25784
|
-
"resourceType": "GCP::
|
|
27292
|
+
"MuteConfig_OrganizationRef": {
|
|
27293
|
+
"resourceType": "GCP::Securitycenter::MuteConfig.organizationRef",
|
|
25785
27294
|
"kind": "property"
|
|
25786
27295
|
},
|
|
25787
27296
|
"NotificationConfig": {
|
|
@@ -25917,7 +27426,7 @@
|
|
|
25917
27426
|
"uid": "string"
|
|
25918
27427
|
}
|
|
25919
27428
|
},
|
|
25920
|
-
"
|
|
27429
|
+
"ServicedirectoryNamespace": {
|
|
25921
27430
|
"resourceType": "GCP::Servicedirectory::Namespace",
|
|
25922
27431
|
"kind": "resource",
|
|
25923
27432
|
"apiVersion": "servicedirectory.cnrm.cloud.google.com/v1beta1",
|
|
@@ -27813,6 +29322,100 @@
|
|
|
27813
29322
|
"resourceType": "GCP::Tpu::VirtualMachine.shieldedInstanceConfig",
|
|
27814
29323
|
"kind": "property"
|
|
27815
29324
|
},
|
|
29325
|
+
"DataLabelingJob": {
|
|
29326
|
+
"resourceType": "GCP::Vertexai::DataLabelingJob",
|
|
29327
|
+
"kind": "resource",
|
|
29328
|
+
"apiVersion": "vertexai.cnrm.cloud.google.com/v1alpha1",
|
|
29329
|
+
"gvkKind": "VertexAIDataLabelingJob",
|
|
29330
|
+
"group": "vertexai.cnrm.cloud.google.com",
|
|
29331
|
+
"properties": 14,
|
|
29332
|
+
"schema": {
|
|
29333
|
+
"fields": {
|
|
29334
|
+
"activeLearningConfig": {
|
|
29335
|
+
"type": "Record<string, any>",
|
|
29336
|
+
"required": false
|
|
29337
|
+
},
|
|
29338
|
+
"annotationLabels": {
|
|
29339
|
+
"type": "Record<string, string>",
|
|
29340
|
+
"required": false
|
|
29341
|
+
},
|
|
29342
|
+
"datasetRefs": {
|
|
29343
|
+
"type": "Record<string, any>[]",
|
|
29344
|
+
"required": false
|
|
29345
|
+
},
|
|
29346
|
+
"displayName": {
|
|
29347
|
+
"type": "string",
|
|
29348
|
+
"required": false
|
|
29349
|
+
},
|
|
29350
|
+
"encryptionSpec": {
|
|
29351
|
+
"type": "Record<string, any>",
|
|
29352
|
+
"required": false
|
|
29353
|
+
},
|
|
29354
|
+
"inputs": {
|
|
29355
|
+
"type": "Record<string, any>",
|
|
29356
|
+
"required": false
|
|
29357
|
+
},
|
|
29358
|
+
"inputsSchemaURI": {
|
|
29359
|
+
"type": "string",
|
|
29360
|
+
"required": false
|
|
29361
|
+
},
|
|
29362
|
+
"instructionURI": {
|
|
29363
|
+
"type": "string",
|
|
29364
|
+
"required": false
|
|
29365
|
+
},
|
|
29366
|
+
"labelerCount": {
|
|
29367
|
+
"type": "number",
|
|
29368
|
+
"required": false
|
|
29369
|
+
},
|
|
29370
|
+
"labels": {
|
|
29371
|
+
"type": "Record<string, string>",
|
|
29372
|
+
"required": false
|
|
29373
|
+
},
|
|
29374
|
+
"location": {
|
|
29375
|
+
"type": "string",
|
|
29376
|
+
"required": true
|
|
29377
|
+
},
|
|
29378
|
+
"projectRef": {
|
|
29379
|
+
"type": "Record<string, any>",
|
|
29380
|
+
"required": true,
|
|
29381
|
+
"ref": true
|
|
29382
|
+
},
|
|
29383
|
+
"resourceID": {
|
|
29384
|
+
"type": "string",
|
|
29385
|
+
"required": false
|
|
29386
|
+
},
|
|
29387
|
+
"specialistPools": {
|
|
29388
|
+
"type": "string[]",
|
|
29389
|
+
"required": false
|
|
29390
|
+
}
|
|
29391
|
+
},
|
|
29392
|
+
"required": [
|
|
29393
|
+
"location",
|
|
29394
|
+
"projectRef"
|
|
29395
|
+
]
|
|
29396
|
+
},
|
|
29397
|
+
"attrs": {
|
|
29398
|
+
"name": "string",
|
|
29399
|
+
"namespace": "string",
|
|
29400
|
+
"uid": "string"
|
|
29401
|
+
}
|
|
29402
|
+
},
|
|
29403
|
+
"DataLabelingJob_ActiveLearningConfig": {
|
|
29404
|
+
"resourceType": "GCP::Vertexai::DataLabelingJob.activeLearningConfig",
|
|
29405
|
+
"kind": "property"
|
|
29406
|
+
},
|
|
29407
|
+
"DataLabelingJob_ActiveLearningConfig_SampleConfig": {
|
|
29408
|
+
"resourceType": "GCP::Vertexai::DataLabelingJob.sampleConfig",
|
|
29409
|
+
"kind": "property"
|
|
29410
|
+
},
|
|
29411
|
+
"DataLabelingJob_ActiveLearningConfig_TrainingConfig": {
|
|
29412
|
+
"resourceType": "GCP::Vertexai::DataLabelingJob.trainingConfig",
|
|
29413
|
+
"kind": "property"
|
|
29414
|
+
},
|
|
29415
|
+
"DataLabelingJob_EncryptionSpec": {
|
|
29416
|
+
"resourceType": "GCP::Vertexai::DataLabelingJob.encryptionSpec",
|
|
29417
|
+
"kind": "property"
|
|
29418
|
+
},
|
|
27816
29419
|
"VertexaiDataset": {
|
|
27817
29420
|
"resourceType": "GCP::Vertexai::Dataset",
|
|
27818
29421
|
"kind": "resource",
|
|
@@ -27864,6 +29467,73 @@
|
|
|
27864
29467
|
"resourceType": "GCP::Vertexai::Dataset.encryptionSpec",
|
|
27865
29468
|
"kind": "property"
|
|
27866
29469
|
},
|
|
29470
|
+
"DeploymentResourcePool": {
|
|
29471
|
+
"resourceType": "GCP::Vertexai::DeploymentResourcePool",
|
|
29472
|
+
"kind": "resource",
|
|
29473
|
+
"apiVersion": "vertexai.cnrm.cloud.google.com/v1alpha1",
|
|
29474
|
+
"gvkKind": "VertexAIDeploymentResourcePool",
|
|
29475
|
+
"group": "vertexai.cnrm.cloud.google.com",
|
|
29476
|
+
"properties": 7,
|
|
29477
|
+
"schema": {
|
|
29478
|
+
"fields": {
|
|
29479
|
+
"dedicatedResources": {
|
|
29480
|
+
"type": "Record<string, any>",
|
|
29481
|
+
"required": false
|
|
29482
|
+
},
|
|
29483
|
+
"disableContainerLogging": {
|
|
29484
|
+
"type": "boolean",
|
|
29485
|
+
"required": false
|
|
29486
|
+
},
|
|
29487
|
+
"encryptionSpec": {
|
|
29488
|
+
"type": "Record<string, any>",
|
|
29489
|
+
"required": false
|
|
29490
|
+
},
|
|
29491
|
+
"location": {
|
|
29492
|
+
"type": "string",
|
|
29493
|
+
"required": true
|
|
29494
|
+
},
|
|
29495
|
+
"projectRef": {
|
|
29496
|
+
"type": "Record<string, any>",
|
|
29497
|
+
"required": true,
|
|
29498
|
+
"ref": true
|
|
29499
|
+
},
|
|
29500
|
+
"resourceID": {
|
|
29501
|
+
"type": "string",
|
|
29502
|
+
"required": false
|
|
29503
|
+
},
|
|
29504
|
+
"serviceAccountRef": {
|
|
29505
|
+
"type": "Record<string, any>",
|
|
29506
|
+
"required": false,
|
|
29507
|
+
"ref": true
|
|
29508
|
+
}
|
|
29509
|
+
},
|
|
29510
|
+
"required": [
|
|
29511
|
+
"location",
|
|
29512
|
+
"projectRef"
|
|
29513
|
+
]
|
|
29514
|
+
},
|
|
29515
|
+
"attrs": {
|
|
29516
|
+
"name": "string",
|
|
29517
|
+
"namespace": "string",
|
|
29518
|
+
"uid": "string"
|
|
29519
|
+
}
|
|
29520
|
+
},
|
|
29521
|
+
"DeploymentResourcePool_DedicatedResources": {
|
|
29522
|
+
"resourceType": "GCP::Vertexai::DeploymentResourcePool.dedicatedResources",
|
|
29523
|
+
"kind": "property"
|
|
29524
|
+
},
|
|
29525
|
+
"DeploymentResourcePool_DedicatedResources_FlexStart": {
|
|
29526
|
+
"resourceType": "GCP::Vertexai::DeploymentResourcePool.flexStart",
|
|
29527
|
+
"kind": "property"
|
|
29528
|
+
},
|
|
29529
|
+
"DeploymentResourcePool_DedicatedResources_MachineSpec": {
|
|
29530
|
+
"resourceType": "GCP::Vertexai::DeploymentResourcePool.machineSpec",
|
|
29531
|
+
"kind": "property"
|
|
29532
|
+
},
|
|
29533
|
+
"DeploymentResourcePool_EncryptionSpec": {
|
|
29534
|
+
"resourceType": "GCP::Vertexai::DeploymentResourcePool.encryptionSpec",
|
|
29535
|
+
"kind": "property"
|
|
29536
|
+
},
|
|
27867
29537
|
"VertexaiEndpoint": {
|
|
27868
29538
|
"resourceType": "GCP::Vertexai::Endpoint",
|
|
27869
29539
|
"kind": "resource",
|
|
@@ -27920,6 +29590,58 @@
|
|
|
27920
29590
|
"resourceType": "GCP::Vertexai::Endpoint.encryptionSpec",
|
|
27921
29591
|
"kind": "property"
|
|
27922
29592
|
},
|
|
29593
|
+
"ExampleStore": {
|
|
29594
|
+
"resourceType": "GCP::Vertexai::ExampleStore",
|
|
29595
|
+
"kind": "resource",
|
|
29596
|
+
"apiVersion": "vertexai.cnrm.cloud.google.com/v1alpha1",
|
|
29597
|
+
"gvkKind": "VertexAIExampleStore",
|
|
29598
|
+
"group": "vertexai.cnrm.cloud.google.com",
|
|
29599
|
+
"properties": 6,
|
|
29600
|
+
"schema": {
|
|
29601
|
+
"fields": {
|
|
29602
|
+
"description": {
|
|
29603
|
+
"type": "string",
|
|
29604
|
+
"required": false
|
|
29605
|
+
},
|
|
29606
|
+
"displayName": {
|
|
29607
|
+
"type": "string",
|
|
29608
|
+
"required": true
|
|
29609
|
+
},
|
|
29610
|
+
"exampleStoreConfig": {
|
|
29611
|
+
"type": "Record<string, any>",
|
|
29612
|
+
"required": true
|
|
29613
|
+
},
|
|
29614
|
+
"location": {
|
|
29615
|
+
"type": "string",
|
|
29616
|
+
"required": true
|
|
29617
|
+
},
|
|
29618
|
+
"projectRef": {
|
|
29619
|
+
"type": "Record<string, any>",
|
|
29620
|
+
"required": true,
|
|
29621
|
+
"ref": true
|
|
29622
|
+
},
|
|
29623
|
+
"resourceID": {
|
|
29624
|
+
"type": "string",
|
|
29625
|
+
"required": false
|
|
29626
|
+
}
|
|
29627
|
+
},
|
|
29628
|
+
"required": [
|
|
29629
|
+
"displayName",
|
|
29630
|
+
"exampleStoreConfig",
|
|
29631
|
+
"location",
|
|
29632
|
+
"projectRef"
|
|
29633
|
+
]
|
|
29634
|
+
},
|
|
29635
|
+
"attrs": {
|
|
29636
|
+
"name": "string",
|
|
29637
|
+
"namespace": "string",
|
|
29638
|
+
"uid": "string"
|
|
29639
|
+
}
|
|
29640
|
+
},
|
|
29641
|
+
"ExampleStore_ExampleStoreConfig": {
|
|
29642
|
+
"resourceType": "GCP::Vertexai::ExampleStore.exampleStoreConfig",
|
|
29643
|
+
"kind": "property"
|
|
29644
|
+
},
|
|
27923
29645
|
"FeaturestoreEntityTypeFeature": {
|
|
27924
29646
|
"resourceType": "GCP::Vertexai::FeaturestoreEntityTypeFeature",
|
|
27925
29647
|
"kind": "resource",
|