Secure Input Output Policy Args
    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
                fun SecureInputOutputPolicyArgs(secureInput: Output<Boolean>? = null, secureOutput: Output<Boolean>? = null)