Skip to content

Qbusiness  >  Structures  >  Subscription

Subscription

Structure Class

Subscription dataclass

Information about an Amazon Q Business subscription.

Subscriptions are used to provide access for an IAM Identity Center user or a group to an Amazon Q Business application.

Amazon Q Business offers two subscription tiers: Q_LITE and Q_BUSINESS. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see Amazon Q Business pricing.

Attributes

current_subscription class-attribute instance-attribute
current_subscription: SubscriptionDetails | None = None

The type of your current Amazon Q Business subscription.

next_subscription class-attribute instance-attribute
next_subscription: SubscriptionDetails | None = None

The type of the Amazon Q Business subscription for the next month.

principal class-attribute instance-attribute
principal: SubscriptionPrincipal | None = None

The IAM Identity Center UserId or GroupId of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.

subscription_arn class-attribute instance-attribute
subscription_arn: str | None = None

The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.

subscription_id class-attribute instance-attribute
subscription_id: str | None = None

The identifier of the Amazon Q Business subscription to be updated.