S3Uri

data class S3Uri(val value: String) : IconImageInput

The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this IconImageInput as a Blob and retrieves its kotlin.ByteArray value. Throws an exception if the IconImageInput is not a Blob.

Link copied to clipboard

Casts this IconImageInput as a Blob and retrieves its kotlin.ByteArray value. Returns null if the IconImageInput is not a Blob.

Link copied to clipboard

Casts this IconImageInput as a S3Uri and retrieves its kotlin.String value. Throws an exception if the IconImageInput is not a S3Uri.

Link copied to clipboard

Casts this IconImageInput as a S3Uri and retrieves its kotlin.String value. Returns null if the IconImageInput is not a S3Uri.