Interface CfnJobTemplate.PresignedUrlConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnJobTemplate.PresignedUrlConfigProperty.Jsii$Proxy
Enclosing class:
CfnJobTemplate

@Stability(Stable) public static interface CfnJobTemplate.PresignedUrlConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for pre-signed S3 URLs.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iot.*;
 PresignedUrlConfigProperty presignedUrlConfigProperty = PresignedUrlConfigProperty.builder()
         .roleArn("roleArn")
         // the properties below are optional
         .expiresInSec(123)
         .build();
 

See Also: