Class: Convection::Model::Template::Resource::ElasticsearchDomain

Inherits:
Convection::Model::Template::Resource show all
Includes:
Mixin::Taggable
Defined in:
lib/convection/model/template/resource/aws_elasticsearch_domain.rb

Overview

AWS::Elasticsearch::Domain

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

Methods included from Mixin::Taggable

#immutable_metadata, #render_tags, #tag, #tags

Methods inherited from Convection::Model::Template::Resource

#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, type, #type, #with_output

Methods included from Mixin::Conditional

#condition, #render_condition

Methods included from DSL::Template::Resource

#_terraform_module_dir_to_flag, #_terraform_module_flag_to_dir, attach_resource, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

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::Resource

Instance Method Details

#access_policiesObject #access_policies(value) ⇒ Object

Overloads:

  • #access_policiesObject

    Returns the value of the ‘AccessPolicies’ CloudFormation property.

  • #access_policies(value) ⇒ Object

    Sets the ‘AccessPolicies’ CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 17

property :access_policies, 'AccessPolicies'

#advanced_optionsObject #advanced_options(value) ⇒ Object

Overloads:

  • #advanced_optionsObject

    Returns the value of the ‘AdvancedOptions’ CloudFormation property.

  • #advanced_options(value) ⇒ Object

    Sets the ‘AdvancedOptions’ CloudFormation property.

    Parameters:

    • value

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



21
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 21

property :advanced_options, 'AdvancedOptions'

#domain_nameObject #domain_name(value) ⇒ Object

Overloads:

  • #domain_nameObject

    Returns the value of the ‘DomainName’ CloudFormation property.

  • #domain_name(value) ⇒ Object

    Sets the ‘DomainName’ CloudFormation property.

    Parameters:

    • value

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



14
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 14

property :domain_name, 'DomainName'

#ebs_optionsObject #ebs_options(value) ⇒ Object

Overloads:

  • #ebs_optionsObject

    Returns the value of the ‘EBSOptions’ CloudFormation property.

  • #ebs_options(value) ⇒ Object

    Sets the ‘EBSOptions’ CloudFormation property.

    Parameters:

    • value

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



19
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 19

property :ebs_options, 'EBSOptions'

#elasticsearch_cluster_configObject #elasticsearch_cluster_config(value) ⇒ Object

Overloads:

  • #elasticsearch_cluster_configObject

    Returns the value of the ‘ElasticsearchClusterConfig’ CloudFormation property.

  • #elasticsearch_cluster_config(value) ⇒ Object

    Sets the ‘ElasticsearchClusterConfig’ CloudFormation property.

    Parameters:

    • value

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



16
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 16

property :elasticsearch_cluster_config, 'ElasticsearchClusterConfig'

#elasticsearch_versionObject #elasticsearch_version(value) ⇒ Object

Overloads:

  • #elasticsearch_versionObject

    Returns the value of the ‘ElasticsearchVersion’ CloudFormation property.

  • #elasticsearch_version(value) ⇒ Object

    Sets the ‘ElasticsearchVersion’ CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 15

property :elasticsearch_version, 'ElasticsearchVersion'

#render(*args) ⇒ Object



53
54
55
56
57
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 53

def render(*args)
  super.tap do |resource|
    render_tags(resource)
  end
end

#snapshot_optionsObject #snapshot_options(value) ⇒ Object

Overloads:

  • #snapshot_optionsObject

    Returns the value of the ‘SnapshotOptions’ CloudFormation property.

  • #snapshot_options(value) ⇒ Object

    Sets the ‘SnapshotOptions’ CloudFormation property.

    Parameters:

    • value

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



20
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 20

property :snapshot_options, 'SnapshotOptions'

#vpc_optionsObject #vpc_options(value) ⇒ Object

Overloads:

  • #vpc_optionsObject

    Returns the value of the ‘VPCOptions’ CloudFormation property.

  • #vpc_options(value) ⇒ Object

    Sets the ‘VPCOptions’ CloudFormation property.

    Parameters:

    • value

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



18
# File 'lib/convection/model/template/resource/aws_elasticsearch_domain.rb', line 18

property :vpc_options, 'VPCOptions'