S3Config

public struct S3Config : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key.

    Declaration

    Swift

    public let kMSKeyArn: String?
  • The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.

    Declaration

    Swift

    public let path: String
  • The ARN of the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket or files. If you provide a value for the KMSKeyArn key, the role must allow access to the 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? = nil, path: String, roleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws