Class: Aws::Types::CreateDBClusterMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


116
117
118
# File 'sig/types.rbs', line 116

def availability_zones
  @availability_zones
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def backup_retention_period
  @backup_retention_period
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


141
142
143
# File 'sig/types.rbs', line 141

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_parameter_group_name::String

Returns the value of attribute db_cluster_parameter_group_name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def db_cluster_parameter_group_name
  @db_cluster_parameter_group_name
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


134
135
136
# File 'sig/types.rbs', line 134

def deletion_protection
  @deletion_protection
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


133
134
135
# File 'sig/types.rbs', line 133

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def global_cluster_identifier
  @global_cluster_identifier
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def kms_key_id
  @kms_key_id
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


138
139
140
# File 'sig/types.rbs', line 138

def manage_master_user_password
  @manage_master_user_password
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def master_user_password
  @master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def master_username
  @master_username
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


124
125
126
# File 'sig/types.rbs', line 124

def port
  @port
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def pre_signed_url
  @pre_signed_url
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def preferred_maintenance_window
  @preferred_maintenance_window
end

#serverless_v2_scaling_configurationTypes::ServerlessV2ScalingConfiguration

Returns the value of attribute serverless_v2_scaling_configuration.



137
138
139
# File 'sig/types.rbs', line 137

def serverless_v2_scaling_configuration
  @serverless_v2_scaling_configuration
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def source_region
  @source_region
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


130
131
132
# File 'sig/types.rbs', line 130

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def storage_type
  @storage_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


120
121
122
# File 'sig/types.rbs', line 120

def vpc_security_group_ids
  @vpc_security_group_ids
end