AWS AWSCloudFormation documentation change
Summary
Updated property descriptions to specify JSON key extraction from Secrets Manager and source types (MANAGED/EXTERNAL) for API key and wallet secrets
Security assessment
The changes document output properties related to secret management but don't indicate any security fixes. This enhances security feature documentation.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.md index a45215c08..ae3f38073 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-paymentcredentialprovider-coinbasecdpconfigurationoutput.md @@ -76 +76 @@ _Required_ : Yes -Property description not available. +The JSON key used to extract the API key secret value from the AWS Secrets Manager secret. @@ -91 +91 @@ _Required_ : No -Property description not available. +The source type of the API key secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager. @@ -115 +115 @@ _Required_ : No -Property description not available. +The JSON key used to extract the wallet secret value from the AWS Secrets Manager secret. @@ -130 +130 @@ _Required_ : No -Property description not available. +The source type of the wallet secret. Either `MANAGED` if the secret is managed by the service, or `EXTERNAL` if managed by the user in AWS Secrets Manager.