Class: Aws::Redshift::Types::CreateHsmConfigurationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A text description of the HSM configuration to be created.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_configuration_identifierString

The identifier to be assigned to the new Amazon Redshift HSM configuration.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_ip_addressString

The IP address that the Amazon Redshift cluster must use to access the HSM.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_partition_nameString

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_partition_passwordString

The password required to access the HSM partition.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_server_public_certificateString

The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tag instances.

Returns:



2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'lib/aws-sdk-redshift/types.rb', line 2921

class CreateHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier,
  :description,
  :hsm_ip_address,
  :hsm_partition_name,
  :hsm_partition_password,
  :hsm_server_public_certificate,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end