ElasticsearchAction
public struct ElasticsearchAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The endpoint of your Elasticsearch domain.
Declaration
Swift
public let endpoint: String
-
The unique identifier for the document you are storing.
Declaration
Swift
public let id: String
-
The Elasticsearch index where you want to store your data.
Declaration
Swift
public let index: String
-
The IAM role ARN that has access to Elasticsearch.
Declaration
Swift
public let roleArn: String
-
The type of document you are storing.
Declaration
Swift
public let type: String
-
Undocumented
Declaration
Swift
public init(endpoint: String, id: String, index: String, roleArn: String, type: String)
-
Declaration
Swift
public func validate(name: String) throws