EndpointInput
public struct EndpointInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An endpoint in customer’s account which has enabled DataCaptureConfig enabled.
Declaration
Swift
public let endpointName: String
-
Path to the filesystem where the endpoint data is available to the container.
Declaration
Swift
public let localPath: String
-
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to FullyReplicated
Declaration
Swift
public let s3DataDistributionType: ProcessingS3DataDistributionType?
-
Whether the Pipe or File is used as the input mode for transfering data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.
Declaration
Swift
public let s3InputMode: ProcessingS3InputMode?
-
Undocumented
Declaration
Swift
public init(endpointName: String, localPath: String, s3DataDistributionType: ProcessingS3DataDistributionType? = nil, s3InputMode: ProcessingS3InputMode? = nil)
-
Declaration
Swift
public func validate(name: String) throws