Class: Convection::Model::Template::ResourceProperty::EventsRuleTarget

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_events_rule_target.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_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select

Constructor Details

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

Instance Method Details

#arnObject #arn(value) ⇒ Object

Overloads:

  • #arnObject

    Returns the value of the 'Arn' CloudFormation property.

  • #arn(value) ⇒ Object

    Sets the 'Arn' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Arn' CloudFormation property to.



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

property :arn, 'Arn'

#idObject #id(value) ⇒ Object

Overloads:

  • #idObject

    Returns the value of the 'Id' CloudFormation property.

  • #id(value) ⇒ Object

    Sets the 'Id' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Id' CloudFormation property to.



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

property :id, 'Id'

#inputObject #input(value) ⇒ Object

Overloads:

  • #inputObject

    Returns the value of the 'Input' CloudFormation property.

  • #input(value) ⇒ Object

    Sets the 'Input' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Input' CloudFormation property to.



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

property :input, 'Input'

#input_pathObject #input_path(value) ⇒ Object

Overloads:

  • #input_pathObject

    Returns the value of the 'InputPath' CloudFormation property.

  • #input_path(value) ⇒ Object

    Sets the 'InputPath' CloudFormation property.

    Parameters:

    • value

      the value to set the 'InputPath' CloudFormation property to.



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

property :input_path, 'InputPath'