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.
2 parents e0f7c50 + 17faa12 commit ddf52f3Copy full SHA for ddf52f3
templates/lexbot.yaml
@@ -460,6 +460,7 @@ Resources:
460
461
QBusinessBotPermission:
462
Type: AWS::Lambda::Permission
463
+ Condition: EnableQBusiness
464
Properties:
465
FunctionName: !Ref QnaBusinessLambdaFulfillmentFunction
466
Action: 'lambda:InvokeFunction'
templates/master.yaml
@@ -582,6 +582,7 @@ Parameters:
582
583
IDCApplicationARN:
584
Type: String
585
+ Default: ''
586
Description: >
587
ARN of the Identity Center customer managed application created for QBusiness. This will need to be configured
588
manually after initial UI deployment. The value from manual creation will need to be supplied here and the template updated.
0 commit comments