Values_0.CfnStackParameterSourceA key-value pair representing a parameter used in the CloudFormation stack.
type nonrec t = {key : CfnStackParameterKey.t option;The name of the CloudFormation parameter.
*)value : CfnStackParameterValue.t option;The value of the CloudFormation parameter.
*)}