Answers for "cloudformation conditional property"

1

cloudformation conditional property

Properties:
  Property:
    !If
    - YourCondition
    - YouProperties # It can be object or array
    - !Ref "AWS::NoValue"
Posted by: Guest on January-12-2021

Code answers related to "cloudformation conditional property"

Browse Popular Code Answers by Language