AWS AWSCloudFormation documentation change
Summary
Added documentation for IamCredentialProvider property in Bedrock Agent Core Gateway Target credential provider
Security assessment
This change adds documentation for IAM credential provider which uses IAM authentication with SigV4 signing. While this is a security feature (authentication mechanism), there's no evidence this addresses a specific security vulnerability or incident. It appears to be routine documentation of a security feature.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md index fd70bb632..50d14a37e 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-gatewaytarget-credentialprovider.md @@ -19,0 +20 @@ To declare this entity in your CloudFormation template, use the following syntax + "IamCredentialProvider" : [IamCredentialProvider](./aws-properties-bedrockagentcore-gatewaytarget-iamcredentialprovider.html), @@ -28,0 +30,2 @@ To declare this entity in your CloudFormation template, use the following syntax + IamCredentialProvider: + [IamCredentialProvider](./aws-properties-bedrockagentcore-gatewaytarget-iamcredentialprovider.html) @@ -45,0 +49,11 @@ _Required_ : No +`IamCredentialProvider` + + +The IAM credential provider. This provider uses IAM authentication with SigV4 signing to access the target endpoint. + +_Required_ : No + + _Type_ : [IamCredentialProvider](./aws-properties-bedrockagentcore-gatewaytarget-iamcredentialprovider.html) + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +