This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QBusiness::Application AutoSubscriptionConfiguration
Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AutoSubscribe" :String, "DefaultSubscriptionType" :String}
YAML
AutoSubscribe:StringDefaultSubscriptionType:String
Properties
AutoSubscribe-
Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
Required: Yes
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption
DefaultSubscriptionType-
Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for
autoSubscribeis set toENABLEDyou must select a value for this field.Required: No
Type: String
Allowed values:
Q_LITE | Q_BUSINESSUpdate requires: No interruption