GlobalReplicationGroup constructor
GlobalReplicationGroup({
- String? arn,
- bool? atRestEncryptionEnabled,
- bool? authTokenEnabled,
- String? cacheNodeType,
- bool? clusterEnabled,
- String? engine,
- String? engineVersion,
- List<
GlobalNodeGroup> ? globalNodeGroups, - String? globalReplicationGroupDescription,
- String? globalReplicationGroupId,
- List<
GlobalReplicationGroupMember> ? members, - String? status,
- 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,
});