When passing DatabaseConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
database_engine_type: "RDS_AURORA_MYSQL", connection_configuration: { database_host: "DatabaseHost", database_port: 1, database_name: "DatabaseName", table_name: "TableName", secret_arn: "SecretArn", },
vpc_configuration: {
subnet_ids: ["SubnetId"], security_group_ids: ["VpcSecurityGroupId"], },
column_configuration: { document_id_column_name: "ColumnName", document_data_column_name: "ColumnName", document_title_column_name: "ColumnName",
field_mappings: [
{
data_source_field_name: "DataSourceFieldName", date_field_format: "DataSourceDateFieldFormat",
index_field_name: "IndexFieldName", },
],
change_detecting_columns: ["ColumnName"], },
acl_configuration: {
allowed_groups_column_name: "ColumnName", },
sql_configuration: {
query_identifiers_enclosing_option: "DOUBLE_QUOTES", },
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4