Class: Aws::Types::MySQLSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#after_connect_script::String

Returns the value of attribute after_connect_script.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def after_connect_script
  @after_connect_script
end

#authentication_method"password", "iam"

Returns the value of attribute authentication_method.

Returns:



2098
2099
2100
# File 'sig/types.rbs', line 2098

def authentication_method
  @authentication_method
end

#clean_source_metadata_on_mismatchBoolean

Returns the value of attribute clean_source_metadata_on_mismatch.

Returns:

  • (Boolean)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def 
  @clean_source_metadata_on_mismatch
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def database_name
  @database_name
end

#events_poll_interval::Integer

Returns the value of attribute events_poll_interval.

Returns:

  • (::Integer)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def events_poll_interval
  @events_poll_interval
end

#execute_timeout::Integer

Returns the value of attribute execute_timeout.

Returns:

  • (::Integer)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def execute_timeout
  @execute_timeout
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def max_file_size
  @max_file_size
end

#parallel_load_threads::Integer

Returns the value of attribute parallel_load_threads.

Returns:

  • (::Integer)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def parallel_load_threads
  @parallel_load_threads
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def port
  @port
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def secrets_manager_access_role_arn
  @secrets_manager_access_role_arn
end

#secrets_manager_secret_id::String

Returns the value of attribute secrets_manager_secret_id.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def server_name
  @server_name
end

#server_timezone::String

Returns the value of attribute server_timezone.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def server_timezone
  @server_timezone
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def service_access_role_arn
  @service_access_role_arn
end

#target_db_type"specific-database", "multiple-databases"

Returns the value of attribute target_db_type.

Returns:

  • ("specific-database", "multiple-databases")


2086
2087
2088
# File 'sig/types.rbs', line 2086

def target_db_type
  @target_db_type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def username
  @username
end