Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.GithubOAuth2CredentialProviderProps
Packages that use GithubOAuth2CredentialProviderProps
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of GithubOAuth2CredentialProviderProps in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement GithubOAuth2CredentialProviderPropsModifier and TypeClassDescriptionstatic final classAn implementation forGithubOAuth2CredentialProviderPropsMethods in software.amazon.awscdk.services.bedrockagentcore that return GithubOAuth2CredentialProviderPropsModifier and TypeMethodDescriptionGithubOAuth2CredentialProviderProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type GithubOAuth2CredentialProviderPropsModifier and TypeMethodDescriptionstatic OAuth2CredentialProviderOAuth2CredentialProvider.usingGithub(software.constructs.Construct scope, String id, GithubOAuth2CredentialProviderProps props) Create a credential provider for GitHub OAuth2.