CreateReplicationGroupMemberAction constructor
CreateReplicationGroupMemberAction({
- required String regionName,
- List<
ReplicaGlobalSecondaryIndex> ? globalSecondaryIndexes, - String? kMSMasterKeyId,
- ProvisionedThroughputOverride? provisionedThroughputOverride,
Implementation
CreateReplicationGroupMemberAction({
required this.regionName,
this.globalSecondaryIndexes,
this.kMSMasterKeyId,
this.provisionedThroughputOverride,
});