AwsJobPresignedUrlConfig
public struct AwsJobPresignedUrlConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 1800 seconds. Pre-signed URLs are generated when a request for the job document is received.
Declaration
Swift
public let expiresInSec: Int64?
-
Undocumented
Declaration
Swift
public init(expiresInSec: Int64? = nil)