Class: Humidifier::OpenSearchService::Domain

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

Overview

A dynamically-defined class that represents an AWS::OpenSearchService::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



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)



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



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)



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



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)



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

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

#cluster_configObject

returns the ClusterConfig property



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

def cluster_config
  properties['cluster_config']
end

#cluster_config=(value) ⇒ Object

sets the ClusterConfig property (Structure)



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

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

#cognito_optionsObject

returns the CognitoOptions property



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

def cognito_options
  properties['cognito_options']
end

#cognito_options=(value) ⇒ Object

sets the CognitoOptions property (Structure)



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

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

#domain_endpoint_optionsObject

returns the DomainEndpointOptions property



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

def domain_endpoint_options
  properties['domain_endpoint_options']
end

#domain_endpoint_options=(value) ⇒ Object

sets the DomainEndpointOptions property (Structure)



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

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

#domain_nameObject

returns the DomainName property



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

def domain_name
  properties['domain_name']
end

#domain_name=(value) ⇒ Object

sets the DomainName property (String)



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

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

#ebs_optionsObject

returns the EBSOptions property



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

def ebs_options
  properties['ebs_options']
end

#ebs_options=(value) ⇒ Object

sets the EBSOptions property (Structure)



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

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

#encryption_at_rest_optionsObject

returns the EncryptionAtRestOptions property



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

def encryption_at_rest_options
  properties['encryption_at_rest_options']
end

#encryption_at_rest_options=(value) ⇒ Object

sets the EncryptionAtRestOptions property (Structure)



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

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

#engine_versionObject

returns the EngineVersion property



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

def engine_version
  properties['engine_version']
end

#engine_version=(value) ⇒ Object

sets the EngineVersion property (String)



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

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

#log_publishing_optionsObject

returns the LogPublishingOptions property



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)



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



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)



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



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)



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



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

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



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

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

#vpc_optionsObject

returns the VPCOptions property



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)



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

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