AWS::NoValue on CloudFormation: Conditional Property Configuration
- by Emre Yilmaz
- Jun 20, 2019
- AWS • DevOps • AWS CloudFormation • Amazon RDS
AWS CloudFormation provides a handful of pseudo parameters which you can use along with your template conditions and parameters to increase the reusability of your templates. One of them is the AWS::NoValue
parameter which acts as the null
value in programming languages.
In this post, I will talk about some examples of its use cases.
Continue reading the AWS::NoValue on CloudFormation: Conditional Property Configuration blog post.