HsmStatus

public struct HsmStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

    Declaration

    Swift

    public let hsmClientCertificateIdentifier: String?
  • Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.

    Declaration

    Swift

    public let hsmConfigurationIdentifier: String?
  • Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command. Values: active, applying

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(hsmClientCertificateIdentifier: String? = nil, hsmConfigurationIdentifier: String? = nil, status: String? = nil)