S3DataConfig
public struct S3DataConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the Amazon Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files of a batch inference job.
Declaration
Swift
public let kmsKeyArn: String? -
The file path of the Amazon S3 bucket.
Declaration
Swift
public let path: String -
Undocumented
Declaration
Swift
public init(kmsKeyArn: String? = nil, path: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
S3DataConfig Structure Reference