HsmConfiguration

public struct HsmConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A text description of the HSM configuration.

    Declaration

    Swift

    public let description: String?
  • The name of the Amazon Redshift HSM configuration.

    Declaration

    Swift

    public let hsmConfigurationIdentifier: String?
  • The IP address that the Amazon Redshift cluster must use to access the HSM.

    Declaration

    Swift

    public let hsmIpAddress: String?
  • The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

    Declaration

    Swift

    public let hsmPartitionName: String?
  • The list of tags for the HSM configuration.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, hsmConfigurationIdentifier: String? = nil, hsmIpAddress: String? = nil, hsmPartitionName: String? = nil, tags: [Tag]? = nil)