notificationTypes

@JvmName(name = "pufdayjcicgpmxbe")
suspend fun notificationTypes(value: Output<List<String>>)
@JvmName(name = "calprvhepqsxrryr")
suspend fun notificationTypes(value: List<String>?)

Parameters

value

A list of event types that send a notification. Event types can include any of the following types. Allowed values:

  • `autoscaling:EC2_INSTANCE_LAUNCH`

  • `autoscaling:EC2_INSTANCE_LAUNCH_ERROR`

  • `autoscaling:EC2_INSTANCE_TERMINATE`

  • `autoscaling:EC2_INSTANCE_TERMINATE_ERROR`

  • `autoscaling:TEST_NOTIFICATION`


@JvmName(name = "aqanigldegjhvjmo")
suspend fun notificationTypes(vararg values: Output<String>)


@JvmName(name = "tiasdtilrhrkjuwr")
suspend fun notificationTypes(values: List<Output<String>>)
@JvmName(name = "lfimxbuyibyycjyc")
suspend fun notificationTypes(vararg values: String)

Parameters

values

A list of event types that send a notification. Event types can include any of the following types. Allowed values:

  • `autoscaling:EC2_INSTANCE_LAUNCH`

  • `autoscaling:EC2_INSTANCE_LAUNCH_ERROR`

  • `autoscaling:EC2_INSTANCE_TERMINATE`

  • `autoscaling:EC2_INSTANCE_TERMINATE_ERROR`

  • `autoscaling:TEST_NOTIFICATION`