Class: Aws::Redshift::Types::CreateHsmConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_configurationTypes::HsmConfiguration

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.



2237
2238
2239
2240
# File 'lib/aws-sdk-redshift/types.rb', line 2237

class CreateHsmConfigurationResult < Struct.new(
  :hsm_configuration)
  include Aws::Structure
end