Class: Humidifier::Neptune::DBCluster
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Neptune::DBCluster resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#associated_roles ⇒ Object
returns the AssociatedRoles property.
-
#associated_roles=(value) ⇒ Object
sets the AssociatedRoles property (List).
-
#availability_zones ⇒ Object
returns the AvailabilityZones property.
-
#availability_zones=(value) ⇒ Object
sets the AvailabilityZones property (List).
-
#backup_retention_period ⇒ Object
returns the BackupRetentionPeriod property.
-
#backup_retention_period=(value) ⇒ Object
sets the BackupRetentionPeriod property (Integer).
-
#db_cluster_identifier ⇒ Object
returns the DBClusterIdentifier property.
-
#db_cluster_identifier=(value) ⇒ Object
sets the DBClusterIdentifier property (String).
-
#db_cluster_parameter_group_name ⇒ Object
returns the DBClusterParameterGroupName property.
-
#db_cluster_parameter_group_name=(value) ⇒ Object
sets the DBClusterParameterGroupName property (String).
-
#db_subnet_group_name ⇒ Object
returns the DBSubnetGroupName property.
-
#db_subnet_group_name=(value) ⇒ Object
sets the DBSubnetGroupName property (String).
-
#deletion_protection ⇒ Object
returns the DeletionProtection property.
-
#deletion_protection=(value) ⇒ Object
sets the DeletionProtection property (Boolean).
-
#enable_cloudwatch_logs_exports ⇒ Object
returns the EnableCloudwatchLogsExports property.
-
#enable_cloudwatch_logs_exports=(value) ⇒ Object
sets the EnableCloudwatchLogsExports property (List).
-
#engine_version ⇒ Object
returns the EngineVersion property.
-
#engine_version=(value) ⇒ Object
sets the EngineVersion property (String).
-
#iam_auth_enabled ⇒ Object
returns the IamAuthEnabled property.
-
#iam_auth_enabled=(value) ⇒ Object
sets the IamAuthEnabled property (Boolean).
-
#kms_key_id ⇒ Object
returns the KmsKeyId property.
-
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String).
-
#port ⇒ Object
returns the Port property.
-
#port=(value) ⇒ Object
sets the Port property (Integer).
-
#preferred_backup_window ⇒ Object
returns the PreferredBackupWindow property.
-
#preferred_backup_window=(value) ⇒ Object
sets the PreferredBackupWindow property (String).
-
#preferred_maintenance_window ⇒ Object
returns the PreferredMaintenanceWindow property.
-
#preferred_maintenance_window=(value) ⇒ Object
sets the PreferredMaintenanceWindow property (String).
-
#restore_to_time ⇒ Object
returns the RestoreToTime property.
-
#restore_to_time=(value) ⇒ Object
sets the RestoreToTime property (String).
-
#restore_type ⇒ Object
returns the RestoreType property.
-
#restore_type=(value) ⇒ Object
sets the RestoreType property (String).
-
#snapshot_identifier ⇒ Object
returns the SnapshotIdentifier property.
-
#snapshot_identifier=(value) ⇒ Object
sets the SnapshotIdentifier property (String).
-
#source_db_cluster_identifier ⇒ Object
returns the SourceDBClusterIdentifier property.
-
#source_db_cluster_identifier=(value) ⇒ Object
sets the SourceDBClusterIdentifier property (String).
-
#storage_encrypted ⇒ Object
returns the StorageEncrypted property.
-
#storage_encrypted=(value) ⇒ Object
sets the StorageEncrypted property (Boolean).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#use_latest_restorable_time ⇒ Object
returns the UseLatestRestorableTime property.
-
#use_latest_restorable_time=(value) ⇒ Object
sets the UseLatestRestorableTime property (Boolean).
-
#vpc_security_group_ids ⇒ Object
returns the VpcSecurityGroupIds property.
-
#vpc_security_group_ids=(value) ⇒ Object
sets the VpcSecurityGroupIds property (List).
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
#associated_roles ⇒ Object
returns the AssociatedRoles property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def associated_roles properties['associated_roles'] end |
#associated_roles=(value) ⇒ Object
sets the AssociatedRoles property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def associated_roles=(value) update_property('associated_roles', value) end |
#availability_zones ⇒ Object
returns the AvailabilityZones property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def availability_zones properties['availability_zones'] end |
#availability_zones=(value) ⇒ Object
sets the AvailabilityZones property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def availability_zones=(value) update_property('availability_zones', value) end |
#backup_retention_period ⇒ Object
returns the BackupRetentionPeriod property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def backup_retention_period properties['backup_retention_period'] end |
#backup_retention_period=(value) ⇒ Object
sets the BackupRetentionPeriod property (Integer)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def backup_retention_period=(value) update_property('backup_retention_period', value) end |
#db_cluster_identifier ⇒ Object
returns the DBClusterIdentifier property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def db_cluster_identifier properties['db_cluster_identifier'] end |
#db_cluster_identifier=(value) ⇒ Object
sets the DBClusterIdentifier property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def db_cluster_identifier=(value) update_property('db_cluster_identifier', value) end |
#db_cluster_parameter_group_name ⇒ Object
returns the DBClusterParameterGroupName property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def db_cluster_parameter_group_name properties['db_cluster_parameter_group_name'] end |
#db_cluster_parameter_group_name=(value) ⇒ Object
sets the DBClusterParameterGroupName property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def db_cluster_parameter_group_name=(value) update_property('db_cluster_parameter_group_name', value) end |
#db_subnet_group_name ⇒ Object
returns the DBSubnetGroupName property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def db_subnet_group_name properties['db_subnet_group_name'] end |
#db_subnet_group_name=(value) ⇒ Object
sets the DBSubnetGroupName property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def db_subnet_group_name=(value) update_property('db_subnet_group_name', value) end |
#deletion_protection ⇒ Object
returns the DeletionProtection property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def deletion_protection properties['deletion_protection'] end |
#deletion_protection=(value) ⇒ Object
sets the DeletionProtection property (Boolean)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def deletion_protection=(value) update_property('deletion_protection', value) end |
#enable_cloudwatch_logs_exports ⇒ Object
returns the EnableCloudwatchLogsExports property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def enable_cloudwatch_logs_exports properties['enable_cloudwatch_logs_exports'] end |
#enable_cloudwatch_logs_exports=(value) ⇒ Object
sets the EnableCloudwatchLogsExports property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def enable_cloudwatch_logs_exports=(value) update_property('enable_cloudwatch_logs_exports', value) end |
#engine_version ⇒ Object
returns the EngineVersion property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def engine_version properties['engine_version'] end |
#engine_version=(value) ⇒ Object
sets the EngineVersion property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def engine_version=(value) update_property('engine_version', value) end |
#iam_auth_enabled ⇒ Object
returns the IamAuthEnabled property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def iam_auth_enabled properties['iam_auth_enabled'] end |
#iam_auth_enabled=(value) ⇒ Object
sets the IamAuthEnabled property (Boolean)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def iam_auth_enabled=(value) update_property('iam_auth_enabled', value) end |
#kms_key_id ⇒ Object
returns the KmsKeyId property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def kms_key_id properties['kms_key_id'] end |
#kms_key_id=(value) ⇒ Object
sets the KmsKeyId property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def kms_key_id=(value) update_property('kms_key_id', value) end |
#port ⇒ Object
returns the Port property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def port properties['port'] end |
#port=(value) ⇒ Object
sets the Port property (Integer)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def port=(value) update_property('port', value) end |
#preferred_backup_window ⇒ Object
returns the PreferredBackupWindow property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def preferred_backup_window properties['preferred_backup_window'] end |
#preferred_backup_window=(value) ⇒ Object
sets the PreferredBackupWindow property (String)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def preferred_backup_window=(value) update_property('preferred_backup_window', value) end |
#preferred_maintenance_window ⇒ Object
returns the PreferredMaintenanceWindow property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def preferred_maintenance_window properties['preferred_maintenance_window'] end |
#preferred_maintenance_window=(value) ⇒ Object
sets the PreferredMaintenanceWindow property (String)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def preferred_maintenance_window=(value) update_property('preferred_maintenance_window', value) end |
#restore_to_time ⇒ Object
returns the RestoreToTime property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def restore_to_time properties['restore_to_time'] end |
#restore_to_time=(value) ⇒ Object
sets the RestoreToTime property (String)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def restore_to_time=(value) update_property('restore_to_time', value) end |
#restore_type ⇒ Object
returns the RestoreType property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def restore_type properties['restore_type'] end |
#restore_type=(value) ⇒ Object
sets the RestoreType property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def restore_type=(value) update_property('restore_type', value) end |
#snapshot_identifier ⇒ Object
returns the SnapshotIdentifier property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def snapshot_identifier properties['snapshot_identifier'] end |
#snapshot_identifier=(value) ⇒ Object
sets the SnapshotIdentifier property (String)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def snapshot_identifier=(value) update_property('snapshot_identifier', value) end |
#source_db_cluster_identifier ⇒ Object
returns the SourceDBClusterIdentifier property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def source_db_cluster_identifier properties['source_db_cluster_identifier'] end |
#source_db_cluster_identifier=(value) ⇒ Object
sets the SourceDBClusterIdentifier property (String)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def source_db_cluster_identifier=(value) update_property('source_db_cluster_identifier', value) end |
#storage_encrypted ⇒ Object
returns the StorageEncrypted property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def storage_encrypted properties['storage_encrypted'] end |
#storage_encrypted=(value) ⇒ Object
sets the StorageEncrypted property (Boolean)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def storage_encrypted=(value) update_property('storage_encrypted', value) end |
#tags ⇒ Object
returns the Tags property
200 201 202 |
# File 'lib/humidifier/magic.rb', line 200 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
205 206 207 |
# File 'lib/humidifier/magic.rb', line 205 def (value) update_property('tags', value) end |
#use_latest_restorable_time ⇒ Object
returns the UseLatestRestorableTime property
210 211 212 |
# File 'lib/humidifier/magic.rb', line 210 def use_latest_restorable_time properties['use_latest_restorable_time'] end |
#use_latest_restorable_time=(value) ⇒ Object
sets the UseLatestRestorableTime property (Boolean)
215 216 217 |
# File 'lib/humidifier/magic.rb', line 215 def use_latest_restorable_time=(value) update_property('use_latest_restorable_time', value) end |
#vpc_security_group_ids ⇒ Object
returns the VpcSecurityGroupIds property
220 221 222 |
# File 'lib/humidifier/magic.rb', line 220 def vpc_security_group_ids properties['vpc_security_group_ids'] end |
#vpc_security_group_ids=(value) ⇒ Object
sets the VpcSecurityGroupIds property (List)
225 226 227 |
# File 'lib/humidifier/magic.rb', line 225 def vpc_security_group_ids=(value) update_property('vpc_security_group_ids', value) end |