S3Uri

data class S3Uri(val value: String) : DiffSource

S3 URI pointing to a unified diff file. The file must be in standard unified diff format and stored in an S3 bucket connected to your Agent Space.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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