CreateGatewayRequest

Types

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

Properties

Link copied to clipboard

The authorizer configuration for the Gateway.

Link copied to clipboard

The type of authorizer to use for the gateway.

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 description of the gateway.

Link copied to clipboard

The verbosity of exception messages. Use DEBUG mode to see granular exception messages from a Gateway. If this parameter is not set, exception messages are by default sanitized for presentation to end users.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt data associated with the gateway.

Link copied to clipboard
val name: String?

The name of the gateway. The name must be unique within your account.

Link copied to clipboard

The configuration settings for the protocol specified in the protocolType parameter.

Link copied to clipboard

The protocol type for the gateway. Currently supports MCP (Model Context Protocol).

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the gateway to access Amazon Web Services services.

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