Module Values_0.CfnStackUpdateParameterSource

A key-value pair representing a parameter used in the CloudFormation stack.

Sourcetype nonrec t = {
  1. key : CfnStackParameterKey.t;
    (*

    The name of the CloudFormation parameter.

    *)
  2. value : CfnStackParameterValue.t option;
    (*

    The value of the CloudFormation parameter.

    *)
}
Sourceval context_ : string
Sourceval make : ?value:??? -> key:CfnStackParameterKey.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CfnStackParameterKey.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