Module Values.BackendSource

Describes the backend associated with an Amplify Branch. This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

Sourcetype nonrec t = {
  1. stackArn : StackArn.t option;
    (*

    The Amazon Resource Name (ARN) for the CloudFormation stack.

    *)
}
Sourceval make : ?stackArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StackArn.t ]) 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