Skip to content

Commit 9f3835e

Browse files
authored
Update template.yml (#73)
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent bfd049d commit 9f3835e

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

cloudformation/template.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -224,46 +224,13 @@ Resources:
224224
Principal:
225225
Service: logs.amazonaws.com
226226
Resource: '*'
227-
- Sid: route53-access-policy-statement
228-
Action:
229-
- kms:*
230-
Effect: Allow
231-
Principal:
232-
Service: route53.amazonaws.com
233-
Resource: '*'
234-
- Sid: route53resolver-access-policy-statement
235-
Action:
236-
- kms:*
237-
Effect: Allow
238-
Principal:
239-
Service: route53resolver.amazonaws.com
240-
Resource: '*'
241227
- Sid: api-access-policy-statement
242228
Action:
243229
- kms:*
244230
Effect: Allow
245231
Principal:
246232
Service: apigateway.amazonaws.com
247233
Resource: '*'
248-
Route53QueryLoggingGroup:
249-
Type: "AWS::Logs::LogGroup"
250-
Properties:
251-
KmsKeyId: !GetAtt "EncryptionKey.Arn"
252-
RetentionInDays: 30
253-
Route53QueryLoggingConfig:
254-
Type: "AWS::Route53Resolver::ResolverQueryLoggingConfig"
255-
Properties:
256-
DestinationArn:
257-
!GetAtt "Route53QueryLoggingGroup.Arn"
258-
Route53QueryLoggingConfigAssociation:
259-
Type: "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation"
260-
Properties:
261-
ResolverQueryLogConfigId:
262-
Fn::GetAtt:
263-
- "Route53QueryLoggingConfig"
264-
- "Id"
265-
ResourceId:
266-
Ref: "VPC"
267234
DNSFIrewallDomainsList:
268235
Type: AWS::Route53Resolver::FirewallDomainList
269236
Properties:

0 commit comments

Comments
 (0)