CreateHsmRequest

public struct CreateHsmRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.

    Declaration

    Swift

    public let clientToken: String?
  • The IP address to assign to the HSM’s ENI. If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.

    Declaration

    Swift

    public let eniIp: String?
  • The external ID from IamRoleArn, if present.

    Declaration

    Swift

    public let externalId: String?
  • The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.

    Declaration

    Swift

    public let iamRoleArn: String
  • The SSH public key to install on the HSM.

    Declaration

    Swift

    public let sshKey: String
  • The identifier of the subnet in your VPC in which to place the HSM.

    Declaration

    Swift

    public let subnetId: String
  • Undocumented

    Declaration

    Swift

    public let subscriptionType: SubscriptionType
  • The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.

    Declaration

    Swift

    public let syslogIp: String?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, eniIp: String? = nil, externalId: String? = nil, iamRoleArn: String, sshKey: String, subnetId: String, subscriptionType: SubscriptionType, syslogIp: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws