EnvironmentFileResponse

data class EnvironmentFileResponse(val type: String? = null, val value: String? = null)

Definition of EnvironmentFile

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The file type to use. Environment files are objects in Amazon S3. The only supported value is `s3`.

Link copied to clipboard
val value: String? = null

The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.