We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a5ac7 commit a83b5c4Copy full SHA for a83b5c4
template.yaml
@@ -794,6 +794,8 @@ Resources:
794
ProjectName: !Sub '${AWS::StackName}-BDA-Lending-Sample-Project'
795
ProjectDescription: !Sub '${AWS::StackName}-BDA-Lending-Sample-Project'
796
LogLevel: !Ref LogLevel
797
+ PermissionsBoundaryArn: !Ref PermissionsBoundaryArn
798
+
799
800
DOCUMENTBEDROCKKB:
801
DependsOn:
@@ -809,6 +811,8 @@ Resources:
809
811
pCustomerManagedEncryptionKeyArn: !GetAtt CustomerManagedEncryptionKey.Arn
810
812
pChunkingStrategy: 'No chunking'
813
814
815
816
817
##########################################################################
818
# Nested stack for selected pattern
0 commit comments