Class: Aws::Types::CreateClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_user_name ⇒ ::String
Returns the value of attribute admin_user_name.
-
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
-
#auth_type ⇒ "PLAIN_TEXT", "SECRET_ARN"
Returns the value of attribute auth_type.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
-
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
-
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#admin_user_name ⇒ ::String
Returns the value of attribute admin_user_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def admin_user_name @admin_user_name end |
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
104 105 106 |
# File 'sig/types.rbs', line 104 def admin_user_password @admin_user_password end |
#auth_type ⇒ "PLAIN_TEXT", "SECRET_ARN"
Returns the value of attribute auth_type.
105 106 107 |
# File 'sig/types.rbs', line 105 def auth_type @auth_type end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
106 107 108 |
# File 'sig/types.rbs', line 106 def backup_retention_period @backup_retention_period end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
107 108 109 |
# File 'sig/types.rbs', line 107 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def cluster_name @cluster_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def kms_key_id @kms_key_id end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
110 111 112 |
# File 'sig/types.rbs', line 110 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
111 112 113 |
# File 'sig/types.rbs', line 111 def preferred_maintenance_window @preferred_maintenance_window end |
#shard_capacity ⇒ ::Integer
Returns the value of attribute shard_capacity.
112 113 114 |
# File 'sig/types.rbs', line 112 def shard_capacity @shard_capacity end |
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
113 114 115 |
# File 'sig/types.rbs', line 113 def shard_count @shard_count end |
#shard_instance_count ⇒ ::Integer
Returns the value of attribute shard_instance_count.
114 115 116 |
# File 'sig/types.rbs', line 114 def shard_instance_count @shard_instance_count end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
115 116 117 |
# File 'sig/types.rbs', line 115 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
116 117 118 |
# File 'sig/types.rbs', line 116 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
117 118 119 |
# File 'sig/types.rbs', line 117 def vpc_security_group_ids @vpc_security_group_ids end |