We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd43c0 commit df5e69fCopy full SHA for df5e69f
website/docs/r/bedrockagentcore_gateway.html.markdown
@@ -80,7 +80,7 @@ resource "aws_bedrockagentcore_gateway" "example" {
80
The following arguments are required:
81
82
* `authorizer_configuration` - (Required) Configuration for request authorization. See [`authorizer_configuration`](#authorizer_configuration) below.
83
-* `authorizer_type` - (Required) Type of authorizer to use. Valid values: `CUSTOM_JWT`.
+* `authorizer_type` - (Required) Type of authorizer to use. Valid values: `CUSTOM_JWT`, `AWS_IAM`.
84
* `name` - (Required) Name of the gateway.
85
* `protocol_type` - (Required) Protocol type for the gateway. Valid values: `MCP`.
86
* `role_arn` - (Required) ARN of the IAM role that the gateway assumes to access AWS services.
0 commit comments