AWSIoTAwsJobPresignedUrlConfig

Objective-C

@interface AWSIoTAwsJobPresignedUrlConfig

Swift

class AWSIoTAwsJobPresignedUrlConfig

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

  • 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

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable expiresInSec;

    Swift

    var expiresInSec: NSNumber? { get set }