ApmPropertiesArgs

data class ApmPropertiesArgs(val properties: Output<Map<String, String>>? = null, val secrets: Output<Map<String, String>>? = null, val type: Output<String>) : ConvertibleToJava<ApmPropertiesArgs>

Properties of an APM

Constructors

Link copied to clipboard
constructor(properties: Output<Map<String, String>>? = null, secrets: Output<Map<String, String>>? = null, type: Output<String>)

Properties

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Non-sensitive properties for the APM

Link copied to clipboard
val secrets: Output<Map<String, String>>? = null

Sensitive properties for the APM

Link copied to clipboard
val type: Output<String>

APM Type

Functions

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