TaskCredentials

Contains details about the credentials that Step Functions uses for a task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of an IAM role that Step Functions assumes for the task. The role can allow cross-account access to resources.

Functions

Link copied to clipboard
inline fun copy(block: TaskCredentials.Builder.() -> Unit = {}): TaskCredentials
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String