Class BedrockAwsConnectionConfiguration
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.BedrockAwsConnectionConfiguration
@Configuration
@EnableConfigurationProperties(BedrockAwsConnectionProperties.class)
public class BedrockAwsConnectionConfiguration
extends Object
- Author:
- Christian Tzolov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.auth.credentials.AwsCredentialsProvider
credentialsProvider
(BedrockAwsConnectionProperties properties)
-
Constructor Details
-
BedrockAwsConnectionConfiguration
public BedrockAwsConnectionConfiguration()
-
-
Method Details
-
credentialsProvider
@Bean @ConditionalOnMissingBean public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider(BedrockAwsConnectionProperties properties)
-