Class: Humidifier::OpenSearchService::Domain
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::OpenSearchService::Domain resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#access_policies ⇒ Object
returns the AccessPolicies property.
-
#access_policies=(value) ⇒ Object
sets the AccessPolicies property (Json).
-
#advanced_options ⇒ Object
returns the AdvancedOptions property.
-
#advanced_options=(value) ⇒ Object
sets the AdvancedOptions property (Map).
-
#advanced_security_options ⇒ Object
returns the AdvancedSecurityOptions property.
-
#advanced_security_options=(value) ⇒ Object
sets the AdvancedSecurityOptions property (Structure).
-
#cluster_config ⇒ Object
returns the ClusterConfig property.
-
#cluster_config=(value) ⇒ Object
sets the ClusterConfig property (Structure).
-
#cognito_options ⇒ Object
returns the CognitoOptions property.
-
#cognito_options=(value) ⇒ Object
sets the CognitoOptions property (Structure).
-
#domain_endpoint_options ⇒ Object
returns the DomainEndpointOptions property.
-
#domain_endpoint_options=(value) ⇒ Object
sets the DomainEndpointOptions property (Structure).
-
#domain_name ⇒ Object
returns the DomainName property.
-
#domain_name=(value) ⇒ Object
sets the DomainName property (String).
-
#ebs_options ⇒ Object
returns the EBSOptions property.
-
#ebs_options=(value) ⇒ Object
sets the EBSOptions property (Structure).
-
#encryption_at_rest_options ⇒ Object
returns the EncryptionAtRestOptions property.
-
#encryption_at_rest_options=(value) ⇒ Object
sets the EncryptionAtRestOptions property (Structure).
-
#engine_version ⇒ Object
returns the EngineVersion property.
-
#engine_version=(value) ⇒ Object
sets the EngineVersion property (String).
-
#log_publishing_options ⇒ Object
returns the LogPublishingOptions property.
-
#log_publishing_options=(value) ⇒ Object
sets the LogPublishingOptions property (Map).
-
#node_to_node_encryption_options ⇒ Object
returns the NodeToNodeEncryptionOptions property.
-
#node_to_node_encryption_options=(value) ⇒ Object
sets the NodeToNodeEncryptionOptions property (Structure).
-
#snapshot_options ⇒ Object
returns the SnapshotOptions property.
-
#snapshot_options=(value) ⇒ Object
sets the SnapshotOptions property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#vpc_options ⇒ Object
returns the VPCOptions property.
-
#vpc_options=(value) ⇒ Object
sets the VPCOptions property (Structure).
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_policies ⇒ Object
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_options ⇒ Object
returns the AdvancedOptions property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def properties['advanced_options'] end |
#advanced_options=(value) ⇒ Object
sets the AdvancedOptions property (Map)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def (value) update_property('advanced_options', value) end |
#advanced_security_options ⇒ Object
returns the AdvancedSecurityOptions property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def 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 (value) update_property('advanced_security_options', value) end |
#cluster_config ⇒ Object
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_options ⇒ Object
returns the CognitoOptions property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['cognito_options'] end |
#cognito_options=(value) ⇒ Object
sets the CognitoOptions property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('cognito_options', value) end |
#domain_endpoint_options ⇒ Object
returns the DomainEndpointOptions property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def 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 (value) update_property('domain_endpoint_options', value) end |
#domain_name ⇒ Object
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_options ⇒ Object
returns the EBSOptions property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def properties['ebs_options'] end |
#ebs_options=(value) ⇒ Object
sets the EBSOptions property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def (value) update_property('ebs_options', value) end |
#encryption_at_rest_options ⇒ Object
returns the EncryptionAtRestOptions property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def 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 (value) update_property('encryption_at_rest_options', value) end |
#engine_version ⇒ Object
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_options ⇒ Object
returns the LogPublishingOptions property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def 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 (value) update_property('log_publishing_options', value) end |
#node_to_node_encryption_options ⇒ Object
returns the NodeToNodeEncryptionOptions property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def 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 (value) update_property('node_to_node_encryption_options', value) end |
#snapshot_options ⇒ Object
returns the SnapshotOptions property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def properties['snapshot_options'] end |
#snapshot_options=(value) ⇒ Object
sets the SnapshotOptions property (Structure)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def (value) update_property('snapshot_options', value) end |
#tags ⇒ Object
returns the Tags property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def (value) update_property('tags', value) end |
#vpc_options ⇒ Object
returns the VPCOptions property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def properties['vpc_options'] end |
#vpc_options=(value) ⇒ Object
sets the VPCOptions property (Structure)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def (value) update_property('vpc_options', value) end |