AwsJobPresignedUrlConfig class

Configuration information for pre-signed URLs. Valid when protocols contains HTTP.

Constructors

AwsJobPresignedUrlConfig({int? expiresInSec})
AwsJobPresignedUrlConfig.fromJson(Map<String, dynamic> json)
factory

Properties

expiresInSec int?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited