Class: Aws::Types::PostgreSQLSettings

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)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def after_connect_script
  @after_connect_script
end

#authentication_method"password", "iam"

Returns the value of attribute authentication_method.

Returns:



2237
2238
2239
# File 'sig/types.rbs', line 2237

def authentication_method
  @authentication_method
end

#babelfish_database_name::String

Returns the value of attribute babelfish_database_name.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def babelfish_database_name
  @babelfish_database_name
end

#capture_ddlsBoolean

Returns the value of attribute capture_ddls.

Returns:

  • (Boolean)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def capture_ddls
  @capture_ddls
end

#database_mode"default", "babelfish"

Returns the value of attribute database_mode.

Returns:

  • ("default", "babelfish")


2233
2234
2235
# File 'sig/types.rbs', line 2233

def database_mode
  @database_mode
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def database_name
  @database_name
end

#ddl_artifacts_schema::String

Returns the value of attribute ddl_artifacts_schema.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def ddl_artifacts_schema
  @ddl_artifacts_schema
end

#disable_unicode_source_filterBoolean

Returns the value of attribute disable_unicode_source_filter.

Returns:

  • (Boolean)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def disable_unicode_source_filter
  @disable_unicode_source_filter
end

#execute_timeout::Integer

Returns the value of attribute execute_timeout.

Returns:

  • (::Integer)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def execute_timeout
  @execute_timeout
end

#fail_tasks_on_lob_truncationBoolean

Returns the value of attribute fail_tasks_on_lob_truncation.

Returns:

  • (Boolean)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def fail_tasks_on_lob_truncation
  @fail_tasks_on_lob_truncation
end

#heartbeat_enableBoolean

Returns the value of attribute heartbeat_enable.

Returns:

  • (Boolean)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def heartbeat_enable
  @heartbeat_enable
end

#heartbeat_frequency::Integer

Returns the value of attribute heartbeat_frequency.

Returns:

  • (::Integer)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def heartbeat_frequency
  @heartbeat_frequency
end

#heartbeat_schema::String

Returns the value of attribute heartbeat_schema.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def heartbeat_schema
  @heartbeat_schema
end

#map_boolean_as_booleanBoolean

Returns the value of attribute map_boolean_as_boolean.

Returns:

  • (Boolean)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def map_boolean_as_boolean
  @map_boolean_as_boolean
end

#map_jsonb_as_clobBoolean

Returns the value of attribute map_jsonb_as_clob.

Returns:

  • (Boolean)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def map_jsonb_as_clob
  @map_jsonb_as_clob
end

#map_long_varchar_as"wstring", ...

Returns the value of attribute map_long_varchar_as.

Returns:

  • ("wstring", "clob", "nclob")


2232
2233
2234
# File 'sig/types.rbs', line 2232

def map_long_varchar_as
  @map_long_varchar_as
end

#max_file_size::Integer

Returns the value of attribute max_file_size.

Returns:

  • (::Integer)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def max_file_size
  @max_file_size
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def password
  @password
end

#plugin_name"no-preference", ...

Returns the value of attribute plugin_name.

Returns:

  • ("no-preference", "test-decoding", "pglogical")


2226
2227
2228
# File 'sig/types.rbs', line 2226

def plugin_name
  @plugin_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2222
2223
2224
# File 'sig/types.rbs', line 2222

def port
  @port
end

#secrets_manager_access_role_arn::String

Returns the value of attribute secrets_manager_access_role_arn.

Returns:

  • (::String)


2227
2228
2229
# File 'sig/types.rbs', line 2227

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)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def secrets_manager_secret_id
  @secrets_manager_secret_id
end

#server_name::String

Returns the value of attribute server_name.

Returns:

  • (::String)


2223
2224
2225
# File 'sig/types.rbs', line 2223

def server_name
  @server_name
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def service_access_role_arn
  @service_access_role_arn
end

#slot_name::String

Returns the value of attribute slot_name.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def slot_name
  @slot_name
end

#trim_space_in_charBoolean

Returns the value of attribute trim_space_in_char.

Returns:

  • (Boolean)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def trim_space_in_char
  @trim_space_in_char
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def username
  @username
end