CreateHsmRequest
public struct CreateHsmRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone where you are creating the HSM. To find the cluster’s Availability Zones, use DescribeClusters.
Declaration
Swift
public let availabilityZone: String
-
The identifier (ID) of the HSM’s cluster. To find the cluster ID, use DescribeClusters.
Declaration
Swift
public let clusterId: String
-
The HSM’s IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don’t specify an IP address, one is chosen for you from that subnet.
Declaration
Swift
public let ipAddress: String?
-
Undocumented
Declaration
Swift
public init(availabilityZone: String, clusterId: String, ipAddress: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws