Skip to content

Commit 8c8ed8e

Browse files
committed
docs: credential_provider_configuration is changed to Optional
1 parent 9f6abf5 commit 8c8ed8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/bedrockagentcore_gateway_target.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ The following arguments are required:
294294

295295
* `name` - (Required) Name of the gateway target.
296296
* `gateway_identifier` - (Required) Identifier of the gateway that this target belongs to.
297-
* `credential_provider_configuration` - (Required) Configuration for authenticating requests to the target. See [`credential_provider_configuration`](#credential_provider_configuration) below.
298297
* `target_configuration` - (Required) Configuration for the target endpoint. See [`target_configuration`](#target_configuration) below.
299298

300299
The following arguments are optional:
301300

301+
* `credential_provider_configuration` - (Optional) Configuration for authenticating requests to the target. Required when using `lambda`, `open_api_schema` and `smithy_model` in `mcp` block. If using `mcp_server` in `mcp` block with no authorization, it should not be specified. See [`credential_provider_configuration`](#credential_provider_configuration) below.
302302
* `description` - (Optional) Description of the gateway target.
303303
* `region` - (Optional) AWS region where the resource will be created. If not provided, the region from the provider configuration will be used.
304304

0 commit comments

Comments
 (0)