S3Config
public struct S3Config : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3 operation.
Declaration
Swift
public let bucketAccessRoleArn: String
-
Undocumented
Declaration
Swift
public init(bucketAccessRoleArn: String)
-
Declaration
Swift
public func validate(name: String) throws