@aws-cdk/aws-route53resolver-alpha 2.1.0-alpha.0 → 2.5.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 +172 -94
- package/.jsii.tabl.json +885 -0
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/firewall-domain-list.js +2 -2
- package/lib/firewall-rule-group-association.js +1 -1
- package/lib/firewall-rule-group.js +3 -3
- package/lib/route53resolver-canned-metrics.generated.js +2 -2
- package/package.json +7 -7
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.5.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -105,6 +105,19 @@
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
+
"aws-cdk-lib.aws_amplifyuibuilder": {
|
|
109
|
+
"targets": {
|
|
110
|
+
"dotnet": {
|
|
111
|
+
"namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
|
|
112
|
+
},
|
|
113
|
+
"java": {
|
|
114
|
+
"package": "software.amazon.awscdk.services.amplifyuibuilder"
|
|
115
|
+
},
|
|
116
|
+
"python": {
|
|
117
|
+
"module": "aws_cdk.aws_amplifyuibuilder"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
108
121
|
"aws-cdk-lib.aws_apigateway": {
|
|
109
122
|
"targets": {
|
|
110
123
|
"dotnet": {
|
|
@@ -1120,6 +1133,19 @@
|
|
|
1120
1133
|
}
|
|
1121
1134
|
}
|
|
1122
1135
|
},
|
|
1136
|
+
"aws-cdk-lib.aws_evidently": {
|
|
1137
|
+
"targets": {
|
|
1138
|
+
"dotnet": {
|
|
1139
|
+
"namespace": "Amazon.CDK.AWS.Evidently"
|
|
1140
|
+
},
|
|
1141
|
+
"java": {
|
|
1142
|
+
"package": "software.amazon.awscdk.services.evidently"
|
|
1143
|
+
},
|
|
1144
|
+
"python": {
|
|
1145
|
+
"module": "aws_cdk.aws_evidently"
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1123
1149
|
"aws-cdk-lib.aws_finspace": {
|
|
1124
1150
|
"targets": {
|
|
1125
1151
|
"dotnet": {
|
|
@@ -1601,6 +1627,19 @@
|
|
|
1601
1627
|
}
|
|
1602
1628
|
}
|
|
1603
1629
|
},
|
|
1630
|
+
"aws-cdk-lib.aws_lex": {
|
|
1631
|
+
"targets": {
|
|
1632
|
+
"dotnet": {
|
|
1633
|
+
"namespace": "Amazon.CDK.AWS.Lex"
|
|
1634
|
+
},
|
|
1635
|
+
"java": {
|
|
1636
|
+
"package": "software.amazon.awscdk.services.lex"
|
|
1637
|
+
},
|
|
1638
|
+
"python": {
|
|
1639
|
+
"module": "aws_cdk.aws_lex"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1604
1643
|
"aws-cdk-lib.aws_licensemanager": {
|
|
1605
1644
|
"targets": {
|
|
1606
1645
|
"dotnet": {
|
|
@@ -2030,6 +2069,19 @@
|
|
|
2030
2069
|
}
|
|
2031
2070
|
}
|
|
2032
2071
|
},
|
|
2072
|
+
"aws-cdk-lib.aws_refactorspaces": {
|
|
2073
|
+
"targets": {
|
|
2074
|
+
"dotnet": {
|
|
2075
|
+
"namespace": "Amazon.CDK.AWS.RefactorSpaces"
|
|
2076
|
+
},
|
|
2077
|
+
"java": {
|
|
2078
|
+
"package": "software.amazon.awscdk.services.refactorspaces"
|
|
2079
|
+
},
|
|
2080
|
+
"python": {
|
|
2081
|
+
"module": "aws_cdk.aws_refactorspaces"
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2033
2085
|
"aws-cdk-lib.aws_rekognition": {
|
|
2034
2086
|
"targets": {
|
|
2035
2087
|
"dotnet": {
|
|
@@ -2043,6 +2095,19 @@
|
|
|
2043
2095
|
}
|
|
2044
2096
|
}
|
|
2045
2097
|
},
|
|
2098
|
+
"aws-cdk-lib.aws_resiliencehub": {
|
|
2099
|
+
"targets": {
|
|
2100
|
+
"dotnet": {
|
|
2101
|
+
"namespace": "Amazon.CDK.AWS.ResilienceHub"
|
|
2102
|
+
},
|
|
2103
|
+
"java": {
|
|
2104
|
+
"package": "software.amazon.awscdk.services.resiliencehub"
|
|
2105
|
+
},
|
|
2106
|
+
"python": {
|
|
2107
|
+
"module": "aws_cdk.aws_resiliencehub"
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2046
2111
|
"aws-cdk-lib.aws_resourcegroups": {
|
|
2047
2112
|
"targets": {
|
|
2048
2113
|
"dotnet": {
|
|
@@ -2147,6 +2212,19 @@
|
|
|
2147
2212
|
}
|
|
2148
2213
|
}
|
|
2149
2214
|
},
|
|
2215
|
+
"aws-cdk-lib.aws_rum": {
|
|
2216
|
+
"targets": {
|
|
2217
|
+
"dotnet": {
|
|
2218
|
+
"namespace": "Amazon.CDK.AWS.RUM"
|
|
2219
|
+
},
|
|
2220
|
+
"java": {
|
|
2221
|
+
"package": "software.amazon.awscdk.services.rum"
|
|
2222
|
+
},
|
|
2223
|
+
"python": {
|
|
2224
|
+
"module": "aws_cdk.aws_rum"
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2150
2228
|
"aws-cdk-lib.aws_s3": {
|
|
2151
2229
|
"targets": {
|
|
2152
2230
|
"dotnet": {
|
|
@@ -2777,7 +2855,7 @@
|
|
|
2777
2855
|
"stability": "experimental"
|
|
2778
2856
|
},
|
|
2779
2857
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
2780
|
-
"jsiiVersion": "1.
|
|
2858
|
+
"jsiiVersion": "1.50.0 (build d1830a4)",
|
|
2781
2859
|
"keywords": [
|
|
2782
2860
|
"aws",
|
|
2783
2861
|
"cdk",
|
|
@@ -2839,7 +2917,7 @@
|
|
|
2839
2917
|
"docs": {
|
|
2840
2918
|
"stability": "experimental",
|
|
2841
2919
|
"summary": "The way that you want DNS Firewall to block the request.",
|
|
2842
|
-
"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';\
|
|
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();",
|
|
2843
2921
|
"custom": {
|
|
2844
2922
|
"exampleMetadata": "fixture=_generated"
|
|
2845
2923
|
}
|
|
@@ -3008,7 +3086,7 @@
|
|
|
3008
3086
|
"docs": {
|
|
3009
3087
|
"stability": "experimental",
|
|
3010
3088
|
"summary": "Domains configuration.",
|
|
3011
|
-
"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';\
|
|
3089
|
+
"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 domainsConfig: route53resolver_alpha.DomainsConfig = {\n domainFileUrl: 'domainFileUrl',\n domains: ['domains'],\n};",
|
|
3012
3090
|
"custom": {
|
|
3013
3091
|
"exampleMetadata": "fixture=_generated"
|
|
3014
3092
|
}
|
|
@@ -3072,7 +3150,7 @@
|
|
|
3072
3150
|
"docs": {
|
|
3073
3151
|
"stability": "experimental",
|
|
3074
3152
|
"summary": "A Firewall Domain List.",
|
|
3075
|
-
"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;\
|
|
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});",
|
|
3076
3154
|
"custom": {
|
|
3077
3155
|
"exampleMetadata": "fixture=_generated"
|
|
3078
3156
|
}
|
|
@@ -3326,7 +3404,7 @@
|
|
|
3326
3404
|
"docs": {
|
|
3327
3405
|
"stability": "experimental",
|
|
3328
3406
|
"summary": "Properties for a Firewall Domain List.",
|
|
3329
|
-
"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;\
|
|
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};",
|
|
3330
3408
|
"custom": {
|
|
3331
3409
|
"exampleMetadata": "fixture=_generated"
|
|
3332
3410
|
}
|
|
@@ -3382,7 +3460,7 @@
|
|
|
3382
3460
|
"docs": {
|
|
3383
3461
|
"stability": "experimental",
|
|
3384
3462
|
"summary": "A list of domains.",
|
|
3385
|
-
"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';\
|
|
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');",
|
|
3386
3464
|
"custom": {
|
|
3387
3465
|
"exampleMetadata": "fixture=_generated"
|
|
3388
3466
|
}
|
|
@@ -3399,31 +3477,6 @@
|
|
|
3399
3477
|
"line": 40
|
|
3400
3478
|
},
|
|
3401
3479
|
"methods": [
|
|
3402
|
-
{
|
|
3403
|
-
"abstract": true,
|
|
3404
|
-
"docs": {
|
|
3405
|
-
"stability": "experimental",
|
|
3406
|
-
"summary": "Binds the domains to a domain list."
|
|
3407
|
-
},
|
|
3408
|
-
"locationInModule": {
|
|
3409
|
-
"filename": "lib/firewall-domain-list.ts",
|
|
3410
|
-
"line": 120
|
|
3411
|
-
},
|
|
3412
|
-
"name": "bind",
|
|
3413
|
-
"parameters": [
|
|
3414
|
-
{
|
|
3415
|
-
"name": "scope",
|
|
3416
|
-
"type": {
|
|
3417
|
-
"fqn": "constructs.Construct"
|
|
3418
|
-
}
|
|
3419
|
-
}
|
|
3420
|
-
],
|
|
3421
|
-
"returns": {
|
|
3422
|
-
"type": {
|
|
3423
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.DomainsConfig"
|
|
3424
|
-
}
|
|
3425
|
-
}
|
|
3426
|
-
},
|
|
3427
3480
|
{
|
|
3428
3481
|
"docs": {
|
|
3429
3482
|
"remarks": "The file must be a text file (`.txt` extension) and must contain a single\ndomain per line. It will be uploaded to S3.",
|
|
@@ -3552,6 +3605,31 @@
|
|
|
3552
3605
|
}
|
|
3553
3606
|
},
|
|
3554
3607
|
"static": true
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"abstract": true,
|
|
3611
|
+
"docs": {
|
|
3612
|
+
"stability": "experimental",
|
|
3613
|
+
"summary": "Binds the domains to a domain list."
|
|
3614
|
+
},
|
|
3615
|
+
"locationInModule": {
|
|
3616
|
+
"filename": "lib/firewall-domain-list.ts",
|
|
3617
|
+
"line": 120
|
|
3618
|
+
},
|
|
3619
|
+
"name": "bind",
|
|
3620
|
+
"parameters": [
|
|
3621
|
+
{
|
|
3622
|
+
"name": "scope",
|
|
3623
|
+
"type": {
|
|
3624
|
+
"fqn": "constructs.Construct"
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"returns": {
|
|
3629
|
+
"type": {
|
|
3630
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.DomainsConfig"
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3555
3633
|
}
|
|
3556
3634
|
],
|
|
3557
3635
|
"name": "FirewallDomains",
|
|
@@ -3563,7 +3641,7 @@
|
|
|
3563
3641
|
"docs": {
|
|
3564
3642
|
"stability": "experimental",
|
|
3565
3643
|
"summary": "A Firewall Rule.",
|
|
3566
|
-
"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;\
|
|
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};",
|
|
3567
3645
|
"custom": {
|
|
3568
3646
|
"exampleMetadata": "fixture=_generated"
|
|
3569
3647
|
}
|
|
@@ -3634,7 +3712,7 @@
|
|
|
3634
3712
|
"docs": {
|
|
3635
3713
|
"stability": "experimental",
|
|
3636
3714
|
"summary": "A Firewall Rule.",
|
|
3637
|
-
"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';\
|
|
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();",
|
|
3638
3716
|
"custom": {
|
|
3639
3717
|
"exampleMetadata": "fixture=_generated"
|
|
3640
3718
|
}
|
|
@@ -3759,7 +3837,7 @@
|
|
|
3759
3837
|
"docs": {
|
|
3760
3838
|
"stability": "experimental",
|
|
3761
3839
|
"summary": "A Firewall Rule Group.",
|
|
3762
|
-
"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;\
|
|
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});",
|
|
3763
3841
|
"custom": {
|
|
3764
3842
|
"exampleMetadata": "fixture=_generated"
|
|
3765
3843
|
}
|
|
@@ -3807,74 +3885,75 @@
|
|
|
3807
3885
|
{
|
|
3808
3886
|
"docs": {
|
|
3809
3887
|
"stability": "experimental",
|
|
3810
|
-
"summary": "
|
|
3888
|
+
"summary": "Import an existing Firewall Rule Group."
|
|
3811
3889
|
},
|
|
3812
3890
|
"locationInModule": {
|
|
3813
3891
|
"filename": "lib/firewall-rule-group.ts",
|
|
3814
|
-
"line":
|
|
3892
|
+
"line": 160
|
|
3815
3893
|
},
|
|
3816
|
-
"name": "
|
|
3894
|
+
"name": "fromFirewallRuleGroupId",
|
|
3817
3895
|
"parameters": [
|
|
3818
3896
|
{
|
|
3819
|
-
"name": "
|
|
3897
|
+
"name": "scope",
|
|
3820
3898
|
"type": {
|
|
3821
|
-
"fqn": "
|
|
3899
|
+
"fqn": "constructs.Construct"
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "id",
|
|
3904
|
+
"type": {
|
|
3905
|
+
"primitive": "string"
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "firewallRuleGroupId",
|
|
3910
|
+
"type": {
|
|
3911
|
+
"primitive": "string"
|
|
3822
3912
|
}
|
|
3823
3913
|
}
|
|
3824
3914
|
],
|
|
3825
3915
|
"returns": {
|
|
3826
3916
|
"type": {
|
|
3827
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3917
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.IFirewallRuleGroup"
|
|
3828
3918
|
}
|
|
3829
|
-
}
|
|
3919
|
+
},
|
|
3920
|
+
"static": true
|
|
3830
3921
|
},
|
|
3831
3922
|
{
|
|
3832
3923
|
"docs": {
|
|
3833
3924
|
"stability": "experimental",
|
|
3834
|
-
"summary": "
|
|
3925
|
+
"summary": "Adds a rule to this group."
|
|
3835
3926
|
},
|
|
3836
3927
|
"locationInModule": {
|
|
3837
3928
|
"filename": "lib/firewall-rule-group.ts",
|
|
3838
|
-
"line":
|
|
3929
|
+
"line": 251
|
|
3839
3930
|
},
|
|
3840
|
-
"name": "
|
|
3931
|
+
"name": "addRule",
|
|
3841
3932
|
"parameters": [
|
|
3842
3933
|
{
|
|
3843
|
-
"name": "
|
|
3844
|
-
"type": {
|
|
3845
|
-
"primitive": "string"
|
|
3846
|
-
}
|
|
3847
|
-
},
|
|
3848
|
-
{
|
|
3849
|
-
"name": "props",
|
|
3934
|
+
"name": "rule",
|
|
3850
3935
|
"type": {
|
|
3851
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3936
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRule"
|
|
3852
3937
|
}
|
|
3853
3938
|
}
|
|
3854
3939
|
],
|
|
3855
3940
|
"returns": {
|
|
3856
3941
|
"type": {
|
|
3857
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3942
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroup"
|
|
3858
3943
|
}
|
|
3859
3944
|
}
|
|
3860
3945
|
},
|
|
3861
3946
|
{
|
|
3862
3947
|
"docs": {
|
|
3863
3948
|
"stability": "experimental",
|
|
3864
|
-
"summary": "
|
|
3949
|
+
"summary": "Associates this Firewall Rule Group with a VPC."
|
|
3865
3950
|
},
|
|
3866
3951
|
"locationInModule": {
|
|
3867
3952
|
"filename": "lib/firewall-rule-group.ts",
|
|
3868
|
-
"line":
|
|
3953
|
+
"line": 259
|
|
3869
3954
|
},
|
|
3870
|
-
"name": "
|
|
3955
|
+
"name": "associate",
|
|
3871
3956
|
"parameters": [
|
|
3872
|
-
{
|
|
3873
|
-
"name": "scope",
|
|
3874
|
-
"type": {
|
|
3875
|
-
"fqn": "constructs.Construct"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
3957
|
{
|
|
3879
3958
|
"name": "id",
|
|
3880
3959
|
"type": {
|
|
@@ -3882,18 +3961,17 @@
|
|
|
3882
3961
|
}
|
|
3883
3962
|
},
|
|
3884
3963
|
{
|
|
3885
|
-
"name": "
|
|
3964
|
+
"name": "props",
|
|
3886
3965
|
"type": {
|
|
3887
|
-
"
|
|
3966
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupAssociationOptions"
|
|
3888
3967
|
}
|
|
3889
3968
|
}
|
|
3890
3969
|
],
|
|
3891
3970
|
"returns": {
|
|
3892
3971
|
"type": {
|
|
3893
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3972
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupAssociation"
|
|
3894
3973
|
}
|
|
3895
|
-
}
|
|
3896
|
-
"static": true
|
|
3974
|
+
}
|
|
3897
3975
|
}
|
|
3898
3976
|
],
|
|
3899
3977
|
"name": "FirewallRuleGroup",
|
|
@@ -4085,7 +4163,7 @@
|
|
|
4085
4163
|
"docs": {
|
|
4086
4164
|
"stability": "experimental",
|
|
4087
4165
|
"summary": "A Firewall Rule Group Association.",
|
|
4088
|
-
"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 firewallRuleGroup: route53resolver_alpha.FirewallRuleGroup;\ndeclare const vpc: ec2.Vpc;\
|
|
4166
|
+
"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 firewallRuleGroup: route53resolver_alpha.FirewallRuleGroup;\ndeclare const vpc: ec2.Vpc;\nconst firewallRuleGroupAssociation = new route53resolver_alpha.FirewallRuleGroupAssociation(this, 'MyFirewallRuleGroupAssociation', {\n firewallRuleGroup: firewallRuleGroup,\n priority: 123,\n vpc: vpc,\n\n // the properties below are optional\n mutationProtection: false,\n name: 'name',\n});",
|
|
4089
4167
|
"custom": {
|
|
4090
4168
|
"exampleMetadata": "fixture=_generated"
|
|
4091
4169
|
}
|
|
@@ -4281,7 +4359,7 @@
|
|
|
4281
4359
|
"docs": {
|
|
4282
4360
|
"stability": "experimental",
|
|
4283
4361
|
"summary": "Options for a Firewall Rule Group Association.",
|
|
4284
|
-
"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;\
|
|
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};",
|
|
4285
4363
|
"custom": {
|
|
4286
4364
|
"exampleMetadata": "fixture=_generated"
|
|
4287
4365
|
}
|
|
@@ -4297,70 +4375,70 @@
|
|
|
4297
4375
|
{
|
|
4298
4376
|
"abstract": true,
|
|
4299
4377
|
"docs": {
|
|
4300
|
-
"
|
|
4378
|
+
"remarks": "DNS Firewall filters VPC\ntraffic starting from rule group with the lowest numeric priority setting.\n\nThis value must be greater than 100 and less than 9,000",
|
|
4301
4379
|
"stability": "experimental",
|
|
4302
|
-
"summary": "
|
|
4380
|
+
"summary": "The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC."
|
|
4303
4381
|
},
|
|
4304
4382
|
"immutable": true,
|
|
4305
4383
|
"locationInModule": {
|
|
4306
4384
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4307
|
-
"line":
|
|
4385
|
+
"line": 34
|
|
4308
4386
|
},
|
|
4309
|
-
"name": "
|
|
4310
|
-
"optional": true,
|
|
4387
|
+
"name": "priority",
|
|
4311
4388
|
"type": {
|
|
4312
|
-
"primitive": "
|
|
4389
|
+
"primitive": "number"
|
|
4313
4390
|
}
|
|
4314
4391
|
},
|
|
4315
4392
|
{
|
|
4316
4393
|
"abstract": true,
|
|
4317
4394
|
"docs": {
|
|
4318
|
-
"default": "- a CloudFormation generated name",
|
|
4319
4395
|
"stability": "experimental",
|
|
4320
|
-
"summary": "The
|
|
4396
|
+
"summary": "The VPC that to associate with the rule group."
|
|
4321
4397
|
},
|
|
4322
4398
|
"immutable": true,
|
|
4323
4399
|
"locationInModule": {
|
|
4324
4400
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4325
|
-
"line":
|
|
4401
|
+
"line": 39
|
|
4326
4402
|
},
|
|
4327
|
-
"name": "
|
|
4328
|
-
"optional": true,
|
|
4403
|
+
"name": "vpc",
|
|
4329
4404
|
"type": {
|
|
4330
|
-
"
|
|
4405
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4331
4406
|
}
|
|
4332
4407
|
},
|
|
4333
4408
|
{
|
|
4334
4409
|
"abstract": true,
|
|
4335
4410
|
"docs": {
|
|
4336
|
-
"
|
|
4411
|
+
"default": "true",
|
|
4337
4412
|
"stability": "experimental",
|
|
4338
|
-
"summary": "
|
|
4413
|
+
"summary": "If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections."
|
|
4339
4414
|
},
|
|
4340
4415
|
"immutable": true,
|
|
4341
4416
|
"locationInModule": {
|
|
4342
4417
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4343
|
-
"line":
|
|
4418
|
+
"line": 18
|
|
4344
4419
|
},
|
|
4345
|
-
"name": "
|
|
4420
|
+
"name": "mutationProtection",
|
|
4421
|
+
"optional": true,
|
|
4346
4422
|
"type": {
|
|
4347
|
-
"primitive": "
|
|
4423
|
+
"primitive": "boolean"
|
|
4348
4424
|
}
|
|
4349
4425
|
},
|
|
4350
4426
|
{
|
|
4351
4427
|
"abstract": true,
|
|
4352
4428
|
"docs": {
|
|
4429
|
+
"default": "- a CloudFormation generated name",
|
|
4353
4430
|
"stability": "experimental",
|
|
4354
|
-
"summary": "The
|
|
4431
|
+
"summary": "The name of the association."
|
|
4355
4432
|
},
|
|
4356
4433
|
"immutable": true,
|
|
4357
4434
|
"locationInModule": {
|
|
4358
4435
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4359
|
-
"line":
|
|
4436
|
+
"line": 25
|
|
4360
4437
|
},
|
|
4361
|
-
"name": "
|
|
4438
|
+
"name": "name",
|
|
4439
|
+
"optional": true,
|
|
4362
4440
|
"type": {
|
|
4363
|
-
"
|
|
4441
|
+
"primitive": "string"
|
|
4364
4442
|
}
|
|
4365
4443
|
}
|
|
4366
4444
|
],
|
|
@@ -4372,7 +4450,7 @@
|
|
|
4372
4450
|
"docs": {
|
|
4373
4451
|
"stability": "experimental",
|
|
4374
4452
|
"summary": "Properties for a Firewall Rule Group Association.",
|
|
4375
|
-
"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 firewallRuleGroup: route53resolver_alpha.FirewallRuleGroup;\ndeclare const vpc: ec2.Vpc;\
|
|
4453
|
+
"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 firewallRuleGroup: route53resolver_alpha.FirewallRuleGroup;\ndeclare const vpc: ec2.Vpc;\nconst firewallRuleGroupAssociationProps: route53resolver_alpha.FirewallRuleGroupAssociationProps = {\n firewallRuleGroup: firewallRuleGroup,\n priority: 123,\n vpc: vpc,\n\n // the properties below are optional\n mutationProtection: false,\n name: 'name',\n};",
|
|
4376
4454
|
"custom": {
|
|
4377
4455
|
"exampleMetadata": "fixture=_generated"
|
|
4378
4456
|
}
|
|
@@ -4413,7 +4491,7 @@
|
|
|
4413
4491
|
"docs": {
|
|
4414
4492
|
"stability": "experimental",
|
|
4415
4493
|
"summary": "Properties for a Firewall Rule Group.",
|
|
4416
|
-
"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;\
|
|
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};",
|
|
4417
4495
|
"custom": {
|
|
4418
4496
|
"exampleMetadata": "fixture=_generated"
|
|
4419
4497
|
}
|
|
@@ -4549,6 +4627,6 @@
|
|
|
4549
4627
|
"symbolId": "lib/firewall-rule-group:IFirewallRuleGroup"
|
|
4550
4628
|
}
|
|
4551
4629
|
},
|
|
4552
|
-
"version": "2.
|
|
4630
|
+
"version": "2.5.0-alpha.0",
|
|
4553
4631
|
"fingerprint": "**********"
|
|
4554
4632
|
}
|