ApplicationResourceLifecycleConfig

data class ApplicationResourceLifecycleConfig(val serviceRole: String? = null, val versionLifecycleConfig: ApplicationVersionLifecycleConfig? = null)

Constructors

Link copied to clipboard
constructor(serviceRole: String? = null, versionLifecycleConfig: ApplicationVersionLifecycleConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serviceRole: String? = null

The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a ResourceLifecycleConfig for the application. After you provide it once, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again. You can, however, specify it in subsequent updates to change the Service Role to another value.

Link copied to clipboard

Defines lifecycle settings for application versions.