monitors

@JvmName(name = "lhclklvigjyfeung")
suspend fun monitors(value: Output<List<EnvironmentMonitorArgs>>)
@JvmName(name = "vnvwgjwogufpedbs")
suspend fun monitors(value: List<EnvironmentMonitorArgs>?)

Parameters

value

Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details.


@JvmName(name = "aljcxqujvjaqflvq")
suspend fun monitors(vararg values: Output<EnvironmentMonitorArgs>)


@JvmName(name = "gexmwpcfqlifnmyf")
suspend fun monitors(values: List<Output<EnvironmentMonitorArgs>>)
@JvmName(name = "aisygchtrtqnvwop")
suspend fun monitors(vararg values: EnvironmentMonitorArgs)

Parameters

values

Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details.


@JvmName(name = "geewdpjbdryfedlw")
suspend fun monitors(argument: List<suspend EnvironmentMonitorArgsBuilder.() -> Unit>)
@JvmName(name = "oopbosfgldtavhlr")
suspend fun monitors(vararg argument: suspend EnvironmentMonitorArgsBuilder.() -> Unit)
@JvmName(name = "cqhwhfhschmxnmiy")
suspend fun monitors(argument: suspend EnvironmentMonitorArgsBuilder.() -> Unit)

Parameters

argument

Set of Amazon CloudWatch alarms to monitor during the deployment process. Maximum of 5. See Monitor below for more details.