CreateGatewayTargetRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but does not return an error.

Link copied to clipboard

The credential provider configurations for the target. These configurations specify how the gateway authenticates with the target endpoint.

Link copied to clipboard

The description of the gateway target.

Link copied to clipboard

The identifier of the gateway to create a target for. This can be either the gateway ID or the gateway ARN.

Link copied to clipboard
val name: String?

The name of the gateway target. The name must be unique within the gateway.

Link copied to clipboard

The configuration settings for the target, including endpoint information and schema definitions.

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