Interface CfnHarness.IOAuthCredentialProviderProperty
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IOAuthCredentialProviderProperty
Syntax (vb)
Public Interface CfnHarness.IOAuthCredentialProviderProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var oAuthCredentialProviderProperty = new OAuthCredentialProviderProperty {
ProviderArn = "providerArn",
Scopes = new [] { "scopes" },
// the properties below are optional
CustomParameters = new Dictionary<string, string> {
{ "customParametersKey", "customParameters" }
},
DefaultReturnUrl = "defaultReturnUrl",
GrantType = "grantType"
};
Synopsis
Properties
| CustomParameters | |
| DefaultReturnUrl | |
| GrantType | |
| ProviderArn | |
| Scopes |
Properties
CustomParameters
object? CustomParameters { get; }
Property Value
Remarks
Type union: either IResolvable or Dictionary<string, string>
DefaultReturnUrl
string? DefaultReturnUrl { get; }
Property Value
Remarks
GrantType
string? GrantType { get; }
Property Value
Remarks
ProviderArn
string ProviderArn { get; }