Package version:

Interface ExecutePipelineActivityPolicy

Execution policy for an execute pipeline activity.

interface ExecutePipelineActivityPolicy {
    secureInput?: boolean;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

secureInput?: boolean

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