terraform-cdk-serverless-github-actions-runner-controller 0.0.2 → 0.0.4
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/.jsii +138 -5
- package/API.md +74 -1
- package/biome.jsonc +66 -0
- package/lib/lib/aws.d.ts +16 -1
- package/lib/lib/aws.js +275 -280
- package/lib/lib/azure.d.ts +1 -1
- package/lib/lib/azure.js +105 -130
- package/lib/lib/gcp.d.ts +1 -1
- package/lib/lib/gcp.js +46 -48
- package/lib/lib/variables.d.ts +3 -2
- package/lib/lib/variables.js +11 -5
- package/lib/tfModules.js +40 -10
- package/modules/azure-container-apps/README.md +19 -18
- package/modules/azure-container-apps/cdk.tf.json +11 -7
- package/modules/elastic-container-service/README.md +25 -24
- package/modules/elastic-container-service/cdk.tf.json +64 -74
- package/modules/google-cloud-run/README.md +18 -17
- package/modules/google-cloud-run/cdk.tf.json +10 -6
- package/package.json +17 -70
- package/renovate.json5 +42 -0
- package/vitest.config.ts +28 -0
- package/lib/__tests__/index-test.d.ts +0 -1
- package/lib/__tests__/index-test.js +0 -26
- package/main.tf +0 -26
- package/scripts/collect-variables.ts +0 -188
- package/variables.tf +0 -27
package/.jsii
CHANGED
@@ -193,6 +193,7 @@
|
|
193
193
|
"@cdktf/provider-aws.bedrockagentAgentKnowledgeBaseAssociation": {},
|
194
194
|
"@cdktf/provider-aws.bedrockagentDataSource": {},
|
195
195
|
"@cdktf/provider-aws.bedrockagentKnowledgeBase": {},
|
196
|
+
"@cdktf/provider-aws.bedrockagentPrompt": {},
|
196
197
|
"@cdktf/provider-aws.budgetsBudget": {},
|
197
198
|
"@cdktf/provider-aws.budgetsBudgetAction": {},
|
198
199
|
"@cdktf/provider-aws.ceAnomalyMonitor": {},
|
@@ -241,6 +242,7 @@
|
|
241
242
|
"@cdktf/provider-aws.cloudfrontResponseHeadersPolicy": {},
|
242
243
|
"@cdktf/provider-aws.cloudfrontVpcOrigin": {},
|
243
244
|
"@cdktf/provider-aws.cloudfrontkeyvaluestoreKey": {},
|
245
|
+
"@cdktf/provider-aws.cloudfrontkeyvaluestoreKeysExclusive": {},
|
244
246
|
"@cdktf/provider-aws.cloudhsmV2Cluster": {},
|
245
247
|
"@cdktf/provider-aws.cloudhsmV2Hsm": {},
|
246
248
|
"@cdktf/provider-aws.cloudsearchDomain": {},
|
@@ -364,6 +366,7 @@
|
|
364
366
|
"@cdktf/provider-aws.customerGateway": {},
|
365
367
|
"@cdktf/provider-aws.customerprofilesDomain": {},
|
366
368
|
"@cdktf/provider-aws.customerprofilesProfile": {},
|
369
|
+
"@cdktf/provider-aws.dataAwsAccountPrimaryContact": {},
|
367
370
|
"@cdktf/provider-aws.dataAwsAcmCertificate": {},
|
368
371
|
"@cdktf/provider-aws.dataAwsAcmpcaCertificate": {},
|
369
372
|
"@cdktf/provider-aws.dataAwsAcmpcaCertificateAuthority": {},
|
@@ -520,6 +523,7 @@
|
|
520
523
|
"@cdktf/provider-aws.dataAwsDxRouterConfiguration": {},
|
521
524
|
"@cdktf/provider-aws.dataAwsDynamodbTable": {},
|
522
525
|
"@cdktf/provider-aws.dataAwsDynamodbTableItem": {},
|
526
|
+
"@cdktf/provider-aws.dataAwsDynamodbTables": {},
|
523
527
|
"@cdktf/provider-aws.dataAwsEbsDefaultKmsKey": {},
|
524
528
|
"@cdktf/provider-aws.dataAwsEbsEncryptionByDefault": {},
|
525
529
|
"@cdktf/provider-aws.dataAwsEbsSnapshot": {},
|
@@ -973,6 +977,7 @@
|
|
973
977
|
"@cdktf/provider-aws.dataexchangeDataSet": {},
|
974
978
|
"@cdktf/provider-aws.dataexchangeEventAction": {},
|
975
979
|
"@cdktf/provider-aws.dataexchangeRevision": {},
|
980
|
+
"@cdktf/provider-aws.dataexchangeRevisionAssets": {},
|
976
981
|
"@cdktf/provider-aws.datapipelinePipeline": {},
|
977
982
|
"@cdktf/provider-aws.datapipelinePipelineDefinition": {},
|
978
983
|
"@cdktf/provider-aws.datasyncAgent": {},
|
@@ -1106,6 +1111,7 @@
|
|
1106
1111
|
"@cdktf/provider-aws.ec2ClientVpnEndpoint": {},
|
1107
1112
|
"@cdktf/provider-aws.ec2ClientVpnNetworkAssociation": {},
|
1108
1113
|
"@cdktf/provider-aws.ec2ClientVpnRoute": {},
|
1114
|
+
"@cdktf/provider-aws.ec2DefaultCreditSpecification": {},
|
1109
1115
|
"@cdktf/provider-aws.ec2Fleet": {},
|
1110
1116
|
"@cdktf/provider-aws.ec2Host": {},
|
1111
1117
|
"@cdktf/provider-aws.ec2ImageBlockPublicAccess": {},
|
@@ -1345,6 +1351,7 @@
|
|
1345
1351
|
"@cdktf/provider-aws.imagebuilderWorkflow": {},
|
1346
1352
|
"@cdktf/provider-aws.inspector2DelegatedAdminAccount": {},
|
1347
1353
|
"@cdktf/provider-aws.inspector2Enabler": {},
|
1354
|
+
"@cdktf/provider-aws.inspector2Filter": {},
|
1348
1355
|
"@cdktf/provider-aws.inspector2MemberAssociation": {},
|
1349
1356
|
"@cdktf/provider-aws.inspector2OrganizationConfiguration": {},
|
1350
1357
|
"@cdktf/provider-aws.inspectorAssessmentTarget": {},
|
@@ -2109,6 +2116,7 @@
|
|
2109
2116
|
"@cdktf/provider-aws.wafregionalWebAcl": {},
|
2110
2117
|
"@cdktf/provider-aws.wafregionalWebAclAssociation": {},
|
2111
2118
|
"@cdktf/provider-aws.wafregionalXssMatchSet": {},
|
2119
|
+
"@cdktf/provider-aws.wafv2ApiKey": {},
|
2112
2120
|
"@cdktf/provider-aws.wafv2IpSet": {},
|
2113
2121
|
"@cdktf/provider-aws.wafv2RegexPatternSet": {},
|
2114
2122
|
"@cdktf/provider-aws.wafv2RuleGroup": {},
|
@@ -2628,6 +2636,7 @@
|
|
2628
2636
|
"@cdktf/provider-azurerm.dataAzurermNetworkSecurityGroup": {},
|
2629
2637
|
"@cdktf/provider-azurerm.dataAzurermNetworkServiceTags": {},
|
2630
2638
|
"@cdktf/provider-azurerm.dataAzurermNetworkWatcher": {},
|
2639
|
+
"@cdktf/provider-azurerm.dataAzurermNginxApiKey": {},
|
2631
2640
|
"@cdktf/provider-azurerm.dataAzurermNginxCertificate": {},
|
2632
2641
|
"@cdktf/provider-azurerm.dataAzurermNginxConfiguration": {},
|
2633
2642
|
"@cdktf/provider-azurerm.dataAzurermNginxDeployment": {},
|
@@ -3213,6 +3222,7 @@
|
|
3213
3222
|
"@cdktf/provider-azurerm.networkWatcherFlowLog": {},
|
3214
3223
|
"@cdktf/provider-azurerm.newRelicMonitor": {},
|
3215
3224
|
"@cdktf/provider-azurerm.newRelicTagRule": {},
|
3225
|
+
"@cdktf/provider-azurerm.nginxApiKey": {},
|
3216
3226
|
"@cdktf/provider-azurerm.nginxCertificate": {},
|
3217
3227
|
"@cdktf/provider-azurerm.nginxConfiguration": {},
|
3218
3228
|
"@cdktf/provider-azurerm.nginxDeployment": {},
|
@@ -3541,6 +3551,7 @@
|
|
3541
3551
|
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerCloud": {},
|
3542
3552
|
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerServer": {},
|
3543
3553
|
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerVirtualMachineInstance": {},
|
3554
|
+
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerVirtualMachineInstanceGuestAgent": {},
|
3544
3555
|
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerVirtualMachineTemplate": {},
|
3545
3556
|
"@cdktf/provider-azurerm.systemCenterVirtualMachineManagerVirtualNetwork": {},
|
3546
3557
|
"@cdktf/provider-azurerm.tenantTemplateDeployment": {},
|
@@ -3698,6 +3709,7 @@
|
|
3698
3709
|
"@cdktf/provider-google.apigeeKeystoresAliasesSelfSignedCert": {},
|
3699
3710
|
"@cdktf/provider-google.apigeeNatAddress": {},
|
3700
3711
|
"@cdktf/provider-google.apigeeOrganization": {},
|
3712
|
+
"@cdktf/provider-google.apigeeSecurityProfileV2": {},
|
3701
3713
|
"@cdktf/provider-google.apigeeSharedflow": {},
|
3702
3714
|
"@cdktf/provider-google.apigeeSharedflowDeployment": {},
|
3703
3715
|
"@cdktf/provider-google.apigeeSyncAuthorization": {},
|
@@ -3780,6 +3792,8 @@
|
|
3780
3792
|
"@cdktf/provider-google.bigtableInstanceIamBinding": {},
|
3781
3793
|
"@cdktf/provider-google.bigtableInstanceIamMember": {},
|
3782
3794
|
"@cdktf/provider-google.bigtableInstanceIamPolicy": {},
|
3795
|
+
"@cdktf/provider-google.bigtableLogicalView": {},
|
3796
|
+
"@cdktf/provider-google.bigtableMaterializedView": {},
|
3783
3797
|
"@cdktf/provider-google.bigtableTable": {},
|
3784
3798
|
"@cdktf/provider-google.bigtableTableIamBinding": {},
|
3785
3799
|
"@cdktf/provider-google.bigtableTableIamMember": {},
|
@@ -3964,6 +3978,8 @@
|
|
3964
3978
|
"@cdktf/provider-google.computeRegionNetworkFirewallPolicyAssociation": {},
|
3965
3979
|
"@cdktf/provider-google.computeRegionNetworkFirewallPolicyRule": {},
|
3966
3980
|
"@cdktf/provider-google.computeRegionPerInstanceConfig": {},
|
3981
|
+
"@cdktf/provider-google.computeRegionSecurityPolicy": {},
|
3982
|
+
"@cdktf/provider-google.computeRegionSecurityPolicyRule": {},
|
3967
3983
|
"@cdktf/provider-google.computeRegionSslCertificate": {},
|
3968
3984
|
"@cdktf/provider-google.computeRegionSslPolicy": {},
|
3969
3985
|
"@cdktf/provider-google.computeRegionTargetHttpProxy": {},
|
@@ -4273,6 +4289,7 @@
|
|
4273
4289
|
"@cdktf/provider-google.dataGoogleLoggingProjectCmekSettings": {},
|
4274
4290
|
"@cdktf/provider-google.dataGoogleLoggingProjectSettings": {},
|
4275
4291
|
"@cdktf/provider-google.dataGoogleLoggingSink": {},
|
4292
|
+
"@cdktf/provider-google.dataGoogleMemcacheInstance": {},
|
4276
4293
|
"@cdktf/provider-google.dataGoogleMemorystoreInstance": {},
|
4277
4294
|
"@cdktf/provider-google.dataGoogleMonitoringAppEngineService": {},
|
4278
4295
|
"@cdktf/provider-google.dataGoogleMonitoringClusterIstioService": {},
|
@@ -4817,6 +4834,7 @@
|
|
4817
4834
|
"@cdktf/provider-google.osConfigOsPolicyAssignment": {},
|
4818
4835
|
"@cdktf/provider-google.osConfigPatchDeployment": {},
|
4819
4836
|
"@cdktf/provider-google.osConfigV2PolicyOrchestrator": {},
|
4837
|
+
"@cdktf/provider-google.osConfigV2PolicyOrchestratorForFolder": {},
|
4820
4838
|
"@cdktf/provider-google.osConfigV2PolicyOrchestratorForOrganization": {},
|
4821
4839
|
"@cdktf/provider-google.osLoginSshPublicKey": {},
|
4822
4840
|
"@cdktf/provider-google.parallelstoreInstance": {},
|
@@ -5200,7 +5218,7 @@
|
|
5200
5218
|
"stability": "stable"
|
5201
5219
|
},
|
5202
5220
|
"homepage": "https://github.com/Hi-Fi/terraform-cdk-serverless-github-actions-runner-controller.git",
|
5203
|
-
"jsiiVersion": "5.6.
|
5221
|
+
"jsiiVersion": "5.6.19 (build 73f2485)",
|
5204
5222
|
"keywords": [
|
5205
5223
|
"cdk",
|
5206
5224
|
"cdktf",
|
@@ -5244,7 +5262,7 @@
|
|
5244
5262
|
},
|
5245
5263
|
"locationInModule": {
|
5246
5264
|
"filename": "src/lib/aws.ts",
|
5247
|
-
"line":
|
5265
|
+
"line": 45
|
5248
5266
|
},
|
5249
5267
|
"parameters": [
|
5250
5268
|
{
|
@@ -5258,17 +5276,132 @@
|
|
5258
5276
|
"type": {
|
5259
5277
|
"primitive": "string"
|
5260
5278
|
}
|
5279
|
+
},
|
5280
|
+
{
|
5281
|
+
"name": "props",
|
5282
|
+
"type": {
|
5283
|
+
"fqn": "terraform-cdk-serverless-github-actions-runner-controller.AwsProps"
|
5284
|
+
}
|
5261
5285
|
}
|
5262
5286
|
]
|
5263
5287
|
},
|
5264
5288
|
"kind": "class",
|
5265
5289
|
"locationInModule": {
|
5266
5290
|
"filename": "src/lib/aws.ts",
|
5267
|
-
"line":
|
5291
|
+
"line": 44
|
5268
5292
|
},
|
5269
5293
|
"name": "Aws",
|
5270
5294
|
"symbolId": "src/lib/aws:Aws"
|
5271
5295
|
},
|
5296
|
+
"terraform-cdk-serverless-github-actions-runner-controller.AwsProps": {
|
5297
|
+
"assembly": "terraform-cdk-serverless-github-actions-runner-controller",
|
5298
|
+
"datatype": true,
|
5299
|
+
"docs": {
|
5300
|
+
"stability": "stable"
|
5301
|
+
},
|
5302
|
+
"fqn": "terraform-cdk-serverless-github-actions-runner-controller.AwsProps",
|
5303
|
+
"kind": "interface",
|
5304
|
+
"locationInModule": {
|
5305
|
+
"filename": "src/lib/aws.ts",
|
5306
|
+
"line": 29
|
5307
|
+
},
|
5308
|
+
"name": "AwsProps",
|
5309
|
+
"properties": [
|
5310
|
+
{
|
5311
|
+
"abstract": true,
|
5312
|
+
"docs": {
|
5313
|
+
"stability": "stable"
|
5314
|
+
},
|
5315
|
+
"immutable": true,
|
5316
|
+
"locationInModule": {
|
5317
|
+
"filename": "src/lib/aws.ts",
|
5318
|
+
"line": 31
|
5319
|
+
},
|
5320
|
+
"name": "clusterName",
|
5321
|
+
"type": {
|
5322
|
+
"primitive": "string"
|
5323
|
+
}
|
5324
|
+
},
|
5325
|
+
{
|
5326
|
+
"abstract": true,
|
5327
|
+
"docs": {
|
5328
|
+
"stability": "stable"
|
5329
|
+
},
|
5330
|
+
"immutable": true,
|
5331
|
+
"locationInModule": {
|
5332
|
+
"filename": "src/lib/aws.ts",
|
5333
|
+
"line": 33
|
5334
|
+
},
|
5335
|
+
"name": "containerSupport",
|
5336
|
+
"type": {
|
5337
|
+
"primitive": "boolean"
|
5338
|
+
}
|
5339
|
+
},
|
5340
|
+
{
|
5341
|
+
"abstract": true,
|
5342
|
+
"docs": {
|
5343
|
+
"see": "https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-security-groups.html",
|
5344
|
+
"stability": "stable"
|
5345
|
+
},
|
5346
|
+
"immutable": true,
|
5347
|
+
"locationInModule": {
|
5348
|
+
"filename": "src/lib/aws.ts",
|
5349
|
+
"line": 41
|
5350
|
+
},
|
5351
|
+
"name": "securityGroupFilters",
|
5352
|
+
"optional": true,
|
5353
|
+
"type": {
|
5354
|
+
"union": {
|
5355
|
+
"types": [
|
5356
|
+
{
|
5357
|
+
"fqn": "cdktf.IResolvable"
|
5358
|
+
},
|
5359
|
+
{
|
5360
|
+
"collection": {
|
5361
|
+
"elementtype": {
|
5362
|
+
"fqn": "@cdktf/provider-aws.dataAwsSecurityGroups.DataAwsSecurityGroupsFilter"
|
5363
|
+
},
|
5364
|
+
"kind": "array"
|
5365
|
+
}
|
5366
|
+
}
|
5367
|
+
]
|
5368
|
+
}
|
5369
|
+
}
|
5370
|
+
},
|
5371
|
+
{
|
5372
|
+
"abstract": true,
|
5373
|
+
"docs": {
|
5374
|
+
"see": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html",
|
5375
|
+
"stability": "stable"
|
5376
|
+
},
|
5377
|
+
"immutable": true,
|
5378
|
+
"locationInModule": {
|
5379
|
+
"filename": "src/lib/aws.ts",
|
5380
|
+
"line": 37
|
5381
|
+
},
|
5382
|
+
"name": "subnetFilters",
|
5383
|
+
"optional": true,
|
5384
|
+
"type": {
|
5385
|
+
"union": {
|
5386
|
+
"types": [
|
5387
|
+
{
|
5388
|
+
"fqn": "cdktf.IResolvable"
|
5389
|
+
},
|
5390
|
+
{
|
5391
|
+
"collection": {
|
5392
|
+
"elementtype": {
|
5393
|
+
"fqn": "@cdktf/provider-aws.dataAwsSubnets.DataAwsSubnetsFilter"
|
5394
|
+
},
|
5395
|
+
"kind": "array"
|
5396
|
+
}
|
5397
|
+
}
|
5398
|
+
]
|
5399
|
+
}
|
5400
|
+
}
|
5401
|
+
}
|
5402
|
+
],
|
5403
|
+
"symbolId": "src/lib/aws:AwsProps"
|
5404
|
+
},
|
5272
5405
|
"terraform-cdk-serverless-github-actions-runner-controller.Azure": {
|
5273
5406
|
"assembly": "terraform-cdk-serverless-github-actions-runner-controller",
|
5274
5407
|
"base": "constructs.Construct",
|
@@ -5346,6 +5479,6 @@
|
|
5346
5479
|
"symbolId": "src/lib/gcp:Gcp"
|
5347
5480
|
}
|
5348
5481
|
},
|
5349
|
-
"version": "0.0.
|
5350
|
-
"fingerprint": "
|
5482
|
+
"version": "0.0.4",
|
5483
|
+
"fingerprint": "YiYl5K5evFnggyoUWAOCUoZ0a+a5N/hdjQDqINyoAK8="
|
5351
5484
|
}
|
package/API.md
CHANGED
@@ -9,13 +9,14 @@
|
|
9
9
|
```typescript
|
10
10
|
import { Aws } from 'terraform-cdk-serverless-github-actions-runner-controller'
|
11
11
|
|
12
|
-
new Aws(scope: Construct, id: string)
|
12
|
+
new Aws(scope: Construct, id: string, props: AwsProps)
|
13
13
|
```
|
14
14
|
|
15
15
|
| **Name** | **Type** | **Description** |
|
16
16
|
| --- | --- | --- |
|
17
17
|
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.Aws.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
|
18
18
|
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.Aws.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
|
19
|
+
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.Aws.Initializer.parameter.props">props</a></code> | <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps">AwsProps</a></code> | *No description.* |
|
19
20
|
|
20
21
|
---
|
21
22
|
|
@@ -31,6 +32,12 @@ new Aws(scope: Construct, id: string)
|
|
31
32
|
|
32
33
|
---
|
33
34
|
|
35
|
+
##### `props`<sup>Required</sup> <a name="props" id="terraform-cdk-serverless-github-actions-runner-controller.Aws.Initializer.parameter.props"></a>
|
36
|
+
|
37
|
+
- *Type:* <a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps">AwsProps</a>
|
38
|
+
|
39
|
+
---
|
40
|
+
|
34
41
|
#### Methods <a name="Methods" id="Methods"></a>
|
35
42
|
|
36
43
|
| **Name** | **Description** |
|
@@ -320,6 +327,72 @@ The tree node.
|
|
320
327
|
---
|
321
328
|
|
322
329
|
|
330
|
+
## Structs <a name="Structs" id="Structs"></a>
|
331
|
+
|
332
|
+
### AwsProps <a name="AwsProps" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps"></a>
|
333
|
+
|
334
|
+
#### Initializer <a name="Initializer" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps.Initializer"></a>
|
335
|
+
|
336
|
+
```typescript
|
337
|
+
import { AwsProps } from 'terraform-cdk-serverless-github-actions-runner-controller'
|
338
|
+
|
339
|
+
const awsProps: AwsProps = { ... }
|
340
|
+
```
|
341
|
+
|
342
|
+
#### Properties <a name="Properties" id="Properties"></a>
|
343
|
+
|
344
|
+
| **Name** | **Type** | **Description** |
|
345
|
+
| --- | --- | --- |
|
346
|
+
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.clusterName">clusterName</a></code> | <code>string</code> | *No description.* |
|
347
|
+
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.containerSupport">containerSupport</a></code> | <code>boolean</code> | *No description.* |
|
348
|
+
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.securityGroupFilters">securityGroupFilters</a></code> | <code>cdktf.IResolvable \| @cdktf/provider-aws.dataAwsSecurityGroups.DataAwsSecurityGroupsFilter[]</code> | *No description.* |
|
349
|
+
| <code><a href="#terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.subnetFilters">subnetFilters</a></code> | <code>cdktf.IResolvable \| @cdktf/provider-aws.dataAwsSubnets.DataAwsSubnetsFilter[]</code> | *No description.* |
|
350
|
+
|
351
|
+
---
|
352
|
+
|
353
|
+
##### `clusterName`<sup>Required</sup> <a name="clusterName" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.clusterName"></a>
|
354
|
+
|
355
|
+
```typescript
|
356
|
+
public readonly clusterName: string;
|
357
|
+
```
|
358
|
+
|
359
|
+
- *Type:* string
|
360
|
+
|
361
|
+
---
|
362
|
+
|
363
|
+
##### `containerSupport`<sup>Required</sup> <a name="containerSupport" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.containerSupport"></a>
|
364
|
+
|
365
|
+
```typescript
|
366
|
+
public readonly containerSupport: boolean;
|
367
|
+
```
|
368
|
+
|
369
|
+
- *Type:* boolean
|
370
|
+
|
371
|
+
---
|
372
|
+
|
373
|
+
##### `securityGroupFilters`<sup>Optional</sup> <a name="securityGroupFilters" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.securityGroupFilters"></a>
|
374
|
+
|
375
|
+
```typescript
|
376
|
+
public readonly securityGroupFilters: IResolvable | DataAwsSecurityGroupsFilter[];
|
377
|
+
```
|
378
|
+
|
379
|
+
- *Type:* cdktf.IResolvable | @cdktf/provider-aws.dataAwsSecurityGroups.DataAwsSecurityGroupsFilter[]
|
380
|
+
|
381
|
+
> [https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-security-groups.html](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-security-groups.html)
|
382
|
+
|
383
|
+
---
|
384
|
+
|
385
|
+
##### `subnetFilters`<sup>Optional</sup> <a name="subnetFilters" id="terraform-cdk-serverless-github-actions-runner-controller.AwsProps.property.subnetFilters"></a>
|
386
|
+
|
387
|
+
```typescript
|
388
|
+
public readonly subnetFilters: IResolvable | DataAwsSubnetsFilter[];
|
389
|
+
```
|
390
|
+
|
391
|
+
- *Type:* cdktf.IResolvable | @cdktf/provider-aws.dataAwsSubnets.DataAwsSubnetsFilter[]
|
392
|
+
|
393
|
+
> [https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html)
|
394
|
+
|
395
|
+
---
|
323
396
|
|
324
397
|
|
325
398
|
|
package/biome.jsonc
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
2
|
+
{
|
3
|
+
"formatter": {
|
4
|
+
"enabled": true,
|
5
|
+
"useEditorconfig": true,
|
6
|
+
"formatWithErrors": true,
|
7
|
+
"indentStyle": "space",
|
8
|
+
"indentWidth": 2,
|
9
|
+
"lineEnding": "lf",
|
10
|
+
"lineWidth": 80,
|
11
|
+
"attributePosition": "auto",
|
12
|
+
"bracketSpacing": true
|
13
|
+
},
|
14
|
+
"organizeImports": {
|
15
|
+
"enabled": true
|
16
|
+
},
|
17
|
+
"linter": {
|
18
|
+
"enabled": true,
|
19
|
+
"rules": {
|
20
|
+
"recommended": false,
|
21
|
+
"complexity": {
|
22
|
+
"useLiteralKeys": "error"
|
23
|
+
},
|
24
|
+
"style": {
|
25
|
+
"useBlockStatements": "error"
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"ignore": [
|
29
|
+
"**/*.js",
|
30
|
+
"**/*.d.ts",
|
31
|
+
"**/node_modules/",
|
32
|
+
"**/*.generated.ts",
|
33
|
+
"**/coverage"
|
34
|
+
]
|
35
|
+
},
|
36
|
+
"javascript": {
|
37
|
+
"formatter": {
|
38
|
+
"jsxQuoteStyle": "double",
|
39
|
+
"quoteProperties": "asNeeded",
|
40
|
+
"trailingCommas": "all",
|
41
|
+
"semicolons": "asNeeded",
|
42
|
+
"arrowParentheses": "always",
|
43
|
+
"bracketSameLine": false,
|
44
|
+
"quoteStyle": "single",
|
45
|
+
"attributePosition": "auto",
|
46
|
+
"bracketSpacing": true
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"overrides": [
|
50
|
+
{
|
51
|
+
"include": [],
|
52
|
+
"linter": {
|
53
|
+
"rules": {}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"vcs": {
|
58
|
+
"enabled": false,
|
59
|
+
"clientKind": "git",
|
60
|
+
"useIgnoreFile": false
|
61
|
+
},
|
62
|
+
"files": {
|
63
|
+
"ignoreUnknown": false,
|
64
|
+
"ignore": []
|
65
|
+
}
|
66
|
+
}
|
package/lib/lib/aws.d.ts
CHANGED
@@ -1,4 +1,19 @@
|
|
1
|
+
import { DataAwsSecurityGroupsFilter } from '@cdktf/provider-aws/lib/data-aws-security-groups';
|
2
|
+
import { DataAwsSubnetsFilter } from '@cdktf/provider-aws/lib/data-aws-subnets';
|
3
|
+
import { IResolvable } from 'cdktf';
|
1
4
|
import { Construct } from 'constructs';
|
5
|
+
export interface AwsProps {
|
6
|
+
readonly clusterName: string;
|
7
|
+
readonly containerSupport: boolean;
|
8
|
+
/**
|
9
|
+
* @see https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html
|
10
|
+
*/
|
11
|
+
readonly subnetFilters?: DataAwsSubnetsFilter[] | IResolvable;
|
12
|
+
/**
|
13
|
+
* @see https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-security-groups.html
|
14
|
+
*/
|
15
|
+
readonly securityGroupFilters?: DataAwsSecurityGroupsFilter[] | IResolvable;
|
16
|
+
}
|
2
17
|
export declare class Aws extends Construct {
|
3
|
-
constructor(scope: Construct, id: string);
|
18
|
+
constructor(scope: Construct, id: string, props: AwsProps);
|
4
19
|
}
|