ServiceIntegrationOpsCenterArgs

data class ServiceIntegrationOpsCenterArgs(val optInStatus: Output<String>? = null) : ConvertibleToJava<ServiceIntegrationOpsCenterArgs>

Constructors

Link copied to clipboard
fun ServiceIntegrationOpsCenterArgs(optInStatus: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceIntegrationOpsCenterArgs

Properties

Link copied to clipboard
val optInStatus: Output<String>? = null

Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight. Valid values are DISABLED and ENABLED.