Method: Jets::Resource::ChildStack::ApiGateway#definition

Defined in:
lib/jets/resource/child_stack/api_gateway.rb

#definitionObject



8
9
10
11
12
13
14
15
16
17
# File 'lib/jets/resource/child_stack/api_gateway.rb', line 8

def definition
  {
    api_gateway: {
      type: "AWS::CloudFormation::Stack",
      properties: {
        template_url: template_url,
      }
    }
  }
end