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.8.1 example/resources/gateway.json
aws-cfn-decompiler-0.8.0 example/resources/gateway.json
aws-cfn-compiler-0.8.0 example/resources/gateway.json
aws-cfn-decompiler-0.7.0 example/resources/gateway.json
aws-cfn-compiler-0.7.0 example/resources/gateway.json
aws-cfn-decompiler-0.6.0 example/resources/gateway.json
aws-cfn-compiler-0.6.0 example/resources/gateway.json
aws-cfn-decompiler-0.5.2 example/resources/gateway.json
aws-cfn-compiler-0.5.2 example/resources/gateway.json
aws-cfn-compiler-0.5.1 example/resources/gateway.json
aws-cfn-decompiler-0.5.0 example/resources/gateway.json
aws-cfn-compiler-0.5.0 example/resources/gateway.json
aws-cfn-compiler-0.3.1 example/resources/gateway.json
aws-cfn-decompiler-0.2.5 example/resources/gateway.json
aws-cfn-compiler-0.3.0 example/resources/gateway.json
aws-cfn-compiler-0.2.6 example/resources/gateway.json
aws-cfn-compiler-0.2.5 example/resources/gateway.json
aws-cfn-decompiler-0.2.4 example/resources/gateway.json
aws-cfn-compiler-0.2.4 example/resources/gateway.json
aws-cfn-decompiler-0.2.3 example/resources/gateway.json