Compute

public struct Compute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximim value provided. The default is 15.

    Declaration

    Swift

    public let simulationUnitLimit: Int?
  • Undocumented

    Declaration

    Swift

    public init(simulationUnitLimit: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws