ClientPolicyTls

public struct ClientPolicyTls : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether the policy is enforced. The default is True, if a value isn’t specified.

    Declaration

    Swift

    public let enforce: Bool?
  • One or more ports that the policy is enforced for.

    Declaration

    Swift

    public let ports: [Int]?
  • A reference to an object that represents a TLS validation context.

    Declaration

    Swift

    public let validation: TlsValidationContext
  • Undocumented

    Declaration

    Swift

    public init(enforce: Bool? = nil, ports: [Int]? = nil, validation: TlsValidationContext)
  • Declaration

    Swift

    public func validate(name: String) throws