AclConfiguration

public struct AclConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext field of the Query operation.

    Declaration

    Swift

    public let allowedGroupsColumnName: String
  • Undocumented

    Declaration

    Swift

    public init(allowedGroupsColumnName: String)
  • Declaration

    Swift

    public func validate(name: String) throws