Module Values.AutoSubscriptionConfigurationSource

Subscription configuration information for an Amazon Q Business application using IAM identity federation for user management.

Sourcetype nonrec t = {
  1. autoSubscribe : AutoSubscriptionStatus.t;
    (*

    Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.

    *)
  2. defaultSubscriptionType : SubscriptionType.t option;
    (*

    Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.

    *)
}
Sourceval context_ : string
Sourceval make : ?defaultSubscriptionType:??? -> autoSubscribe:AutoSubscriptionStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t