S3Resource

public struct S3Resource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of an Amazon S3 bucket.

    Declaration

    Swift

    public let bucketArn: String?
  • For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

    Declaration

    Swift

    public let keyRange: KeyRange?
  • Undocumented

    Declaration

    Swift

    public init(bucketArn: String? = nil, keyRange: KeyRange? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws