Module Values_0.AnonymousUserDashboardEmbeddingConfigurationSource

Information about the dashboard that you want to embed.

Sourcetype nonrec t = {
  1. initialDashboardId : ShortRestrictiveResourceId.t;
    (*

    The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon Quick Sight renders this dashboard. The Amazon Resource Name (ARN) of this dashboard must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

    *)
  2. enabledFeatures : AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures.t option;
    (*

    A list of all enabled features of a specified anonymous dashboard.

    *)
  3. disabledFeatures : AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures.t option;
    (*

    A list of all disabled features of a specified anonymous dashboard.

    *)
  4. featureConfigurations : AnonymousUserDashboardFeatureConfigurations.t option;
    (*

    The feature configuration for an embedded dashboard.

    *)
}
Sourceval context_ : string
Sourceval make : ?enabledFeatures:??? -> ?disabledFeatures:??? -> ?featureConfigurations:??? -> initialDashboardId:ShortRestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]) list ]) 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