Class: Humidifier::Elasticsearch::Domain

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::Elasticsearch::Domain resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property

Constructor Details

This class inherits a constructor from Humidifier::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Humidifier::Resource

Instance Method Details

#access_policiesObject

returns the AccessPolicies property

[View source]

10
11
12
# File 'lib/humidifier/magic.rb', line 10

def access_policies
  properties['access_policies']
end

#access_policies=(value) ⇒ Object

sets the AccessPolicies property (Json)

[View source]

15
16
17
# File 'lib/humidifier/magic.rb', line 15

def access_policies=(value)
  update_property('access_policies', value)
end

#advanced_optionsObject

returns the AdvancedOptions property

[View source]

20
21
22
# File 'lib/humidifier/magic.rb', line 20

def advanced_options
  properties['advanced_options']
end

#advanced_options=(value) ⇒ Object

sets the AdvancedOptions property (Map)

[View source]

25
26
27
# File 'lib/humidifier/magic.rb', line 25

def advanced_options=(value)
  update_property('advanced_options', value)
end

#advanced_security_optionsObject

returns the AdvancedSecurityOptions property

[View source]

30
31
32
# File 'lib/humidifier/magic.rb', line 30

def advanced_security_options
  properties['advanced_security_options']
end

#advanced_security_options=(value) ⇒ Object

sets the AdvancedSecurityOptions property (Structure)

[View source]

35
36
37
# File 'lib/humidifier/magic.rb', line 35

def advanced_security_options=(value)
  update_property('advanced_security_options', value)
end

#cognito_optionsObject

returns the CognitoOptions property

[View source]

40
41
42
# File 'lib/humidifier/magic.rb', line 40

def cognito_options
  properties['cognito_options']
end

#cognito_options=(value) ⇒ Object

sets the CognitoOptions property (Structure)

[View source]

45
46
47
# File 'lib/humidifier/magic.rb', line 45

def cognito_options=(value)
  update_property('cognito_options', value)
end

#domain_endpoint_optionsObject

returns the DomainEndpointOptions property

[View source]

50
51
52
# File 'lib/humidifier/magic.rb', line 50

def domain_endpoint_options
  properties['domain_endpoint_options']
end

#domain_endpoint_options=(value) ⇒ Object

sets the DomainEndpointOptions property (Structure)

[View source]

55
56
57
# File 'lib/humidifier/magic.rb', line 55

def domain_endpoint_options=(value)
  update_property('domain_endpoint_options', value)
end

#domain_nameObject

returns the DomainName property

[View source]

60
61
62
# File 'lib/humidifier/magic.rb', line 60

def domain_name
  properties['domain_name']
end

#domain_name=(value) ⇒ Object

sets the DomainName property (String)

[View source]

65
66
67
# File 'lib/humidifier/magic.rb', line 65

def domain_name=(value)
  update_property('domain_name', value)
end

#ebs_optionsObject

returns the EBSOptions property

[View source]

70
71
72
# File 'lib/humidifier/magic.rb', line 70

def ebs_options
  properties['ebs_options']
end

#ebs_options=(value) ⇒ Object

sets the EBSOptions property (Structure)

[View source]

75
76
77
# File 'lib/humidifier/magic.rb', line 75

def ebs_options=(value)
  update_property('ebs_options', value)
end

#elasticsearch_cluster_configObject

returns the ElasticsearchClusterConfig property

[View source]

80
81
82
# File 'lib/humidifier/magic.rb', line 80

def elasticsearch_cluster_config
  properties['elasticsearch_cluster_config']
end

#elasticsearch_cluster_config=(value) ⇒ Object

sets the ElasticsearchClusterConfig property (Structure)

[View source]

85
86
87
# File 'lib/humidifier/magic.rb', line 85

def elasticsearch_cluster_config=(value)
  update_property('elasticsearch_cluster_config', value)
end

#elasticsearch_versionObject

returns the ElasticsearchVersion property

[View source]

90
91
92
# File 'lib/humidifier/magic.rb', line 90

def elasticsearch_version
  properties['elasticsearch_version']
end

#elasticsearch_version=(value) ⇒ Object

sets the ElasticsearchVersion property (String)

[View source]

95
96
97
# File 'lib/humidifier/magic.rb', line 95

def elasticsearch_version=(value)
  update_property('elasticsearch_version', value)
end

#encryption_at_rest_optionsObject

returns the EncryptionAtRestOptions property

[View source]

100
101
102
# File 'lib/humidifier/magic.rb', line 100

def encryption_at_rest_options
  properties['encryption_at_rest_options']
end

#encryption_at_rest_options=(value) ⇒ Object

sets the EncryptionAtRestOptions property (Structure)

[View source]

105
106
107
# File 'lib/humidifier/magic.rb', line 105

def encryption_at_rest_options=(value)
  update_property('encryption_at_rest_options', value)
end

#log_publishing_optionsObject

returns the LogPublishingOptions property

[View source]

110
111
112
# File 'lib/humidifier/magic.rb', line 110

def log_publishing_options
  properties['log_publishing_options']
end

#log_publishing_options=(value) ⇒ Object

sets the LogPublishingOptions property (Map)

[View source]

115
116
117
# File 'lib/humidifier/magic.rb', line 115

def log_publishing_options=(value)
  update_property('log_publishing_options', value)
end

#node_to_node_encryption_optionsObject

returns the NodeToNodeEncryptionOptions property

[View source]

120
121
122
# File 'lib/humidifier/magic.rb', line 120

def node_to_node_encryption_options
  properties['node_to_node_encryption_options']
end

#node_to_node_encryption_options=(value) ⇒ Object

sets the NodeToNodeEncryptionOptions property (Structure)

[View source]

125
126
127
# File 'lib/humidifier/magic.rb', line 125

def node_to_node_encryption_options=(value)
  update_property('node_to_node_encryption_options', value)
end

#snapshot_optionsObject

returns the SnapshotOptions property

[View source]

130
131
132
# File 'lib/humidifier/magic.rb', line 130

def snapshot_options
  properties['snapshot_options']
end

#snapshot_options=(value) ⇒ Object

sets the SnapshotOptions property (Structure)

[View source]

135
136
137
# File 'lib/humidifier/magic.rb', line 135

def snapshot_options=(value)
  update_property('snapshot_options', value)
end

#tagsObject

returns the Tags property

[View source]

140
141
142
# File 'lib/humidifier/magic.rb', line 140

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)

[View source]

145
146
147
# File 'lib/humidifier/magic.rb', line 145

def tags=(value)
  update_property('tags', value)
end

#vpc_optionsObject

returns the VPCOptions property

[View source]

150
151
152
# File 'lib/humidifier/magic.rb', line 150

def vpc_options
  properties['vpc_options']
end

#vpc_options=(value) ⇒ Object

sets the VPCOptions property (Structure)

[View source]

155
156
157
# File 'lib/humidifier/magic.rb', line 155

def vpc_options=(value)
  update_property('vpc_options', value)
end