AgentS3Identifier

data class AgentS3Identifier(val s3BucketName: String? = null, val s3ObjectKey: String? = null)

The identifier for the S3 resource.

Constructors

Link copied to clipboard
constructor(s3BucketName: String? = null, s3ObjectKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3BucketName: String? = null

A bucket in S3.

Link copied to clipboard
val s3ObjectKey: String? = null

A object key in S3.