SigningJobSignedObjectS3

data class SigningJobSignedObjectS3(val bucket: String? = null, val key: String? = null)

Constructors

Link copied to clipboard
fun SigningJobSignedObjectS3(bucket: String? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

Name of the S3 bucket.

Link copied to clipboard
val key: String? = null

Key name of the object that contains your unsigned code.