Class: Aws::Types::DatabaseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acl_configurationTypes::AclConfiguration

Returns the value of attribute acl_configuration.



601
602
603
# File 'sig/types.rbs', line 601

def acl_configuration
  @acl_configuration
end

#column_configurationTypes::ColumnConfiguration

Returns the value of attribute column_configuration.



600
601
602
# File 'sig/types.rbs', line 600

def column_configuration
  @column_configuration
end

#connection_configurationTypes::ConnectionConfiguration

Returns the value of attribute connection_configuration.



598
599
600
# File 'sig/types.rbs', line 598

def connection_configuration
  @connection_configuration
end

#database_engine_type"RDS_AURORA_MYSQL", ...

Returns the value of attribute database_engine_type.

Returns:

  • ("RDS_AURORA_MYSQL", "RDS_AURORA_POSTGRESQL", "RDS_MYSQL", "RDS_POSTGRESQL")


597
598
599
# File 'sig/types.rbs', line 597

def database_engine_type
  @database_engine_type
end

#sql_configurationTypes::SqlConfiguration

Returns the value of attribute sql_configuration.



602
603
604
# File 'sig/types.rbs', line 602

def sql_configuration
  @sql_configuration
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



599
600
601
# File 'sig/types.rbs', line 599

def vpc_configuration
  @vpc_configuration
end