EncryptionConfig
public struct EncryptionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the KMS key.
Declaration
Swift
public let kMSKeyArn: String
-
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key. Passing a role across AWS accounts is not allowed. If you pass a role that isn’t in your account, you get an InvalidInputException error.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(kMSKeyArn: String, roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws