Class: Convection::Model::Template::Resource::ApiGatewayDeployment

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_api_gateway_deployment.rb

Overview

AWS::ApiGateway::Deployment

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::Resource

#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output

Methods included from Mixin::Conditional

#condition, #render_condition

Methods included from DSL::Template::Resource

attach_resource, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

Methods included from DSL::Helpers

#camel_case, included, method_name, #screaming_snake_case, #snake_case

Methods included from DSL::IntrinsicFunctions

#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#descriptionObject #description(value) ⇒ Object

Overloads:

  • #descriptionObject

    Returns the value of the ‘Description’ CloudFormation property.

  • #description(value) ⇒ Object

    Sets the ‘Description’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘Description’ CloudFormation property to.



12
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 12

property :description, 'Description'

#method_response(&block) ⇒ Object



23
24
25
26
27
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 23

def method_response(&block)
  r = ResourceProperty::ApiGatewayMethodMethodResponse.new(self)
  r.instance_exec(&block) if block
  method_responses << r
end

#rest_api_idObject #rest_api_id(value) ⇒ Object

Overloads:

  • #rest_api_idObject

    Returns the value of the ‘RestApiId’ CloudFormation property.

  • #rest_api_id(value) ⇒ Object

    Sets the ‘RestApiId’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘RestApiId’ CloudFormation property to.



13
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 13

property :rest_api_id, 'RestApiId'

#stage_description(&block) ⇒ Object



17
18
19
20
21
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 17

def stage_description(&block)
  i = ResourceProperty::ApiGatewayDeploymentStageDescription.new(self)
  i.instance_exec(&block) if block
  properties['StageDescription'].set(i)
end

#stage_description_propObject #stage_description_prop(value) ⇒ Object

Overloads:

  • #stage_description_propObject

    Returns the value of the ‘StageDescription’ CloudFormation property.

  • #stage_description_prop(value) ⇒ Object

    Sets the ‘StageDescription’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘StageDescription’ CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 14

property :stage_description_prop, 'StageDescription'

#stage_nameObject #stage_name(value) ⇒ Object

Overloads:

  • #stage_nameObject

    Returns the value of the ‘StageName’ CloudFormation property.

  • #stage_name(value) ⇒ Object

    Sets the ‘StageName’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘StageName’ CloudFormation property to.



15
# File 'lib/convection/model/template/resource/aws_api_gateway_deployment.rb', line 15

property :stage_name, 'StageName'