GlobalCluster constructor

GlobalCluster({
  1. String? databaseName,
  2. bool? deletionProtection,
  3. String? engine,
  4. String? engineVersion,
  5. String? globalClusterArn,
  6. String? globalClusterIdentifier,
  7. List<GlobalClusterMember>? globalClusterMembers,
  8. String? globalClusterResourceId,
  9. String? status,
  10. bool? storageEncrypted,
})

Implementation

GlobalCluster({
  this.databaseName,
  this.deletionProtection,
  this.engine,
  this.engineVersion,
  this.globalClusterArn,
  this.globalClusterIdentifier,
  this.globalClusterMembers,
  this.globalClusterResourceId,
  this.status,
  this.storageEncrypted,
});