Application Resource Lifecycle Config Args
data class ApplicationResourceLifecycleConfigArgs(val serviceRole: Output<String>? = null, val versionLifecycleConfig: Output<ApplicationVersionLifecycleConfigArgs>? = null) : ConvertibleToJava<ApplicationResourceLifecycleConfigArgs>
Constructors
Link copied to clipboard
constructor(serviceRole: Output<String>? = null, versionLifecycleConfig: Output<ApplicationVersionLifecycleConfigArgs>? = null)
Properties
Link copied to clipboard
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.