BatchCreateIndex
public struct BatchCreateIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The batch reference name. See Transaction Support for more information.
Declaration
Swift
public let batchReferenceName: String?
-
Indicates whether the attribute that is being indexed has unique values or not.
Declaration
Swift
public let isUnique: Bool
-
The name of the link between the parent object and the index object.
Declaration
Swift
public let linkName: String?
-
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
Declaration
Swift
public let orderedIndexedAttributeList: [AttributeKey]
-
A reference to the parent object that contains the index object.
Declaration
Swift
public let parentReference: ObjectReference?
-
Undocumented
Declaration
Swift
public init(batchReferenceName: String? = nil, isUnique: Bool, linkName: String? = nil, orderedIndexedAttributeList: [AttributeKey], parentReference: ObjectReference? = nil)
-
Declaration
Swift
public func validate(name: String) throws