UserState constructor

const UserState({
  1. Input<String?>? accessString,
  2. Input<String?>? arn,
  3. Input<UserAuthenticationMode?>? authenticationMode,
  4. Input<String?>? minimumEngineVersion,
  5. Input<String?>? region,
  6. Input<Map<String, String>?>? tags,
  7. Input<Map<String, String>?>? tagsAll,
  8. Input<String?>? userName,
})

Creates a new UserState. accessString Access permissions string used for this user. arn ARN of the user. authenticationMode Denotes the user's authentication properties. Detailed below. minimumEngineVersion Minimum engine version supported for the user. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. userName Name of the MemoryDB user. Up to 40 characters.

Implementation

const UserState({
  this.accessString,
  this.arn,
  this.authenticationMode,
  this.minimumEngineVersion,
  this.region,
  this.tags,
  this.tagsAll,
  this.userName,
});