AWS AWSCloudFormation documentation change
Summary
Improved OAuth2CredentialProvider documentation with authentication details and property explanations
Security assessment
Documents OAuth2 credential management for external service authentication, which is a security feature. No evidence of patching a specific vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-oauth2credentialprovider.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-oauth2credentialprovider.md index c439822df..1b4417738 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-oauth2credentialprovider.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-oauth2credentialprovider.md @@ -11 +11,3 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `AWS::BedrockAgentCore::OAuth2CredentialProvider` resource Property description not available. for BedrockAgentCore. +Specifies an OAuth2 credential provider for Amazon Bedrock AgentCore. An OAuth2 credential provider manages OAuth2 client credentials, authorization codes, or token exchange flows that agents use to authenticate with external services through AgentCore Gateway. + +See the **Properties** section below for descriptions of both the required and optional properties. @@ -49 +51 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The vendor of the OAuth2 credential provider. This specifies which OAuth2 implementation to use. @@ -62 +64 @@ _Required_ : Yes -Property description not available. +The name of the OAuth2 credential provider. The name must be unique within your account. @@ -90 +92 @@ _Required_ : No -Property description not available. +A map of tag keys and values to assign to the OAuth2 credential provider. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. @@ -105,0 +108,4 @@ _Required_ : No +The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. + +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html). +