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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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)


2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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:



2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2871

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