@aws-cdk/aws-route53resolver-alpha 2.2.0-alpha.0 → 2.6.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 +94 -94
- package/.jsii.tabl.json +649 -1
- 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.6.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2855,7 +2855,7 @@
|
|
|
2855
2855
|
"stability": "experimental"
|
|
2856
2856
|
},
|
|
2857
2857
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
2858
|
-
"jsiiVersion": "1.
|
|
2858
|
+
"jsiiVersion": "1.50.0 (build d1830a4)",
|
|
2859
2859
|
"keywords": [
|
|
2860
2860
|
"aws",
|
|
2861
2861
|
"cdk",
|
|
@@ -2917,7 +2917,7 @@
|
|
|
2917
2917
|
"docs": {
|
|
2918
2918
|
"stability": "experimental",
|
|
2919
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';\
|
|
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
2921
|
"custom": {
|
|
2922
2922
|
"exampleMetadata": "fixture=_generated"
|
|
2923
2923
|
}
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
"docs": {
|
|
3087
3087
|
"stability": "experimental",
|
|
3088
3088
|
"summary": "Domains configuration.",
|
|
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';\
|
|
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};",
|
|
3090
3090
|
"custom": {
|
|
3091
3091
|
"exampleMetadata": "fixture=_generated"
|
|
3092
3092
|
}
|
|
@@ -3150,7 +3150,7 @@
|
|
|
3150
3150
|
"docs": {
|
|
3151
3151
|
"stability": "experimental",
|
|
3152
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;\
|
|
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
3154
|
"custom": {
|
|
3155
3155
|
"exampleMetadata": "fixture=_generated"
|
|
3156
3156
|
}
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
"docs": {
|
|
3405
3405
|
"stability": "experimental",
|
|
3406
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;\
|
|
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
3408
|
"custom": {
|
|
3409
3409
|
"exampleMetadata": "fixture=_generated"
|
|
3410
3410
|
}
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
"docs": {
|
|
3461
3461
|
"stability": "experimental",
|
|
3462
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';\
|
|
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
3464
|
"custom": {
|
|
3465
3465
|
"exampleMetadata": "fixture=_generated"
|
|
3466
3466
|
}
|
|
@@ -3477,31 +3477,6 @@
|
|
|
3477
3477
|
"line": 40
|
|
3478
3478
|
},
|
|
3479
3479
|
"methods": [
|
|
3480
|
-
{
|
|
3481
|
-
"abstract": true,
|
|
3482
|
-
"docs": {
|
|
3483
|
-
"stability": "experimental",
|
|
3484
|
-
"summary": "Binds the domains to a domain list."
|
|
3485
|
-
},
|
|
3486
|
-
"locationInModule": {
|
|
3487
|
-
"filename": "lib/firewall-domain-list.ts",
|
|
3488
|
-
"line": 120
|
|
3489
|
-
},
|
|
3490
|
-
"name": "bind",
|
|
3491
|
-
"parameters": [
|
|
3492
|
-
{
|
|
3493
|
-
"name": "scope",
|
|
3494
|
-
"type": {
|
|
3495
|
-
"fqn": "constructs.Construct"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
],
|
|
3499
|
-
"returns": {
|
|
3500
|
-
"type": {
|
|
3501
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.DomainsConfig"
|
|
3502
|
-
}
|
|
3503
|
-
}
|
|
3504
|
-
},
|
|
3505
3480
|
{
|
|
3506
3481
|
"docs": {
|
|
3507
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.",
|
|
@@ -3630,6 +3605,31 @@
|
|
|
3630
3605
|
}
|
|
3631
3606
|
},
|
|
3632
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
|
+
}
|
|
3633
3633
|
}
|
|
3634
3634
|
],
|
|
3635
3635
|
"name": "FirewallDomains",
|
|
@@ -3641,7 +3641,7 @@
|
|
|
3641
3641
|
"docs": {
|
|
3642
3642
|
"stability": "experimental",
|
|
3643
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;\
|
|
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
3645
|
"custom": {
|
|
3646
3646
|
"exampleMetadata": "fixture=_generated"
|
|
3647
3647
|
}
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
"docs": {
|
|
3713
3713
|
"stability": "experimental",
|
|
3714
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';\
|
|
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
3716
|
"custom": {
|
|
3717
3717
|
"exampleMetadata": "fixture=_generated"
|
|
3718
3718
|
}
|
|
@@ -3837,7 +3837,7 @@
|
|
|
3837
3837
|
"docs": {
|
|
3838
3838
|
"stability": "experimental",
|
|
3839
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;\
|
|
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
3841
|
"custom": {
|
|
3842
3842
|
"exampleMetadata": "fixture=_generated"
|
|
3843
3843
|
}
|
|
@@ -3885,74 +3885,75 @@
|
|
|
3885
3885
|
{
|
|
3886
3886
|
"docs": {
|
|
3887
3887
|
"stability": "experimental",
|
|
3888
|
-
"summary": "
|
|
3888
|
+
"summary": "Import an existing Firewall Rule Group."
|
|
3889
3889
|
},
|
|
3890
3890
|
"locationInModule": {
|
|
3891
3891
|
"filename": "lib/firewall-rule-group.ts",
|
|
3892
|
-
"line":
|
|
3892
|
+
"line": 160
|
|
3893
3893
|
},
|
|
3894
|
-
"name": "
|
|
3894
|
+
"name": "fromFirewallRuleGroupId",
|
|
3895
3895
|
"parameters": [
|
|
3896
3896
|
{
|
|
3897
|
-
"name": "
|
|
3897
|
+
"name": "scope",
|
|
3898
3898
|
"type": {
|
|
3899
|
-
"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"
|
|
3900
3912
|
}
|
|
3901
3913
|
}
|
|
3902
3914
|
],
|
|
3903
3915
|
"returns": {
|
|
3904
3916
|
"type": {
|
|
3905
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3917
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.IFirewallRuleGroup"
|
|
3906
3918
|
}
|
|
3907
|
-
}
|
|
3919
|
+
},
|
|
3920
|
+
"static": true
|
|
3908
3921
|
},
|
|
3909
3922
|
{
|
|
3910
3923
|
"docs": {
|
|
3911
3924
|
"stability": "experimental",
|
|
3912
|
-
"summary": "
|
|
3925
|
+
"summary": "Adds a rule to this group."
|
|
3913
3926
|
},
|
|
3914
3927
|
"locationInModule": {
|
|
3915
3928
|
"filename": "lib/firewall-rule-group.ts",
|
|
3916
|
-
"line":
|
|
3929
|
+
"line": 251
|
|
3917
3930
|
},
|
|
3918
|
-
"name": "
|
|
3931
|
+
"name": "addRule",
|
|
3919
3932
|
"parameters": [
|
|
3920
3933
|
{
|
|
3921
|
-
"name": "
|
|
3922
|
-
"type": {
|
|
3923
|
-
"primitive": "string"
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"name": "props",
|
|
3934
|
+
"name": "rule",
|
|
3928
3935
|
"type": {
|
|
3929
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3936
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRule"
|
|
3930
3937
|
}
|
|
3931
3938
|
}
|
|
3932
3939
|
],
|
|
3933
3940
|
"returns": {
|
|
3934
3941
|
"type": {
|
|
3935
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3942
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroup"
|
|
3936
3943
|
}
|
|
3937
3944
|
}
|
|
3938
3945
|
},
|
|
3939
3946
|
{
|
|
3940
3947
|
"docs": {
|
|
3941
3948
|
"stability": "experimental",
|
|
3942
|
-
"summary": "
|
|
3949
|
+
"summary": "Associates this Firewall Rule Group with a VPC."
|
|
3943
3950
|
},
|
|
3944
3951
|
"locationInModule": {
|
|
3945
3952
|
"filename": "lib/firewall-rule-group.ts",
|
|
3946
|
-
"line":
|
|
3953
|
+
"line": 259
|
|
3947
3954
|
},
|
|
3948
|
-
"name": "
|
|
3955
|
+
"name": "associate",
|
|
3949
3956
|
"parameters": [
|
|
3950
|
-
{
|
|
3951
|
-
"name": "scope",
|
|
3952
|
-
"type": {
|
|
3953
|
-
"fqn": "constructs.Construct"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
3957
|
{
|
|
3957
3958
|
"name": "id",
|
|
3958
3959
|
"type": {
|
|
@@ -3960,18 +3961,17 @@
|
|
|
3960
3961
|
}
|
|
3961
3962
|
},
|
|
3962
3963
|
{
|
|
3963
|
-
"name": "
|
|
3964
|
+
"name": "props",
|
|
3964
3965
|
"type": {
|
|
3965
|
-
"
|
|
3966
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupAssociationOptions"
|
|
3966
3967
|
}
|
|
3967
3968
|
}
|
|
3968
3969
|
],
|
|
3969
3970
|
"returns": {
|
|
3970
3971
|
"type": {
|
|
3971
|
-
"fqn": "@aws-cdk/aws-route53resolver-alpha.
|
|
3972
|
+
"fqn": "@aws-cdk/aws-route53resolver-alpha.FirewallRuleGroupAssociation"
|
|
3972
3973
|
}
|
|
3973
|
-
}
|
|
3974
|
-
"static": true
|
|
3974
|
+
}
|
|
3975
3975
|
}
|
|
3976
3976
|
],
|
|
3977
3977
|
"name": "FirewallRuleGroup",
|
|
@@ -4163,7 +4163,7 @@
|
|
|
4163
4163
|
"docs": {
|
|
4164
4164
|
"stability": "experimental",
|
|
4165
4165
|
"summary": "A Firewall Rule Group Association.",
|
|
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;\
|
|
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});",
|
|
4167
4167
|
"custom": {
|
|
4168
4168
|
"exampleMetadata": "fixture=_generated"
|
|
4169
4169
|
}
|
|
@@ -4359,7 +4359,7 @@
|
|
|
4359
4359
|
"docs": {
|
|
4360
4360
|
"stability": "experimental",
|
|
4361
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;\
|
|
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
4363
|
"custom": {
|
|
4364
4364
|
"exampleMetadata": "fixture=_generated"
|
|
4365
4365
|
}
|
|
@@ -4375,70 +4375,70 @@
|
|
|
4375
4375
|
{
|
|
4376
4376
|
"abstract": true,
|
|
4377
4377
|
"docs": {
|
|
4378
|
-
"
|
|
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",
|
|
4379
4379
|
"stability": "experimental",
|
|
4380
|
-
"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."
|
|
4381
4381
|
},
|
|
4382
4382
|
"immutable": true,
|
|
4383
4383
|
"locationInModule": {
|
|
4384
4384
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4385
|
-
"line":
|
|
4385
|
+
"line": 34
|
|
4386
4386
|
},
|
|
4387
|
-
"name": "
|
|
4388
|
-
"optional": true,
|
|
4387
|
+
"name": "priority",
|
|
4389
4388
|
"type": {
|
|
4390
|
-
"primitive": "
|
|
4389
|
+
"primitive": "number"
|
|
4391
4390
|
}
|
|
4392
4391
|
},
|
|
4393
4392
|
{
|
|
4394
4393
|
"abstract": true,
|
|
4395
4394
|
"docs": {
|
|
4396
|
-
"default": "- a CloudFormation generated name",
|
|
4397
4395
|
"stability": "experimental",
|
|
4398
|
-
"summary": "The
|
|
4396
|
+
"summary": "The VPC that to associate with the rule group."
|
|
4399
4397
|
},
|
|
4400
4398
|
"immutable": true,
|
|
4401
4399
|
"locationInModule": {
|
|
4402
4400
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4403
|
-
"line":
|
|
4401
|
+
"line": 39
|
|
4404
4402
|
},
|
|
4405
|
-
"name": "
|
|
4406
|
-
"optional": true,
|
|
4403
|
+
"name": "vpc",
|
|
4407
4404
|
"type": {
|
|
4408
|
-
"
|
|
4405
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4409
4406
|
}
|
|
4410
4407
|
},
|
|
4411
4408
|
{
|
|
4412
4409
|
"abstract": true,
|
|
4413
4410
|
"docs": {
|
|
4414
|
-
"
|
|
4411
|
+
"default": "true",
|
|
4415
4412
|
"stability": "experimental",
|
|
4416
|
-
"summary": "
|
|
4413
|
+
"summary": "If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections."
|
|
4417
4414
|
},
|
|
4418
4415
|
"immutable": true,
|
|
4419
4416
|
"locationInModule": {
|
|
4420
4417
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4421
|
-
"line":
|
|
4418
|
+
"line": 18
|
|
4422
4419
|
},
|
|
4423
|
-
"name": "
|
|
4420
|
+
"name": "mutationProtection",
|
|
4421
|
+
"optional": true,
|
|
4424
4422
|
"type": {
|
|
4425
|
-
"primitive": "
|
|
4423
|
+
"primitive": "boolean"
|
|
4426
4424
|
}
|
|
4427
4425
|
},
|
|
4428
4426
|
{
|
|
4429
4427
|
"abstract": true,
|
|
4430
4428
|
"docs": {
|
|
4429
|
+
"default": "- a CloudFormation generated name",
|
|
4431
4430
|
"stability": "experimental",
|
|
4432
|
-
"summary": "The
|
|
4431
|
+
"summary": "The name of the association."
|
|
4433
4432
|
},
|
|
4434
4433
|
"immutable": true,
|
|
4435
4434
|
"locationInModule": {
|
|
4436
4435
|
"filename": "lib/firewall-rule-group-association.ts",
|
|
4437
|
-
"line":
|
|
4436
|
+
"line": 25
|
|
4438
4437
|
},
|
|
4439
|
-
"name": "
|
|
4438
|
+
"name": "name",
|
|
4439
|
+
"optional": true,
|
|
4440
4440
|
"type": {
|
|
4441
|
-
"
|
|
4441
|
+
"primitive": "string"
|
|
4442
4442
|
}
|
|
4443
4443
|
}
|
|
4444
4444
|
],
|
|
@@ -4450,7 +4450,7 @@
|
|
|
4450
4450
|
"docs": {
|
|
4451
4451
|
"stability": "experimental",
|
|
4452
4452
|
"summary": "Properties for a Firewall Rule Group Association.",
|
|
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;\
|
|
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};",
|
|
4454
4454
|
"custom": {
|
|
4455
4455
|
"exampleMetadata": "fixture=_generated"
|
|
4456
4456
|
}
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
"docs": {
|
|
4492
4492
|
"stability": "experimental",
|
|
4493
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;\
|
|
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
4495
|
"custom": {
|
|
4496
4496
|
"exampleMetadata": "fixture=_generated"
|
|
4497
4497
|
}
|
|
@@ -4627,6 +4627,6 @@
|
|
|
4627
4627
|
"symbolId": "lib/firewall-rule-group:IFirewallRuleGroup"
|
|
4628
4628
|
}
|
|
4629
4629
|
},
|
|
4630
|
-
"version": "2.
|
|
4630
|
+
"version": "2.6.0-alpha.0",
|
|
4631
4631
|
"fingerprint": "**********"
|
|
4632
4632
|
}
|