Module Values_0.CfnStackDetailSource

Details about the CloudFormation stack.

Sourcetype nonrec t = {
  1. name : CfnStackName.t option;
    (*

    The name of the CloudFormation stack.

    *)
  2. id : CfnStackId.t option;
    (*

    The unique identifier of the CloudFormation stack.

    *)
  3. statusMessage : CfnStackStatusMessage.t option;
    (*

    A human-readable message about the stack's current status.

    *)
}
Sourceval make : ?name:??? -> ?id:??? -> ?statusMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CfnStackName.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