Class: Aws::Types::MicrosoftSQLServerSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_method"password", "kerberos"

Returns the value of attribute authentication_method.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def database_name
  @database_name
end

#force_lob_lookupBoolean

Returns the value of attribute force_lob_lookup.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def password
  @password
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def port
  @port
end

#query_single_always_on_nodeBoolean

Returns the value of attribute query_single_always_on_node.

Returns:

  • (Boolean)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def query_single_always_on_node
  @query_single_always_on_node
end

#read_backup_onlyBoolean

Returns the value of attribute read_backup_only.

Returns:

  • (Boolean)


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.

Returns:

  • ("rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly")


1800
1801
1802
# File 'sig/types.rbs', line 1800

def tlog_access_mode
  @tlog_access_mode
end

#trim_space_in_charBoolean

Returns the value of attribute trim_space_in_char.

Returns:

  • (Boolean)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def trim_space_in_char
  @trim_space_in_char
end

#use_bcp_full_loadBoolean

Returns the value of attribute use_bcp_full_load.

Returns:

  • (Boolean)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def use_bcp_full_load
  @use_bcp_full_load
end

#use_third_party_backup_deviceBoolean

Returns the value of attribute use_third_party_backup_device.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def username
  @username
end