Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.IncludedOauth2TenantCredentialProviderProps
Packages that use IncludedOauth2TenantCredentialProviderProps
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of IncludedOauth2TenantCredentialProviderProps in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement IncludedOauth2TenantCredentialProviderPropsModifier and TypeClassDescriptionstatic final classAn implementation forIncludedOauth2TenantCredentialProviderPropsMethods in software.amazon.awscdk.services.bedrockagentcore that return IncludedOauth2TenantCredentialProviderPropsModifier and TypeMethodDescriptionIncludedOauth2TenantCredentialProviderProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type IncludedOauth2TenantCredentialProviderPropsModifier and TypeMethodDescriptionstatic OAuth2CredentialProviderOAuth2CredentialProvider.usingAuth0(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Auth0 OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingCognito(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Amazon Cognito OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingCyberArk(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for CyberArk OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingFusionAuth(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for FusionAuth OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingOkta(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for Okta OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingOneLogin(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for OneLogin OAuth2 (IncludedOauth2ProviderConfig).static OAuth2CredentialProviderOAuth2CredentialProvider.usingPingOne(software.constructs.Construct scope, String id, IncludedOauth2TenantCredentialProviderProps props) Create a credential provider for PingOne OAuth2 (IncludedOauth2ProviderConfig).