たれぱんのびぼーろく

わたしの備忘録、生物学とプログラミングが多いかも

CloudFormationの詳細

Resources:
  anyname1:
    Type: AWS::ProductIdentifier::ResourceType
    Properties?:
      propName1?: propValue1
      propName2?:
        subPropNameA?: subPropValueA
        subPropNameZ?: subPropValueZ
      propNameX?: propValueX
  anynameX?:
    ...

Parameters?:
  anyKeyName?:
    Type: string | Number | AWS 固有タイプ
    Description?: string