Class: Aws::Types::PostgreSQLSettings
- Inherits:
-
Object
- Object
- Aws::Types::PostgreSQLSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_connect_script ⇒ ::String
Returns the value of attribute after_connect_script.
-
#authentication_method ⇒ "password", "iam"
Returns the value of attribute authentication_method.
-
#babelfish_database_name ⇒ ::String
Returns the value of attribute babelfish_database_name.
-
#capture_ddls ⇒ Boolean
Returns the value of attribute capture_ddls.
-
#database_mode ⇒ "default", "babelfish"
Returns the value of attribute database_mode.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#ddl_artifacts_schema ⇒ ::String
Returns the value of attribute ddl_artifacts_schema.
-
#disable_unicode_source_filter ⇒ Boolean
Returns the value of attribute disable_unicode_source_filter.
-
#execute_timeout ⇒ ::Integer
Returns the value of attribute execute_timeout.
-
#fail_tasks_on_lob_truncation ⇒ Boolean
Returns the value of attribute fail_tasks_on_lob_truncation.
-
#heartbeat_enable ⇒ Boolean
Returns the value of attribute heartbeat_enable.
-
#heartbeat_frequency ⇒ ::Integer
Returns the value of attribute heartbeat_frequency.
-
#heartbeat_schema ⇒ ::String
Returns the value of attribute heartbeat_schema.
-
#map_boolean_as_boolean ⇒ Boolean
Returns the value of attribute map_boolean_as_boolean.
-
#map_jsonb_as_clob ⇒ Boolean
Returns the value of attribute map_jsonb_as_clob.
-
#map_long_varchar_as ⇒ "wstring", ...
Returns the value of attribute map_long_varchar_as.
-
#max_file_size ⇒ ::Integer
Returns the value of attribute max_file_size.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#plugin_name ⇒ "no-preference", ...
Returns the value of attribute plugin_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
-
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
-
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#after_connect_script ⇒ ::String
Returns the value of attribute after_connect_script.
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.
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.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def babelfish_database_name @babelfish_database_name end |
#capture_ddls ⇒ Boolean
Returns the value of attribute capture_ddls.
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.
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.
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.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def ddl_artifacts_schema @ddl_artifacts_schema end |
#disable_unicode_source_filter ⇒ Boolean
Returns the value of attribute disable_unicode_source_filter.
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.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def execute_timeout @execute_timeout end |
#fail_tasks_on_lob_truncation ⇒ Boolean
Returns the value of attribute fail_tasks_on_lob_truncation.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def fail_tasks_on_lob_truncation @fail_tasks_on_lob_truncation end |
#heartbeat_enable ⇒ Boolean
Returns the value of attribute heartbeat_enable.
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.
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.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def heartbeat_schema @heartbeat_schema end |
#map_boolean_as_boolean ⇒ Boolean
Returns the value of attribute map_boolean_as_boolean.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def map_boolean_as_boolean @map_boolean_as_boolean end |
#map_jsonb_as_clob ⇒ Boolean
Returns the value of attribute map_jsonb_as_clob.
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.
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.
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.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def password @password end |
#plugin_name ⇒ "no-preference", ...
Returns the value of attribute plugin_name.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def plugin_name @plugin_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
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.
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.
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.
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.
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.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def slot_name @slot_name end |
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
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.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def username @username end |