📜  cloudformation 条件属性 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:58.958000             🧑  作者: Mango

代码示例1
Properties:
  Property:
    !If
    - YourCondition
    - YouProperties # It can be object or array
    - !Ref "AWS::NoValue"