Class: Aws::Types::CreateDbClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDbClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
-
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
77 78 79 |
# File 'sig/types.rbs', line 77 def allocated_storage @allocated_storage end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
72 73 74 |
# File 'sig/types.rbs', line 72 def bucket @bucket end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
86 87 88 |
# File 'sig/types.rbs', line 86 def db_backup_configurations @db_backup_configurations end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
74 75 76 |
# File 'sig/types.rbs', line 74 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
76 77 78 |
# File 'sig/types.rbs', line 76 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
82 83 84 |
# File 'sig/types.rbs', line 82 def deployment_type @deployment_type end |
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
83 84 85 |
# File 'sig/types.rbs', line 83 def failover_mode @failover_mode end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def kms_key_id @kms_key_id end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
84 85 86 |
# File 'sig/types.rbs', line 84 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
85 86 87 |
# File 'sig/types.rbs', line 85 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
68 69 70 |
# File 'sig/types.rbs', line 68 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
78 79 80 |
# File 'sig/types.rbs', line 78 def network_type @network_type end |
#organization ⇒ ::String
Returns the value of attribute organization.
71 72 73 |
# File 'sig/types.rbs', line 71 def organization @organization end |
#password ⇒ ::String
Returns the value of attribute password.
70 71 72 |
# File 'sig/types.rbs', line 70 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
73 74 75 |
# File 'sig/types.rbs', line 73 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
79 80 81 |
# File 'sig/types.rbs', line 79 def publicly_accessible @publicly_accessible end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
69 70 71 |
# File 'sig/types.rbs', line 69 def username @username end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
81 82 83 |
# File 'sig/types.rbs', line 81 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
80 81 82 |
# File 'sig/types.rbs', line 80 def vpc_subnet_ids @vpc_subnet_ids end |