CreateConnectorDestinationRequest

Types

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

Properties

Link copied to clipboard

The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.

Link copied to clipboard

The authentication type used for the connector destination, which determines how credentials and access are managed.

Link copied to clipboard

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

Link copied to clipboard

The identifier of the C2C connector.

Link copied to clipboard

A description of the connector destination.

Link copied to clipboard
val name: String?

The display name of the connector destination.

Link copied to clipboard

The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.

Functions

Link copied to clipboard
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