GlobalReplicationGroup constructor

GlobalReplicationGroup({
  1. String? arn,
  2. bool? atRestEncryptionEnabled,
  3. bool? authTokenEnabled,
  4. String? cacheNodeType,
  5. bool? clusterEnabled,
  6. String? engine,
  7. String? engineVersion,
  8. List<GlobalNodeGroup>? globalNodeGroups,
  9. String? globalReplicationGroupDescription,
  10. String? globalReplicationGroupId,
  11. List<GlobalReplicationGroupMember>? members,
  12. String? status,
  13. bool? transitEncryptionEnabled,
})

Implementation

GlobalReplicationGroup({
  this.arn,
  this.atRestEncryptionEnabled,
  this.authTokenEnabled,
  this.cacheNodeType,
  this.clusterEnabled,
  this.engine,
  this.engineVersion,
  this.globalNodeGroups,
  this.globalReplicationGroupDescription,
  this.globalReplicationGroupId,
  this.members,
  this.status,
  this.transitEncryptionEnabled,
});