CreateLocationS3Request
public struct CreateLocationS3Request : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
Declaration
Swift
public let s3BucketArn: String
-
Undocumented
Declaration
Swift
public let s3Config: S3Config
-
The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
Declaration
Swift
public let s3StorageClass: S3StorageClass?
-
A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
Declaration
Swift
public let subdirectory: String?
-
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
Declaration
Swift
public let tags: [TagListEntry]?
-
Undocumented
Declaration
Swift
public init(s3BucketArn: String, s3Config: S3Config, s3StorageClass: S3StorageClass? = nil, subdirectory: String? = nil, tags: [TagListEntry]? = nil)
-
Declaration
Swift
public func validate(name: String) throws