Class: Convection::Model::Template::ResourceProperty::S3WebsiteConfigurationRoutingRuleRedirectRule

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_s3_website_configuration_routing_rule_redirect_rule.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

#host_nameObject #host_name(value) ⇒ Object

Overloads:

  • #host_nameObject

    Returns the value of the ‘HostName’ CloudFormation property.

  • #host_name(value) ⇒ Object

    Sets the ‘HostName’ CloudFormation property.

    Parameters:

    • value

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



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

property :host_name, 'HostName'

#http_redirect_codeObject #http_redirect_code(value) ⇒ Object

Overloads:

  • #http_redirect_codeObject

    Returns the value of the ‘HttpRedirectCode’ CloudFormation property.

  • #http_redirect_code(value) ⇒ Object

    Sets the ‘HttpRedirectCode’ CloudFormation property.

    Parameters:

    • value

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



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

property :http_redirect_code, 'HttpRedirectCode'

#protocolObject #protocol(value) ⇒ Object

Overloads:

  • #protocolObject

    Returns the value of the ‘Protocol’ CloudFormation property.

  • #protocol(value) ⇒ Object

    Sets the ‘Protocol’ CloudFormation property.

    Parameters:

    • value

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



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

property :protocol, 'Protocol'

#replace_key_prefix_withObject #replace_key_prefix_with(value) ⇒ Object

Overloads:

  • #replace_key_prefix_withObject

    Returns the value of the ‘ReplaceKeyPrefixWith’ CloudFormation property.

  • #replace_key_prefix_with(value) ⇒ Object

    Sets the ‘ReplaceKeyPrefixWith’ CloudFormation property.

    Parameters:

    • value

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



13
# File 'lib/convection/model/template/resource_property/aws_s3_website_configuration_routing_rule_redirect_rule.rb', line 13

property :replace_key_prefix_with, 'ReplaceKeyPrefixWith'

#replace_key_withObject #replace_key_with(value) ⇒ Object

Overloads:

  • #replace_key_withObject

    Returns the value of the ‘ReplaceKeyWith’ CloudFormation property.

  • #replace_key_with(value) ⇒ Object

    Sets the ‘ReplaceKeyWith’ CloudFormation property.

    Parameters:

    • value

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



14
# File 'lib/convection/model/template/resource_property/aws_s3_website_configuration_routing_rule_redirect_rule.rb', line 14

property :replace_key_with, 'ReplaceKeyWith'