databaseFlags property

  1. @TagNumber(6)
Map<String, String> databaseFlags

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

@$pb.TagNumber(6)
$core.Map<$core.String, $core.String> get databaseFlags => $_getMap(2);