@aws-cdk/aws-route53resolver-alpha 2.5.0-alpha.0 → 2.9.0-alpha.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/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.5.0",
11
+ "aws-cdk-lib": "^2.9.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -1185,6 +1185,19 @@
1185
1185
  }
1186
1186
  }
1187
1187
  },
1188
+ "aws-cdk-lib.aws_forecast": {
1189
+ "targets": {
1190
+ "dotnet": {
1191
+ "namespace": "Amazon.CDK.AWS.Forecast"
1192
+ },
1193
+ "java": {
1194
+ "package": "software.amazon.awscdk.services.forecast"
1195
+ },
1196
+ "python": {
1197
+ "module": "aws_cdk.aws_forecast"
1198
+ }
1199
+ }
1200
+ },
1188
1201
  "aws-cdk-lib.aws_frauddetector": {
1189
1202
  "targets": {
1190
1203
  "dotnet": {
@@ -1367,6 +1380,19 @@
1367
1380
  }
1368
1381
  }
1369
1382
  },
1383
+ "aws-cdk-lib.aws_inspectorv2": {
1384
+ "targets": {
1385
+ "dotnet": {
1386
+ "namespace": "Amazon.CDK.AWS.InspectorV2"
1387
+ },
1388
+ "java": {
1389
+ "package": "software.amazon.awscdk.services.inspectorv2"
1390
+ },
1391
+ "python": {
1392
+ "module": "aws_cdk.aws_inspectorv2"
1393
+ }
1394
+ }
1395
+ },
1370
1396
  "aws-cdk-lib.aws_iot": {
1371
1397
  "targets": {
1372
1398
  "dotnet": {
@@ -1536,6 +1562,19 @@
1536
1562
  }
1537
1563
  }
1538
1564
  },
1565
+ "aws-cdk-lib.aws_kinesisanalyticsv2": {
1566
+ "targets": {
1567
+ "dotnet": {
1568
+ "namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
1569
+ },
1570
+ "java": {
1571
+ "package": "software.amazon.awscdk.services.kinesisanalyticsv2"
1572
+ },
1573
+ "python": {
1574
+ "module": "aws_cdk.aws_kinesisanalyticsv2"
1575
+ }
1576
+ }
1577
+ },
1539
1578
  "aws-cdk-lib.aws_kinesisfirehose": {
1540
1579
  "targets": {
1541
1580
  "dotnet": {
@@ -1549,6 +1588,19 @@
1549
1588
  }
1550
1589
  }
1551
1590
  },
1591
+ "aws-cdk-lib.aws_kinesisvideo": {
1592
+ "targets": {
1593
+ "dotnet": {
1594
+ "namespace": "Amazon.CDK.AWS.KinesisVideo"
1595
+ },
1596
+ "java": {
1597
+ "package": "software.amazon.awscdk.services.kinesisvideo"
1598
+ },
1599
+ "python": {
1600
+ "module": "aws_cdk.aws_kinesisvideo"
1601
+ }
1602
+ }
1603
+ },
1552
1604
  "aws-cdk-lib.aws_kms": {
1553
1605
  "targets": {
1554
1606
  "dotnet": {
@@ -2855,7 +2907,7 @@
2855
2907
  "stability": "experimental"
2856
2908
  },
2857
2909
  "homepage": "https://github.com/aws/aws-cdk",
2858
- "jsiiVersion": "1.50.0 (build d1830a4)",
2910
+ "jsiiVersion": "1.52.1 (build 5ccc8f6)",
2859
2911
  "keywords": [
2860
2912
  "aws",
2861
2913
  "cdk",
@@ -2868,12 +2920,15 @@
2868
2920
  "compiledWithDeprecationWarnings": true,
2869
2921
  "pacmak": {
2870
2922
  "hasDefaultInterfaces": true
2923
+ },
2924
+ "rosetta": {
2925
+ "strict": true
2871
2926
  }
2872
2927
  }
2873
2928
  },
2874
2929
  "name": "@aws-cdk/aws-route53resolver-alpha",
2875
2930
  "readme": {
2876
- "markdown": "# Amazon Route53 Resolver Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\n## DNS Firewall\n\nWith Route 53 Resolver DNS Firewall, you can filter and regulate outbound DNS traffic for your\nvirtual private connections (VPCs). To do this, you create reusable collections of filtering rules\nin DNS Firewall rule groups and associate the rule groups to your VPC.\n\nDNS Firewall provides protection for outbound DNS requests from your VPCs. These requests route\nthrough Resolver for domain name resolution. A primary use of DNS Firewall protections is to help\nprevent DNS exfiltration of your data. DNS exfiltration can happen when a bad actor compromises\nan application instance in your VPC and then uses DNS lookup to send data out of the VPC to a domain\nthat they control. With DNS Firewall, you can monitor and control the domains that your applications\ncan query. You can deny access to the domains that you know to be bad and allow all other queries\nto pass through. Alternately, you can deny access to all domains except for the ones that you\nexplicitly trust.\n\n### Domain lists\n\nDomain lists can be created using a list of strings, a text file stored in Amazon S3 or a local\ntext file:\n\n```ts\nconst blockList = new route53resolver.FirewallDomainList(this, 'BlockList', {\n domains: route53resolver.FirewallDomains.fromList(['bad-domain.com', 'bot-domain.net']),\n});\n\nconst s3List = new route53resolver.FirewallDomainList(this, 'S3List', {\n domains: route53resolver.FirewallDomains.fromS3Url('s3://bucket/prefix/object'),\n});\n\nconst assetList = new route53resolver.FirewallDomainList(this, 'AssetList', {\n domains: route53resolver.FirewallDomains.fromAsset('/path/to/domains.txt'),\n});\n```\n\nThe file must be a text file and must contain a single domain per line.\n\nUse `FirewallDomainList.fromFirewallDomainListId()` to import an existing or [AWS managed domain list](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-dns-firewall-managed-domain-lists.html):\n\n```ts\n// AWSManagedDomainsMalwareDomainList in us-east-1\nconst malwareList = route53resolver.FirewallDomainList.fromFirewallDomainListId(this, 'Malware', 'rslvr-fdl-2c46f2ecbfec4dcc');\n```\n\n### Rule group\n\nCreate a rule group:\n\n```ts\nnew route53resolver.FirewallRuleGroup(this, 'RuleGroup', {\n rules: [\n {\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NODATA\n action: route53resolver.FirewallRuleAction.block(),\n },\n ],\n});\n```\n\nRules can be added at construction time or using `addRule()`:\n\n```ts\nruleGroup.addRule({\n priority: 10,\n firewallDomainList: blockList,\n // block and reply with NXDOMAIN\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.nxDomain()),\n});\n\nruleGroup.addRule({\n priority: 20,\n firewallDomainList: blockList,\n // block and override DNS response with a custom domain\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.override('amazon.com')),\n});\n```\n\nUse `associate()` to associate a rule group with a VPC:\n\n```ts\nruleGroup.associate({\n priority: 101,\n vpc: myVpc,\n})\n```\n"
2931
+ "markdown": "# Amazon Route53 Resolver Construct Library\n<!--BEGIN STABILITY BANNER-->\n\n---\n\n![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)\n\n> The APIs of higher level constructs in this module are experimental and under active development.\n> They are subject to non-backward compatible changes or removal in any future version. These are\n> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be\n> announced in the release notes. This means that while you may use them, you may need to update\n> your source code when upgrading to a newer version of this package.\n\n---\n\n<!--END STABILITY BANNER-->\n\n## DNS Firewall\n\nWith Route 53 Resolver DNS Firewall, you can filter and regulate outbound DNS traffic for your\nvirtual private connections (VPCs). To do this, you create reusable collections of filtering rules\nin DNS Firewall rule groups and associate the rule groups to your VPC.\n\nDNS Firewall provides protection for outbound DNS requests from your VPCs. These requests route\nthrough Resolver for domain name resolution. A primary use of DNS Firewall protections is to help\nprevent DNS exfiltration of your data. DNS exfiltration can happen when a bad actor compromises\nan application instance in your VPC and then uses DNS lookup to send data out of the VPC to a domain\nthat they control. With DNS Firewall, you can monitor and control the domains that your applications\ncan query. You can deny access to the domains that you know to be bad and allow all other queries\nto pass through. Alternately, you can deny access to all domains except for the ones that you\nexplicitly trust.\n\n### Domain lists\n\nDomain lists can be created using a list of strings, a text file stored in Amazon S3 or a local\ntext file:\n\n```ts\nconst blockList = new route53resolver.FirewallDomainList(this, 'BlockList', {\n domains: route53resolver.FirewallDomains.fromList(['bad-domain.com', 'bot-domain.net']),\n});\n\nconst s3List = new route53resolver.FirewallDomainList(this, 'S3List', {\n domains: route53resolver.FirewallDomains.fromS3Url('s3://bucket/prefix/object'),\n});\n\nconst assetList = new route53resolver.FirewallDomainList(this, 'AssetList', {\n domains: route53resolver.FirewallDomains.fromAsset('/path/to/domains.txt'),\n});\n```\n\nThe file must be a text file and must contain a single domain per line.\n\nUse `FirewallDomainList.fromFirewallDomainListId()` to import an existing or [AWS managed domain list](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-dns-firewall-managed-domain-lists.html):\n\n```ts\n// AWSManagedDomainsMalwareDomainList in us-east-1\nconst malwareList = route53resolver.FirewallDomainList.fromFirewallDomainListId(\n this,\n 'Malware',\n 'rslvr-fdl-2c46f2ecbfec4dcc',\n);\n```\n\n### Rule group\n\nCreate a rule group:\n\n```ts\ndeclare const myBlockList: route53resolver.FirewallDomainList;\nnew route53resolver.FirewallRuleGroup(this, 'RuleGroup', {\n rules: [\n {\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NODATA\n action: route53resolver.FirewallRuleAction.block(),\n },\n ],\n});\n```\n\nRules can be added at construction time or using `addRule()`:\n\n```ts\ndeclare const myBlockList: route53resolver.FirewallDomainList;\ndeclare const ruleGroup: route53resolver.FirewallRuleGroup;\n\nruleGroup.addRule({\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NXDOMAIN\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.nxDomain()),\n});\n\nruleGroup.addRule({\n priority: 20,\n firewallDomainList: myBlockList,\n // block and override DNS response with a custom domain\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.override('amazon.com')),\n});\n```\n\nUse `associate()` to associate a rule group with a VPC:\n\n```ts\nimport * as ec2 from 'aws-cdk-lib/aws-ec2';\n\ndeclare const ruleGroup: route53resolver.FirewallRuleGroup;\ndeclare const myVpc: ec2.Vpc;\n\nruleGroup.associate('Association', {\n priority: 101,\n vpc: myVpc,\n})\n```\n"
2877
2932
  },
2878
2933
  "repository": {
2879
2934
  "directory": "packages/individual-packages/aws-route53resolver",
@@ -2915,12 +2970,12 @@
2915
2970
  "abstract": true,
2916
2971
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
2917
2972
  "docs": {
2918
- "stability": "experimental",
2919
- "summary": "The way that you want DNS Firewall to block the request.",
2920
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\nconst dnsBlockResponse = route53resolver_alpha.DnsBlockResponse.noData();",
2921
2973
  "custom": {
2922
- "exampleMetadata": "fixture=_generated"
2923
- }
2974
+ "exampleMetadata": "infused"
2975
+ },
2976
+ "example": "declare const myBlockList: route53resolver.FirewallDomainList;\ndeclare const ruleGroup: route53resolver.FirewallRuleGroup;\n\nruleGroup.addRule({\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NXDOMAIN\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.nxDomain()),\n});\n\nruleGroup.addRule({\n priority: 20,\n firewallDomainList: myBlockList,\n // block and override DNS response with a custom domain\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.override('amazon.com')),\n});",
2977
+ "stability": "experimental",
2978
+ "summary": "The way that you want DNS Firewall to block the request."
2924
2979
  },
2925
2980
  "fqn": "@aws-cdk/aws-route53resolver-alpha.DnsBlockResponse",
2926
2981
  "initializer": {
@@ -3148,12 +3203,12 @@
3148
3203
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3149
3204
  "base": "aws-cdk-lib.Resource",
3150
3205
  "docs": {
3151
- "stability": "experimental",
3152
- "summary": "A Firewall Domain List.",
3153
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\n\ndeclare const firewallDomains: route53resolver_alpha.FirewallDomains;\nconst firewallDomainList = new route53resolver_alpha.FirewallDomainList(this, 'MyFirewallDomainList', {\n domains: firewallDomains,\n\n // the properties below are optional\n name: 'name',\n});",
3154
3206
  "custom": {
3155
- "exampleMetadata": "fixture=_generated"
3156
- }
3207
+ "exampleMetadata": "infused"
3208
+ },
3209
+ "example": "const blockList = new route53resolver.FirewallDomainList(this, 'BlockList', {\n domains: route53resolver.FirewallDomains.fromList(['bad-domain.com', 'bot-domain.net']),\n});\n\nconst s3List = new route53resolver.FirewallDomainList(this, 'S3List', {\n domains: route53resolver.FirewallDomains.fromS3Url('s3://bucket/prefix/object'),\n});\n\nconst assetList = new route53resolver.FirewallDomainList(this, 'AssetList', {\n domains: route53resolver.FirewallDomains.fromAsset('/path/to/domains.txt'),\n});",
3210
+ "stability": "experimental",
3211
+ "summary": "A Firewall Domain List."
3157
3212
  },
3158
3213
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallDomainList",
3159
3214
  "initializer": {
@@ -3402,12 +3457,12 @@
3402
3457
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3403
3458
  "datatype": true,
3404
3459
  "docs": {
3405
- "stability": "experimental",
3406
- "summary": "Properties for a Firewall Domain List.",
3407
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\n\ndeclare const firewallDomains: route53resolver_alpha.FirewallDomains;\nconst firewallDomainListProps: route53resolver_alpha.FirewallDomainListProps = {\n domains: firewallDomains,\n\n // the properties below are optional\n name: 'name',\n};",
3408
3460
  "custom": {
3409
- "exampleMetadata": "fixture=_generated"
3410
- }
3461
+ "exampleMetadata": "infused"
3462
+ },
3463
+ "example": "const blockList = new route53resolver.FirewallDomainList(this, 'BlockList', {\n domains: route53resolver.FirewallDomains.fromList(['bad-domain.com', 'bot-domain.net']),\n});\n\nconst s3List = new route53resolver.FirewallDomainList(this, 'S3List', {\n domains: route53resolver.FirewallDomains.fromS3Url('s3://bucket/prefix/object'),\n});\n\nconst assetList = new route53resolver.FirewallDomainList(this, 'AssetList', {\n domains: route53resolver.FirewallDomains.fromAsset('/path/to/domains.txt'),\n});",
3464
+ "stability": "experimental",
3465
+ "summary": "Properties for a Firewall Domain List."
3411
3466
  },
3412
3467
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallDomainListProps",
3413
3468
  "kind": "interface",
@@ -3458,12 +3513,12 @@
3458
3513
  "abstract": true,
3459
3514
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3460
3515
  "docs": {
3461
- "stability": "experimental",
3462
- "summary": "A list of domains.",
3463
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\nconst firewallDomains = route53resolver_alpha.FirewallDomains.fromAsset('assetPath');",
3464
3516
  "custom": {
3465
- "exampleMetadata": "fixture=_generated"
3466
- }
3517
+ "exampleMetadata": "infused"
3518
+ },
3519
+ "example": "const blockList = new route53resolver.FirewallDomainList(this, 'BlockList', {\n domains: route53resolver.FirewallDomains.fromList(['bad-domain.com', 'bot-domain.net']),\n});\n\nconst s3List = new route53resolver.FirewallDomainList(this, 'S3List', {\n domains: route53resolver.FirewallDomains.fromS3Url('s3://bucket/prefix/object'),\n});\n\nconst assetList = new route53resolver.FirewallDomainList(this, 'AssetList', {\n domains: route53resolver.FirewallDomains.fromAsset('/path/to/domains.txt'),\n});",
3520
+ "stability": "experimental",
3521
+ "summary": "A list of domains."
3467
3522
  },
3468
3523
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallDomains",
3469
3524
  "initializer": {
@@ -3639,12 +3694,12 @@
3639
3694
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3640
3695
  "datatype": true,
3641
3696
  "docs": {
3642
- "stability": "experimental",
3643
- "summary": "A Firewall Rule.",
3644
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\n\ndeclare const firewallDomainList: route53resolver_alpha.FirewallDomainList;\ndeclare const firewallRuleAction: route53resolver_alpha.FirewallRuleAction;\nconst firewallRule: route53resolver_alpha.FirewallRule = {\n action: firewallRuleAction,\n firewallDomainList: firewallDomainList,\n priority: 123,\n};",
3645
3697
  "custom": {
3646
- "exampleMetadata": "fixture=_generated"
3647
- }
3698
+ "exampleMetadata": "infused"
3699
+ },
3700
+ "example": "declare const myBlockList: route53resolver.FirewallDomainList;\ndeclare const ruleGroup: route53resolver.FirewallRuleGroup;\n\nruleGroup.addRule({\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NXDOMAIN\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.nxDomain()),\n});\n\nruleGroup.addRule({\n priority: 20,\n firewallDomainList: myBlockList,\n // block and override DNS response with a custom domain\n action: route53resolver.FirewallRuleAction.block(route53resolver.DnsBlockResponse.override('amazon.com')),\n});",
3701
+ "stability": "experimental",
3702
+ "summary": "A Firewall Rule."
3648
3703
  },
3649
3704
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRule",
3650
3705
  "kind": "interface",
@@ -3710,12 +3765,12 @@
3710
3765
  "abstract": true,
3711
3766
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3712
3767
  "docs": {
3713
- "stability": "experimental",
3714
- "summary": "A Firewall Rule.",
3715
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\nconst firewallRuleAction = route53resolver_alpha.FirewallRuleAction.alert();",
3716
3768
  "custom": {
3717
- "exampleMetadata": "fixture=_generated"
3718
- }
3769
+ "exampleMetadata": "infused"
3770
+ },
3771
+ "example": "declare const myBlockList: route53resolver.FirewallDomainList;\nnew route53resolver.FirewallRuleGroup(this, 'RuleGroup', {\n rules: [\n {\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NODATA\n action: route53resolver.FirewallRuleAction.block(),\n },\n ],\n});",
3772
+ "stability": "experimental",
3773
+ "summary": "A Firewall Rule."
3719
3774
  },
3720
3775
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleAction",
3721
3776
  "initializer": {
@@ -3835,12 +3890,12 @@
3835
3890
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
3836
3891
  "base": "aws-cdk-lib.Resource",
3837
3892
  "docs": {
3838
- "stability": "experimental",
3839
- "summary": "A Firewall Rule Group.",
3840
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\n\ndeclare const firewallDomainList: route53resolver_alpha.FirewallDomainList;\ndeclare const firewallRuleAction: route53resolver_alpha.FirewallRuleAction;\nconst firewallRuleGroup = new route53resolver_alpha.FirewallRuleGroup(this, 'MyFirewallRuleGroup', /* all optional props */ {\n name: 'name',\n rules: [{\n action: firewallRuleAction,\n firewallDomainList: firewallDomainList,\n priority: 123,\n }],\n});",
3841
3893
  "custom": {
3842
- "exampleMetadata": "fixture=_generated"
3843
- }
3894
+ "exampleMetadata": "infused"
3895
+ },
3896
+ "example": "declare const myBlockList: route53resolver.FirewallDomainList;\nnew route53resolver.FirewallRuleGroup(this, 'RuleGroup', {\n rules: [\n {\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NODATA\n action: route53resolver.FirewallRuleAction.block(),\n },\n ],\n});",
3897
+ "stability": "experimental",
3898
+ "summary": "A Firewall Rule Group."
3844
3899
  },
3845
3900
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroup",
3846
3901
  "initializer": {
@@ -4357,12 +4412,12 @@
4357
4412
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
4358
4413
  "datatype": true,
4359
4414
  "docs": {
4360
- "stability": "experimental",
4361
- "summary": "Options for a Firewall Rule Group Association.",
4362
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\nimport { aws_ec2 as ec2 } from 'aws-cdk-lib';\n\ndeclare const vpc: ec2.Vpc;\nconst firewallRuleGroupAssociationOptions: route53resolver_alpha.FirewallRuleGroupAssociationOptions = {\n priority: 123,\n vpc: vpc,\n\n // the properties below are optional\n mutationProtection: false,\n name: 'name',\n};",
4363
4415
  "custom": {
4364
- "exampleMetadata": "fixture=_generated"
4365
- }
4416
+ "exampleMetadata": "infused"
4417
+ },
4418
+ "example": "import * as ec2 from 'aws-cdk-lib/aws-ec2';\n\ndeclare const ruleGroup: route53resolver.FirewallRuleGroup;\ndeclare const myVpc: ec2.Vpc;\n\nruleGroup.associate('Association', {\n priority: 101,\n vpc: myVpc,\n})",
4419
+ "stability": "experimental",
4420
+ "summary": "Options for a Firewall Rule Group Association."
4366
4421
  },
4367
4422
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupAssociationOptions",
4368
4423
  "kind": "interface",
@@ -4489,12 +4544,12 @@
4489
4544
  "assembly": "@aws-cdk/aws-route53resolver-alpha",
4490
4545
  "datatype": true,
4491
4546
  "docs": {
4492
- "stability": "experimental",
4493
- "summary": "Properties for a Firewall Rule Group.",
4494
- "example": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as route53resolver_alpha from '@aws-cdk/aws-route53resolver-alpha';\n\ndeclare const firewallDomainList: route53resolver_alpha.FirewallDomainList;\ndeclare const firewallRuleAction: route53resolver_alpha.FirewallRuleAction;\nconst firewallRuleGroupProps: route53resolver_alpha.FirewallRuleGroupProps = {\n name: 'name',\n rules: [{\n action: firewallRuleAction,\n firewallDomainList: firewallDomainList,\n priority: 123,\n }],\n};",
4495
4547
  "custom": {
4496
- "exampleMetadata": "fixture=_generated"
4497
- }
4548
+ "exampleMetadata": "infused"
4549
+ },
4550
+ "example": "declare const myBlockList: route53resolver.FirewallDomainList;\nnew route53resolver.FirewallRuleGroup(this, 'RuleGroup', {\n rules: [\n {\n priority: 10,\n firewallDomainList: myBlockList,\n // block and reply with NODATA\n action: route53resolver.FirewallRuleAction.block(),\n },\n ],\n});",
4551
+ "stability": "experimental",
4552
+ "summary": "Properties for a Firewall Rule Group."
4498
4553
  },
4499
4554
  "fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupProps",
4500
4555
  "kind": "interface",
@@ -4627,6 +4682,6 @@
4627
4682
  "symbolId": "lib/firewall-rule-group:IFirewallRuleGroup"
4628
4683
  }
4629
4684
  },
4630
- "version": "2.5.0-alpha.0",
4685
+ "version": "2.9.0-alpha.0",
4631
4686
  "fingerprint": "**********"
4632
4687
  }