SecureInputOutputPolicyArgs

data class SecureInputOutputPolicyArgs(val secureInput: Output<Boolean>? = null, val secureOutput: Output<Boolean>? = null) : ConvertibleToJava<SecureInputOutputPolicyArgs>

Execution policy for an activity that supports secure input and output.

Constructors

Link copied to clipboard
constructor(secureInput: Output<Boolean>? = null, secureOutput: Output<Boolean>? = null)

Properties

Link copied to clipboard
val secureInput: Output<Boolean>? = null

When set to true, Input from activity is considered as secure and will not be logged to monitoring.

Link copied to clipboard
val secureOutput: Output<Boolean>? = null

When set to true, Output from activity is considered as secure and will not be logged to monitoring.

Functions

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