HsmConfiguration constructor

HsmConfiguration({
  1. String? description,
  2. String? hsmConfigurationIdentifier,
  3. String? hsmIpAddress,
  4. String? hsmPartitionName,
  5. List<Tag>? tags,
})

Implementation

HsmConfiguration({
  this.description,
  this.hsmConfigurationIdentifier,
  this.hsmIpAddress,
  this.hsmPartitionName,
  this.tags,
});