Activity Policy Args
data class ActivityPolicyArgs(val retry: Output<Any>? = null, val retryIntervalInSeconds: Output<Int>? = null, val secureInput: Output<Boolean>? = null, val secureOutput: Output<Boolean>? = null, val timeout: Output<Any>? = null) : ConvertibleToJava<ActivityPolicyArgs>
Execution policy for an activity.
Constructors
Properties
Link copied to clipboard
Interval between each retry attempt (in seconds). The default is 30 sec.
Link copied to clipboard
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
Link copied to clipboard
When set to true, Output from activity is considered as secure and will not be logged to monitoring.