Class: Convection::Model::Template::ResourceProperty::Route53GeoLocation

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_route53_geolocation.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

Methods inherited from Convection::Model::Template::ResourceProperty

attach_method, #initialize, properties, property, #property, #render

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, included, #join, mixers, #select

Constructor Details

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

Instance Method Details

#continent_codeObject #continent_code(value) ⇒ Object

Overloads:

  • #continent_codeObject

    Returns the value of the ‘ContinentCode’ CloudFormation property.

  • #continent_code(value) ⇒ Object

    Sets the ‘ContinentCode’ CloudFormation property.

    Parameters:

    • value

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



10
# File 'lib/convection/model/template/resource_property/aws_route53_geolocation.rb', line 10

property :continent_code, 'ContinentCode'

#country_codeObject #country_code(value) ⇒ Object

Overloads:

  • #country_codeObject

    Returns the value of the ‘CountryCode’ CloudFormation property.

  • #country_code(value) ⇒ Object

    Sets the ‘CountryCode’ CloudFormation property.

    Parameters:

    • value

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



11
# File 'lib/convection/model/template/resource_property/aws_route53_geolocation.rb', line 11

property :country_code, 'CountryCode'

#subdivision_codeObject #subdivision_code(value) ⇒ Object

Overloads:

  • #subdivision_codeObject

    Returns the value of the ‘SubdivisionCode’ CloudFormation property.

  • #subdivision_code(value) ⇒ Object

    Sets the ‘SubdivisionCode’ CloudFormation property.

    Parameters:

    • value

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



12
# File 'lib/convection/model/template/resource_property/aws_route53_geolocation.rb', line 12

property :subdivision_code, 'SubdivisionCode'