AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-02-28 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md

Summary

Added explicit documentation about credential providers for API key and OAuth authentication methods

Security assessment

Documents authentication mechanisms without addressing vulnerabilities. Enhances security feature documentation.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md
index fba07a197..fd70bb632 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md
@@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `CredentialProvider` property type specifies Property description not available. for an [AWS::BedrockAgentCore::GatewayTarget](./aws-resource-bedrockagentcore-gatewaytarget.html).
+A credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint.
@@ -38 +38 @@ To declare this entity in your CloudFormation template, use the following syntax
-The API key credential provider.
+The API key credential provider. This provider uses an API key to authenticate with the target endpoint.
@@ -49 +49 @@ _Required_ : No
-The OAuth credential provider for the gateway target.
+The OAuth credential provider. This provider uses OAuth authentication to access the target endpoint.