Values_0.CfnStackCreateParameterSourceA key-value pair that represents a parameter for the CloudFormation stack.
type nonrec t = {key : CfnStackParameterKey.t;The name of the CloudFormation parameter.
*)value : CfnStackParameterValue.t option;The value of the CloudFormation parameter.
*)}