@Stability(value=Stable) @Internal public static final class CfnJobTemplate.PresignedUrlConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobTemplate.PresignedUrlConfigProperty
CfnJobTemplate.PresignedUrlConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobTemplate.PresignedUrlConfigProperty.Builder, CfnJobTemplate.PresignedUrlConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobTemplate.PresignedUrlConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobTemplate.AbortConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getExpiresInSec()
How long (in seconds) pre-signed URLs are valid.
|
String |
getRoleArn()
The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnJobTemplate.PresignedUrlConfigProperty.Builder builder)
CfnJobTemplate.AbortConfigProperty.Builder.public final String getRoleArn()
CfnJobTemplate.PresignedUrlConfigPropertyThe role must also grant permission for IoT to download the files.
For information about addressing the confused deputy problem, see cross-service confused deputy prevention in the AWS IoT Core developer guide .
getRoleArn in interface CfnJobTemplate.PresignedUrlConfigPropertypublic final Number getExpiresInSec()
CfnJobTemplate.PresignedUrlConfigPropertyValid values are 60 - 3600, the default value is 3600 seconds. Pre-signed URLs are generated when Jobs receives an MQTT request for the job document.
getExpiresInSec in interface CfnJobTemplate.PresignedUrlConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.