Class: Convection::Model::Template::ResourceProperty::S3ReplicationConfigurationRule

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

#destinationObject #destination(value) ⇒ Object

Overloads:

  • #destinationObject

    Returns the value of the ‘Destination’ CloudFormation property.

  • #destination(value) ⇒ Object

    Sets the ‘Destination’ CloudFormation property.

    Parameters:

    • value

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



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

property :destination, 'Destination'

#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_s3_replication_configuration_rule.rb', line 11

property :id, 'Id'

#prefixObject #prefix(value) ⇒ Object

Overloads:

  • #prefixObject

    Returns the value of the ‘Prefix’ CloudFormation property.

  • #prefix(value) ⇒ Object

    Sets the ‘Prefix’ CloudFormation property.

    Parameters:

    • value

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



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

property :prefix, 'Prefix'

#statusObject #status(value) ⇒ Object

Overloads:

  • #statusObject

    Returns the value of the ‘Status’ CloudFormation property.

  • #status(value) ⇒ Object

    Sets the ‘Status’ CloudFormation property.

    Parameters:

    • value

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



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

property :status, 'Status'