PatchSource

public struct PatchSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value of the yum repo configuration. For example: [main] cachedir=/var/cache/yum/$basesearch$releasever keepcache=0 debuglevel=2

    Declaration

    Swift

    public let configuration: String
  • The name specified to identify the patch source.

    Declaration

    Swift

    public let name: String
  • The specific operating system versions a patch repository applies to, such as “Ubuntu16.04”, “AmazonLinux2016.09”, “RedhatEnterpriseLinux7.2” or “Suse12.7”. For lists of supported product values, see PatchFilter.

    Declaration

    Swift

    public let products: [String]
  • Undocumented

    Declaration

    Swift

    public init(configuration: String, name: String, products: [String])
  • Declaration

    Swift

    public func validate(name: String) throws