databaseFlags property

Map<String, String>? databaseFlags
getter/setter pair

Database flags to pass to AlloyDB when DMS is creating the AlloyDB cluster and instances.

See the AlloyDB documentation for how these can be used.

Implementation

core.Map<core.String, core.String>? databaseFlags;