CreateIndexRequest
public struct CreateIndexRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the directory where the index should be created.
Declaration
Swift
public let directoryArn: 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(directoryArn: String, isUnique: Bool, linkName: String? = nil, orderedIndexedAttributeList: [AttributeKey], parentReference: ObjectReference? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateIndexRequest Structure Reference