ActionConnector

Contains detailed information about an action connector, including its configuration, status, and enabled actions.

Types

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

Properties

Link copied to clipboard

The unique identifier of the action connector.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the action connector.

Link copied to clipboard

The authentication configuration used to connect to the external service.

Link copied to clipboard

The timestamp when the action connector was created.

Link copied to clipboard

The description of the action connector.

Link copied to clipboard

The list of actions that are enabled for this connector.

Link copied to clipboard

Error information if the action connector is in an error state.

Link copied to clipboard

The date and time when the action connector was last updated.

Link copied to clipboard

The name of the action connector.

Link copied to clipboard

The current status of the action connector.

Link copied to clipboard

The type of action connector.

Link copied to clipboard

The ARN of the VPC connection used for secure connectivity to the external service.

Functions

Link copied to clipboard
inline fun copy(block: ActionConnector.Builder.() -> Unit = {}): ActionConnector
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