Sha256: 0aae3b1613476e82e49997ccd2a3158900354f9eec7b4c48da0b8a836aa21fae

Contents?: true

Size: 442 Bytes

Versions: 72

Compression:

Stored size: 442 Bytes

Contents

{ "InternetGateway" : {
    "Type" : "AWS::EC2::InternetGateway",
    "Properties" : {
      "Tags" : [
        {"Key" : "Application", "Value" : { "Ref" : "AWS::StackName"} },
        {"Key" : "Network", "Value" : "Public" }
      ]
    }
  },

  "AttachGateway" : {
    "Type" : "AWS::EC2::VPCGatewayAttachment",
    "Properties" : {
       "VpcId" : { "Ref" : "VPC" },
       "InternetGatewayId" : { "Ref" : "InternetGateway" }
    }
  }
}

Version data entries

72 entries across 72 versions & 2 rubygems

Version Path
aws-cfn-compiler-0.9.27 example/resources/gateway.json
aws-cfn-compiler-0.9.26 example/resources/gateway.json
aws-cfn-compiler-0.9.25 example/resources/gateway.json
aws-cfn-compiler-0.9.24 example/resources/gateway.json
aws-cfn-compiler-0.9.23 example/resources/gateway.json
aws-cfn-compiler-0.9.22 example/resources/gateway.json
aws-cfn-compiler-0.9.21 example/resources/gateway.json
aws-cfn-compiler-0.9.20 example/resources/gateway.json
aws-cfn-compiler-0.9.19 example/resources/gateway.json
aws-cfn-compiler-0.9.18 example/resources/gateway.json
aws-cfn-compiler-0.9.17 example/resources/gateway.json
aws-cfn-compiler-0.9.16 example/resources/gateway.json
aws-cfn-compiler-0.9.15 example/resources/gateway.json
aws-cfn-compiler-0.9.14 example/resources/gateway.json
aws-cfn-decompiler-0.9.6 example/resources/gateway.json
aws-cfn-compiler-0.9.13 example/resources/gateway.json
aws-cfn-compiler-0.9.12 example/resources/gateway.json
aws-cfn-compiler-0.9.9 example/resources/gateway.json
aws-cfn-decompiler-0.9.5 example/resources/gateway.json
aws-cfn-compiler-0.9.8 example/resources/gateway.json