createGateway
inline suspend fun BedrockAgentCoreControlClient.createGateway(crossinline block: CreateGatewayRequest.Builder.() -> Unit): CreateGatewayResponse
Creates a gateway for Amazon Bedrock Agent. A gateway serves as an integration point between your agent and external services.
If you specify CUSTOM_JWT
as the authorizerType
, you must provide an authorizerConfiguration
.