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.
Request body
The name of the gateway. The name must be unique within your account.
The description of the gateway.
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the gateway to access Amazon Web Services services.
The protocol type for the gateway.
The Amazon Resource Name (ARN) of the KMS key used to encrypt data associated with the gateway.
A map of key-value pairs to associate with the gateway as metadata tags.
Response
Success
The Amazon Resource Name (ARN) of the created gateway.
The unique identifier of the created gateway.
The URL endpoint for the created gateway.
The timestamp when the gateway was created.
The timestamp when the gateway was last updated.
The current status of the gateway.
The reasons for the current status of the gateway.
The name of the gateway.
The description of the gateway.
The Amazon Resource Name (ARN) of the IAM role associated with the gateway.
The protocol type of the gateway.
The type of authorizer used by the gateway.
The Amazon Resource Name (ARN) of the KMS key used to encrypt data associated with the gateway.
The Amazon Resource Name (ARN) of the Amazon Web Services WAF web ACL associated with the gateway.