Class: Aws::Types::MicrosoftSQLServerSettings
- Inherits:
-
Object
- Object
- Aws::Types::MicrosoftSQLServerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_method ⇒ "password", "kerberos"
Returns the value of attribute authentication_method.
-
#bcp_packet_size ⇒ ::Integer
Returns the value of attribute bcp_packet_size.
-
#control_tables_file_group ⇒ ::String
Returns the value of attribute control_tables_file_group.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#force_lob_lookup ⇒ Boolean
Returns the value of attribute force_lob_lookup.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#query_single_always_on_node ⇒ Boolean
Returns the value of attribute query_single_always_on_node.
-
#read_backup_only ⇒ Boolean
Returns the value of attribute read_backup_only.
-
#safeguard_policy ⇒ "rely-on-sql-server-replication-agent", ...
Returns the value of attribute safeguard_policy.
-
#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.
-
#tlog_access_mode ⇒ "BackupOnly", ...
Returns the value of attribute tlog_access_mode.
-
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
-
#use_bcp_full_load ⇒ Boolean
Returns the value of attribute use_bcp_full_load.
-
#use_third_party_backup_device ⇒ Boolean
Returns the value of attribute use_third_party_backup_device.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#authentication_method ⇒ "password", "kerberos"
Returns the value of attribute authentication_method.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def authentication_method @authentication_method end |
#bcp_packet_size ⇒ ::Integer
Returns the value of attribute bcp_packet_size.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def bcp_packet_size @bcp_packet_size end |
#control_tables_file_group ⇒ ::String
Returns the value of attribute control_tables_file_group.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def control_tables_file_group @control_tables_file_group end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def database_name @database_name end |
#force_lob_lookup ⇒ Boolean
Returns the value of attribute force_lob_lookup.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def force_lob_lookup @force_lob_lookup end |
#password ⇒ ::String
Returns the value of attribute password.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def port @port end |
#query_single_always_on_node ⇒ Boolean
Returns the value of attribute query_single_always_on_node.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def query_single_always_on_node @query_single_always_on_node end |
#read_backup_only ⇒ Boolean
Returns the value of attribute read_backup_only.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def read_backup_only @read_backup_only end |
#safeguard_policy ⇒ "rely-on-sql-server-replication-agent", ...
Returns the value of attribute safeguard_policy.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def safeguard_policy @safeguard_policy end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def secrets_manager_secret_id @secrets_manager_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def server_name @server_name end |
#tlog_access_mode ⇒ "BackupOnly", ...
Returns the value of attribute tlog_access_mode.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def tlog_access_mode @tlog_access_mode end |
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def trim_space_in_char @trim_space_in_char end |
#use_bcp_full_load ⇒ Boolean
Returns the value of attribute use_bcp_full_load.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def use_bcp_full_load @use_bcp_full_load end |
#use_third_party_backup_device ⇒ Boolean
Returns the value of attribute use_third_party_backup_device.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def use_third_party_backup_device @use_third_party_backup_device end |
#username ⇒ ::String
Returns the value of attribute username.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def username @username end |