Values.AwsCloudFormationStackOutputsDetailsSourceProvides information about the CloudFormation stack output.
type nonrec t = {description : NonEmptyString.t option;A user-defined description associated with the output.
*)outputKey : NonEmptyString.t option;The key associated with the output.
*)outputValue : NonEmptyString.t option;The value associated with the output.
*)}