Class: Aws::Types::GcpMySQLSettings

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)


1520
1521
1522
# File 'sig/types.rbs', line 1520

def after_connect_script
  @after_connect_script
end

#clean_source_metadata_on_mismatchBoolean

Returns the value of attribute clean_source_metadata_on_mismatch.

Returns:

  • (Boolean)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def 
  @clean_source_metadata_on_mismatch
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def database_name
  @database_name
end

#events_poll_interval::Integer

Returns the value of attribute events_poll_interval.

Returns:

  • (::Integer)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def events_poll_interval
  @events_poll_interval
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def max_file_size
  @max_file_size
end

#parallel_load_threads::Integer

Returns the value of attribute parallel_load_threads.

Returns:

  • (::Integer)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def parallel_load_threads
  @parallel_load_threads
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def port
  @port
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

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)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def server_name
  @server_name
end

#server_timezone::String

Returns the value of attribute server_timezone.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def server_timezone
  @server_timezone
end

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

Returns the value of attribute target_db_type.

Returns:

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


1524
1525
1526
# File 'sig/types.rbs', line 1524

def target_db_type
  @target_db_type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def username
  @username
end