class Convection::Model::Template::Resource::ApiGatewayRestApi
AWS::ApiGateway::RestApi
Public Instance Methods
body_s3_location(&block)
click to toggle source
# File lib/convection/model/template/resource/aws_api_gateway_rest_api.rb, line 20 def body_s3_location(&block) b = ResourceProperty::ApiGatewayRestApiS3Location.new(self) b.instance_exec(&block) if block properties['BodyS3Location'].set(b) end