ResourceConfiguration

public struct ResourceConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of the compute resource used to execute the “containerAction”. Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).

    Declaration

    Swift

    public let computeType: ComputeType
  • The size (in GB) of the persistent storage available to the resource instance used to execute the “containerAction” (min: 1, max: 50).

    Declaration

    Swift

    public let volumeSizeInGB: Int
  • Undocumented

    Declaration

    Swift

    public init(computeType: ComputeType, volumeSizeInGB: Int)
  • Declaration

    Swift

    public func validate(name: String) throws