Hsm

public struct Hsm : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Availability Zone that contains the HSM.

    Declaration

    Swift

    public let availabilityZone: String?
  • The identifier (ID) of the cluster that contains the HSM.

    Declaration

    Swift

    public let clusterId: String?
  • The identifier (ID) of the HSM’s elastic network interface (ENI).

    Declaration

    Swift

    public let eniId: String?
  • The IP address of the HSM’s elastic network interface (ENI).

    Declaration

    Swift

    public let eniIp: String?
  • The HSM’s identifier (ID).

    Declaration

    Swift

    public let hsmId: String
  • The HSM’s state.

    Declaration

    Swift

    public let state: HsmState?
  • A description of the HSM’s state.

    Declaration

    Swift

    public let stateMessage: String?
  • The subnet that contains the HSM’s elastic network interface (ENI).

    Declaration

    Swift

    public let subnetId: String?
  • Undocumented

    Declaration

    Swift

    public init(availabilityZone: String? = nil, clusterId: String? = nil, eniId: String? = nil, eniIp: String? = nil, hsmId: String, state: HsmState? = nil, stateMessage: String? = nil, subnetId: String? = nil)