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.7 example/resources/gateway.json
aws-cfn-decompiler-0.9.3 example/resources/gateway.json
aws-cfn-decompiler-0.9.2 example/resources/gateway.json
aws-cfn-compiler-0.9.5 example/resources/gateway.json
aws-cfn-compiler-0.9.4 example/resources/gateway.json
aws-cfn-compiler-0.9.3 example/resources/gateway.json
aws-cfn-compiler-0.9.2 example/resources/gateway.json
aws-cfn-decompiler-0.9.1 example/resources/gateway.json
aws-cfn-compiler-0.9.1 example/resources/gateway.json
aws-cfn-compiler-0.8.10 example/resources/gateway.json
aws-cfn-compiler-0.8.9 example/resources/gateway.json
aws-cfn-compiler-0.8.8 example/resources/gateway.json
aws-cfn-compiler-0.8.7 example/resources/gateway.json
aws-cfn-compiler-0.8.6 example/resources/gateway.json
aws-cfn-compiler-0.8.5 example/resources/gateway.json
aws-cfn-compiler-0.8.4 example/resources/gateway.json
aws-cfn-decompiler-0.8.2 example/resources/gateway.json
aws-cfn-compiler-0.8.3 example/resources/gateway.json
aws-cfn-compiler-0.8.2 example/resources/gateway.json
aws-cfn-decompiler-0.8.1 example/resources/gateway.json